zulip/zerver
Steve Howell 5fcbd0a178 Remove muting logic in approximate_unread_count().
The muting logic in approximate_unread_count() was confusing
stream/subject and only using the first of many stream/subject
pairs, so it was rarely excluding rows from the count, and when
it did exclude rows, they were the wrong rows.

This fixes part of #1300, but we may want to keep the issue open.
2016-07-18 11:21:51 -07:00
..
fixtures Replace old Trello integration with a webhook integration. 2016-07-13 21:00:27 -07:00
lib Fix twitter mock data. 2016-07-17 10:23:25 -07:00
management Gracefully give up when using email-mirror on python 3. 2016-07-18 09:57:28 -07:00
migrations Add realm setting to time-limit editing of message content. 2016-07-15 13:55:49 -07:00
templatetags Cleanup remaining usage of % comprehensions without explicit tuples. 2015-12-05 15:29:42 -08:00
tests Add LogDictTest.test_to_log_dict(). 2016-07-17 11:25:02 -07:00
views Remove muting logic in approximate_unread_count(). 2016-07-18 11:21:51 -07:00
worker Decode response.content everywhere except in tests. 2016-07-12 14:06:29 -07:00
__init__.py [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00
context_processors.py Mention emails are printed in run-dev.py console. 2016-06-20 11:07:20 -07:00
decorator.py zerver/decorator.py: Use BytesIO to read request. 2016-07-15 11:13:33 -07:00
exceptions.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
filters.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
forms.py forms: Wrap some very long lines. 2016-06-25 10:52:03 -07:00
logging_handlers.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
middleware.py slow queries: Include full log line in slow query log. 2016-07-12 19:12:49 -07:00
models.py Add realm setting to time-limit editing of message content. 2016-07-15 13:55:49 -07:00
static_header.txt Update copyright to 2014. 2014-02-04 15:51:53 -05:00
storage.py Remove templates, styles and js through storage. 2016-07-09 07:33:35 -07:00
tornadoviews.py zerver/tornado.py: Convert queue_id to str. 2016-07-04 02:58:57 +05:30