..
__init__.py
views: Rename __init__.py to zerver.views.registration.
2017-01-08 16:21:15 -08:00
alert_words.py
alert_words: Consistently clean whitespace for alert words.
2017-02-16 21:06:18 -08:00
attachments.py
Add support for managing and deleting attachments.
2017-02-16 23:44:44 -08:00
auth.py
mypy: Clean up more optional types.
2017-02-10 23:53:44 -08:00
compatibility.py
mobile: Add an endpoint for checking compatibility.
2017-02-03 09:55:34 -08:00
events_register.py
mypy: Clean up more optional types.
2017-02-10 23:53:44 -08:00
home.py
home: Remove unused get_client import.
2017-02-17 15:35:38 -08:00
integrations.py
mypy: Fix inconsistencies in use of *args/**kwargs.
2017-02-18 18:39:44 -08:00
invite.py
mypy: Clean up more optional types.
2017-02-10 23:53:44 -08:00
messages.py
Add message edit history backend with tests.
2017-02-19 16:13:35 -08:00
muting.py
lint: clean up PEP-8 W391 rule.
2017-01-23 20:39:02 -08:00
pointer.py
mypy: Convert zerver/views to use typing.Text.
2016-12-26 13:43:09 -08:00
presence.py
presence: Fix mypy errors in new feature.
2017-02-10 23:57:28 -08:00
push_notifications.py
push notifications: Fix very minor quirk when adding tokens.
2016-09-15 06:40:18 -07:00
reactions.py
emoji: Extract zerver.lib.emoji.
2017-01-16 23:45:28 -08:00
realm.py
auth methods: Fix buggy check for changes.
2017-01-22 17:12:58 -08:00
realm_aliases.py
Add RealmAlias.allow_subdomains to model, frontend, and API.
2017-02-08 22:03:27 -08:00
realm_emoji.py
mypy: Fix several Optional typing errors.
2017-02-10 23:53:44 -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
Extract zerver/lib/events.py from actions.py with event registration.
2017-02-10 16:50:43 -08:00
report.py
mypy: Clean up more optional types.
2017-02-10 23:53:44 -08:00
streams.py
mypy: Clean up more optional types.
2017-02-10 23:53:44 -08:00
tutorial.py
internal_send_message: Make realm argument mandatory.
2017-01-21 21:37:30 -08:00
typing.py
mypy: Convert zerver/views to use typing.Text.
2016-12-26 13:43:09 -08:00
unsubscribe.py
lint: Clean up E123 PEP-8 rule.
2017-01-23 21:34:26 -08:00
upload.py
mypy: Remove now-unused type: ignores.
2017-02-18 17:01:01 -08:00
user_settings.py
Bump user_profile.avatar_version when we change avatars.
2017-02-17 10:19:56 -08:00
users.py
Have functions in lib/avatar.py use avatar versions.
2017-02-17 10:19:56 -08:00
zephyr.py
mypy: Convert zerver/views to use typing.Text.
2016-12-26 13:43:09 -08:00