mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
3b7bf691e7c602fd09b6d32498f4927b789720a2
This contains the various fixes that needed to be made in order to get accurate statistics. Most notably, the active_users_between function in the previous version of zerver/lib/statistics.py was broken for end dates in the past, because it used the UserActivity table to get its data -- so in fact it really was querying "users last active between". This commit isn't super clean, but I figure we're probably better off having our latest code for historical usage data in git so it doesn't bitrot and anyone can improve on it. (imported from commit 24ff2f24a22e5bdc004ea8043d8da12deb97ff2f)
Description
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
Apache-2.0
856 MiB
Languages
Python
58.5%
TypeScript
18.1%
JavaScript
9.1%
CSS
3.9%
HTML
3.6%
Other
6.6%