zulip/static
Steve Howell 957486cc95 Fix support for searches like "in:home search:foo".
Previously, if you searched for "in:home search:foo", we
weren't making "in:home" a public operator, so the back end
wouldn't know to exclude muted messages, but the front end
also wouldn't exclude muted messages, because it assumed
that queries with "search:" in them were fully narrowed by
the back end.

Prior commits made it so that the back end is now capable
of doing "in:home" narrowing, so to get the properly narrowed
results, we simply needed to make in:home be a public operator
in this commit.  We also made in:all be public for convenience,
although it's essentially a no-op.

(imported from commit e4a8b10813b50163c431b1721bd316b676be1b83)
2014-03-05 14:56:35 -05:00
..
audio Change audible notification to a "knock" sound. 2014-02-12 17:09:39 -05:00
html Fix link to bootstrap css in our nginx error pages 2013-11-04 16:35:50 -05:00
images Move crumbbar to header and change visual appearance 2014-02-18 12:50:29 -07:00
js Fix support for searches like "in:home search:foo". 2014-03-05 14:56:35 -05:00
styles Make the selectable sidebar block width the same width as the overall sidebar 2014-03-05 14:48:54 -05:00
templates Show the new bot's default stream settings in the edit view 2014-03-05 14:16:19 -05:00
third Add slim scrollbar to stream list 2014-02-27 20:25:41 -05:00
.gitignore Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
favicon.ico Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
robots.txt Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00