zulip/zerver
Harshit Bansal 3acaa79336 reactions.py: Don't check for valid emoji name while removing reaction.
On receiving a request for deleting a reaction, just check if such
a reaction exists or not. If it exists then just delete the reaction
otherwise send an error message that such a reaction doesn't exist.
It doesn't make sense to check whether an emoji name is valid or not.
2017-10-09 17:54:37 +00:00
..
fixtures tests: Add a test suite for verifying the mobile push notifs content. 2017-10-06 16:47:27 -07:00
lib webhooks: Add a Google Code-in integration. 2017-10-09 09:04:39 -07:00
management send_webhook_fixture_message: Fix to work with subdomains. 2017-10-08 20:14:14 -07:00
migrations zerver/migrations: Remove from __future__ import *. 2017-09-28 10:16:18 -07:00
templatetags zerver: Remove the rest of absolute_import. 2017-09-27 10:02:39 -07:00
tests reactions.py: Don't check for valid emoji name while removing reaction. 2017-10-09 17:54:37 +00:00
tornado Rename presence_idle_userids -> presence_idle_user_ids. 2017-10-07 12:16:45 -07:00
views reactions.py: Don't check for valid emoji name while removing reaction. 2017-10-09 17:54:37 +00:00
webhooks webhooks: Add a Google Code-in integration. 2017-10-09 09:04:39 -07:00
worker worker: Retry signups queue event on 400. 2017-10-05 23:14:19 -07:00
__init__.py
apps.py Remove the rest of print_function. 2017-09-27 18:06:47 -07:00
context_processors.py passwords: Express the quality threshold as guesses required. 2017-10-08 15:48:44 -07:00
decorator.py decorator: Improve wrong-subdomain logging output. 2017-10-02 13:31:20 -07:00
filters.py zerver: Remove the rest of absolute_import. 2017-09-27 10:02:39 -07:00
forms.py forms: Extract check_subdomain_available. 2017-10-03 17:44:46 -07:00
logging_handlers.py docs: Add more comprehensive documentation on error reporting. 2017-09-27 19:47:08 -07:00
middleware.py middleware: Remove logic for redirecting to zulipdev.com domains. 2017-10-05 23:21:02 -07:00
models.py Extract Stream.num_subscribers_for_stream_id. 2017-10-08 20:18:34 -07:00
signals.py zerver: Remove the rest of absolute_import. 2017-09-27 10:02:39 -07:00
static_header.txt
storage.py zerver: Remove the rest of absolute_import. 2017-09-27 10:02:39 -07:00