about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
2019-07-11Add ActivityPub secure mode (#11269)Eugen Rochko
2019-07-09Refactor domain block checks (#11268)Eugen Rochko
2019-07-08Remove unused remote unfollow controller (#11250)Eugen Rochko
2019-07-08Refactor controllers for statuses, accounts, and more (#11249)Eugen Rochko
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-07-06Remove Salmon and PubSubHubbub (#11205)Eugen Rochko
2019-07-05Remove deprecated REST API `GET /api/v1/statuses/:id/card` (#11213)Eugen Rochko
2019-07-05Remove deprecated REST API `GET /api/v1/timelines/direct` (#11212)Eugen Rochko
2019-06-28Add categories for custom emojis (#11196)Eugen Rochko
2019-06-26Add option to disable blurhash previews (#11188)ThibG
2019-06-25Fix unnecessary SQL query performed on unauthenticated requests (#11179)Eugen Rochko
2019-06-22Change domain blocks to automatically support subdomains (#11138)Eugen Rochko
2019-06-20Add moderation API (#9387)Eugen Rochko
2019-06-20Fix layout of identity proofs settings (#11126)Acid Chicken (硫酸鶏)
2019-06-19Add audio uploads (#11123)Eugen Rochko
2019-06-10Fix login sometimes redirecting to paths that are not pages (#11019)Eugen Rochko
2019-06-07Change /settings/preferences to redirect to appearance, add /settings/prefere...Eugen Rochko
2019-06-07Change preferences page into appearance, notifications, and other (#10977)Eugen Rochko
2019-06-07Add waiting time to list of pending accounts in admin UI (#10985)Eugen Rochko
2019-06-05Cleanup various controllers (#10972)ThibG
2019-06-05Fix potential private status leak (#10969)ThibG
2019-06-04Fix poll API not requiring authentication on non-public polls (#10960)Eugen Rochko
2019-05-28Fix web push notifications for polls (#10864)ThibG
2019-05-25Add responsive panels to the single-column layout (#10820)Eugen Rochko
2019-05-23Move signature verification stoplight to the requests themselves (#10813)ThibG
2019-05-21Add `account_id` param to `GET /api/v1/notifications` (#10796)Paul Woolcock
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-05-11Add toot source to delete result to ease Delete & Redraft (#10669)ThibG
2019-05-09Add some caching for HTML versions of statuses pages (#10701)ThibG
2019-05-03Explicitly disable storage of REST API results (#10655)ThibG
2019-05-03Provide a link to existing domain block when trying to block an already-block...ThibG
2019-05-02Check that an invite link is valid before bypassing approval mode (#10657)ThibG
2019-04-25Fix not being able to save e-mail preference for new pending accounts (#10622)Eugen Rochko
2019-04-10compare usernames case-insensitively on new proof creation flow (#10544)Alex Gessner
2019-04-10Add invite request to pending account notification e-mail (#10528)Eugen Rochko
2019-04-10Add preference to disable e-mails about new pending accounts (#10529)Eugen Rochko
2019-04-09Add "why do you want to join" field to invite requests (#10524)Eugen Rochko
2019-04-09Fix permission denied bug on approve all/reject all pending accounts (#10519)Eugen Rochko
2019-04-08Fix batch actions not working on pending accounts (#10508)ThibG
2019-04-07Improve blocked view of profiles (#10491)Eugen Rochko
2019-04-06Add batch actions for approving and rejecting pending accounts (#10469)Eugen Rochko
2019-04-06Fix admin validation being too strict about usernames (#10449)Eugen Rochko
2019-04-04Cache featured collections, as well as outbox, followers and following (#10467)ThibG
2019-04-01Hide blocking accounts from blocked users (#10442)ThibG
2019-03-31Ensure request.body isn't emptied out before signature verification (#10432)ThibG
2019-03-28squashed identity proof updates (#10375)Alex Gessner
2019-03-28Add order options to relationship manager UI (#10404)Eugen Rochko
2019-03-26Change icons of features on admin dashboard to remove bias (#10366)Eugen Rochko
2019-03-23Add validations to admin settings (#10348)Eugen Rochko
2019-03-21Mark the 410 gone response for suspended accounts as cachable (#10339)ThibG