Commit Graph

246 Commits (5a8ab0a3e62a8825e28bb74c1760ba6488d20c97)

Author SHA1 Message Date
Claire 2d2c525097
Split `timeline_preview` setting into more granular settings (#36338) 1 month ago
Claire 589af7a1cc
Change `GET /api/v1/statuses/:id/quotes` to allow listing quotes to other people's posts (#36291) 1 month ago
Claire 45219dbf64
Fix spurious notification of local boosters and quoters when updating quote policy (#36299) 1 month ago
Claire e1f7847b64
Remove the `outgoing_quotes` feature flag, making the feature unconditional (#36130) 1 month ago
Claire 90765342a3
Fix posts when omitting quote policy and default policy is `nobody` (#36158) 2 months ago
Claire fbf093a87f
Fix CW being moved to text when posting quote posts with empty text (#36151) 2 months ago
Jeong Arm 3055afd1d2
Fix applying user's default quote policy if API parameter is not specified (#36132) 2 months ago
Matt Jankowski 05a655f33e
Convert age verification controller to system specs (#36026) 2 months ago
Matt Jankowski 5f1e6a5886
Fix failure to verify changes in api/v1/accounts/credentials spec (#35951) 2 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 2648bbdc51
Add `PUT /api/v1/statuses/:status_id/interaction_policy` (#35769) 3 months ago
Claire 9ec99ffef1
Add `quote_approval_policy` parameter when posting and editing statuses (#35699) 3 months ago
Claire 1fd3510b32
Change the quote revocation REST API endpoint to return updated quote post (#35677) 3 months ago
Matt Jankowski 8131268256
Replace `unprocessable_entity` -> `unprocessable_content` (#35658) 3 months ago
Claire 80aadc55df
Add missing mailer for quote notifications (#35652) 3 months ago
Claire 2dfdcc7dcb
Add API endpoints to view and revoke one's quoted posts (#35578) 3 months ago
Claire 5a88b7f683
Add experimental basic quote post authoring (#35355) 3 months ago
Matt Jankowski e54e96d61f
Extract params hash for `api/v1/push/subscriptions#create` (#35475) 3 months ago
Matt Jankowski 290e36d7e8
Finish migration of `api/web/push_subscriptions` controller->request spec (#35482) 3 months ago
David Roetzel ac4b735c67
Add FASP account search support (#34033) 4 months ago
David Roetzel b2506478ba
Add FASP follow recommendation support (#34964) 5 months ago
Matt Jankowski ab7f50ce4e
Reduce hard coding of `LOCAL_DOMAIN` env value throughout tests (#35025) 5 months ago
David Roetzel 319fbbbfac
Experimental Async Refreshes API (#34918) 5 months ago
Matt Jankowski f7a3dd0e38
Use `config_for` for VAPID key storage (#34845) 5 months ago
Emelia Smith a73ade526a
Assert usage of client credentials for account registration (#34828) 5 months ago
David Roetzel a5a2c6dc7e
Add support for FASP data sharing (#34415) 6 months ago
Eugen Rochko a97647158c
Add REST API for featuring and unfeaturing a hashtag (#34489)
Co-authored-by: Matt Jankowski <matt@jankowski.online>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
6 months ago
Claire 7bc301e184
Make `Web::PushSubscription#user` and `Web::PushSubscription#access_token` relationships non-optional (#34498)
Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
7 months ago
Claire dee744c793
Fix quote serializer (#34510) 7 months ago
Eugen Rochko ff0990ec9f
Add REST API for fetching an account's endorsed accounts (#34421) 7 months ago
Matt Jankowski 2eaef09166
Use enum validation instead of `ArgumentError` rescue for `List` replies policy check (#34452) 7 months ago
Matt Jankowski aadff24099
Enable `validate: true` on `CustomFilter#action` (#34434) 7 months ago
David Roetzel 97b9994743
Basic FASP support (#34031) 7 months ago
David Roetzel 02db065571
Use fixed order in flaky spec (#34279) 7 months ago
Matt Jankowski e1dbbf6c9d
Isolate assertions in v2/notifications intermittent failure cases (#34271) 8 months ago
Claire 38f5e74122
Add `Deprecation` headers on deprecated endpoints (#34262)
Co-authored-by: Damien Mathieu <42@dmathieu.com>
8 months ago
Eugen Rochko d213c585ff
Add age verification on sign-up (#34150) 8 months ago
Matt Jankowski f71a855e2d
Add coverage for `standard` params on push subs create (#34092) 8 months ago
Claire 420ffdfb62
Add delay to profile updates to debounce them (#34137) 8 months ago
Emelia Smith 4960193ed0
Add API to delete media attachments that are not in use (#33991) 8 months ago
Claire e71fb450e0
Add optional `delete_media` parameter to `DELETE /api/v1/statuses/:id` (#33988) 8 months ago
Jeremy Kescher 6b519cfefa
Merge commit from fork
* Fix domain blocks/rationales being visible to unapproved/unconfirmed users

* Fix domain blocks/rationales being visible to suspended users

Co-authored-by: Claire <claire.github-309c@sitedethib.com>

* Allow moved users to view domain blocks

* Add authorization specs for `/api/v1/instance/domain_blocks` spec

* Fix tests

* Fix incorrect test setup

---------

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
8 months ago
Claire 20531d1e07
Fix `GET /api/v2/notifications/:id` and `POST /api/v2/notifications/:id/dismiss` for ungrouped notifications (#33990) 8 months ago
Claire 2d545c5fe5
Fix flaky test in `/api/v2/notifications` tests (#33773) 9 months ago
Claire 32aa83e9d7
Fix polls not being validated on edition (#33755) 9 months ago
Matt Jankowski 607f65a0a5
Use `expect` for api/v1 and api/web push subs controllers (#33682) 10 months ago
Christian Schmidt a3baae0b99
API for updating attribution domains (#32730) 10 months ago
Matt Jankowski 72abf05269
Add "needs refresh" scenario to `api/v1/polls` request spec (#33608) 10 months ago