zulip/zerver/views
Tomasz Kolek e6ab93a4c4 Fix Bitbucket2 integration fulfilled event type.
The "merged" event type was apparently renamed to "fulfilled".
2017-01-11 14:18:07 -08:00
..
webhooks Fix Bitbucket2 integration fulfilled event type. 2017-01-11 14:18:07 -08:00
__init__.py views: Rename __init__.py to zerver.views.registration. 2017-01-08 16:21:15 -08:00
alert_words.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00
auth.py views: Rename __init__.py to zerver.views.registration. 2017-01-08 16:21:15 -08:00
events_register.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00
home.py views: Extract zerver/views/home.py. 2017-01-08 16:21:15 -08:00
integrations.py Change domain to realm_id in bugdown and realm filter dicts and caches. 2017-01-03 16:25:20 -08:00
invite.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00
messages.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
muting.py views: Extract zerver.views.muting. 2017-01-08 16:21:15 -08:00
pointer.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08: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
reactions.py reactions: Fix check for valid emoji. 2016-12-30 17:51:31 -08:00
realm.py emoji: Add add_emoji_by_admins_only realm setting. 2016-12-27 15:46:14 -08:00
realm_aliases.py Manage allowed domains from admin settings. 2017-01-06 12:03:31 -08:00
realm_emoji.py emoji: Add add_emoji_by_admins_only realm setting. 2016-12-27 15:46:14 -08:00
realm_filters.py Change domain to realm_id in bugdown and realm filter dicts and caches. 2017-01-03 16:25:20 -08:00
registration.py views: Rename __init__.py to zerver.views.registration. 2017-01-08 16:21:15 -08:00
report.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00
streams.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -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 mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00
unsubscribe.py context_processors: use a common context for emails. 2016-11-08 11:37:16 -08:00
upload.py Change X.realm.id to X.realm_id across codebase. 2017-01-03 16:46:26 -08:00
user_settings.py lint: Fix indentation error in user_settings.py. 2016-12-30 14:31:04 -08:00
users.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00
zephyr.py mypy: Convert zerver/views to use typing.Text. 2016-12-26 13:43:09 -08:00