zulip/zerver
Mateusz Mandera d236d3f738 users: Improve db transaction structure in user (de)activation process.
These procedures should be done atomically overall, with the exception
of the code that sends events to avoid block if there's a delay
communicating with Tornado.
We add the savepoint=False on underlying function that already
executes inside an atomic context - to avoid the overhead of creating
savepoints where they aren't needed.
2021-03-30 09:15:24 -07:00
..
data_import import/export: Fix deprecated authentication method for Slack. 2021-03-08 12:56:37 -08:00
lib users: Improve db transaction structure in user (de)activation process. 2021-03-30 09:15:24 -07:00
management refactor: Make acting_user a mandatory kwarg for do_deactivate_user. 2021-03-29 15:51:45 -07:00
migrations display_settings: Allow user to set default_view. 2021-03-11 18:09:08 -08:00
openapi streams: Add moderators option in stream_post_policy. 2021-03-30 09:06:20 -07:00
templatetags python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
tests streams: Add moderators option in stream_post_policy. 2021-03-30 09:06:20 -07:00
tornado docs: Add a document explaining email/push notifications. 2021-03-05 15:24:25 -08:00
views settings: Add moderators-only option for invite_to_stream_policy. 2021-03-30 09:06:20 -07:00
webhooks integration: Update Zendesk Documentation. 2021-03-25 01:40:38 -07:00
worker outgoing_webhook: Join build_bot_request and send_data_to_server. 2021-03-29 18:24:44 -07:00
__init__.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
apps.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
context_processors.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
decorator.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
filters.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
forms.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
logging_handlers.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
middleware.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
models.py streams: Add moderators option in stream_post_policy. 2021-03-30 09:06:20 -07:00
signals.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00