zulip/static
Steve Howell a3d3d08a80 refactor: Avoid positional params for MessageList.
We used to have positional parameters for table_name
and filter, but we don't use them for message_list.all
and we're about to replace filter in some cases.

Passing everything in on opts is more consistent and
self-documenting in the calling code, plus lots of
unit tests can get away with passing in `{}` now
for situations where table_name does not matter.

All of our callers pass in muting_enabled, so we
remove the default value for it.  And then the
collapse_messages variable doesn't have to live on
`this` as it's only being passed through down to the
view.
2018-05-15 14:25:21 -07:00
..
assets Fix favicon generator script. 2018-01-30 10:32:55 -08:00
audio
generated
html portico: Change CSS class to float-left and float-right. 2018-05-02 15:23:33 -07:00
icons/fonts Generate custom-icon-webfont on each provision or update-prod-static. 2017-11-20 16:36:49 -08:00
images docs: Update API key-related screenshots. 2018-05-13 15:02:48 -07:00
js refactor: Avoid positional params for MessageList. 2018-05-15 14:25:21 -07:00
locale i18n: Update translations. 2018-04-17 12:41:06 -07:00
openapi api docs: Rename Swagger directory to OpenAPI. 2018-05-15 11:05:03 -07:00
styles portico: Swap annual and monthly pricing on plans page. 2018-05-12 15:29:28 -07:00
templates custom fields: Don't ask org admin to enter "value" for choice. 2018-05-15 12:08:29 -07:00
third third: Get sorttable package from npm. 2018-05-15 09:25:48 -07:00
ts webpack: Upgrade webpack version 4.5.0. 2018-04-23 15:49:33 -07:00
.gitignore i18n: Make Git ignore mobile.json resources. 2018-01-29 12:49:51 -08:00
favicon.ico
node_modules