mastodon/app
Thibaut Girka 4be7313298 [Glitch] Allow joining several hashtags in a single column
Port 4c03e05a4e to glitch-soc

This introduces new requirements in the API:

  `/api/v1/timelines/tag/:tag` now accepts new params: `any`, `all` and `none`
  It now returns status matching tag :tag or any of the :any, provided that
  they also include all tags in `all` and none of `none`.
2018-12-21 19:54:54 +01:00
..
chewy Get rid of Chewy order/limit warning (#8355) 2018-08-22 02:44:56 +02:00
controllers Add a per-user setting to hide followers count 2018-12-20 14:51:12 +01:00
helpers Move hide_followers_count logic to an helper 2018-12-20 14:51:12 +01:00
javascript [Glitch] Allow joining several hashtags in a single column 2018-12-21 19:54:54 +01:00
lib Add a per-user setting to hide followers count 2018-12-20 14:51:12 +01:00
mailers Fix low-hanging rubocop gripes (#8458) 2018-08-26 19:22:46 +02:00
models Add a per-user setting to hide followers count 2018-12-20 14:51:12 +01:00
policies Merge branch 'master' into glitch-soc/merge-upstream 2018-12-15 10:45:53 +01:00
presenters Merge branch 'master' into glitch-soc/merge-upstream 2018-11-29 19:22:52 +01:00
serializers Add a per-user setting to hide followers count 2018-12-20 14:51:12 +01:00
services Merge branch 'master' into glitch-soc/merge-upstream 2018-12-18 16:55:15 +01:00
validators Merge branch 'master' into glitch-soc/merge-upstream 2018-12-15 10:45:53 +01:00
views Move hide_followers_count logic to an helper 2018-12-20 14:51:12 +01:00
workers Do no retry web push workers if the server returns a 4xx response (#9434) 2018-12-17 03:14:13 +01:00