about summary refs log tree commit diff
path: root/app/controllers/accounts_controller.rb
AgeCommit message (Expand)Author
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-09-14Do not serve account actors at all in limited federation mode (#14800)ThibG
2020-08-28Introduce ApplicationController#cache_collection_paginated_by_id (#14677)Akihiko Odaki
2020-06-19Fix functional user requirements in whitelist mode (#14093)ThibG
2020-06-09Add limit parameter to rss (#13743)Takeshi Umeda
2020-05-03Add more ActivityPub controller tests (#13590)Eugen Rochko
2020-05-03Add more tests for ActivityPub controllers (#13585)Eugen Rochko
2020-02-19Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#...ThibG
2019-10-02Fix RSS caching (but disable localization) (#12054)ThibG
2019-10-02Fix featured hashtag URL being interpreted as media or with_replies (#12048)Eugen Rochko
2019-09-28Fix redirecting non-functional accounts on public pages (#11978)Eugen Rochko
2019-08-18Add an RSS feed tagged to a public profile page (#10502)Takeshi Umeda
2019-08-17Add explanation to featured hashtags page and profile (#11586)Eugen Rochko
2019-08-11Fix ActivityPub and REST API queries setting cookies and preventing caching (...ThibG
2019-07-21Add (back) rails-level JSON caching (#11333)Eugen Rochko
2019-07-11Add ActivityPub secure mode (#11269)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-06-05Cleanup various controllers (#10972)ThibG
2019-03-17Reduce server load caused by anonymous viewing. (#9059)Ben Lubar
2019-03-14Admission-based registrations mode (#10250)Eugen Rochko
2019-03-13Fix `tagged` param not being normalized before querying tags (#10249)Eugen Rochko
2019-02-05Fix it as tagged_request of accounts_controller is not addressable_uri (#9976)Takeshi Umeda
2019-02-05Fix pinned statuses being shown in a featured hashtag (#9971)Eugen Rochko
2019-02-04Add featured hashtags to profiles (#9755)Eugen Rochko
2018-08-19Unuse ActiveRecord::Base#cache_key (#8185)abcang
2018-08-09Public profile endorsements (accounts picked by profile owner) (#8146)Eugen Rochko
2018-08-01Do not show pinned toots when min_id is set (#8111)Yamagishi Kazutoshi
2018-07-31Compensate for scrollbar disappearing when media modal visible (#8100)Eugen Rochko
2018-04-25Add RSS feeds for end-users (#7259)Eugen Rochko
2018-02-26Fix prev/next links on public profile page (#6497)Ian McCowan
2018-01-04Cache JSON of immutable ActivityPub representations (#6171)Eugen Rochko
2017-10-07Encode custom emojis as resolveable objects in ActivityPub (#5243)Eugen Rochko
2017-09-06Switch to static URIs, new URI format in both protocols for new statuses (#4815)Eugen Rochko
2017-09-04Show pinned statuses only in the top of the profile page (#4803)nullkal
2017-08-25Allow multiple pinned statuses to be shown and make them be ordered b… (#4690)nullkal
2017-08-25Pinned statuses (#4675)Eugen Rochko
2017-08-16Redesign public profiles (#4608)Eugen Rochko
2017-08-14Set correct content-type for ActivityPub JSON (#4592)Eugen Rochko
2017-07-19Correct OStatus inflection (Ostatus -> OStatus) (#4255)Eugen Rochko
2017-07-18Introduce Ostatus name space (#4164)Akihiko Odaki
2017-07-15Improve ActivityPub representations (#3844)Eugen Rochko
2017-07-14HTTP signatures (#4146)Eugen Rochko
2017-05-26Remove redundant call of recent scope in AccountsController (#3330)Akihiko Odaki
2017-05-23Cover AccountsController more in spec (#3229)Akihiko Odaki
2017-05-16use-symbol-in-order (#3081)masarakki
2017-04-25Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes....Evan Minto
2017-04-23ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Ann...Evan Minto
2017-04-19Restful refactor of accounts/ routes (#2133)Matt Jankowski
2017-04-11Pagination improvements (#1445)Matt Jankowski