Go to file
Steve Howell 795248a1d0 Mute any topic named "muted" on zulip.com.
This change will allow us to test the muting feature on
staging.  Any topic named "muted" will automatically be
muted.  You can also mute any other topic on the console:

    muting.mute_topic('devel', 'ios');
    current_msg_list.rerender();

More UI around this experiment will be coming soon, as well
as support for muting entire streams.

The muting module keeps track of which topics are muted, but a
user can expand muted messages, and once that happens, the
messages are marked with the "force_expand" flag that gets
persisted to the back end.

Muted messages are rendered in similar fashion to the summarized
rows, and as part of unifying some of that code, we have
made it so that expanding a summarized section doesn't remove
individual flags related to summaries; instead, the messages
get the force_expand flag set.

(imported from commit acee4190e63813d46850415c41ff8ebfae4a6953)
2013-08-23 12:10:27 -04:00
api [manual] Extend /api/v1/streams API endpoint. 2013-08-22 12:29:04 -04:00
assets Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
bots [manual] Extend /api/v1/streams API endpoint. 2013-08-22 12:29:04 -04:00
certs Switch api.zulip.com to signed PositiveSSL / Comodo certificate. 2013-07-15 16:49:54 -04:00
confirmation Move to a common random token generation function instead of several one-offs. 2013-08-09 14:59:26 -04:00
humbug Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers Add Nagios plugin for monitoring the Postgres replication lag 2013-08-22 17:36:19 -04:00
static Mute any topic named "muted" on zulip.com. 2013-08-23 12:10:27 -04:00
templates Remove count-related markup from All Messages 2013-08-22 16:26:52 -04:00
tools Mute any topic named "muted" on zulip.com. 2013-08-23 12:10:27 -04:00
zerver Mute any topic named "muted" on zulip.com. 2013-08-23 12:10:27 -04:00
zproject Mute any topic named "muted" on zulip.com. 2013-08-23 12:10:27 -04:00
.gitignore Add support for analyzing test coverage with Istanbul 2013-08-20 10:46:45 -04:00
manage.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00