mirror of https://github.com/zulip/zulip.git
174b2abcfd
This commit includes a new `stream_post_policy` setting, by replacing the `is_announcement_only` field from the Stream model, which is done by mirroring the structure of the existing `create_stream_policy`. It includes the necessary schema and database migrations to migrate the is_announcement_only boolean field to stream_post_policy, a smallPositiveInteger field similar to many other settings. This change is done to allow organization administrators to restrict new members from creating and posting to a stream. However, this does not affect admins who are new members. With many tweaks by tabbott to documentation under /help, etc. Fixes #13616. |
||
---|---|---|
.. | ||
__init__.py | ||
add_mock_conversation.py | ||
add_new_realm.py | ||
add_new_user.py | ||
add_remote_server.py | ||
calculate_first_visible_message_id.py | ||
compare_messages.py | ||
invoice_plans.py | ||
mark_all_messages_unread.py | ||
migrate_stream_notifications.py | ||
populate_db.py | ||
print_initial_password.py | ||
profile_request.py | ||
render_messages.py | ||
sync_api_key.py |