Commit Graph

1567 Commits (2cd141b65f617dfdd1f7d46beef9167fd0da9733)

Author SHA1 Message Date
Matt Jankowski 2cd141b65f Fix RSpec/MultipleSubjects cop () 2023-05-04 05:48:35 +02:00
Matt Jankowski 790aa68ea3 Misc spec cleanup () 2023-05-04 05:47:52 +02:00
Matt Jankowski fded3a99ab Spec coverage for settings/preferences/* controllers () 2023-05-04 05:44:27 +02:00
Claire 90b45c5040 Fix various edge cases with local moves () 2023-05-03 19:19:25 +02:00
Claire f89b5c08b6 Fix own posts not getting delivered to own lists () 2023-05-03 19:17:40 +02:00
Claire a4e3f98fc7 Change Move handler to also move list memberships () 2023-05-03 14:03:38 +02:00
Matt Jankowski 916f204ec1 Fix Lint/ConstantDefinitionInBlock cop () 2023-05-03 10:32:30 +02:00
Claire ca3003835d Improve automatic post cleanup worker performances () 2023-05-03 10:31:40 +02:00
Matt Jankowski b7e49e1a70 Fix Performance/MethodObjectAsBlock cop () 2023-05-03 10:30:54 +02:00
Matt Jankowski fdd7fc23c2 Fix Performance/RedundantEqualityComparisonBlock cop () 2023-05-03 10:30:10 +02:00
Matt Jankowski 8ecd2fbe07 Fix Lint/EmptyClass cop () 2023-05-02 21:06:51 +02:00
Matt Jankowski c50acc4d2c ApplicationHelper spec coverage, unused removal, tiny refactor () 2023-05-02 18:10:39 +02:00
Matt Jankowski 3030a8b458 Fix Performance/TimesMap cop () 2023-05-02 18:07:16 +02:00
Claire 7da78595fc Add fallback redirection when getting a webfinger query `LOCAL_DOMAIN@LOCAL_DOMAIN` ()
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2023-05-02 17:42:42 +02:00
Claire e964406ec3 Optimize archive export service and export zip files instead of gzipped tar files () 2023-05-02 15:09:43 +02:00
Claire a247f77162 Change lists to be able to include accounts with pending follow requests () 2023-05-02 14:40:36 +02:00
Claire 2e33a31f80 Add request specs for caching behavior () 2023-05-02 13:58:29 +02:00
Claire abce7cf2b9 Rewrite import feature () 2023-05-02 12:08:48 +02:00
Matt Jankowski 2a78b65bfd Fix Rails/I18nLocaleAssignment cop () 2023-04-30 14:07:03 +02:00
Mark Roszko 8c1fb86333 Remove the u in Favorite for non-gb english ()
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
2023-04-30 16:33:37 +09:00
João Pedro Marques d00c43b9c1 Adds new follower/following routes () 2023-04-30 09:01:42 +02:00
Matt Jankowski ba0a49b7f6 Fix Rails/ContentTag cop () 2023-04-30 06:47:15 +02:00
Matt Jankowski 807ada7b39 Fix Rails/HttpPositionalArguments cop () 2023-04-30 06:43:28 +02:00
Matt Jankowski 7a395989b7 Enable local account key generation spec () 2023-04-30 02:28:52 +02:00
Matt Jankowski f9fcde8205 Add pending spec for User.those_who_can () 2023-04-29 22:03:36 +02:00
Nick Schonning b36ccb2fac Autofix Rubocop RSpec/MatchArray () 2023-04-26 21:29:36 +02:00
Nick Schonning 16cc6bc400 Autofix Rubocop RSpec/MatchArray () 2023-04-26 20:21:54 +02:00
Matt Jankowski dcb91de3ba React component helper specs () 2023-04-26 18:21:32 +02:00
Nick Schonning 28d554cc49 Autofix Rubocop Rails/ResponseParsedBody () 2023-04-26 17:25:07 +02:00
Claire 31bd0da41f Fix anonymous visitors getting a session cookie on first visit () 2023-04-25 16:51:38 +02:00
Claire 84862cb2cf Add feature test for OAuth access grant () 2023-04-24 19:06:58 +02:00
Matt Jankowski f01a643897 Remove instance variables from helper usage () 2023-04-23 22:35:54 +02:00
Claire d8e7a72597 Fix caching logic with regards to Accept-Language, Cookie, and Signature () 2023-04-23 22:27:24 +02:00
Claire 59a73ea537 Fix AccountsStatusesCleanupScheduler not spreading deletes across accounts correctly () 2023-04-23 22:25:40 +02:00
Eugen Rochko 3ca64638d4 Refactor `Cache-Control` and `Vary` definitions () 2023-04-19 16:07:29 +02:00
Robert R George 335b53ab48 Add trend management to admin API () 2023-04-18 11:33:30 +02:00
Heitor de Melo Cardozo a34c422490 Change moderation search an account using the username with @ () 2023-04-17 14:16:36 +02:00
Heitor de Melo Cardozo e2760bd0ee Add user handle to notification mail recipient address ()
Co-authored-by: luccamps <luccamps@users.noreply.github.com>
Co-authored-by: Leonardo Negreiros de Oliveira <negreirosleo12@gmail.com>
Co-authored-by: Marcio Flavio <mflaviof1995@gmail.com>
Co-authored-by: Gabriel Quaresma <j.quaresmasantos_98@hotmail.com>
2023-04-17 11:06:06 +02:00
Matt Jankowski 1c31bdc9fc Refactor race condition reblog service spec () 2023-04-14 14:42:10 +02:00
Claire 1afa6d8cbf Refactor `Status._insert_record` slightly and tighten the test around reblogs of discarded statuses () 2023-04-12 12:47:05 +02:00
Matt Jankowski 761f2750fd Spec coverage on Settings/ controllers specs () 2023-04-11 11:35:39 +02:00
Matt Jankowski c5f965afcf Clean up the post deployment migration generator () 2023-04-11 11:25:29 +02:00
Matt Jankowski e323372ebe Expand coverage for "system checks" () 2023-04-07 14:39:34 +02:00
Christian Schmidt 41190c8172 Wrong type for user setting when default is defined by lambda () 2023-03-31 07:33:17 +02:00
Eugen Rochko c75fccf033 Change user settings to be stored in a more optimal way ()
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
2023-03-30 14:44:00 +02:00
Christian Schmidt 72b4973f50 Requeue expiration notification () 2023-03-29 10:52:40 +02:00
Eugen Rochko 1d2a941bc8 Change media upload limits and remove client-side resizing () 2023-03-25 10:00:03 +01:00
Matt Jankowski d38c3ba12e Add specs for Chewy importers () 2023-03-22 14:06:26 +01:00
Christian Schmidt 7583523bf0 Replace `Status#translatable?` with language matrix in separate endpoint () 2023-03-16 11:07:24 +01:00
Nick Schonning 6d0a49f4a4 Autofix Rubocop Style/PreferredHashMethods () 2023-03-16 01:36:37 +01:00