zulip/zerver
Steve Howell 9110ebd208 Improve the UI for /activity.
We are still showing the same data points, but the logic to drill
down on details for a particular realm is now all server side,
not client side, and we are smarter about omitting fields.  In
summary mode, we don't show empty Name or Email columns.  In
detailed mode, we show the realm as a headline instead of a column.

In this version you do lose the ability to see all system users in
the same view, but Waseem is ok with this.

(imported from commit edd2e646ab4cf5783ea64232d0cd621debece8d4)
2013-09-26 13:20:00 -04:00
..
fixtures github: Put pull request comments on the 'commits' stream 2013-09-19 23:44:21 -04:00
lib Move twitter API credentials to local_settings.py. 2013-09-25 15:40:21 -04:00
management Update logging path for email-mirror. 2013-09-25 16:52:41 -04:00
migrations [schema] Add a date_created field to Realm. 2013-09-24 16:19:52 -04:00
templatetags [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
tests/frontend Call blueslip.warn from stream_data.js functions. 2013-09-24 16:19:53 -04:00
views Improve the UI for /activity. 2013-09-26 13:20:00 -04:00
worker Split out presence and activity interval events from user_activity queue 2013-09-24 20:44:15 -04:00
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
context_processors.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
decorator.py Split out presence and activity interval events from user_activity queue 2013-09-24 20:44:15 -04:00
exceptions.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
filters.py Change Humbug => Zulip in name of exception filter module. 2013-08-07 10:00:07 -04:00
finders.py Change Humbug => Zulip in name of finder module. 2013-08-07 10:00:07 -04:00
forms.py Allow MIT to invite coworkers. 2013-09-19 17:14:41 -04:00
handlers.py Change Humbug => Zulip in names of error reporting handlers. 2013-08-07 10:00:07 -04:00
middleware.py Blacklist some webreq urls that we don't want to store for metrics 2013-09-18 11:56:25 -04:00
models.py [schema] Add a date_created field to Realm. 2013-09-24 16:19:52 -04:00
openid.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
retention_policy.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
static_header.txt Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
storage.py Change Humbug => Zulip in name of storage module. 2013-08-07 10:00:07 -04:00
tests.py Assert that registration involves <= 53 queries. 2013-09-26 09:55:43 -04:00
tornado_callbacks.py Don't cache UserPresence info. 2013-09-17 14:51:56 -04:00
tornadoviews.py Let clients specify how long queues shall live, within limits 2013-08-20 16:19:07 -04:00