zulip/zilencer
Mateusz Mandera 868ed17661 remote_server: Handle invalid server uuid being given authing to API.
get_remote_server_by_uuid (called in validate_api_key) raises
ValidationError when given an invalid UUID due to how Django handles
UUIDField. We don't want that exception and prefer the ordinary
DoesNotExist exception to be raised.
2022-01-04 14:40:49 -08:00
..
lib billing: Move zilencer/lib/stripe to corporate. 2018-10-01 15:43:44 -07:00
management migrations: Backfill audit log entries for remote server creation. 2022-01-03 12:58:00 -08:00
migrations corporate: Add helper for deactivating remote server registrations. 2022-01-03 14:02:48 -08:00
README.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
__init__.py
models.py remote_server: Handle invalid server uuid being given authing to API. 2022-01-04 14:40:49 -08:00
urls.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
views.py zilencer: Truncate APNS notifications correctly. 2022-01-03 15:24:16 -08:00

README.md

ZILENCER -- The Zulip license manager

This app is the place for storing state about various deployments of Zulip that exist in the world.