mastodon/app
Claire be493b6c0d Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `app/models/account.rb`:
  Not a real conflict, just upstream getting rid of unused constants too close
  to glitch-soc-specific contents.
  Removed unused constants like upstream did.
- `app/models/trends.rb`:
  Conflict because glitch-soc disabled email notifications for trending links.
  Upstream has refactored this quite a bit and added trending posts.
  Took upstream code, but disabling the extra trending stuff will come in
  another commit.
- `app/views/admin/trends/links/index.html.haml`:
  Conflict due to glitch-soc's theming system.
  Ported upstream changes accordingly.
2022-02-26 09:29:23 +01:00
..
chewy Add trending links (#16917) 2021-11-25 13:07:38 +01:00
controllers Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
helpers Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
javascript Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
lib Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
mailers Add trending statuses (#17431) 2022-02-25 00:34:14 +01:00
models Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
policies Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
presenters Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
serializers Merge branch 'main' into glitch-soc/merge-upstream 2022-02-12 11:12:41 +01:00
services Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
validators Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
views Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
workers Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00