about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
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
2020-02-19Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#...ThibG
2020-02-16Fix sign-ups without checked user agreement being accepted through the web fo...ThibG
2020-02-08Fix unfiltered params error when generating ActivityPub tag pagination (#13049)Eugen Rochko
2020-02-07Fix malformed HTML causing uncaught error (#13042)Eugen Rochko
2020-02-03Change signature verification to ignore signatures with invalid host (#13033)Eugen Rochko
2020-02-03Change how unread announcements are handled (#13020)ThibG
2020-01-27Add publish/unpublish controls to announcements in admin UI (#12967)Eugen Rochko
2020-01-26Add streaming API updates for announcements being modified or deleted (#12963)Eugen Rochko
2020-01-24Fix OEmbed leaking information about existence of non-public statuses (#12930)Eugen Rochko
2020-01-24Fix password change/reset not immediately invalidating other sessions (#12928)Eugen Rochko
2020-01-24Fix relationships page not showing results in admin UI (#12934)Eugen Rochko
2020-01-23Add announcements (#12662)Eugen Rochko
2020-01-23Change followers page to relationships page in admin UI (#12927)Eugen Rochko
2020-01-20Various fixes and improvements (#12878)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