zulip/zproject
K.Kanakhin 2434f2d96c messages: Add support for admins deleting messages.
This makes it possible for Zulip administrators to delete messages.
This is primarily intended for use in deleting early test messages,
but it can solve other problems as well.

Later we'll want to play with the permissions model for this, but for
now, the goal is just to integrate the feature.

Note that it saves the deleted messages for some time using the same
approach as Zulip's message retention policy feature.

Fixes #135.
2017-05-29 21:59:38 -07:00
..
jinja2 app_filters: Render HTML to render Jinja2 syntax within Markdown macros. 2017-05-22 18:19:14 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py mypy: Fix strict-optional errors for test files. 2017-05-24 12:43:28 -07:00
dev_settings.py Add default response for `terms` and `privacy` endpoints. 2017-04-12 14:09:14 -07:00
dev_urls.py dev: Expose coverage and built documentation to web. 2017-03-23 13:10:06 -07:00
legacy_urls.py streams: Migrate stream property changes to new REST endpoint. 2017-05-09 13:39:23 -07:00
local_settings.py mypy: Use Optional with strings where required. 2017-05-23 21:56:50 -07:00
prod_settings_template.py mypy: Use Optional with strings where required. 2017-05-23 21:56:50 -07:00
settings.py ui-refactor: Rename modals.js to overlays.js. 2017-05-29 11:24:46 -07:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py Change backend tests to use a webpack stats stub file. 2017-05-25 16:15:32 -07:00
urls.py messages: Add support for admins deleting messages. 2017-05-29 21:59:38 -07:00
wsgi.py pep8: Add compliance with rule E261 to wsgi.py. 2017-05-07 23:21:50 -07:00