about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
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-24Add support for latest HTTP Signatures spec draft (#14556)ThibG
2020-08-24Add WebAuthn as an alternative 2FA method (#14466)santiagorodriguez96
2020-08-19Fix not being able to unbookmark toots when blocked by their author (#14604)ThibG
2020-08-12Improve email address validation (#14565)ThibG
2020-07-22Fix RSS feeds not being cachable (#14368)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-07-14Fix rubocop warning (#14288)abcang
2020-07-07Fix media attachments enumeration (#14254)Eugen Rochko
2020-07-07Fix other sessions not being logged out on password change (#14252)Eugen Rochko
2020-06-30Add user notes on accounts (#14148)ThibG
2020-06-29Add customizable thumbnails for audio and video attachments (#14145)Eugen Rochko
2020-06-20Fix not working I18n on 2FA and Sign in token page (#14087)fuyu
2020-06-19Fix functional user requirements in whitelist mode (#14093)ThibG
2020-06-09Add e-mail-based sign in challenge for users with disabled 2FA (#14013)Eugen Rochko
2020-06-09Add limit parameter to rss (#13743)Takeshi Umeda
2020-06-05Fix unpermitted operations on custom emojis leading to cryptic errors (#13951)ThibG
2020-06-03Fix wrong route helper in encrypted messages controller (#13952)Eugen Rochko
2020-06-03Fix account redirect confirmation message talking about moved followers (#13950)ThibG
2020-06-02Add E2EE API (#13820)Eugen Rochko
2020-05-14Fix webfinger returning wrong status code on malformed or missing param (#13759)ThibG
2020-05-11Fix sr locale being selected over sr-Latn (#13693)ThibG
2020-05-10Add ability to remove identity proofs from account (#13682)Eugen Rochko
2020-05-10Add remote only to public timeline (#13504)Takeshi Umeda
2020-05-10Remove confusing “You are already signed in.” flash message (#13547)ThibG
2020-05-08Fix own following/followers not showing muted users (#13614)ThibG
2020-05-03Add more ActivityPub controller tests (#13590)Eugen Rochko
2020-05-03Add more tests for ActivityPub controllers (#13585)Eugen Rochko
2020-04-20Allow users to delete their header and avatar (#13234)sternenseemann
2020-04-18Add local only to hashtag timeline (#13502)Takeshi Umeda
2020-04-15Change delivery failure tracking to work with hostnames instead of URLs (#13437)Eugen Rochko
2020-04-05Add rate limit for reporting (#13390)Eugen Rochko
2020-04-03Add ability to filter audit log in admin UI (#13381)Eugen Rochko
2020-03-31Fix ImportsController param to permit :mode (#13347)Takeshi Umeda
2020-03-28Fix 404 and 410 API errors being silently discarded in WebUI (#13279)ThibG
2020-03-12Add option to include resolved DNS records when blacklisting e-mail domains i...Eugen Rochko
2020-03-12Add titles to warning presets in admin UI (#13252)Eugen Rochko
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 ability to delete files uploaded for settings in admin UI (#13192)ThibG
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