zulip/zilencer/management/commands
Steve Howell c44500175d database: Remove short_name from UserProfile.
A few major themes here:

    - We remove short_name from UserProfile
      and add the appropriate migration.

    - We remove short_name from various
      cache-related lists of fields.

    - We allow import tools to continue to
      write short_name to their export files,
      and then we simply ignore the field
      at import time.

    - We change functions like do_create_user,
      create_user_profile, etc.

    - We keep short_name in the /json/bots
      API.  (It actually gets turned into
      an email.)

    - We don't modify our LDAP code much
      here.
2020-07-17 11:15:15 -07:00
..
__init__.py
add_mock_conversation.py database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
add_new_realm.py database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
add_new_user.py database: Remove short_name from UserProfile. 2020-07-17 11:15:15 -07:00
add_remote_server.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
calculate_first_visible_message_id.py mypy: Enable strict-optional for calculate_first_visible_message_id. 2019-05-01 10:49:24 -07:00
compare_messages.py python: Convert "".format to Python 3.6 f-strings. 2020-06-08 15:31:20 -07:00
invoice_plans.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
mark_all_messages_unread.py mark_all_messages_unread: Remove reset of depricated pointer. 2020-07-06 15:47:27 -07:00
migrate_stream_notifications.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
populate_db.py populate_db: Add alert words for Zulip users. 2020-07-15 12:33:08 -07:00
print_initial_password.py python: Convert percent formatting to Python 3.6 f-strings. 2020-06-10 15:02:09 -07:00
profile_request.py views: Rename messages.py to message_fetch.py. 2020-06-22 15:08:34 -07:00
render_messages.py python: Use trailing commas consistently. 2020-06-11 16:04:12 -07:00
sync_api_key.py python: Convert percent formatting to Python 3.6 f-strings. 2020-06-10 15:02:09 -07:00