discourse/app
Gerhard Schlager 631315624d FIX: Topics with muted tag didn't show up when filtering by category and tag
It also removes the redundant `filter` parameter. Previously URLs looked like this:

```
http://example.com/tags/c/some-category/muted-tag/l/latest.json?filter=tags/c/some-category/muted-tag/l/latest
```

But it looks like the `filter` parameter was only used to find out if topics with a muted tag should be removed or not. But the same thing can be accomplished by using the first tag ID. The following URL looks a lot cleaner.

```
http://example.com/tags/c/some-category/muted-tag/l/latest.json
```
2019-09-06 20:38:03 +02:00
..
assets FIX: Topics with muted tag didn't show up when filtering by category and tag 2019-09-06 20:38:03 +02:00
controllers FEATURE: New post editing period for >= tl2 users (#8070) 2019-09-06 07:44:12 -04:00
helpers FIX: only use app argument for official iOS app banner 2019-08-27 10:23:57 -04:00
jobs Revert "Revert "Revert "FIX: Heartbeat check per sidekiq process (#7873)""" 2019-08-30 11:26:16 +01:00
mailers FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
models FEATURE: New post editing period for >= tl2 users (#8070) 2019-09-06 07:44:12 -04:00
serializers FEATURE: Adds a pop up that shows a more detailed score for reviewables (#8035) 2019-09-04 09:56:25 -06:00
services FIX: inline_uploads not working on subfolder setups 2019-09-05 15:32:33 +10:00
views UX: better user image for embed/topics 2019-09-06 06:23:07 +05:30