mirror of https://github.com/zulip/zulip.git
c44500175d
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. |
||
---|---|---|
.. | ||
__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 |