zulip/zerver/views
Kartik Maji 599b15cb84 Allow fetching subscribers for streams the user has never subscribed to.
This allows the frontend to fetch data on the subscribers list (etc.)
for streams where the user has never been subscribed, making it
possible to implement UI showing details like subscribe counts on the
subscriptions page.

This is likely a performance regression for very large teams with
large numbers of streams; we'll want to do some testing to determine
the impact (and thus whether we should make this feature only fully
enabled for larger realms).
2016-07-18 16:24:19 -07:00
..
webhooks zerver/views/webhooks/github.py: Fix lines with length greater than 120. 2016-07-18 15:10:41 -07:00
__init__.py Allow fetching subscribers for streams the user has never subscribed to. 2016-07-18 16:24:19 -07:00
alert_words.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
messages.py zerver/views/messages.py: Fix line with length greater than 120. 2016-07-18 15:05:52 -07:00
realm_emoji.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
report.py zerver/views/report.py: Fix line with length greater than 120. 2016-07-18 14:42:39 -07:00
streams.py Add ability to pin streams to top of the streams sidebar list. 2016-06-30 22:26:09 -07:00
tutorial.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
upload.py Revert "Add authorization check before serving files." 2016-06-27 12:09:56 -07:00
user_settings.py Add dynamically loaded language dropdown. 2016-07-04 11:56:02 -07:00
users.py Remove unused code path in avatar() endpoint. 2016-07-12 17:37:02 -07:00