about summary refs log tree commit diff
path: root/app/controllers/api
AgeCommit message (Expand)Author
2021-06-02Fix e-mail confirmations API not working correctly (#16348)Eugen Rochko
2021-05-06Add Ruby 3.0 support (#16046)Claire
2021-04-26Further improve the media attached status query for accounts (#16106)abcang
2021-04-25Improve media attached status query (#16105)abcang
2021-04-24Change auto-following admin-selected accounts, show in recommendations (#16078)Eugen Rochko
2021-04-15Add `policy` param to `POST /api/v1/push/subscriptions` (#16040)Eugen Rochko
2021-04-12Add cold-start follow recommendations (#15945)Eugen Rochko
2021-03-25Add `email` param to `POST /api/v1/emails/confirmations` (#15949)Eugen Rochko
2021-03-01Add `POST /api/v1/emails/confirmations` to REST API (#15816)Eugen Rochko
2021-03-01Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803)Eugen Rochko
2021-02-21Add server rules (#15769)Eugen Rochko
2021-02-16Add `GET /api/v1/accounts/lookup` REST API (#15740)Eugen Rochko
2021-02-12Refactor Api::Web::SettingsController (#15717)Eugen Rochko
2021-01-31Improved performance of notification preloading (#15640)abcang
2021-01-12Use Rails' index_by where it makes sense (#15542)ThibG
2021-01-10Fix muting users with duration via the REST api (#15516)Levi Bard
2021-01-10Optimize map { ... }.compact calls (#15513)luigi
2020-12-23Use existing FeaturedTag serializer and delete AccountFeaturedTag serializer ...trwnh
2020-12-15Add stoplight for object storage failures, return HTTP 503 (#13043)Eugen Rochko
2020-12-14Fix performance on instances list in admin UI (#15282)Eugen Rochko
2020-12-04Fix incorrect conditions for suspended accounts in Get API for account featur...Takeshi Umeda
2020-11-21Fix not being able to unfavorite toots one has lost access to (#15192)ThibG
2020-11-12Fix 2FA/sign-in token sessions being valid after password change (#14802)Eugen Rochko
2020-11-04Add account sensitized (#14361)Takeshi Umeda
2020-10-13Add duration parameter to muting. (#13831)OSAMU SATO
2020-10-12Add IP-based rules (#14963)Eugen Rochko
2020-09-21Fix not being able to enable status notifications in Web Push API (#14822)Eugen Rochko
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-09-15Change account suspensions to be reversible by default (#14726)Eugen Rochko
2020-09-11Change REST API to return empty data for suspended accounts (#14765)Eugen Rochko
2020-09-07Changed tag most_used to recently_used (#14760)abcang
2020-09-07Refactor how public and tag timelines are queried (#14728)Eugen Rochko
2020-09-02Added account featured tags API (#11817)Takeshi Umeda
2020-09-01Add configuration option to filter replies in lists (#9205)ThibG
2020-09-01Bump rubocop from 0.86.0 to 0.88.0 (#14412)dependabot[bot]
2020-08-31Make Array-creation behavior of Paginable more predictable (#14687)Akihiko Odaki
2020-08-28Introduce ApplicationController#cache_collection_paginated_by_id (#14677)Akihiko Odaki
2020-08-28Eagerly load statuses with the main query in Api::V1::BookmarksController (#1...Akihiko Odaki
2020-08-28Replace incorrect use of distinct with group (#14675)Akihiko Odaki
2020-08-28Eagerly load statuses with the main query in Api::V1::FavouritesController (#...Akihiko Odaki
2020-08-25Use Status.group instead of Status.distinct in HashQueryService (#14662)Akihiko Odaki
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