mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
docs: Rename "security-model.md" to "securing-your-zulip-server.md".
Updates relative links and any "security-model" label for ref links.
This commit is contained in:
committed by
Tim Abbott
parent
b894df61a4
commit
04275d8e14
@@ -11,7 +11,7 @@ response within 24 hours.
|
||||
Please include details on the issue and how you'd like to be credited
|
||||
in our release notes when we publish the fix.
|
||||
|
||||
Our [security model][security-model] document may be a helpful
|
||||
Our [security model][securing-your-zulip-server] document may be a helpful
|
||||
resource.
|
||||
|
||||
## Security announcements
|
||||
@@ -32,6 +32,6 @@ reason to run older major releases.
|
||||
See also our documentation on the [Zulip release
|
||||
lifecycle][release-lifecycle].
|
||||
|
||||
[security-model]: https://zulip.readthedocs.io/en/latest/production/security-model.html
|
||||
[securing-your-zulip-server]: https://zulip.readthedocs.io/en/latest/production/security-model.html
|
||||
[upgrades]: https://zulip.readthedocs.io/en/stable/production/upgrade.html#upgrading-to-a-release
|
||||
[release-lifecycle]: https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html
|
||||
|
2
docs/_templates/layout.html
vendored
2
docs/_templates/layout.html
vendored
@@ -6,7 +6,7 @@
|
||||
# version e.g. to say that something is likely to have changed.
|
||||
# For more info see: https://www.sphinx-doc.org/en/master/templating.html
|
||||
#}
|
||||
{% if pagename in ["production/system-configuration", "production/reverse-proxies"] and release.endswith('+git') %}
|
||||
{% if pagename in ["production/securing-your-zulip-server"] and release.endswith('+git') %}
|
||||
{#
|
||||
# This page doesn't exist in the stable documentation yet.
|
||||
# This temporary workaround prevents test failures and should be removed after the next release.
|
||||
|
@@ -57,7 +57,7 @@ your Zulip server][security-guide], [security overview][security-overview],
|
||||
and the [Zulip help center](https://zulip.com/help/).
|
||||
|
||||
[security-overview]: https://zulip.com/security/
|
||||
[security-guide]: ../production/security-model.md
|
||||
[security-guide]: ../production/securing-your-zulip-server.md
|
||||
|
||||
## Components
|
||||
|
||||
|
@@ -1967,7 +1967,7 @@ _Released 2023-01-23_
|
||||
- Updated the Intercom integration to return success on `HEAD`
|
||||
requests, which it uses to verify its configuration.
|
||||
- Documented how each [rate
|
||||
limit](../production/security-model.md#6-understand-zulips-rate-limiting-system)
|
||||
limit](../production/securing-your-zulip-server.md#6-understand-zulips-rate-limiting-system)
|
||||
category is used.
|
||||
- Documented the `reset_authentication_attempt_count` command for when users
|
||||
lock themselves out.
|
||||
|
@@ -52,10 +52,10 @@ the fixes to the `main` and stable release branches, so
|
||||
that anyone using those branches can immediately upgrade as well.
|
||||
|
||||
See also our [security overview][security-overview], and our [guide on securing
|
||||
your Zulip server][security-model].
|
||||
your Zulip server][securing-your-zulip-server].
|
||||
|
||||
[security-overview]: https://zulip.com/security/
|
||||
[security-model]: ../production/security-model.md
|
||||
[securing-your-zulip-server]: ../production/securing-your-zulip-server.md
|
||||
|
||||
### Git versions
|
||||
|
||||
|
@@ -14,7 +14,7 @@ system-configuration
|
||||
mobile-push-notifications
|
||||
upgrade
|
||||
modify
|
||||
security-model
|
||||
securing-your-zulip-server
|
||||
authentication-methods
|
||||
export-and-import
|
||||
postgresql
|
||||
|
@@ -13,7 +13,7 @@ Moved to [Troubleshooting](troubleshooting.md#monitoring).
|
||||
|
||||
### Securing your Zulip server
|
||||
|
||||
Moved to [Security model](security-model.md).
|
||||
Moved to [Securing your Zulip server](securing-your-zulip-server.md).
|
||||
|
||||
### Upgrading
|
||||
|
||||
|
@@ -168,7 +168,7 @@ The file uploads bucket should have a policy of:
|
||||
```
|
||||
|
||||
The file-uploads bucket should not be world-readable. See the
|
||||
[documentation on the Zulip security model](security-model.md) for
|
||||
[documentation on the Zulip security model](securing-your-zulip-server.md) for
|
||||
details on the security model for uploaded files.
|
||||
|
||||
However, the avatars bucket is intended to be world-readable, so its
|
||||
|
Reference in New Issue
Block a user