about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
2021-02-26Fix crash on receiving requests with missing Digest header (#15782)Claire
2021-02-21Add server rules (#15769)Eugen Rochko
2021-02-19replace all instances of "ends_with?" with "end_with?" (#15745)Justin Tracey
2021-02-16Add `GET /api/v1/accounts/lookup` REST API (#15740)Eugen Rochko
2021-02-12Refactor Api::Web::SettingsController (#15717)Eugen Rochko
2021-02-11Onion service related changes to HTTPS handling (#15560)Cecylia Bocovich
2021-02-09Create instance actor if it hasn't been properly seeded (#15693)Claire
2021-01-31Improved performance of notification preloading (#15640)abcang
2021-01-19Fix /activity endpoint not require signature in authorized fetch mode (#15592)ThibG
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
2021-01-08Skip processing Update activities on unknown accounts (#15514)ThibG
2020-12-30Fix profile update not being sent on profile/header picture deletion (#15461)ThibG
2020-12-23Use existing FeaturedTag serializer and delete AccountFeaturedTag serializer ...trwnh
2020-12-18Add option to obfuscate domain name in public list of domain blocks (#15355)Eugen Rochko
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-10Add honeypot fields and minimum fill-out time for sign-up form (#15276)ThibG
2020-12-07Fix slow distinct queries where grouped queries are faster (#15287)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-19Add import/export feature for bookmarks (#14956)ThibG
2020-11-12Fix 2FA/sign-in token sessions being valid after password change (#14802)Eugen Rochko
2020-11-12Add interrelationship icon (#15149)Takeshi Umeda
2020-11-12Add follow selected followers button (#15148)Takeshi Umeda
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-11-04Change order of announcements in admin page to sort them newest-first (#15091)ThibG
2020-11-04Add account sensitized (#14361)Takeshi Umeda
2020-11-01Tweak signature verification (#15069)ThibG
2020-10-27Sort filters by “keyword or phrase” in Settings (#15050)Mélanie Chauvel
2020-10-21Add follower synchronization mechanism (#14510)ThibG
2020-10-13Add duration parameter to muting. (#13831)OSAMU SATO
2020-10-12Add IP-based rules (#14963)Eugen Rochko
2020-09-30Add option to disable swiping motions across the WebUI (#13885)ThibG
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-14Do not serve account actors at all in limited federation mode (#14800)ThibG
2020-09-11Refactor settings controllers (#14767)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-02Add outbox attribute to instance actor (#14721)ThibG
2020-09-02Added account featured tags API (#11817)Takeshi Umeda
2020-09-02Add featured hashtags as an ActivityPub collection (#11595)Eugen Rochko
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