zulip/zerver/data_import
Mateusz Mandera ffa3aa8487 auth: Rewrite data model for tracking enabled auth backends.
So far, we've used the BitField .authentication_methods on Realm
for tracking which backends are enabled for an organization. This
however made it a pain to add new backends (requiring altering the
column and a migration - particularly troublesome if someone wanted to
create their own custom auth backend for their server).

Instead this will be tracked through the existence of the appropriate
rows in the RealmAuthenticationMethods table.
2023-04-18 09:22:56 -07:00
..
__init__.py
gitter.py auth: Rewrite data model for tracking enabled auth backends. 2023-04-18 09:22:56 -07:00
import_util.py auth: Rewrite data model for tracking enabled auth backends. 2023-04-18 09:22:56 -07:00
mattermost.py data_import: Stop tar'ing up converted data. 2023-02-26 17:42:01 -08:00
rocketchat.py data_import: Stop tar'ing up converted data. 2023-02-26 17:42:01 -08:00
sequencer.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
slack.py upload: Rename upload_message_file to use word "attachment". 2023-03-02 16:36:19 -08:00
slack_message_conversion.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
user_handler.py data_import: Rename mattermost_user to user_handler. 2021-07-15 14:28:36 -07:00