This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/spec
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
..
controllers Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
fabricators Add appeals (#17364) 2022-02-14 21:27:53 +01:00
features
fixtures
helpers
lib Merge branch 'main' into glitch-soc/merge-upstream 2022-02-17 10:58:44 +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
presenters
requests
routing
serializers/activitypub
services Merge branch 'main' into glitch-soc/merge-upstream 2022-02-23 18:13:12 +01:00
support fix #17601 change `:keys` to `:attribute_names` (#17637) 2022-02-24 14:46:21 +01:00
validators Merge branch 'main' into glitch-soc/merge-upstream 2022-02-26 09:29:23 +01:00
views
workers
rails_helper.rb
spec_helper.rb