zulip/frontend_tests
Rishi Gupta d529a94e4d Add realm setting to time-limit editing of message content.
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.
2016-07-15 13:55:49 -07:00
..
casper_lib casper tests: Increase default viewport size. 2016-07-12 19:26:54 -07:00
casper_tests Add realm setting to time-limit editing of message content. 2016-07-15 13:55:49 -07:00
casperjs Revert "Close HTML singleton tags in Casper files." 2016-07-12 13:35:50 -07:00
node_tests [third] Upgrade jquery to version 1.8.3. 2016-07-08 11:09:54 -07:00
run-casper Added help text for running single casper tests. 2016-06-27 14:15:32 -07:00