mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
This is controlled through the admin tab and a new field in the Realms table. Notes: * The admin tab setting takes a value in minutes, whereas the backend stores it in seconds. * This setting is unused when allow_message_editing is false. * There is some generosity in how the limit is enforced. For instance, if the user sees the hovering edit button, we ensure they have at least 5 seconds to click it, and if the user gets to the message edit form, we ensure they have at least 10 seconds to make the edit, by relaxing the limit. * This commit also includes a countdown timer in the message edit form. Resolves #903. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| 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 | ||