zulip/zilencer
Mateusz Mandera 3a12e41c35 remote_billing: Fix handle_customer_migration_from_server_to_realms.
This was a bug from 4715a058b0 where this
was just incorrectly called. get_realms_info_for_push_bouncer() is a
function meant to be called on a self-hosted server - and this
handle_... call happens on the bouncer. Therefore this returns all
zulipchat realms in product.

With the way, handle_... is being called right now, there's no reason
for it to have an argument for passing a list of realms. It should just
fetch the relevant RemoteRealm entries  by itself, given the server arg.
2024-01-12 15:28:41 -08:00
..
lib python: Consistently use from…import for datetime. 2023-12-05 12:01:18 -08:00
management populate_realms: Allow billing page access without stripe_api_key. 2024-01-12 08:47:43 -08:00
migrations zilencer: Add last_request_datetime to RemoteRealm + RemoteZulipServer. 2024-01-05 13:09:09 -08:00
README.md docs: Format Markdown with Prettier. 2021-09-08 12:06:24 -07:00
__init__.py
auth.py zilencer: Add last_request_datetime to RemoteRealm + RemoteZulipServer. 2024-01-05 13:09:09 -08:00
models.py zilencer: Add last_request_datetime to RemoteRealm + RemoteZulipServer. 2024-01-05 13:09:09 -08:00
urls.py remote_billing: Rename the _billing_entry and _finalize_login functions. 2023-12-05 11:34:57 -08:00
views.py remote_billing: Fix handle_customer_migration_from_server_to_realms. 2024-01-12 15:28:41 -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.