about summary refs log tree commit diff
path: root/app/controllers/accounts_controller.rb
AgeCommit message (Expand)Author
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
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
2017-04-10Clean up generation of account webfinger string (#1477)Matt Jankowski
2017-04-07Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1...Eugen
2017-03-19Fix wrong HTTP status codes on error pagesEugen Rochko
2017-02-12Stop trying to shoehorn all Salmon updates into the poor database-connectedEugen Rochko
2017-02-06Reuse existing controller and routeEvan Minto
2016-12-21Private visibility on statuses prevents non-followers from seeing thoseEugen Rochko
2016-12-06Add filters for suspended accountsEugen Rochko
2016-12-03Add "next" pagination to public profilesEugen Rochko
2016-12-01Fix pt translations, improve pre-cache queries, removing will_paginateEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-10-06Fix #72 - add follow/unfollow button to public profilesEugen Rochko
2016-10-03Making public pages responsive, removing reblogs/favs counts from themEugen Rochko
2016-09-29Improve code styleEugen Rochko