about summary refs log tree commit diff
path: root/app/controllers/api
AgeCommit message (Expand)Author
2020-08-19Fix not being able to unbookmark toots when blocked by their author (#14604)ThibG
2020-07-19Fix/14021 behaviour on add or remove toots (#14212)Ariel
2020-07-15Fix being unable to unboost when blocked by their author (#14308)ThibG
2020-06-30Add user notes on accounts (#14148)ThibG
2020-06-29Add customizable thumbnails for audio and video attachments (#14145)Eugen Rochko
2020-06-19Fix functional user requirements in whitelist mode (#14093)ThibG
2020-06-03Fix wrong route helper in encrypted messages controller (#13952)Eugen Rochko
2020-06-02Add E2EE API (#13820)Eugen Rochko
2020-05-10Add remote only to public timeline (#13504)Takeshi Umeda
2020-05-08Fix own following/followers not showing muted users (#13614)ThibG
2020-05-03Add more tests for ActivityPub controllers (#13585)Eugen Rochko
2020-04-05Add rate limit for reporting (#13390)Eugen Rochko
2020-03-28Fix 404 and 410 API errors being silently discarded in WebUI (#13279)ThibG
2020-03-09Add federation support for the "hide network" preference (#11673)ThibG
2020-03-08Change local media attachments to perform heavy processing asynchronously (#1...Eugen Rochko
2020-03-08Add specific rate limits for posting and following (#13172)Eugen Rochko
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