..
bugdown
bugdown: Add domain-name to relative image-url in open graph data.
2017-05-04 16:54:10 -07:00
url_preview
mypy: Convert zerver/lib to use typing.Text.
2016-12-25 10:33:45 -08:00
webhooks
webhooks: Don't display "Commits by" when committer is the only author.
2017-04-26 18:26:09 -02:30
__init__.py
…
actions.py
Add timezone argument to do_create_user function.
2017-05-04 16:32:05 -07:00
alert_words.py
mypy: Convert zerver/lib to use typing.Text.
2016-12-25 10:33:45 -08:00
attachments.py
Add support for managing and deleting attachments.
2017-02-16 23:44:44 -08:00
avatar.py
Refactor: Change user_avatar_hash with user_avatar_path at all calls.
2017-03-04 18:39:49 -08:00
avatar_hash.py
avatar: Move avatar data from email based to user id based.
2017-03-07 22:44:26 -08:00
bulk_create.py
Add timezone argument to do_create_user function.
2017-05-04 16:32:05 -07:00
cache.py
cache: Take hash of KEY_PREFIX to limit key size.
2017-05-05 18:23:40 +05:00
cache_helpers.py
mypy: Added Dict, List and Set imports.
2017-03-04 14:33:44 -08:00
camo.py
mypy: Convert zerver/lib to use typing.Text.
2016-12-25 10:33:45 -08:00
ccache.py
mypy: Added Dict, List and Set imports.
2017-03-04 14:33:44 -08:00
context_managers.py
mypy: Change Generator[None, None, None] to Iterator[None].
2016-11-27 10:42:16 -08:00
create_user.py
Add timezone argument to do_create_user function.
2017-05-04 16:32:05 -07:00
db.py
mypy: Added Dict, List and Set imports.
2017-03-04 14:33:44 -08:00
debug.py
mypy: Fix several Optional typing errors.
2017-02-10 23:53:44 -08:00
digest.py
notifications: Change send_future_email to take a template_prefix.
2017-05-05 14:20:32 -07:00
domains.py
Add stricter domain validation and improve error messages.
2017-01-26 17:24:25 -08:00
email_mirror.py
email-mirror: Move postfix email mirror integration to separate script.
2017-04-24 21:24:23 -07:00
emoji.py
realm-emoji: Add realm emoji uploading instead url providing.
2017-05-01 14:50:20 -07:00
error_notify.py
errors: Move do_report_error into zerver/lib/.
2017-01-23 23:18:28 -08:00
events.py
home.py: move user_profile full_name to register_ret.
2017-04-28 23:31:28 -07:00
export.py
Replace timezone.make_aware with timezone_make_aware.
2017-04-16 12:28:56 -07:00
feedback.py
Change sender_domain to sender_realm_str in message dict.
2017-03-25 19:50:24 -07:00
hotspots.py
hotspots: Add backend support for tutorial hotspots.
2017-03-29 11:34:32 -07:00
html_diff.py
mypy: Added Dict, List and Set imports.
2017-03-04 14:33:44 -08:00
i18n.py
Fix several new errors caught by mypy 0.501.
2017-03-03 14:12:52 -08:00
initial_password.py
mypy: Convert zerver/lib to use typing.Text.
2016-12-25 10:33:45 -08:00
integrations.py
integrations: Remove deprecated Stash integration.
2017-04-24 22:35:23 -07:00
logging_util.py
Replace timezone.now with timezone_now.
2017-04-16 12:28:56 -07:00
mandrill_client.py
…
mention.py
mypy: Convert zerver/lib to use typing.Text.
2016-12-25 10:33:45 -08:00
message.py
Outgoing Webhook System: Check for @-mentioned outgoing webhook bots.
2017-05-02 09:22:04 -07:00
migrate.py
mypy: Added Dict, List and Set imports.
2017-03-04 14:33:44 -08:00
mobile_auth_otp.py
mobile: Add mobile one-time-pad library.
2017-04-28 11:47:35 -07:00
name_restrictions.py
name_restrictions: Add a few more reserved subdomains.
2016-12-26 14:59:09 -08:00
narrow.py
mypy: Convert zerver/lib to use typing.Text.
2016-12-25 10:33:45 -08:00
notifications.py
notifications.py: Merge send_local_email_template_with_delay into callers.
2017-05-05 14:20:32 -07:00
parallel.py
mypy: Added Dict, List and Set imports.
2017-03-04 14:33:44 -08:00
push_notifications.py
logging: Change missing push notification keys from error to warning.
2017-04-25 13:52:36 -07:00
queue.py
mypy: Added Dict, List and Set imports.
2017-03-04 14:33:44 -08:00
rate_limiter.py
testing: Bounce redis key prefix per test.
2017-05-05 18:24:08 +05:00
realm_icon.py
realm_icon: Use string_id instead of domain for Realm gravitar.
2017-03-13 14:28:43 -07:00
redis_utils.py
…
request.py
request: Fix unnecessary translation tag for assertion.
2017-03-09 00:38:14 -08:00
request.pyi
mypy: Fix missing class in request.pyi and document.
2016-12-28 09:37:28 -08:00
response.py
coverage: bring zerver/lib/response.py to 100% coverage.
2017-03-05 00:53:26 -08:00
rest.py
coverage: Add test for REST requests to /json API unauthed.
2017-03-05 00:53:27 -08:00
retention.py
Replace timezone.now with timezone_now.
2017-04-16 12:28:56 -07:00
send_email.py
Add a send_email function that takes a template_prefix and context.
2017-05-05 14:20:32 -07:00
sessions.py
Replace timezone.now with timezone_now.
2017-04-16 12:28:56 -07:00
sqlalchemy_utils.py
mypy: Remove a bunch of now-unnecessary type: ignore annotations.
2016-10-17 11:48:34 -07:00
statistics.py
lint: Clean up E126 PEP-8 rule.
2017-01-23 22:06:13 -08:00
str_utils.py
mypy: Added Dict, List and Set imports.
2017-03-04 14:33:44 -08:00
streams.py
get_stream: Throw DoesNotExist if stream is not found.
2017-03-23 15:42:00 -07:00
test_classes.py
Set user timezone automatically during signup.
2017-05-04 16:36:51 -07:00
test_fixtures.py
mypy: Added Dict, List and Set imports.
2017-03-04 14:33:44 -08:00
test_helpers.py
testing: Move unsign_subdomain_cookie to test_helpers.
2017-04-20 11:10:56 -07:00
test_runner.py
testing: Bounce redis key prefix per test.
2017-05-05 18:24:08 +05:00
tex.py
mypy: Fix Optional typing issues in tex.py.
2017-03-23 15:49:08 -07:00
timeout.py
Replace 'type' with 'Type[BaseException]'.
2017-02-06 22:34:01 -08:00
timestamp.py
Replace timezone.utc with timezone_utc.
2017-04-16 12:28:56 -07:00
timezone.py
Add timezone field in UserProfile.
2017-03-15 11:18:24 -07:00
type_debug.py
mypy: Convert zerver/lib to use typing.Text.
2016-12-25 10:33:45 -08:00
unminify.py
mypy: Convert zerver/lib to use typing.Text.
2016-12-25 10:33:45 -08:00
upload.py
realm-emoji: Add realm emoji uploading instead url providing.
2017-05-01 14:50:20 -07:00
user_agent.py
…
users.py
users: Verify full names explicitly in user creation.
2017-02-07 19:54:30 -08:00
utils.py
mypy: Added Dict, List and Set imports.
2017-03-04 14:33:44 -08:00
validator.py
profile: Support custom profile data.
2017-04-18 15:20:59 -07:00