zulip/zerver
Tim Abbott 022c8beaf5 analytics: Add APIs for submitting analytics to another server.
This adds a new API for sending basic analytics data (number of users,
number of messages sent) from a Zulip server to the Zulip Cloud
central analytics database, which will make it possible for servers to
elect to have their usage numbers counted in published stats on the
size of the Zulip ecosystem.
2019-02-01 22:03:52 -08:00
..
data_import hipchat: Fix handling of user IDs in Stride import. 2019-01-31 12:40:05 -08:00
lib analytics: Add APIs for submitting analytics to another server. 2019-02-01 22:03:52 -08:00
management import realm: Use processes for resizing avatar images. 2019-01-25 12:37:12 -08:00
migrations billing: Remove deprecated RealmAuditLog.requires_billing_update. 2019-02-01 18:49:43 -08:00
openapi api: Document support for setting stream description on creation. 2019-01-29 11:28:55 -08:00
templatetags bugdown: Trigger test failure for invalid Markdown include statements. 2018-12-27 20:13:08 -08:00
tests analytics: Add APIs for submitting analytics to another server. 2019-02-01 22:03:52 -08:00
tornado event_queue: Avoid hardcoded paths in /var/tmp. 2019-01-15 16:12:05 -08:00
views messages: Add support for quickly deleting all messages in a topic. 2019-02-01 17:09:44 -08:00
webhooks webhooks/stripe: Handle invoice events explicitly. 2019-02-01 21:38:20 -03:30
worker tools: Upgrade Pycodestyle and fix new linter errors. 2019-01-31 12:21:41 -08:00
__init__.py
apps.py zerver: Use Python 3 syntax for typing. 2017-11-28 16:49:36 -08:00
context_processors.py emails: Clean up code surrounding the call to find_team. 2018-12-20 16:26:19 -08:00
decorator.py decorator: Set an error code for invalid API key errors. 2019-01-05 11:29:34 -08:00
filters.py error reports: Ensure we filter API keys from query strings. 2018-10-19 15:03:14 -07:00
forms.py emails: Update text for password_reset. 2018-12-20 16:26:19 -08:00
logging_handlers.py bugdown: Improve exception handler for BugdownRenderingException. 2018-07-26 09:27:55 -07:00
middleware.py docs: Refactor BS work with use of cache_with_key. 2019-01-28 15:21:52 -08:00
models.py billing: Remove deprecated RealmAuditLog.requires_billing_update. 2019-02-01 18:49:43 -08:00
signals.py emails: Use ugettext instead of ugettext_lazy in signals. 2018-12-20 19:35:23 -08:00
static_header.txt