glitch-soc/spec/controllers
Claire 12b935fadf Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.github/dependabot.yml`:
  Updated upstream, removed in glitch-soc to disable noise.
  Kept removed.
- `CODE_OF_CONDUCT.md`:
  Upstream updated to a new version of the covenant, but I have not read it
  yet, so kept unchanged.
- `Gemfile.lock`:
  Not a real conflict, one upstream dependency updated textually too close to
  the glitch-soc only `hcaptcha` dependency.
  Applied upstream changes.
- `app/controllers/admin/base_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/application_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/disputes/base_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/relationships_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/controllers/statuses_cleanup_controller.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/helpers/application_helper.rb`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `app/javascript/mastodon/features/compose/components/compose_form.jsx`:
  Upstream added a highlight animation for onboarding, while we changed the
  max character limit.
  Applied our local changes on top of upstream's new version.
- `app/views/layouts/application.html.haml`:
  Minor conflict due to glitch-soc's theming system.
  Applied upstream changes.
- `stylelint.config.js`:
  Upstream added ignore paths, glitch-soc had extra ignore paths.
  Added the same paths as upstream.
2023-04-29 10:44:56 +02:00
..
activitypub Autofix Rubocop RSpec/MatchArray (#24050) 2023-04-26 20:21:54 +02:00
admin Autofix Rubocop RSpec/MatchArray (#24050) 2023-04-26 20:21:54 +02:00
api Merge branch 'main' into glitch-soc/merge-upstream 2023-04-29 10:44:56 +02:00
auth Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
concerns Enable Rubocop HTTP status rules (#23717) 2023-02-20 11:16:40 +09:00
disputes Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
filters Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
oauth Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
settings Merge branch 'main' into glitch-soc/merge-upstream 2023-04-29 10:44:56 +02:00
well_known Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
about_controller_spec.rb Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
accounts_controller_spec.rb Fix caching logic with regards to Accept-Language, Cookie, and Signature (#24604) 2023-04-23 22:27:24 +02:00
application_controller_spec.rb Merge branch 'main' into glitch-soc/merge-upstream 2023-04-29 10:44:56 +02:00
authorize_interactions_controller_spec.rb Run rubocop formatting except line length (#23632) 2023-02-18 06:56:20 +09:00
custom_css_controller_spec.rb Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
emojis_controller_spec.rb Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
filters_controller_spec.rb Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
follower_accounts_controller_spec.rb Autofix Rubocop Rails/ResponseParsedBody (#24051) 2023-04-26 17:25:07 +02:00
following_accounts_controller_spec.rb Autofix Rubocop Rails/ResponseParsedBody (#24051) 2023-04-26 17:25:07 +02:00
health_controller_spec.rb Coverage improvement round-out following up previous work (#23987) 2023-03-10 13:33:30 +01:00
home_controller_spec.rb Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
instance_actors_controller_spec.rb Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
intents_controller_spec.rb Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
invites_controller_spec.rb Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
manifests_controller_spec.rb Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
media_controller_spec.rb Fix error when rendering public pages with media attachments (#16763) 2021-10-13 15:27:19 +02:00
media_proxy_controller_spec.rb Fix media attachments enumeration (#14254) 2020-07-07 15:26:51 +02:00
privacy_controller_spec.rb Coverage improvement round-out following up previous work (#23987) 2023-03-10 13:33:30 +01:00
relationships_controller_spec.rb Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
shares_controller_spec.rb Remove instance variables from helper usage (#24203) 2023-04-23 22:35:54 +02:00
statuses_cleanup_controller_spec.rb Refactor Cache-Control and Vary definitions (#24347) 2023-04-19 16:07:29 +02:00
statuses_controller_spec.rb Fix caching logic with regards to Accept-Language, Cookie, and Signature (#24604) 2023-04-23 22:27:24 +02:00
tags_controller_spec.rb Fix caching logic with regards to Accept-Language, Cookie, and Signature (#24604) 2023-04-23 22:27:24 +02:00