zulip/zproject
Arpith Siromoney 4491ea8d6b reactions: Add support for removing emoji reactions.
This commit adds support for removing reactions via DELETE requests to
the /reactions endpoint with parameters emoji_name and message_id.

The reaction is deleted from the database and a reaction event is sent
out with 'op' set to 'remove'.

Tests are added to check:
1. Removing a reaction that does not exist fails
2. When removing a reaction, the event payload and users are correct
2016-12-02 16:39:53 -08:00
..
jinja2 pep8: Fix E301 pep8 violations. 2016-11-29 08:51:44 -08:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py pep8: Fix E301 pep8 violations. 2016-11-29 08:51:44 -08:00
dev_settings.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
dev_urls.py Django 1.10: Upgrade urls of dev_urls.py. 2016-11-10 16:20:02 +05:00
legacy_urls.py Django 1.10: Upgrade legacy urls. 2016-11-10 16:20:02 +05:00
local_settings.py pep8: Fix E225 pep8 violations. 2016-11-28 15:21:15 -08:00
prod_settings_template.py pep8: Fix E122. 2016-12-01 23:16:35 -08:00
settings.py subdomains: Add option to make subdomains homepage not a login form. 2016-11-15 19:05:06 -08:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py bugdown: Add option to support "file:///" as hyperlink. 2016-11-06 22:30:05 -08:00
urls.py reactions: Add support for removing emoji reactions. 2016-12-02 16:39:53 -08:00
wsgi.py Activate virtualenv in production Python code. 2016-06-27 19:55:35 -07:00