Commit Graph

118 Commits (a59f5694fec6131d9b3eefe9b24dd3813d2cf4d3)

Author SHA1 Message Date
Eugen Rochko 50b17f7e10
Add notification policies and notification requests ()
Matt Jankowski 87097a227c
Clean up `settings/featured_tags/index` view ()
Matt Jankowski 55802242ce
Refactor login activity partial (remove inline ruby) ()
Matt Jankowski 00341c70ff
Use Sidekiq `fake!` instead of `inline!` in specs ()
Matt Jankowski f32d672d2f
Clean up of `RSpec/LetSetup` within `spec/controllers` ()
Matt Jankowski ef9797a395
Un-nest contexts in `settings/2fa/webauthn` spec ()
Matt Jankowski ce78a9c9ac
Clean up `two_factor_authentication/confirmations` controller spec ()
Matt Jankowski 973597c6f1
Consolidate configuration of `Sidekiq::Testing.fake!` setup ()
Eugen Rochko cdc57c74b7
Fix unsupported time zone or locale preventing sign-up ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Matt Jankowski f7cb64a184
Add coverage for `settings/privacy` controller ()
Matt Jankowski b2e8af8889
Add coverage for `settings/verifications` controller ()
Matt Jankowski b2c5b20ef2
Fix `RSpec/AnyInstance` cop ()
Matt Jankowski 9dc3ce878b
Speed-up in `Settings::` controllers specs ()
Matt Jankowski ce91d14d48
Fix `Style/WordArray` cop ()
Matt Jankowski e545978076
Use framework helpers instead of i-vars in controller specs ()
Matt Jankowski 708299bb0d
Misc coverage improvements for `Admin::` and `Settings::` controllers ()
Matt Jankowski 658742b3cd
Fix `Lint/AmbiguousBlockAssociation` cop ()
Matt Jankowski 62c996b52d
Reduce `RSpec/MultipleExpectations` cop max to 8 ()
Matt Jankowski d2e5430d4a
Fix RSpec/ExpectChange cop ()
Matt Jankowski 778e4a7bf7
Fix RSpec/ExpectInHook cop ()
Matt Jankowski c97b611b6b
Fix RSpec/InferredSpecType cop ()
Matt Jankowski 710745e16b
Fix RSpec/ContextWording cop ()
Matt Jankowski 08fb9d300a
Spec coverage for settings/preferences/* controllers ()
Claire 32a030dd74
Rewrite import feature ()
Nick Schonning 90beba57d8
Autofix Rubocop Rails/ResponseParsedBody ()
Eugen Rochko e98c86050a
Refactor `Cache-Control` and `Vary` definitions ()
Matt Jankowski 36eeb70d53
Spec coverage on Settings/ controllers specs ()
Eugen Rochko a9b5598c97
Change user settings to be stored in a more optimal way ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Eugen Rochko 9bda933740
Change media upload limits and remove client-side resizing ()
Claire a232a1feb8
Fix misleading error code when receiving invalid WebAuthn credentials ()
Matt Jankowski 6a57c42316
Settings controllers specs ()
Nick Schonning 84cc805cae
Enable Style/FrozenStringLiteralComment for specs ()
Nick Schonning bf785df9fe
Audofix Rubocop Style/WordArray ()
Nick Schonning 38a1d8bb85
Autofix Rubocop RSpec/ImplicitSubject ()
Nick Schonning aef0051fd0
Enable Rubocop HTTP status rules ()
Nick Schonning 65ba0d92ef
Enable Rubocop RSpec/NotToNot ()
Nick Schonning 21bf326356
Autofix Rubocop Rails/Pluck ()
Nick Schonning 81ad6c2e39
Autofix Rubocop Style/StringLiterals ()
Nick Schonning 3680e032b4
Autofix Rubocop RSpec/EmptyLineAfterFinalLet ()
Nick Schonning 167709f6b0
Autofix Rubocop Style/BlockDelimiters ()
Nick Schonning 5069769cbe
Autofix Rubocop Style/TrailingCommaInHashLiteral ()
Nick Schonning b4cbfff3eb
Autofix Rubocop RSpec/ExcessiveDocstringSpacing ()
Nick Schonning c0a645f647
Autofix Rubocop RSpec/ExampleWording ()
Nick Schonning 669f6d2c0a
Run rubocop formatting except line length ()
Claire 20a479ff7c
Change `POST /settings/applications/:id` to regenerate token on scopes change ()
Fixes 
Eugen Rochko 93f340a4bf
Remove setting that disables account deletes ()
Eugen Rochko 50948b46aa
Add ability to filter followed accounts' posts by language ()
Claire e34dd3644c
Remove unused `filtered_languages` column ()
* Remove unused `filtered_languages` column

Fixes 

* Fix tests
luzpaz 898fe2fa8e
Fix typo in source `setted`->`set` ()
Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,ro`
Claire 30658924a8
Fix test-related issues ()
* Remove obsolete RSS::Serializer test

Since , RSS::Serializer no longer has specific code for deleted statuses,
but it is never called on deleted statuses anyway.

* Rename erroneously-named test files

* Fix failing test

* Fix test deprecation warnings

* Update CircleCI Ruby orb

1.4.0 has a bug that does not match all the test files due to incorrect
globbing