zulip/zerver/views
Eklavya Sharma a7d2dab28f Fix non-deterministic output from Taiga integration.
Taiga's webhook integration would give output events in a random
order which caused test failures on python 3 (seems like python
3 is more prone to non-deterministic failures).  Fix that by
sorting the outputs obtained from events before concatenating them.
2016-07-13 16:00:46 -07:00
..
webhooks Fix non-deterministic output from Taiga integration. 2016-07-13 16:00:46 -07:00
__init__.py Update path to language_options.json in production. 2016-07-13 12:30:45 -07:00
alert_words.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
messages.py update_message_flags: Log number of messages updated. 2016-07-12 19:12:49 -07:00
realm_emoji.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
report.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
streams.py Add ability to pin streams to top of the streams sidebar list. 2016-06-30 22:26:09 -07:00
tutorial.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
upload.py Revert "Add authorization check before serving files." 2016-06-27 12:09:56 -07:00
user_settings.py Add dynamically loaded language dropdown. 2016-07-04 11:56:02 -07:00
users.py Remove unused code path in avatar() endpoint. 2016-07-12 17:37:02 -07:00