zulip/zerver/views
Vladislav Manchev d7e1e4a2c0 Add initial implementation of custom realm filters.
This PR was abandoned by Vladislav and then substantially modified by
Igor Tokarev and Tim Abbott to complete it and fix a number of bugs.

Fixes #544.
2016-11-17 17:11:25 -08:00
..
webhooks Add github webhook integration. 2016-11-15 10:48:12 -08:00
__init__.py subdomains: Add option to make subdomains homepage not a login form. 2016-11-15 19:05:06 -08:00
alert_words.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
auth.py Django 1.10: Sign google oauth requests using csrf token. 2016-11-10 16:20:03 +05:00
events_register.py views: split events_register.py from main views file. 2016-10-11 21:27:06 -07:00
integrations.py docs: Add a simple markdown-based help center. 2016-11-09 21:39:55 -08:00
invite.py lint: Fix E703 pep8 violations. 2016-11-09 15:18:35 -08:00
messages.py models.py: Rename split_email_to_domain to email_to_domain. 2016-11-11 15:26:51 -08:00
pointer.py Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
presence.py Remove several instances of datetime.datetime.utcnow(). 2016-11-07 20:13:53 -08:00
push_notifications.py push notifications: Fix very minor quirk when adding tokens. 2016-09-15 06:40:18 -07:00
realm.py admin: Enable admins to toggle supported auth methods via UI. 2016-11-06 16:29:35 -08:00
realm_emoji.py lint: Ban use of json_success({}) instead of json_success(). 2016-10-20 22:34:04 -07:00
realm_filters.py Add initial implementation of custom realm filters. 2016-11-17 17:11:25 -08:00
report.py Use universal_newlines=True in subprocess.check_output. 2016-07-26 12:06:41 -07:00
streams.py Add get_topic_history_for_stream(). 2016-11-09 13:56:27 -08:00
tutorial.py Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
typing.py Add an API endpoint to send typing notification events. 2016-10-20 23:05:18 -07:00
unsubscribe.py context_processors: use a common context for emails. 2016-11-08 11:37:16 -08:00
upload.py Url encoded name of the file should be an ascii. 2016-09-26 21:13:34 -07:00
user_settings.py Add user setting option to always send push notifications. 2016-10-25 10:52:29 -07:00
users.py lint: Ban use of json_success({}) instead of json_success(). 2016-10-20 22:34:04 -07:00
zephyr.py Move webathena views to its own file. 2016-08-18 18:26:49 -07:00