zulip/zerver
Ben Muschol d526ff00f2 settings: Rename "user avatar" to "profile picture"
This renames references to user avatars, bot avatars, or organization
icons to profile pictures. The string in the UI are updated,
in addition to the help files, comments, and documentation. Actual
variable/function names, changelog entries, routes, and s3 buckets are
left as-is in order to avoid introducing bugs.

Fixes #11824.
2019-03-15 13:29:56 -07:00
..
data_import settings: Rename "user avatar" to "profile picture" 2019-03-15 13:29:56 -07:00
lib notifications: Rename notifications.py to email_notifications.py. 2019-03-15 11:02:17 -07:00
management soft-deactivation: Run catch-up when "auto" deactivate is run. 2019-03-14 11:53:15 -07:00
migrations send_email: Add ScheduledEmail support for multiple recipients. 2019-03-15 11:02:12 -07:00
openapi api/streams: Support including bot owner's subscriptions. 2019-02-28 22:32:05 -08:00
templatetags zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
tests settings: Rename "user avatar" to "profile picture" 2019-03-15 13:29:56 -07:00
tornado tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views notifications: Rename notifications.py to email_notifications.py. 2019-03-15 11:02:17 -07:00
webhooks notifications: Rename notifications.py to email_notifications.py. 2019-03-15 11:02:17 -07:00
worker notifications: Rename notifications.py to email_notifications.py. 2019-03-15 11:02:17 -07:00
__init__.py
apps.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
context_processors.py auth: Reverse the `sort_order` parameter's semantics. 2019-03-13 14:44:57 -07:00
decorator.py decorator.py: Add `max_int_size` param to `to_non_negative_int()`. 2019-03-01 11:16:46 -08:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
logging_handlers.py try_git_describe: Set cwd, not --git-dir. 2019-02-28 14:59:33 -08:00
middleware.py auth: Use HTTP status 404 for invalid realms. 2019-03-14 13:50:09 -07:00
models.py send_email: Add ScheduledEmail support for multiple recipients. 2019-03-15 11:02:12 -07:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00
static_header.txt