mirror of https://github.com/zulip/zulip.git
7910a6e134
Most directly useful for the migration to zulipchat.com.
Creates a new field in UserProfile to store the tos_version, as well as two
new settings TOS_VERSION and FIRST_TIME_TOS_TEMPLATE. We check for a version
mismatch between what the user has signed and the current
settings.TOS_VERSION whenever the user hits the home page, and redirect them
if needed.
Note that accounts_accept_terms.html and
zerver.views.accounts_accept_terms were unused before this commit
(they date from
|
||
---|---|---|
.. | ||
0001_initial.py | ||
0002_django_1_8.py | ||
0003_custom_indexes.py | ||
0004_userprofile_left_side_userlist.py | ||
0005_auto_20150920_1340.py | ||
0006_zerver_userprofile_email_upper_idx.py | ||
0007_userprofile_is_bot_active_indexes.py | ||
0008_preregistrationuser_upper_email_idx.py | ||
0009_add_missing_migrations.py | ||
0010_delete_streamcolor.py | ||
0011_remove_guardian.py | ||
0012_remove_appledevicetoken.py | ||
0013_realmemoji.py | ||
0014_realm_emoji_url_length.py | ||
0015_attachment.py | ||
0016_realm_create_stream_by_admins_only.py | ||
0017_userprofile_bot_type.py | ||
0018_realm_emoji_message.py | ||
0019_preregistrationuser_realm_creation.py | ||
0020_add_tracking_attachment.py | ||
0021_migrate_attachment_data.py | ||
0022_subscription_pin_to_top.py | ||
0023_userprofile_default_language.py | ||
0024_realm_allow_message_editing.py | ||
0025_realm_message_content_edit_limit.py | ||
0026_delete_mituser.py | ||
0027_realm_default_language.py | ||
0028_userprofile_tos_version.py | ||
__init__.py |