zulip/zerver
AcKindle3 4544eb4576 email: Replace `uri` with `url` in templates and backend.
In #23380 we want to change all ocurrences of `uri` to `url`. This
commit changes the ocurrences of `uri` appeared in files related to
email, including templates (`.html`, `.txt`) and backend (`.py`)
codes.

In `email.md`, `base_images_uri` is changed to `images_base_url` -
the words `base` and `images` are swapped and plural form is added
for `image`.  This is becasue the former is not found anywhere in
the codebase while the later appears a lot. To reduce confusion,
this doccumentation changed accordingly.
2023-04-26 16:37:16 -07:00
..
actions presence: Support null values in UserPresence. 2023-04-26 14:26:47 -07:00
data_import auth: Rewrite data model for tracking enabled auth backends. 2023-04-18 09:22:56 -07:00
integration_fixtures/nagios
lib email: Replace `uri` with `url` in templates and backend. 2023-04-26 16:37:16 -07:00
management requirements: Upgrade Python requirements. 2023-04-25 21:20:33 -07:00
migrations presence: Support null values in UserPresence. 2023-04-26 14:26:47 -07:00
openapi api_docs: Update API docs for presence changes. 2023-04-26 14:26:47 -07:00
tests templates: Add CSS formatting to invalid email redirect page. 2023-04-26 15:41:20 -07:00
tornado requirements: Upgrade Python requirements. 2023-04-25 21:20:33 -07:00
views auth: Refactor JWT code to push REQ to top level functions. 2023-04-26 10:57:22 -07:00
webhooks webhooks: Rephrase message for Issue Assigned and Unassigned Events. 2023-04-24 23:16:48 -07:00
worker error_notify: Drop any remaining browser-side errors in RabbitMQ queue. 2023-04-13 14:59:58 -07:00
__init__.py
apps.py requirements: Upgrade Python requirements. 2023-04-03 22:39:21 -07:00
context_processors.py templates: Use `root_domain_url` Django templates. 2023-04-10 10:26:48 -07:00
decorator.py Remove statsd support. 2023-04-25 19:58:16 -07:00
filters.py
forms.py templates: Update text on /accounts/find. 2023-03-30 09:06:14 -07:00
logging_handlers.py python: Use Python 3.8 typing.{Protocol,TypedDict}. 2022-04-27 12:57:49 -07:00
middleware.py Remove statsd support. 2023-04-25 19:58:16 -07:00
models.py presence: Support null values in UserPresence. 2023-04-26 14:26:47 -07:00
signals.py requirements: Upgrade to Django 4.0. 2022-07-13 16:07:17 -07:00