Commit Graph

527 Commits (b89d6e256bc670142f4839aa96f1137c5afc1663)

Author SHA1 Message Date
David Roetzel 7de301922b Re-use custom socket class for FASP requests (#37925) 4 days ago
Claire 1702290786
Merge commit from fork 2 months ago
Claire 931a29b4f3 Fix streamed quoted polls not being hydrated correctly (#37118) 3 months ago
Claire 8f5e95a159 Fix `Update` importing old previously-unknown activities and treating them as recent ones (#36848) 3 months ago
Claire 2dc4552229
Merge commit from fork
* Add validation to reject quotes of reblogs

* Do not process quotes of reblogs as potentially valid quotes

* Refuse to serve quoted reblogs over REST API
4 months ago
Claire 1631fb80e8
Merge commit from fork
* Ensure tootctl revokes sessions, access tokens and web push subscriptions

* Fix test coverage

---------

Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
4 months ago
Claire d7d6407d41 Explicitly record Tombstone quotes as deleted
This adds a `deleted` state to the internal representation, but this does
not change the API, which already included such a state.
5 months ago
Claire a186bad399 Fix `"quote": { "type": "Tombstone" }` being ignored 5 months ago
Claire 0b66bd591f Fix getting `Create` and `Update` out of order (#36176) 5 months ago
Claire 48f55e3224 Fix quote posts with CW and no text being rejected
Fixes #36077
5 months ago
Claire ea5d1f0297 Fix `tootctl admin create` not bypassing reserved username checks (#35779) 6 months ago
Matt Jankowski 7a862d3308 First pass coverage addition for antispam class (#35771) 6 months ago
Claire 0741381670 Add test for `Delete` of inlined `QuoteAuthorization` (#35724) 6 months ago
Claire 7ae78b1032 Refactor `ActivityPub::Activity::Accept` and `ActivityPub::Activity::Reject` specs (#35382) 7 months ago
David Roetzel 7051458467 Raise better exception on FASP error responses (#35262) 8 months ago
David Roetzel c357a7f8d6
Add optional bulk mailer settings (#35203) 8 months ago
David Roetzel 48451b782d
Move email env var reading to yml files (#35191) 8 months ago
Claire 2e0a00ab46
Fix search operators sometimes getting lost (#35190) 8 months ago
Matt Jankowski ab7f50ce4e
Reduce hard coding of `LOCAL_DOMAIN` env value throughout tests (#35025) 9 months ago
Claire 7a7e0ba4cd
Add basic support for remote attachments with multiple media types (#34996) 9 months ago
Matt Jankowski dc2cfd50a0
Fix `Style/OptionalBooleanParameter` cop (#34968) 9 months ago
Claire d0c6f30378
Add `fasp` queue to sidekiq queue system check (#34965) 9 months ago
Claire 989ca63b59
Remove `inbound_quotes` feature flag (#34958) 9 months ago
Claire 86627624f1
Fix quote post streaming edge cases (#34957) 9 months ago
Claire 00b56932de
Fix handling of featured tag removal (#34887) 9 months ago
Claire 32b521b7f4
Fix multiple issues in quoted posts hydration (#34864) 9 months ago
Matt Jankowski 37c82a3003
Update sidekiq to version 7 (#34745) 9 months ago
Claire 6d6263ce07
Drop redis namespace code (except for Rails cache) (#34665) 9 months ago
Claire 4e2aa78a56
Fix `tootctl accounts create` failing because of date-of-birth check (#34663) 10 months ago
Claire 22e2e7f02b
Fix crash when `likes` or `shares` collections are not inlined, for real (#34619) 10 months ago
Claire 3e5d78cc5b
Fix crash when `likes` or `shares` collections are not inlined (#34618) 10 months ago
Eugen Rochko 715cbee93d
Fix dashboard warning about Elasticsearch index mismatch not showing up (#34567)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
10 months ago
Claire 9ed6a14d45
Add support for ingesting quote policies (#34479) 10 months ago
Claire ae3b7dd28d
Reject incoming `QuoteRequest` activities (#34480) 10 months ago
Matt Jankowski 6463415e06
Update `rubocop-rspec` to version 3.6.0 (#34497) 10 months ago
Claire 8489f6c8fc
Fix namespace of `QuoteAuthorization` type in specs (#34481) 10 months ago
Claire df2611a10f
Add initial support for ingesting and verifying remote quote posts (#34370) 10 months ago
Claire dd23ba9c83
Refactor local-URI-to-account resolving (#34349) 11 months ago
David Roetzel e2ef173b82
Refactoring: Move `SignatureVerificationError` into `Mastodon` namespace (#34342) 11 months ago
David Roetzel 97b9994743
Basic FASP support (#34031) 11 months ago
Claire c2defe0e4c
Change account suspensions to be federated to recently-followed accounts as well (#34294) 11 months ago
David Roetzel 4a6cf67c46
Add middleware to record queue time (#34172) 12 months ago
David Roetzel bedf808e02
Move feature flag test setup into config (#34124) 12 months ago
David Roetzel 8cf27d0fbb
Add simple feature flag system (#34038)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
12 months ago
Claire 1248c4d1f4
Fix handling of duplicate mentions in incoming status `Update` (#33911) 1 year ago
Claire 334d306ccc
Fix filtering for lists (#33842) 1 year ago
Claire 5b291fcbe4
Fix incorrect signature after HTTP redirect (#33757) 1 year ago
Claire 7261951791
Fix LDSignature tests (#33705) 1 year ago
Jonathan de Jong b18caff5b6
Change `first_of_value` to `first_of_hash`, and add more test cases (#33647) 1 year ago
Matt Jankowski 3af6739f21
Add coverage for `AnnualReport.prepare` method (#33618) 1 year ago