Daniel M Brasil
2e58f75da6
Fix timeout on invalid set of exclusionary parameters in `/api/v1/timelines/public` ( #26239 )
1 year ago
Claire
5458629e60
Refactor `Api::V1::ProfilesController` into two separate controllers ( #26573 )
1 year ago
Daniel M Brasil
89d2b28e0b
Add ability to delete avatar or header picture via the API ( #25124 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
1 year ago
Daniel M Brasil
788d7a6a2a
Add `GET /api/v1/instance/languages` to REST API ( #24443 )
...
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
1 year ago
Emelia Smith
e395939ead
Refactor: replace whitelist_mode mentions with limited_federation_mode ( #26252 )
1 year ago
Christian Schmidt
20e9ed14c9
Add List-Unsubscribe email header ( #26085 )
1 year ago
Daniel M Brasil
03c444d6e2
Migrate to request specs in `/api/v2/filters` ( #25721 )
1 year ago
Matt Jankowski
2a0b6be46a
Coverage for `Auth::OmniauthCallbacks` controller ( #26147 )
1 year ago
Claire
5664c5370f
Fix CSP headers being unintendedly wide ( #26105 )
1 year ago
Christian Schmidt
540cced981
Wrong count in response when removing favourite/reblog ( #24365 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
1 year ago
Daniel M Brasil
c05ff864cc
Migrate to request specs in `/api/v1/mutes` ( #25622 )
1 year ago
Daniel M Brasil
03eaa9746c
Migrate to request specs in `/api/v1/bookmarks` ( #25520 )
1 year ago
Daniel M Brasil
580d5831ec
Migrate to request specs in `/api/v1/timelines/public` ( #25746 )
...
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
1 year ago
Daniel M Brasil
381baa978a
Migrate to request specs in `/api/v1/statuses/:status_id/favourite` ( #25626 )
1 year ago
Daniel M Brasil
b9694cb13e
Migrate to request specs in `/api/v1/statuses/:status_id/bookmark` ( #25624 )
1 year ago
Daniel M Brasil
31b2765f6e
Migrate to request specs in `/api/v1/polls` ( #25596 )
1 year ago
Daniel M Brasil
32b7709183
Migrate to request specs in `/api/v1/statuses/:status_id/pin` ( #25635 )
1 year ago
Daniel M Brasil
07cb4e35f4
Migrate to request specs in `/api/v1/emails/confirmations` ( #25686 )
1 year ago
Daniel M Brasil
9c6f214c17
Migrate to request specs in `/api/v1/timelines/home` ( #25743 )
1 year ago
Claire
618eb10d18
Fix embed dropdown menu item for unauthenticated users ( #25964 )
1 year ago
Claire
0b9ced4b0c
Fix processing of media files with unusual names ( #25788 )
1 year ago
Daniel M Brasil
33f3a9c5f5
Migrate to request specs in `/api/v1/suggestions` ( #25540 )
1 year ago
Daniel M Brasil
88cdb02d89
Migrate to request specs in `/api/v1/admin/account_actions` ( #25514 )
1 year ago
Daniel M Brasil
a27a33ebde
Migrate to request specs in `/api/v1/tags` ( #25439 )
1 year ago
Daniel M Brasil
dc9352a450
Migrate to request specs in `/api/v1/lists` ( #25443 )
1 year ago
Daniel M Brasil
507a7e785a
Migrate to request specs in `/api/v1/domain_blocks` ( #25414 )
1 year ago
Daniel M Brasil
895e157b4d
Migrate to request specs in `/api/v1/follow_requests` ( #25411 )
1 year ago
Daniel M Brasil
943c99f780
Migrate to request specs in `/api/v1/apps/verify_credentials` ( #25404 )
1 year ago
Daniel M Brasil
51fdaefad4
Migrate to request specs in `/api/v1/apps` ( #25401 )
1 year ago
Matt Jankowski
bc7346ab9c
Extract shared examples from api specs ( #25387 )
1 year ago
fusagiko / takayamaki
c31e2b3267
migrate test for `GET /api/v1/accounts/{account_id}` to request spec ( #25322 )
1 year ago
Daniel M Brasil
e2323fdcf6
Migrate to request specs in `/api/v1/admin/canonical_email_blocks` ( #25330 )
1 year ago
Daniel M Brasil
e359a19387
Migrate to request specs in `/api/v1/admin/ip_blocks` ( #25331 )
1 year ago
Daniel M Brasil
9c7f3acaf6
Migrate to request specs in `/api/v1/admin/domain_allows` ( #25333 )
1 year ago
Daniel M Brasil
70cc460c39
Migrate to request specs in `/api/v1/admin/domain_blocks` ( #25335 )
1 year ago
Daniel M Brasil
1a723c3425
Migrate to request specs in `/api/v1/admin/reports` ( #25355 )
1 year ago
Daniel M Brasil
14fa204dfc
Migrate to request specs in `/api/v1/admin/email_domain_blocks` ( #25337 )
1 year ago
Matt Jankowski
1361e4cb7a
Add request spec for backups download ( #25099 )
1 year ago
Daniel M Brasil
ffce0d14bd
Improve test coverage for `/api/v1/featured_tags` ( #25076 )
1 year ago
Matt Jankowski
790aa68ea3
Misc spec cleanup ( #24822 )
2 years ago
Matt Jankowski
fdd7fc23c2
Fix Performance/RedundantEqualityComparisonBlock cop ( #24799 )
2 years ago
Claire
2e33a31f80
Add request specs for caching behavior ( #24592 )
2 years ago
Matt Jankowski
2a78b65bfd
Fix Rails/I18nLocaleAssignment cop ( #24693 )
2 years ago
João Pedro Marques
d00c43b9c1
Adds new follower/following routes ( #24601 )
2 years ago
Claire
31bd0da41f
Fix anonymous visitors getting a session cookie on first visit ( #24584 )
2 years ago
Nick Schonning
dd46810e8a
Enable Style/FrozenStringLiteralComment for specs ( #23790 )
2 years ago
Nick Schonning
ae51248ffe
Enable Rubocop HTTP status rules ( #23717 )
2 years ago
Nick Schonning
be1ec56c6d
Autofix Rubocop Style/StringLiterals ( #23695 )
2 years ago
Eugen Rochko
0fdfbe555e
Change public accounts pages to mount the web UI ( #19319 )
...
* Change public accounts pages to mount the web UI
* Fix handling of remote usernames in routes
- When logged in, serve web app
- When logged out, redirect to permalink
- Fix `app-body` class not being set sometimes due to name conflict
* Fix missing `multiColumn` prop
* Fix failing test
* Use `discoverable` attribute to control indexing directives
* Fix `<ColumnLoading />` not using `multiColumn`
* Add `noindex` to accounts in REST API
* Change noindex directive to not be rendered by default before a route is mounted
* Add loading indicator for detailed status in web UI
* Fix missing indicator appearing while account is loading in web UI
2 years ago
Eugen Rochko
82d3e178ba
Remove previous landing page ( #19300 )
2 years ago