about summary refs log tree commit diff
path: root/app/presenters
AgeCommit message (Expand)Author
2020-06-30Add user notes on accounts (#14148)ThibG
2020-06-09Add visibility parameter in share page (#13023)Takeshi Umeda
2020-06-02Add E2EE API (#13820)Eugen Rochko
2019-11-28Fix n+1 query for bookmarks on statuses (#12494)Eugen Rochko
2019-11-13Add bookmarks (#7107)ThibG
2019-11-07Fix relationship caches being broken as result of a follow request (#12299)ThibG
2019-10-01Fix active user count for different number of weeks using same cache (#12025)Eugen Rochko
2019-09-29Add a nodeinfo endpoint (#12002)Eugen Rochko
2019-09-17Fix the sample account icon of Profile directory to local only (#11872)mayaeh
2019-04-07Improve blocked view of profiles (#10491)Eugen Rochko
2019-04-06Fix admin validation being too strict about usernames (#10449)Eugen Rochko
2019-04-01Hide blocking accounts from blocked users (#10442)ThibG
2019-03-26Add `blocked_by` relationship to the REST API (#10373)Eugen Rochko
2019-03-23Add custom closed registrations message to landing page when set (#10347)Eugen Rochko
2019-03-14Admission-based registrations mode (#10250)Eugen Rochko
2019-03-13Fix to limit to discoverable accounts. (#10253)mayaeh
2019-03-12Redesign landing page (#10232)Eugen Rochko
2019-02-28Improved remote thread fetching (#10106)ThibG
2018-11-27Don't count suspended users in user count (#9380)Eugen Rochko
2018-11-20Cast status_count to integer (#9314)Eugen Rochko
2018-11-19Extract counters from accounts table to account_stats table (#9295)Eugen Rochko
2018-10-08Replace SVG asset with Custom mascot (#8766)ashleyhull-versent
2018-08-24Add admin custom CSS setting (#8399)Eugen Rochko
2018-08-09Public profile endorsements (accounts picked by profile owner) (#8146)Eugen Rochko
2018-07-31Add separate setting for sidebar text (site_short_description) (#8107)Eugen Rochko
2018-05-04Better pagination for ActivityPub outbox (#7356)Eugen Rochko
2018-02-22Redesign landing page (again) (#6486)Eugen Rochko
2018-02-21Fix bug in relationships API introduced by #6482 (#6527)Eugen Rochko
2018-02-18Cache relationships in API (#6482)Eugen Rochko
2017-12-06Using double splat operator (#5859)Yamagishi Kazutoshi
2017-09-24Compact status_ids in StatusRelationshipsPresenter (#5073)Daigo 3 Dango
2017-09-19Use OrderedCollectionPage to return followers/following list (#4949)nullkal
2017-09-18Use Account.local.sum(statuses_count) instead of Status.local.count (#4996)Akihiko Odaki
2017-09-14Uploads for admin site settings (#4913)Eugen Rochko
2017-09-05Fix #4794 - Fake instant follow in API response when account is believed unlo...Eugen Rochko
2017-08-25Pinned statuses (#4675)Eugen Rochko
2017-08-22Add Mastodon::Source.url (#4643)Daigo 3 Dango
2017-08-14Add protocol handler. Handle follow intents (#4511)Eugen Rochko
2017-07-16Minor ActivityPub JSON fixes (#4214)Eugen Rochko
2017-07-15Improve ActivityPub representations (#3844)Eugen Rochko
2017-07-14Fix response of unreblog/unfavourite APIs (#4204)unarist
2017-07-13Web Push Notifications (#3243)Sorin Davidoi
2017-07-11Redesign the landing page, mount public timeline on it (#4122)Eugen Rochko
2017-07-08Replace OEmbed and initial state Rabl templates with serializers (#4110)Eugen Rochko
2017-07-07Refactor JSON templates to be generated with ActiveModelSerializers instead o...Eugen Rochko
2017-07-04Customizable privacy policy from admin interface (#4062)Yamagishi Kazutoshi
2017-04-27Bump version, improve how version is stored for better commit history (#2526)Eugen Rochko
2017-04-21Adds version to about/more and API (#2181)Ash Furrow
2017-04-19Replace User.count -> User.confirmed.count (#2127)alpaca-tc
2017-04-15About page contact email (#1839)Matt Jankowski