about summary refs log tree commit diff
path: root/app/controllers/accounts_controller.rb
AgeCommit message (Expand)Author
2019-11-18Filter boosts from profile pages' Roars & Growls tab.multiple creatures
2019-08-04restrict private pin visibility to packmates & do not include them in `featur...multiple creatures
2019-07-21begone extra parenthesismultiple creatures
2019-07-21allow self & signed-in local followers to see account when `hide public profi...multiple creatures
2019-07-21return 404 if `hide public profile` setmultiple creatures
2019-07-21split `hide public profile` & `hide public ap outbox` into separate user opti...multiple creatures
2019-07-21add more options for time range of roars visible to anonymous public profile ...multiple creatures
2019-07-21privacy - limit public profiles & public ap outboxes to last 6 days of historymultiple creatures
2019-07-21privacy - remove rss endpoint from account controllermultiple creatures
2019-05-21`hashtag_scope` is a method in *this* class - how did we even manage to break...multiple creatures
2019-05-21add missing `account_media_status_ids` method to accounts controller (oooops~)multiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Implement scoped tags; use `local:` and `self:` scopes for community and pers...multiple creatures
2019-05-21Split boosts/repeats off to their own tab and add to the API.multiple creatures
2019-05-21Add option to hide public replies from profilemultiple creatures
2019-03-18Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-17Reduce server load caused by anonymous viewing. (#9059)Ben Lubar
2019-03-14Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-14Admission-based registrations mode (#10250)Eugen Rochko
2019-03-13Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2019-03-13Fix `tagged` param not being normalized before querying tags (#10249)Eugen Rochko
2019-02-10Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
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-11-13Exclude local-only toots from atom feedsThibaut Girka
2018-08-21Merge branch 'master' into glitch-soc/masterThibaut Girka
2018-08-19Unuse ActiveRecord::Base#cache_key (#8185)abcang
2018-08-10Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-08-09Public profile endorsements (accounts picked by profile owner) (#8146)Eugen Rochko
2018-08-01Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-08-01Do not show pinned toots when min_id is set (#8111)Yamagishi Kazutoshi
2018-08-01Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2018-07-31Compensate for scrollbar disappearing when media modal visible (#8100)Eugen Rochko
2018-05-03Merge remote-tracking branch 'origin/master' into gs-masterDavid Yip
2018-04-25Add RSS feeds for end-users (#7259)Eugen Rochko
2018-03-02Merge remote-tracking branch 'origin/master' into merge-upstreamDavid Yip
2018-02-26Fix prev/next links on public profile page (#6497)Ian McCowan
2018-01-04Merge remote-tracking branch 'tootsuite/master' into glitchsoc/masterJenkins
2018-01-04Cache JSON of immutable ActivityPub representations (#6171)Eugen Rochko
2017-12-10filter local-only statuses from public pagesErin
2017-11-20Finalized theme loading and stuffkibigo!
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