zulip/static
Durga Akhil Mundroy 146dfa6f0b org-permissions: Add allow_edit_history organiztion setting.
This new setting controls whether or not users are allowed to see the
edit history in a Zulip organization.  It controls access through 2
key mechanisms:

* For long-ago edited messages, get_messages removes the edit history
  content from messages it sends to clients.

* For newly edited messages, clients are responsible for checking the
  setting and not saving the edit history data.  Since the webapp was
  the only client displaying it before this change, this just required
  some changes in message_events.js.

Significantly modified by tabbott to fix some logic bugs and add a
test.
2017-07-16 10:10:06 -07:00
..
assets Change portico navbar style. 2017-02-13 17:02:03 -08:00
audio
generated Move static/third/gemoji to static/generated/emoji. 2016-12-27 20:16:23 -08:00
html errors: Fix paths to error page art. 2017-07-07 18:50:13 -07:00
images frontend: Add feature illustrations to landing page. 2017-07-13 22:12:26 -07:00
js org-permissions: Add allow_edit_history organiztion setting. 2017-07-16 10:10:06 -07:00
locale Remove English translations.json from source control. 2017-07-03 10:10:43 -04:00
styles frontend: Change custom_invite_body to use an ID. 2017-07-14 14:45:10 -07:00
swagger Delete the old zulip.com "referrals" system. 2017-07-07 14:59:18 -07:00
templates org-permissions: Add allow_edit_history organiztion setting. 2017-07-16 10:10:06 -07:00
third Refactor to delete mousewheel.js. 2017-07-03 11:04:20 -04:00
ts Add typescript support to asset compilation. 2017-05-28 17:28:28 -07:00
.gitignore
favicon.ico
node_modules Create static/node_modules symlink. 2016-08-25 15:32:08 -07:00
robots.txt