about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
2018-07-03Re-add follow recommendations API (#7918)Eugen Rochko
2018-07-01Improve embeds (#7919)Eugen Rochko
2018-06-30Typo in signature verification failure logging (#7916)Marty McGuire
2018-06-29Keyword/phrase filtering (#7905)Eugen Rochko
2018-06-24Add tests for remote_unfollows_controller (#7879)Shuhei Kitagawa
2018-06-21Replace bypass option with bypass_sign_in (#7867)Shuhei Kitagawa
2018-06-17Allow selecting default posting language instead of auto-detect (#7828)Eugen Rochko
2018-06-17Change language opt-out to language opt-in (#7823)Eugen Rochko
2018-06-15Add autofollow option to invites (#7805)Eugen Rochko
2018-06-09Add tests for intents_controller (#7763)Shuhei Kitagawa
2018-06-09Fix domain hiding logic (#7765)Eugen Rochko
2018-06-04Remove trending hashtags (#7711)Eugen Rochko
2018-05-29Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661)Eugen Rochko
2018-05-28optimize direct timeline (#7614)tateisu
2018-05-27Track trending tags (#7638)Eugen Rochko
2018-05-26Catch ActionController::UnknownFormat and return HTTP 406 (#7621)Eugen Rochko
2018-05-22Yeah, it was supposed to be #create?Eugen Rochko
2018-05-22Enforce order on authorized applications page (#7587)Eugen Rochko
2018-05-21Remove small pagination limit from context API (#7564)Eugen Rochko
2018-05-19Ensure push subscription is immediately removed when application is revoked (...Eugen Rochko
2018-05-18Add preference to hide following/followers lists (#7532)Eugen Rochko
2018-05-17Ensure unfilled fields are shown when errors are shown (#7523)Eugen Rochko
2018-05-17HTTP signatures spec no longer requires algorithms field (#7525)Eugen Rochko
2018-05-16Do not use permitted_for scope when querying pinned statuses (#7510)Akihiko Odaki
2018-05-16Raise Mastodon::RaceConditionError if Redis lock failed (#7511)Akihiko Odaki
2018-05-13Fix 404 for GET /api/v1/push/subscription (#7472)Eugen Rochko
2018-05-13Add GET /api/v1/push/subscription REST API (#7471)Eugen Rochko
2018-05-11Update session activation time (fixes #5605) (#7408)ThibG
2018-05-11Add tests for invites controller (#7441)Shuhei Kitagawa
2018-05-11Add REST API for Web Push Notifications subscriptions (#7445)Eugen Rochko
2018-05-07Bot nameplates (#7391)Eugen Rochko
2018-05-07Fix distribute_add_activity and distribute_remove_activity (#7393)abcang
2018-05-06Add resend confirmation for admin (#7378)Shuhei Kitagawa
2018-05-05Improve admin UI for accounts (#7360)Eugen Rochko
2018-05-04Do not render first page of following and followers collections unless explic...ThibG
2018-05-04Better pagination for ActivityPub outbox (#7356)Eugen Rochko
2018-05-02Slightly reduce RAM usage (#7301)Eugen Rochko
2018-05-02Allow updating bio fields via PUT /api/v1/accounts/update_credentials (#7288)Eugen Rochko
2018-04-30Disable API access when login is disabled (#7289)Eugen Rochko
2018-04-30Return HTTP 410 for suspended accounts in GET /api/v1/accounts/:id (#7287)Eugen Rochko
2018-04-30Fix "Show more" URL on paginated threads for remote statuses (#7285)Eugen Rochko
2018-04-25Add RSS feeds for end-users (#7259)Eugen Rochko
2018-04-23Paginate descendant statuses in public page (#7148)Akihiko Odaki
2018-04-20Fix spec for sr-Latn (#7203)Yamagishi Kazutoshi
2018-04-20Improve report layout (#7188)Eugen Rochko
2018-04-18Direct messages column (#4514)Kaito Sinclaire
2018-04-17Improve web api protect (#6343)abcang
2018-04-17Set Referrer-Policy to origin in web UI and public pages of private toots (#7...Eugen Rochko
2018-04-16Redirect to account status page for page of status stream entry (#7104)Akihiko Odaki
2018-04-14Add bio fields (#6645)Eugen Rochko