zulip/zilencer
Yago González f6219745de users: Get all API keys via wrapper method.
Now reading API keys from a user is done with the get_api_key wrapper
method, rather than directly fetching it from the user object.

Also, every place where an action should be done for each API key is now
using get_all_api_keys. This method returns for the moment a single-item
list, containing the specified user's API key.

This commit is the first step towards allowing users have multiple API
keys.
2018-08-08 16:35:17 -07:00
..
lib billing: Rename get_upcoming_invoice. 2018-08-06 16:24:09 -04:00
management users: Get all API keys via wrapper method. 2018-08-08 16:35:17 -07:00
migrations billing: Update billing system. 2018-07-09 14:33:07 +05:30
tests billing: Update and unify billing error handling. 2018-08-06 11:05:33 -04:00
README.md Update comments to rename Local Server => Enterprise. 2013-11-12 15:57:02 -05:00
__init__.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
forms.py Extend lint-all to check for newlines at the end of files. 2016-03-17 23:03:56 -07:00
models.py billing: Update billing system. 2018-07-09 14:33:07 +05:30
urls.py billing: Update billing system. 2018-07-09 14:33:07 +05:30
views.py billing: Rename get_upcoming_invoice. 2018-08-06 16:24:09 -04: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.