zulip/zerver/views/development
Lauryn Menard 0301941eef email-log: Move `forward_address` to `REQ` framework.
Instead of using `request.POST` to access `forward_address` for
the parameter used in `set_forward_address` in `email_page`, adds
`has_request_variable` decorator and an optional `forward_address`
parameter through the `REQ` framework.

Adds an assertion that `forward_address` is not `None` for `POST`
requests.
2022-07-20 14:22:25 -07:00
..
__init__.py
cache.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
camo.py thumbnail: Remove unused is_camo_url parameter. 2021-08-19 01:51:37 -07:00
dev_login.py typing: Add assertions for authentication. 2022-05-31 09:43:55 -07:00
email_log.py email-log: Move `forward_address` to `REQ` framework. 2022-07-20 14:22:25 -07:00
integrations.py integrations: Fix wrong type annotation. 2022-07-15 14:00:56 -07:00
registration.py registration: Maintain immutability of the POST QueryDict. 2022-07-15 14:00:56 -07:00