Commit Graph

327 Commits (05f9e39b32f15d71eb9ec524d1ab871e5c0d03da)

Author SHA1 Message Date
Matt Jankowski 05f9e39b32
Fix `RSpec/VerifiedDoubles` cop ()
Matt Jankowski 0b39b9abee
Speed-up on `BackupService` spec ()
Matt Jankowski 4c5aa0e470
Update rubocop-rspec to version 2.22.0, fix `RSpec/IndexedLet` cop ()
Matt Jankowski 62c996b52d
Reduce `RSpec/MultipleExpectations` cop max to 8 ()
Matt Jankowski 6c0e3f490a
Fix RSpec/MissingExampleGroupArgument cop ()
Matt Jankowski c42591356d
Fix `RSpec/DescribedClass` cop ()
Claire 8884d1ece0
Add support for importing lists ()
Renaud Chaput 942d850b0a
Allow carets in URL search params ()
Christian Schmidt 69057467cb
Translate CW, poll options and media descriptions ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Matt Jankowski 0f2c16ac4b
Fix RSpec/NoExpectationExample cop ()
Matt Jankowski d2e5430d4a
Fix RSpec/ExpectChange cop ()
Matt Jankowski b896b16cb3
Fix RSpec/PredicateMatcher cop ()
Emelia Smith 19f9098551
Allow reports with long comments from remote instances, but truncate ()
Nick Schonning 99e2e9b81f
Fix minor typos in comments and spec names ()
Claire b805b7f021
Add tests for avatar/header in backup service ()
Matt Jankowski bf3ebeb42f
Fix RSpec/SharedContext cop ()
Matt Jankowski a610a02d4f
Fix RSpec/ScatteredSetup cop ()
Matt Jankowski 710745e16b
Fix RSpec/ContextWording cop ()
Matt Jankowski bdcd8a9e88
Misc spec cleanup ()
Claire b233da5996
Optimize archive export service and export zip files instead of gzipped tar files ()
Claire 32a030dd74
Rewrite import feature ()
Nick Schonning a3393d0d07
Autofix Rubocop RSpec/MatchArray ()
Matt Jankowski 10f0de4212
Refactor race condition reblog service spec ()
Claire f53d009778
Refactor `Status._insert_record` slightly and tighten the test around reblogs of discarded statuses ()
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 eb38e9df31
Requeue expiration notification ()
Matt Jankowski 9da52ac044
Update rspec-rails to version 6.0.1 ()
Nick Schonning 6bd7003799
Fix mispelled spec filenames ()
Nick Schonning 84cc805cae
Enable Style/FrozenStringLiteralComment for specs ()
Nick Schonning 5116347eb7
Autofix Rubocop RSpec/BeEq ()
Nick Schonning bf785df9fe
Audofix Rubocop Style/WordArray ()
Nick Schonning 4552685f6b
Autofix Rubocop RSpec/LeadingSubject ()
Nick Schonning 5179c47087
Autofix Rubocops RSpec/ScatteredLet ()
Nick Schonning bd1d57c230
Autofix Rubocop RSpec/EmptyLineAfterSubject ()
Nick Schonning 65ba0d92ef
Enable Rubocop RSpec/NotToNot ()
Nick Schonning 81ad6c2e39
Autofix Rubocop Style/StringLiterals ()
Nick Schonning 3680e032b4
Autofix Rubocop RSpec/EmptyLineAfterFinalLet ()
Nick Schonning 08289a38fa
Autofix Rubocop Style/TrailingCommaInArrayLiteral ()
Nick Schonning 5069769cbe
Autofix Rubocop Style/TrailingCommaInHashLiteral ()
Nick Schonning c38bd17657
Autofix Rubocop Style/TrailingCommaInArguments ()
Nick Schonning e5cf23cf3a
Enable Rubocop RSpec/HooksBeforeExamples ()
Nick Schonning 634368c491
Autofix Rubocop Lint/SymbolConversion ()
Nick Schonning 669f6d2c0a
Run rubocop formatting except line length ()
Nick Schonning 6ed6c41724
Autofix Rubocop RSpec/EmptyLineAfterExample ()
Nick Schonning 936204b9ea
Autofix Rubocop Style/NestedParenthesizedCalls ()
Nick Schonning 37914c8757
Autofix Rubocop Style/MethodCallWithoutArgsParentheses ()
Claire d6930b3847
Add API parameter to safeguard unexpect mentions in new posts ()
Claire 0c9eac80d8
Fix unbounded recursion in post discovery ()
* Add a limit to how many posts can get fetched as a result of a single request

* Add tests

* Always pass `request_id` when processing `Announce` activities

---------

Co-authored-by: nametoolong <nametoolong@users.noreply.github.com>
Markus Unterwaditzer f2a6e71bb6
Suppress AddressFamilyError in link verification ()
* Suppress AddressFamilyError

* clarify comment
Claire 4b92e59f4f
Add support for editing media description and focus point of already-posted statuses ()
* Add backend support for editing media attachments of existing posts

* Allow editing media attachments of already-posted toots

* Add tests