Commit Graph

3042 Commits (e62baacfc11508eb1d2ac1c1bcc3c4bd615d940b)

Author SHA1 Message Date
Emelia Smith 4c2a2c27c1
Automatically remove invalid Web::PushSubscriptions (#35987) 3 months ago
Claire 75fca715e9
Change public self-quotes of private posts to be disallowed (#35975) 3 months ago
fiona e665cc68f4
Fix handling of edited status with new media and no text (#35970) 3 months ago
Eugen Rochko 7fc884ba00
Fix banned text being able to be circumvented via unicode (#35978) 3 months ago
Claire ab698ff521
Move posting defaults to their own preferences sub-category (#35966) 3 months ago
Matt Jankowski ee4b0a223c
Add coverage for `Relay` model (#35950) 3 months ago
Claire 4fa203e69e
Rename `unknown` quote policy value to `unsupported_policy` (#35955) 3 months ago
Matt Jankowski 5f1e6a5886
Fix failure to verify changes in api/v1/accounts/credentials spec (#35951) 3 months ago
Claire c00ed9c913
Add digest re-check before removing followers in synchronization mechanism (#34273) 3 months ago
Matt Jankowski a8166d28ed
Add coverage for "live TOS" and "no TOS" paths in tos/drafts spec (#35902) 3 months ago
Matt Jankowski 4f41b7c089
Relax hard-coded attr names in system specs (#35903) 3 months ago
Claire 496370801a
Add `quotes_count` to serializer specs (#35901) 3 months ago
Claire f3a932d8a1
Add `quoted_update` notification type (#35820) 3 months ago
Matt Jankowski 20bc34ca52
Rely on `pluck` for the SELECT in `RuleTranslation.languages` (#35826) 3 months ago
Matt Jankowski ce813ad144
Avoid method that makes tokens while checking for tokens (#35815) 3 months ago
Claire 255d8f3f8c
Fix e-mail confirmation bypassing username approval (#35806) 3 months ago
Claire 72bd1ed4b3
Fix updates to quote policy not being federated (#35804) 3 months ago
Matt Jankowski 9d15b85d3b
Include `update` in the resources args for api/web/push_subscriptions route (#35801) 3 months ago
Claire a2cddb9eac
Disallow making private posts quotable (#35780) 3 months ago
Claire b0ce1ce49d
Fix `tootctl admin create` not bypassing reserved username checks (#35779) 3 months ago
Matt Jankowski 93923a4af2
First pass coverage addition for antispam class (#35771) 3 months ago
Claire 2648bbdc51
Add `PUT /api/v1/statuses/:status_id/interaction_policy` (#35769) 3 months ago
Echo 7cf53dbf63
Redirect on success for standalone compose (#35763) 3 months ago
Claire 258e5c4938
Fix interaction policy changes in implicit updates not being saved (#35751) 4 months ago
Claire 8a7e84a475
Add test for `Delete` of inlined `QuoteAuthorization` (#35724) 4 months ago
Claire 0e99d428b2
Change serialization of `Delete` activities for `QuoteAuthorization` to inline the latter (#35725) 4 months ago
Matt Jankowski b827a0a6a8
Allow `CustomEmoji` to normalize its own domain (#35726) 4 months ago
David Roetzel 868c46bc76
Add delivery failure handling to FASP jobs (#35723) 4 months ago
Matt Jankowski a485f97d21
Replace `EmailHelper` module with `normalizes` via model concern (#35702) 4 months ago
Claire 496a5f423e
Inline `instrument` quote post in outgoing `QuoteRequest` activities (#35713) 4 months ago
Claire 836a2bfee0
Fix handling of inlined `instrument` in incoming `QuoteRequest` (#35714) 4 months ago
Claire 9ec99ffef1
Add `quote_approval_policy` parameter when posting and editing statuses (#35699) 4 months ago
Matt Jankowski 6e48322055
Add spec for `CanonicalEmailBlock.matching_email` scope (#35692) 4 months ago
Claire c8f263c419
Export interaction policies for local posts over ActivityPub (#35697) 4 months ago
Matt Jankowski 4c2ddbf2c4
Update rubocop to version 1.79.2 (#35688) 4 months ago
Claire 1fd3510b32
Change the quote revocation REST API endpoint to return updated quote post (#35677) 4 months ago
Matt Jankowski 8131268256
Replace `unprocessable_entity` -> `unprocessable_content` (#35658) 4 months ago
Claire 32791c9745
Accept remote quotes of local quotes according to set policy (#35629) 4 months ago
David Roetzel eb273f904f
Make `WorkerBatch` spec more robust (#35656) 4 months ago
Claire 80aadc55df
Add missing mailer for quote notifications (#35652) 4 months ago
David Roetzel 05cdd3f6eb
Track delivery failures to FASP (#35628) 4 months ago
Claire 591df1f205
Add support for local quote stamps (#35626) 4 months ago
Matt Jankowski 483da67204
Remove unused `obscured_counter` helper method (#35627) 4 months ago
David Roetzel fba24cc4eb
Add minute resolution to `DeliveryFailureTracker` (#35625) 4 months ago
Claire 2dfdcc7dcb
Add API endpoints to view and revoke one's quoted posts (#35578) 4 months ago
Claire 572a0e128d
Change quote verification to not bypass authorization flow for mentions (#35528) 4 months ago
Claire e5826777b6
Fix friends-of-friends recommendations suggesting already-requested accounts (#35604) 4 months ago
Matt Jankowski e8e6cf9510
Add coverage to user spec for missing `last_sign_in_at` scenario (#35587) 4 months ago
Matt Jankowski 3146109b08
Add `MediaAttachment.combined_media_file_size` method (#35570) 4 months ago
Matt Jankowski 7e6b134222
Extract `User::Activity` concern (#35581) 4 months ago
Matt Jankowski 6dc55a2f4e
Extract `User::Confirmation` concern (#35582) 4 months ago
Matt Jankowski ba9fa54f9c
Add coverage for more admin/domain_blocks scenarios (#35590) 4 months ago
Eugen Rochko 20bbd20ef1
Add ability to block words in usernames (#35407) 4 months ago
Eugen Rochko 8cf7a77808
Fix async refresh never being finished when status cannot be fetched (#35500) 4 months ago
Matt Jankowski c587c44975
Fix `Lint/NonLocalExitFromIterator` cop in JSON-LD helper (#34948) 4 months ago
Matt Jankowski 040a638ab9
Fix `Style/GuardClause` in `Tag` (#35522) 4 months ago
Matt Jankowski 038de44110
Fix `Style/GuardClause` in `Webfinger` lib (#35532) 4 months ago
Matt Jankowski 7cd3738c19
Add `with_list_account` scope to `List` model (#35539) 4 months ago
Matt Jankowski 9d0d6f011c
Add coverage for `AnnouncementReaction` model (#35543) 4 months ago
Claire 5a88b7f683
Add experimental basic quote post authoring (#35355) 4 months ago
Matt Jankowski 2e35defeec
Update rubocop to version 1.79.0 (#35502) 4 months ago
Matt Jankowski 960f693219
Use `field` partial in admin account show view (#35503) 4 months ago
Claire a863e68d17
Add restrictions on which quote posts can trend (#35507) 4 months ago
Matt Jankowski e54e96d61f
Extract params hash for `api/v1/push/subscriptions#create` (#35475) 4 months ago
Matt Jankowski 290e36d7e8
Finish migration of `api/web/push_subscriptions` controller->request spec (#35482) 4 months ago
Eugen Rochko 14a781fa24
Add button to load new replies in web UI (#35210) 4 months ago
Matt Jankowski fab95b8dae
Add coverage for api/v1/invites scenarios (#35389) 4 months ago
Claire d36bf3b6fb
Fix support for quote verification in implicit status updates (#35384) 4 months ago
Claire 594976a538
Refactor `ActivityPub::Activity::Accept` and `ActivityPub::Activity::Reject` specs (#35382) 4 months ago
Matt Jankowski 0efb889a9c
Extract constant for attribution domains limit in account (#35350) 4 months ago
Matt Jankowski 30344d6abf
Confirm `User#login_activities` in auth/sessions spec (#35372) 4 months ago
Matt Jankowski 1637297085
Add coverage for `CustomFilterStatus` model (#35374) 4 months ago
Matt Jankowski dec1fb71f4
Add coverage for `FollowRecommendationMute` model (#35376) 4 months ago
Matt Jankowski 7273f6c03c
Move shared params to common method in admin/reports/actions (#35353) 4 months ago
Matt Jankowski a3ffd2edf8
Use sequence for unique names on webauthn cred fabricator (#35356) 4 months ago
Matt Jankowski 1496488771
Add `Status#not_replying_to_account` scope for annual report classes (#35257) 5 months ago
Matt Jankowski f9beecb343
Improve Accounts CLI `prune` spec (#35302) 5 months ago
Matt Jankowski 4ecfbd3920
Add `Status.only_polls` (and without polls) scope (#35330) 5 months ago
Claire 8bd2c87399
Fix support for special characters in various environment variables (#35314)
Co-authored-by: Matt Jankowski <matt@jankowski.online>
5 months ago
David Roetzel 8ee6cee36e
Better error response to malformed headers (#35278) 5 months ago
Matt Jankowski bdffdcb12f
Remove unused scopes in `Account` model (#35276) 5 months ago
David Roetzel 1fa72d6c44
Raise better exception on FASP error responses (#35262) 5 months ago
Matt Jankowski e8d2432e6a
Fix intermittent failure of TOS model spec from effective date collision (#35244) 5 months ago
Claire e97f43399b
Fix error handling for blank actions in account moderation action form (#35246) 5 months ago
Matt Jankowski 1ae3510ede
Add coverage for TOS interstitial interruption flow of web app controller concern (#35235) 5 months ago
Matt Jankowski c047014214
Add coverage for `valid_locale_or_nil` languages helper method (#34866) 5 months ago
David Roetzel c357a7f8d6
Add optional bulk mailer settings (#35203) 5 months ago
David Roetzel bae258925c
Persist follow recommendations from FASP (#35218) 5 months ago
Claire 153af19f55
Add specs for PublicFileServer middleware (#35219) 5 months ago
Matt Jankowski 964916c71b
Add coverage for `TermsOfService` scopes/validations (#35204) 5 months ago
David Roetzel ac4b735c67
Add FASP account search support (#34033) 5 months ago
David Roetzel 48451b782d
Move email env var reading to yml files (#35191) 5 months ago
Claire 2e0a00ab46
Fix search operators sometimes getting lost (#35190) 5 months ago
Matt Jankowski 8285194451
Move `layout` setup for OAuth views to controllers (#35176) 5 months ago
Emelia Smith 72f2f35bfb
Implement Instance Moderation Notes (#31529) 5 months ago
Matt Jankowski 47fda2df2c
Update `OAuth` inflection to match spec (#35160) 5 months ago
Matt Jankowski 377289c961
Add coverage for doorkeeper model extensions (#35161) 5 months ago
Matt Jankowski f852da50f6
Add `User#email_domain` method to extract domain from email address (#35159) 5 months ago
Matt Jankowski fd902c04f7
Use `config_for` for omniauth enabled values (#35015) 5 months ago
Matt Jankowski 0338733531
Add model coverage and scopes to `RuleTranslation` class (#35098) 5 months ago