zulip/zerver/views/development
Mateusz Mandera 2bfefe2ebd confirm_email_change: Use redirect-to-POST trick.
Just like with signup confirmation links, we shouldn't trigger email
change based on a GET to the confirmation URL - POST should be required.

So upon GET of the confirmation link, we serve a form which will
immediately be POSTed by JS code to finalize the email change.
2025-07-07 17:15:08 -07:00
..
__init__.py
cache.py models: Extract zerver.models.clients. 2023-12-16 22:08:44 -08:00
camo.py thumbnail: Do not Camo old thumbor URLs; serve images directly. 2024-07-24 16:04:34 -07:00
dev_login.py devlogin: Filter placeholder realms from a subdomain change. 2025-06-19 12:49:03 -07:00
email_log.py confirm_email_change: Use redirect-to-POST trick. 2025-07-07 17:15:08 -07:00
integrations.py requirements: Upgrade Python requirements. 2025-05-05 09:10:19 -07:00
registration.py demo-orgs: Make password not required for demo org creation. 2025-06-18 16:47:09 -07:00
showroom.py showroom: Set up devtools/inputs page for showcasing input components. 2025-07-03 11:45:35 -07:00