about summary refs log tree commit diff
path: root/app/controllers/api
AgeCommit message (Expand)Author
2020-03-06Remove useless `respond_to` calls (#13208)Eugen Rochko
2020-02-27Fix leak of arbitrary statuses through unfavourite action in REST API (#13161)Eugen Rochko
2020-02-24Fix dismissing an announcement twice raising an obscure error (#13124)ThibG
2020-02-07Fix malformed HTML causing uncaught error (#13042)Eugen Rochko
2020-02-03Change how unread announcements are handled (#13020)ThibG
2020-01-24Fix OEmbed leaking information about existence of non-public statuses (#12930)Eugen Rochko
2020-01-23Add announcements (#12662)Eugen Rochko
2020-01-14Fix access to OEmbed endpoint in secure mode (#12864)Eugen Rochko
2020-01-04Fix base64-encoded file uploads not being possible (#12748)Eugen Rochko
2019-12-31Hide blocked users from more places (#12733)ThibG
2019-12-31Fix error when fetching followers/following from REST API when user has netwo...Eugen Rochko
2019-12-06Fix generic HTTP 500 error on duplicate records (#12563)Eugen Rochko
2019-12-01Add follow_request notification type (#12198)ThibG
2019-11-28Fix proofs API being inaccessible in secure mode (#12495)Eugen Rochko
2019-11-17Support min_id-based pagination for bookmarks (#12381)Gomasy
2019-11-16make it not return http 400 when passing and empty source argument (#12259)Jennifer Glauche
2019-11-13Add bookmarks (#7107)ThibG
2019-10-09Fix attachment not being re-downloaded even if file is not stored (#12125)Eugen Rochko
2019-10-06Fix `GET /api/v1/instance` REST APIs being unavailable in secure mode (#12089)Eugen Rochko
2019-10-06Fix performance of home feed regeneration (#12084)Eugen Rochko
2019-10-03Add `reason` param to `POST /api/v1/accounts` REST API (#12064)Eugen Rochko
2019-09-28Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977)Eugen Rochko
2019-09-27Change silences to always require approval on follow (#11975)ThibG
2019-09-27Improve status pin query (#11972)abcang
2019-09-13Remove deprecated `GET /api/v1/search` API (#11823)Eugen Rochko
2019-09-13Change /api/v1/timelines/public to require auth when public preview is off (#...ThibG
2019-09-13Change unlisted custom emoji to not appear in autosuggestions (#11818)Eugen Rochko
2019-09-11Change deletes to preserve soft-deleted statuses in unresolved reports (#11805)Eugen Rochko
2019-09-10Add updated relationship to follow request API responses (#11800)ThibG
2019-09-09Add featured tags API (#11778)Takeshi Umeda
2019-09-06Add timeline read markers API (#11762)Eugen Rochko
2019-08-30Fix error in REST API for an account's statuses (#11700)Eugen Rochko
2019-08-30Fix uncaught parameter missing exceptions and missing error templates (#11702)Eugen Rochko
2019-08-30Add profile directory to web UI (#11688)Eugen Rochko
2019-08-22Add soft delete for statuses for instant deletes through API (#11623)Eugen Rochko
2019-08-22Fix remote and staff-removed statuses leaving media behind for a day (#11638)Eugen Rochko
2019-08-11Fix ActivityPub and REST API queries setting cookies and preventing caching (...ThibG
2019-08-08Fix pinned statuses API returning pagination headers (#11526)Eugen Rochko
2019-08-05Change admin UI for hashtags and add back whitelisted trends (#11490)Eugen Rochko
2019-07-30Add whitelist mode (#11291)Eugen Rochko
2019-07-23Bump active_model_serializers from 0.10.9 to 0.10.10 (#11311)dependabot-preview[bot]
2019-07-22Change unconfirmed user login behaviour (#11375)Eugen Rochko
2019-07-21Add (back) rails-level JSON caching (#11333)Eugen Rochko
2019-07-08Refactor controllers for statuses, accounts, and more (#11249)Eugen Rochko
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-07-05Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)Eugen Rochko
2019-07-05Remove deprecated REST API `GET /api/v1/timelines/direct` (#11212)Eugen Rochko
2019-06-28Add categories for custom emojis (#11196)Eugen Rochko
2019-06-20Add moderation API (#9387)Eugen Rochko
2019-06-04Fix poll API not requiring authentication on non-public polls (#10960)Eugen Rochko