Commit Graph

248 Commits (eb6f8181e12ad0d7c47ae7c71ca6b737c844e35c)

Author SHA1 Message Date
Christian Schmidt 69057467cb
Translate CW, poll options and media descriptions ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Matt Jankowski b896b16cb3
Fix RSpec/PredicateMatcher cop ()
Matt Jankowski 778e4a7bf7
Fix RSpec/ExpectInHook cop ()
Daniel M Brasil b473df9a14
Improve test coverage for `/api/v1/featured_tags` ()
Daniel M Brasil 4a22e72b9b
Improve test coverage for `/api/v1/admin/canonical_email_blocks` ()
Daniel M Brasil ce8b5899ae
Fix POST `/api/v1/admin/domain_allows` returning 200 when no domain is specified ()
Daniel M Brasil f3feb4c891
Improve test coverage for `/api/v1/admin/email_domain_blocks` ()
Daniel M Brasil d51464283c
Improve test coverage for `/api/v1/admin/ip_blocks_controller` ()
Claire e60414792d
Add polling and automatic redirection to `/start` on email confirmation ()
Daniel M Brasil 433ab0c9a3
Fix uncaught NoMethodError error in `/api/v1/admin/canonical_email_blocks/test` ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Matt Jankowski c97b611b6b
Fix RSpec/InferredSpecType cop ()
Matt Jankowski 710745e16b
Fix RSpec/ContextWording cop ()
Matt Jankowski cf18cc2891
Fix RSpec/MultipleSubjects cop ()
Matt Jankowski 3df665fd23
Fix Lint/ConstantDefinitionInBlock cop ()
Matt Jankowski 05e3abe9d9
Fix Lint/EmptyClass cop ()
Matt Jankowski 570079f8ce
Fix Performance/TimesMap cop ()
Claire 6693a4fe7c
Change lists to be able to include accounts with pending follow requests ()
Nick Schonning a3393d0d07
Autofix Rubocop RSpec/MatchArray ()
Eugen Rochko e98c86050a
Refactor `Cache-Control` and `Vary` definitions ()
Robert R George 4db8230194
Add trend management to admin API ()
Eugen Rochko a9b5598c97
Change user settings to be stored in a more optimal way ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Christian Schmidt bd047acc35
Replace `Status#translatable?` with language matrix in separate endpoint ()
Matt Jankowski 688287c59d
Coverage improvement round-out following up previous work ()
Matt Jankowski c599e289d8
Fix spec for api/v1/statuses/translations ()
Matt Jankowski ad585fb195
Specs api v1 controllers ()
Nick Schonning 84cc805cae
Enable Style/FrozenStringLiteralComment for specs ()
Nick Schonning 0cfdd1a401
Enable Rubocop Style/StringConcatenation defaults ()
Nick Schonning 717683d1c3
Autofix Rubocop remaining Layout rules ()
Nick Schonning 5116347eb7
Autofix Rubocop RSpec/BeEq ()
Nick Schonning bf785df9fe
Audofix Rubocop Style/WordArray ()
Nick Schonning 5179c47087
Autofix Rubocops RSpec/ScatteredLet ()
Nick Schonning aef0051fd0
Enable Rubocop HTTP status rules ()
Nick Schonning bd1d57c230
Autofix Rubocop RSpec/EmptyLineAfterSubject ()
Nick Schonning a2fdb388eb
Autofix Rubocop RSpec/ReturnFromStub ()
Nick Schonning 21bf326356
Autofix Rubocop Rails/Pluck ()
Nick Schonning 81ad6c2e39
Autofix Rubocop Style/StringLiterals ()
Nick Schonning 3680e032b4
Autofix Rubocop RSpec/EmptyLineAfterFinalLet ()
Nick Schonning 5069769cbe
Autofix Rubocop Style/TrailingCommaInHashLiteral ()
Nick Schonning a7db0b41cd
Autofix Rubocop Lint/ParenthesesAsGroupedExpression ()
Nick Schonning 6d42820e5d
Autofix Rubocop Lint/AmbiguousOperator ()
Nick Schonning ac59d6f19f
Enable Rubocop Style/NumericLiterals ()
Nick Schonning 669f6d2c0a
Run rubocop formatting except line length ()
Nick Schonning 68b1071f86
Autofix Rubocop RSpec/BeNil ()
Claire d6930b3847
Add API parameter to safeguard unexpect mentions in new posts ()
Varun Sharma 45e2936c89
Add tests to indicate inclusion of self replies in statuses endpoint ()
Claire 448be26b34
Add missing `policy` attribute to `WebPushSubscriptionSerializer` ()
* Add missing `policy` attribute to `WebPushSubscriptionSerializer`

Fixes 

* Add tests
Claire 8556a649d5
Fix changing domain block severity not undoing individual account effects ()
* Fix changing domain block severity not undoing individual account effects

Fixes 

* Add tests
Francis Murillo f6492a7c4d
Log admin approve and reject account ()
* Log admin approve and reject account

* Add unit tests for approve and reject logging
Claire 69137f4a90
Fix irreversible and whole_word parameters handling in /api/v1/filters ()
Fixes 
Claire 51a33ce77a
Fix not being able to follow more than one hashtag ()
Fixes regression from