zulip/analytics
Sahil Batra 392b17da5f invite: Add backend support for "Never expires" option.
The database value for expiry_date is None for the invite
that will never expire and the clients send -1 as value
in the API similar to the message retention setting.

Also, when passing invite_expire_in_days as an argument
in various functions, invite_expire_in_days is passed as
-1 for "Never expires" option since invite_expire_in_days
is an optional argument in some functions and thus we cannot
pass "None" value.
2022-02-24 16:32:19 -08:00
..
lib docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00
management docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00
migrations python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
tests docs: Add missing space in “time zone”. 2022-02-24 14:05:12 -08:00
views invite: Add backend support for "Never expires" option. 2022-02-24 16:32:19 -08:00
__init__.py
models.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
urls.py analytics: Use user IDs to get user activity summaries. 2021-10-13 15:30:27 -07:00