1725 Commits (b23699709acd2b31928b884ceec2af15370c452c)

Author SHA1 Message Date
Matt Jankowski e323372ebe Expand coverage for "system checks" (#24216)
1 year ago
Christian Schmidt 41190c8172 Wrong type for user setting when default is defined by lambda (#24321)
2 years ago
Eugen Rochko c75fccf033 Change user settings to be stored in a more optimal way (#23630)
2 years ago
Christian Schmidt 72b4973f50 Requeue expiration notification (#24311)
2 years ago
Eugen Rochko 1d2a941bc8 Change media upload limits and remove client-side resizing (#23726)
2 years ago
Matt Jankowski d38c3ba12e Add specs for Chewy importers (#24204)
2 years ago
Christian Schmidt 7583523bf0 Replace `Status#translatable?` with language matrix in separate endpoint (#24037)
2 years ago
Nick Schonning 6d0a49f4a4 Autofix Rubocop Style/PreferredHashMethods (#23851)
2 years ago
Claire 8a618c8eca Fix misleading error code when receiving invalid WebAuthn credentials (#23568)
2 years ago
Matt Jankowski a7bc6ae1de Add spec for the CLI `version` task (#23978)
2 years ago
Matt Jankowski 00f9e14d13 Add basic search specs for chewy indexes (#24065)
2 years ago
Matt Jankowski 7a8257b638 Coverage improvement round-out following up previous work (#23987)
2 years ago
Matt Jankowski c5c1e07555 Serializers spec coverage (#24017)
2 years ago
Matt Jankowski 76950ce2bc Explicitly set github repo in instance presenter spec (#24036)
2 years ago
Christian Schmidt 170d3a0bc8 Unescape HTML entities (#24019)
2 years ago
Matt Jankowski f6f3004420 Fix spec for api/v1/statuses/translations (#23956)
2 years ago
Matt Jankowski d1984eb87f Restore missing fabricators (#23951)
2 years ago
Matt Jankowski db41d60d04 Pending example models minimal coverage (#23912)
2 years ago
Matt Jankowski 471346fd3a User mailer spec coverage improvements (#23905)
2 years ago
Matt Jankowski 6e2d11ff48 Admin controllers specs (#23917)
2 years ago
Matt Jankowski 9a16204737 Specs api v1 controllers (#23930)
2 years ago
Matt Jankowski 5676537303 Fabricator specs (#23925)
2 years ago
Matt Jankowski c48dd42fa8 Misc coverage improvements for validators (#23928)
2 years ago
Matt Jankowski 6210055dde Helpers specs coverage improvement (#23937)
2 years ago
Matt Jankowski 5149123d20 Policies specs (#23924)
2 years ago
Matt Jankowski 5b612db821 Settings controllers specs (#23915)
2 years ago
Matt Jankowski 9e213fd37d Add basic coverage for some worker jobs (#23943)
2 years ago
Matt Jankowski bf674337d9 Models specs coverage (#23940)
2 years ago
Christian Schmidt cc0c37cd69 Only offer translation for supported languages (#23879)
2 years ago
Claire f1c31853e3 Add tests for moderation actions without custom text (#23184)
2 years ago
Claire 7bc43c91a0 Fix “Remove all followers from the selected domains” being more destructive than it claims (#23805)
2 years ago
Claire 16c8144b1c Add support for incoming rich text (#23913)
2 years ago
Matt Jankowski 35cbd0685d Fix deprecation warning about merging conditions (#23618)
2 years ago
Matt Jankowski 0d409f9fd7 Update rspec-rails to version 6.0.1 (#23908)
2 years ago
Matt Jankowski 0fe721074b Add spec coverage for Admin::Trends::StatusesHelper (#23898)
2 years ago
Stanislav Dobrovolschii eaea285368 Add rspecs for FollowRecommendationsScheduler (#23890)
2 years ago
Matt Jankowski 5bf8f34842 Spec coverage for HomeHelper (#23907)
2 years ago
Matt Jankowski 04082726de Admin mailer spec coverage improvement (#23863)
2 years ago
Matt Jankowski 7e7fa6cb40 Add policies and serializers groups to simplecov output (#23897)
2 years ago
Matt Jankowski 385ae6681d Fix single-record invalid condition on PollVote (#23810)
2 years ago
Nick Schonning 1cdd7d6c8f Rename ActivityPub Serializer Specs (#23844)
2 years ago
Claire bc4837a600 Change auto-deletion throttling constants to better scale with server size (#23320)
2 years ago
Nick Schonning 43a3812265 Fix mispelled spec filenames (#23834)
2 years ago
Claire 3423976bda Fix rack:attack flaky tests and test end of throttle period (#23799)
2 years ago
Nick Schonning eb6991cee1 Autofix Rubocop Rails/RootPathnameMethods (#23760)
2 years ago
Nick Schonning dd46810e8a Enable Style/FrozenStringLiteralComment for specs (#23790)
2 years ago
Nick Schonning 247bf6e812 Enable Rubocop Style/StringConcatenation defaults (#23792)
2 years ago
Nick Schonning 25cf99e513 Autofix Rubocop Security/IoMethods (#23757)
2 years ago
Nick Schonning 9376fccf91 Autofix Rubocop Style/SymbolProc (#23742)
2 years ago
Nick Schonning e6312104c7 Autofix Rubocop remaining Layout rules (#23679)
2 years ago
Nick Schonning a4cbfac4d9 Autofix Rubocop RSpec/BeEq (#23740)
2 years ago
Nick Schonning c0f0c42326 Audofix Rubocop Style/WordArray (#23739)
2 years ago
Nick Schonning 754c417e29 Autofix Rubocop RSpec/LeadingSubject (#23670)
2 years ago
Nick Schonning a1e0384fc5 Enable Rubocop RSpec/ExpectActual (#23720)
2 years ago
Nick Schonning ac56c3971b Autofix Rubocop RSpec/ImplicitSubject (#23721)
2 years ago
Nick Schonning 0d47dee648 Autofix Rubocops RSpec/ScatteredLet (#23725)
2 years ago
Nick Schonning ae51248ffe Enable Rubocop HTTP status rules (#23717)
2 years ago
Nick Schonning f6c4699d73 Autofix Rubocop RSpec/EmptyLineAfterSubject (#23719)
2 years ago
Nick Schonning 181617e3d9 Autofix Rubocop Lint/UnusedBlockArgument (#23712)
2 years ago
Nick Schonning a25f6522da Enable Rubocop RSpec/NotToNot (#23723)
2 years ago
Nick Schonning 1de4bdbaf4 Autofix Rubocop RSpec/ReturnFromStub (#23724)
2 years ago
Nick Schonning b8f17330ea Autofix Rubocop Rails/Pluck (#23730)
2 years ago
Nick Schonning e08a42e1d7 Autofix Rubocop RSpec/EmptyLineAfterHook (#23718)
2 years ago
Nick Schonning be1ec56c6d Autofix Rubocop Style/StringLiterals (#23695)
2 years ago
Nick Schonning 28b19386c1 Autofix Rubocop RSpec/LetBeforeExamples (#23671)
2 years ago
Nick Schonning bfc66a0454 Autofix Rubocop Style/EmptyLambdaParameter (#23705)
2 years ago
Nick Schonning a63cb79201 Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707)
2 years ago
Nick Schonning e9074c3eb5 Autofix Rubocop Style/BlockDelimiters (#23706)
2 years ago
Nick Schonning 2e4833b246 Autofix Rubocop RSpec/Capybara/FeatureMethods (#23708)
2 years ago
Nick Schonning 6988b04ec7 Autofix Rubocop Style/TrailingCommaInArrayLiteral (#23692)
2 years ago
Nick Schonning 4dc470fbee Autofix Rubocop Style/TrailingCommaInHashLiteral (#23693)
2 years ago
Nick Schonning a2129d336a Autofix Rubocop RSpec/ExcessiveDocstringSpacing (#23666)
2 years ago
Nick Schonning 7f8439ee07 Autofix Rubocop Style/TrailingCommaInArguments (#23694)
2 years ago
Nick Schonning 793f8c7dd5 Autofix Rubocop Style/IfUnlessModifier (#23697)
2 years ago
Nick Schonning bc31a28361 Apply Rubocop Style/RedundantConstantBase (#23463)
2 years ago
Nick Schonning 35dbf602f2 Autofix Rubocop Lint/ParenthesesAsGroupedExpression (#23682)
2 years ago
Nick Schonning c402904fa1 Enable Rubocop RSpec/HooksBeforeExamples (#23668)
2 years ago
Nick Schonning 298f61ecef Autofix Rubocop Style/RedundantPercentQ (#23651)
2 years ago
Nick Schonning f8947c2042 Autofix Rubocop RSpec/ExampleWording (#23667)
2 years ago
Nick Schonning 24f4789d2b Enable Rubocop RSpec/MultipleDescribes (#23672)
2 years ago
Nick Schonning 92d606bc98 Autofix Rubocop RSpec/ClassCheck (#23685)
2 years ago
Nick Schonning a71a0802d6 Autofix Rubocop Lint/SymbolConversion (#23683)
2 years ago
Nick Schonning efcf9f0076 Autofix Rubocop Lint/AmbiguousOperator (#23680)
2 years ago
Nick Schonning 8fa4163574 Enable Rubocop Style/NumericLiterals (#23647)
2 years ago
Nick Schonning 31ca76fe2c Run rubocop formatting except line length (#23632)
2 years ago
Nick Schonning a45f8ff02d Autofix Rubocop RSpec/EmptyLineAfterExample (#23661)
2 years ago
Nick Schonning 284a6902cc Autofix Rubocop RSpec/BeNil (#23653)
2 years ago
Nick Schonning c754596ce3 Autofix Rubocop Style/NestedParenthesizedCalls (#23646)
2 years ago
Nick Schonning cb763ecb74 Autofix Rubocop Style/MethodCallWithoutArgsParentheses (#23645)
2 years ago
Claire d706570d30 Add `memorial` attribute to REST API (#23591)
2 years ago
Claire 0ae0740826 Add API parameter to safeguard unexpect mentions in new posts (#18350)
2 years ago
Varun Sharma 1ac0afccc2 Add tests to indicate inclusion of self replies in statuses endpoint (#23266)
2 years ago
Claire 5410c06ca1 Add tests for `REST::AccountSerializer` (#23319)
2 years ago
Claire ea4cffac37 Fix unbounded recursion in post discovery (#23506)
2 years ago
Nick Schonning ae45c9ccd4 Apply Rubocop Rails/WhereNot (#23448)
2 years ago
Nick Schonning 8a2b91488a Apply Rubocop Style/ExpandPathArguments (#23450)
2 years ago
Nick Schonning 38ec6d27d8 Autofix Rails/EagerEvaluationLogMessage (#23429)
2 years ago
Claire a173d5248f Fix `UserCleanupScheduler` crash when an unconfirmed account has a moderation note (#23318)
2 years ago
Claire 3536a88bc9 Change `POST /settings/applications/:id` to regenerate token on scopes change (#23359)
2 years ago
Claire 9e5f274ba9 Add `roles` attribute to Account entities in REST API (#23255)
2 years ago
Claire 1c279cca28 Fix email with empty domain name labels passing validation (#23246)
2 years ago
Claire d28bbdfd48 Fix account activation being triggered before email confirmation (#23245)
2 years ago
Markus Unterwaditzer 4a902cc7f6 Suppress AddressFamilyError in link verification (#23204)
2 years ago
Claire 1e9d799c0a Add missing `policy` attribute to `WebPushSubscriptionSerializer` (#23210)
2 years ago
Claire b131e01db7 Add more specific error messages to HTTP signature verification (#21617)
2 years ago
Claire 592fe1a3bd Add confirmation screen when handling reports (#22375)
2 years ago
Claire 42aa864c84 Add support for editing media description and focus point of already-posted statuses (#20878)
2 years ago
Claire 0687eb20da Change domain block CSV parsing to be more robust and handle more lists (#21470)
2 years ago
Claire 64952cef52 Fix crash when marking statuses as sensitive while some statuses are deleted (#22134)
2 years ago
Claire 614dd22095 Fix sanitizer parsing link text as HTML when stripping unsupported links (#22558)
2 years ago
Markus Unterwaditzer b7f37e68ad fix: allow verification when page size exceeds 1MB (using HTML5 parser) (#22879)
2 years ago
Claire 6ccc1c09b6 Fix possible race conditions when suspending/unsuspending accounts (#22363)
2 years ago
Jeong Arm 5180ae5bf6 Fix home TL could contain post from who blocked me (#22849)
2 years ago
Partho Ghosh 5cdba7b239 Fix ・ detection in hashtag regex to construct hashtag correctly (#22888)
2 years ago
Claire cfeb01b17f Add follow request banner on account header (#20785)
2 years ago
Claire 94d294202b Fix changing domain block severity not undoing individual account effects (#22135)
2 years ago
Jeong Arm 0bcfa2b429 Save avatar or header correctly even if other one fails (#18465)
2 years ago
Neil Matatall 728cfe0c1c Use Rails tag API to build RSS feed for spoilers and polls (#20163)
2 years ago
Ikko Ashimine 3c4c932938 Fix typo in application_helper_spec.rb (#20981)
2 years ago
Francis Murillo 3a11a90dd3 Revoke all authorized applications on password reset (#21325)
2 years ago
Meisam ad2610c413 Validate nodeinfo response by schema (#21395)
2 years ago
Claire d4e4d272e1 Fix 500 error when trying to migrate to an invalid address (#21462)
2 years ago
Francis Murillo 5ad9fea52a Log admin approve and reject account (#22088)
2 years ago
Claire aec7de494f Fix unbounded recursion in account discovery (#22025)
2 years ago
Claire b97260426b Fix irreversible and whole_word parameters handling in /api/v1/filters (#21988)
2 years ago
Claire be16e6f26c Fix attachments of edited statuses not being fetched (#21565)
2 years ago
Claire 655ad99a37 Fix not being able to follow more than one hashtag (#21285)
2 years ago
David Leadbeater 72a60150de Don't allow URLs that contain non-normalized paths to be verified (#20999)
2 years ago
Rose b54c639482 Fix style for hashes (#20518)
2 years ago
lenore gilbert 498e9478c7 Support for import/export of instance-level domain blocks/allows for 4.x w/ additional fixes (#20597)
2 years ago
Joshua Wood e0940d04f1 Handle links with no href in VerifyLinkService (#20741)
2 years ago
Eugen Rochko e18c8537e6 Fix rate limiting for paths with formats (#20675)
2 years ago
trwnh 72d3607229 Move V2 Filter methods under /api/v2 prefix (#20622)
2 years ago
Eugen Rochko 2b3b063852 Fix error when invalid domain name is submitted (#19474)
2 years ago
Eugen Rochko 8b98bebc17 Fix error when passing unknown filter param in REST API (#20626)
2 years ago
Hampton Lintorn-Catlin 277e2590e2 Support UTF-8 Characters in Domains During CSV Import (#20592)
2 years ago
Emily Strickland 2095b41aff Test blank account field verifiability (#20458)
2 years ago
F 1a8e2f5fb2 Test the native_locale_name of a non-standard locale (#20284)
2 years ago
Eugen Rochko ea7cc10811 Change link verification to ignore IDN domains (#20295)
2 years ago
Eugen Rochko 3c80a6e445 Fix being able to spoof link verification (#20217)
2 years ago
luzpaz 1edd90fe99 Fix typos (#19849)
2 years ago
Roni Laukkarinen 01e5aedf4b Fix grammar (#20106)
2 years ago
Claire 5778ba1028 Fix validation error in SynchronizeFeaturedTagsCollectionWorker (#20018)
2 years ago
Claire 2ed7a4124b Fix filter handling in status cache hydration (#19963)
2 years ago
Claire 5437dda76b Fix followers count not being updated when migrating follows (#19998)
2 years ago
Claire 0735081cc2 Fix additional issues with status cache hydration (#19747)
2 years ago
Claire e97b0e0700 Fix various issues with store hydration (#19746)
2 years ago
Eugen Rochko 5b639f9e15 Add caching for payload serialization during fan-out (#19642)
2 years ago
Claire ae89367588 Change mentions of blocked users to not be processed (#19725)
2 years ago
Claire a2d48543b8 Change flaky AccountSearchService test (#19650)
2 years ago
Claire 05bb841077 Fix admin action logs page (#19649)
2 years ago
pea-sys 066fcb0d41 png optimization(loss less) (#19630)
2 years ago
Eugen Rochko 0c0daf7142 Change max. thumbnail dimensions to 640x360px (360p) (#19619)
2 years ago
Eugen Rochko eedf46b243 Fix account action type validation (#19476)
2 years ago
Eugen Rochko 3e5588bf70 Add ability to view previous edits of a status in admin UI (#19462)
2 years ago
Eugen Rochko d53e1fc6d9 Fix vacuum scheduler missing lock, locks never expiring (#19458)
2 years ago
Eugen Rochko 6c1c7d9d3b Change unauthenticated search to not support pagination in REST API (#19326)
2 years ago
Eugen Rochko 2130895196 Change settings area to be separated into categories in admin UI (#19407)
2 years ago
Yamagishi Kazutoshi 65c91f5cb3 Fix `FetchFeaturedCollectionService` spec (#19401)
2 years ago
Eugen Rochko 0fdfbe555e Change public accounts pages to mount the web UI (#19319)
2 years ago
Eugen Rochko e376f33207 Change about page to be mounted in the web UI (#19345)
2 years ago
Eugen Rochko dd1dc1743c Add image processing and generate blurhash for server thumbnail (#19348)
2 years ago
Yamagishi Kazutoshi f84bee7d78 Redirect non-logged-in user to owner statuses on single user mode (#19333)
2 years ago
Eugen Rochko b24b85b63f Add support for language preferences for trending statuses and links (#18288)
2 years ago
Eugen Rochko ce7d058a91 Remove setting that disables account deletes (#17683)
2 years ago
Eugen Rochko 8ad51fba6c Change public statuses pages to mount the web UI (#19301)
2 years ago
Eugen Rochko 82d3e178ba Remove previous landing page (#19300)
2 years ago
Eugen Rochko 85a10f182e Change public timelines to be filtered by current locale by default (#19291)
2 years ago
Eugen Rochko c603978cf6 Add server banner to web app, add `GET /api/v2/instance` to REST API (#19294)
2 years ago
Eugen Rochko 58c367fb47 Remove code for rendering public and hashtag timelines outside the web UI (#19257)
2 years ago
Eugen Rochko c04359a63b Change path of privacy policy page (#19249)
2 years ago
Eugen Rochko babebc4e8a Add logged-out access to the web UI (#18961)
2 years ago
Eugen Rochko 7a482567f8 Add retention policy for cached content and media (#19232)
2 years ago
Claire d43f71e606 Add tests to ActivityPub::FetchRemoteKeyService (#19226)
2 years ago
Claire a37cc7541f Fix various rspec warnings in ReportService tests (#19189)
2 years ago
Claire e1d78575c4 Refactor ActivityPub handling to prepare for non-Account actors (#19212)
2 years ago
Eugen Rochko f4e91041b2 Add ability to filter followed accounts' posts by language (#19095)
2 years ago
Claire b8853ddcb9 Improve error reporting and logging when processing remote accounts (#15605)
2 years ago
luzpaz 45ddea2f0c Fix typos (#18604)
2 years ago
Eugen Rochko 7300beadd9 Remove digest e-mails (#17985)
2 years ago
Eugen Rochko f9ebc320ed Add audit log entries for user roles (#19040)
2 years ago
Claire 522fbf9d13 Add ability to filter individual posts (#18945)
2 years ago
Eugen Rochko e642516264 Change e-mail domain blocks to match subdomains of blocked domains (#18979)
2 years ago
Eugen Rochko b2e1224baa Add ability to block sign-ups from IP (#19037)
2 years ago
Claire 3b21b1e7bc Fix backend compatibility with OpenSSL 3.0 (#18449)
2 years ago
Eugen Rochko 265c09fef1 Add ability to follow hashtags (#18809)
2 years ago
Eugen Rochko 38d04135bf Change how hashtags are normalized (#18795)
2 years ago
Eugen Rochko e164d6a687 Add customizable user roles (#18641)
2 years ago
Claire 6e31d2d520 Fix crash when a remote Flag activity mentions a private post (#18760)
2 years ago
Claire 90e5a9bd98 Revamp post filtering system (#18058)
2 years ago
Claire d0cc795d0f Add /api/v1/admin/domain_allows (#18668)
2 years ago
Claire d28d7d4b72 Fix suspicious sign-in mails never being sent (#18599)
2 years ago
Eugen Rochko 03d2cb5146 Change brand color and logotypes (#18592)
2 years ago
Eugen Rochko 0eb2db6b52 Add administrative webhooks (#18510)
2 years ago
Claire 5c178cd65b Add StatusRelationshipsPresenter specs (#18588)
2 years ago
Claire 9f3bf956ad Add /api/v1/admin/domain_blocks (#18247)
2 years ago
Claire 73c8032178 Remove unused `filtered_languages` column (#18533)
2 years ago
Claire f5e6c776c1 Change unapproved and unconfirmed account to not be accessible in the REST API (#17530)
2 years ago
Claire 14dca6b469 Fix NoMethodError when resolving a link that redirects to a local post (#18314)
2 years ago
luzpaz 3e20855c52 Fix typo in source `setted`->`set` (#18385)
2 years ago
Eugen Rochko 41ad817afa Change RSS feeds (#18356)
2 years ago
Claire ac4b3039fa Fix compatibility with Friendica regarding pinned posts (#18254)
2 years ago
Eugen Rochko 1cd4518c29 Remove IP matching from e-mail domain blocks (#18190)
2 years ago
Eugen Rochko a8e694233c Fix opening and closing Redis connections instead of using a pool (#18171)
2 years ago
Claire 10014f29a5 Fix temporary network/remote server error prevent from interactions with remote accounts (#18161)
2 years ago
Eugen Rochko 553889bc7c Fix single Redis connection being used across all threads (#18135)
2 years ago
Claire 368c9631d2 Fix PeerTube videos appearing with an erroneous “Edited at” marker (#18100)
2 years ago
Claire 7ee6cc230e Fix failure when sending warning emails with custom text (#17983)
2 years ago
Claire d62ebc9d7b Fix spurious edits and require incoming edits to be explicitly marked as such (#17918)
2 years ago
Eugen Rochko f982d56b4e Remove sign-in token authentication, instead send e-mail about new sign-in (#17970)
2 years ago
Eugen Rochko d6d285eb75 Fix being able to post URLs longer than 4096 characters (#17908)
3 years ago
Claire 0fde990a01 Fix /api/v1/admin/accounts (#17887)
3 years ago
Claire ffd34fd31a Fix test-related issues (#17888)
3 years ago
Eugen Rochko 5a7219e532 Refactor formatter (#17828)
3 years ago
Eugen Rochko 88f93d03fe Fix edits with no actual changes being allowed (#17843)
3 years ago
Eugen Rochko 79d186ffa8 Add workaround for YouTube Shorts links (#17869)
3 years ago
Eugen Rochko 99dd3476c4 Add `types` param to `GET /api/v1/notifications` in REST API (#17767)
3 years ago
Claire 2b2626619c Fix issues with processing toot edits (#17748)
3 years ago
Eugen Rochko dcbc83c9b3 Fix not updating a status when newer version is fetched manually (#17745)
3 years ago
Eugen Rochko 1d46b5b263 Fix `POST /api/v1/emails/confirmations` not being available after sign-up (#17743)
3 years ago
Claire c49a7369dd Add test for reblog race condition fix (#17732)
3 years ago
Claire f677ac5fb8 Add tests for CVE-2022-24307 (#17733)
3 years ago
Eugen Rochko 9c2275d15f Change how changes to media attachments are stored for edits (#17696)
3 years ago
Eugen Rochko 11e848bf95 Change design of federation pages in admin UI (#17704)
3 years ago
Eugen Rochko d5de12d931 Fix performance of account timelines (#17709)
3 years ago
Eugen Rochko e3d3b4ae21 Add `/api/v1/accounts/familiar_followers` to REST API (#17700)
3 years ago
Josh Soref 1c070bd94c Spelling (#17705)
3 years ago
Claire 102e3df7ca Redesign /about when already logged in (#17348)
3 years ago
Eugen Rochko fc26ac7a98 Fix report category not being saved in REST API (#17682)
3 years ago
Eugen Rochko 4d0a2968d9 Change authorized applications page (#17656)
3 years ago
Eugen Rochko e6d2b07ec1 Add trending statuses (#17431)
3 years ago
Eugen Rochko ea5bf21a1d Change e-mail domain blocks to block IPs dynamically (#17635)
3 years ago
Sumak 8297be76ff fix #17601 change `:keys` to `:attribute_names` (#17637)
3 years ago
luzpaz b97e7364f3 Fix various typos (#17621)
3 years ago
Claire efb2377148 Change relays handling to not record boosts (#17571)
3 years ago
Jeong Arm 52130064e1 Add test for user matching ip (#17572)
3 years ago
Eugen Rochko 82f8d19424 Add appeals (#17364)
3 years ago
Claire 2e551a9c6e Fix Undo Announce sometimes inlining the originally Announced status (#17516)
3 years ago
Claire 231cb8bebe Fix some flaky tests that randomly failed because of item ordering (#17509)
3 years ago
Claire 612c6255dc Improve tests involving push_bulk (#17508)
3 years ago
Claire c6de53c1a9 Fix NoMethodError in StatusUpdateDistributionWorker (#17499)
3 years ago
Claire 2e7bc0fbf5 Fix poll votes not being properly reset on poll change (#17498)
3 years ago
Eugen Rochko cb76142d9e Add editing for published statuses (#17320)
3 years ago
Eugen Rochko 6732217dd0 Change languages to be listed under standard instead of native name in admin UI (#17485)
3 years ago
Eugen Rochko a44cc7931a Remove language detection through cld3 (#17478)
3 years ago
Eugen Rochko 73a585dd64 Fix structured data parsing from links choking on bad data (#17403)
3 years ago
Claire 42fdf52f0c Fix replies collection incorrectly looping (#17462)
3 years ago
Claire 5d53b3c8a7 Fix instance actor not being dereferenceable (#17457)
3 years ago
Claire b3190c2cd6 Fix compacted JSON-LD possibly causing compatibility issues on forwarding (#17428)
3 years ago
Claire 8919f6cf63 Change public profile pages to be disabled for unconfirmed users (#17385)
3 years ago