about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
2017-06-04change sidekiq queueing to bulk push (#3536)takayamaki
2017-06-02Ensure well_known controllers use WEB_DOMAIN by including RoutingHelper (#2388)ThibG
2017-06-01Spec response for forgery (#3248)Akihiko Odaki (@fn_aki@pawoo.net)
2017-05-31Spec coverage and refactor for the api/v1/accounts controllers (#3451)Matt Jankowski
2017-05-31Move admin/pubsubhubbub controller to admin/subscriptions (#3442)Matt Jankowski
2017-05-31Add Instance class to list admin records (#3443)Matt Jankowski
2017-05-31Improve spec coverage and clean up api/v1/blocks controller (#3464)Matt Jankowski
2017-05-31Improve spec coverage and clean up api/v1/follow_requests controller (#3465)Matt Jankowski
2017-05-31Improve spec coverage and clean up api/v1/domain_blocks controller (#3466)Matt Jankowski
2017-05-31Refactor api/v1/notifications controller (#3470)Matt Jankowski
2017-05-31Improve spec coverage and clean up api/v1/favourites controller (#3472)Matt Jankowski
2017-05-31Improve spec coverage and clean up api/v1/mutes controller (#3481)Matt Jankowski
2017-05-31Refactor and spec coverage for api/v1/timelines actions (#3482)Matt Jankowski
2017-05-30Refactor api/v1/apps controller (#3471)Matt Jankowski
2017-05-30Refactor api/v1/reports controller (#3469)Matt Jankowski
2017-05-30Refactor api/v1/search controller (#3468)Matt Jankowski
2017-05-30Improve spec coverage and clean up api/v1/media controller (#3467)Matt Jankowski
2017-05-31Clean up api/subscriptions controller (#3448)Matt Jankowski
2017-05-30Add status destroy authorization to policy (#3453)Jack Jennings
2017-05-30Improve api oembed controller (#3450)Matt Jankowski
2017-05-30Clean up api/salmon controller (#3449)Matt Jankowski
2017-05-30Remove exports/base controller in favor of shared concern (#3444)Matt Jankowski
2017-05-29Extract authorization policy for viewing statuses (#3150)Jack Jennings
2017-05-29Remove methods from ObfuscateFilename and spec (#3347)Akihiko Odaki
2017-05-29Add preference setting for delete toot modal (#3368)Atsushi Yamamoto
2017-05-27Fix empty flash message on the settings page (#3345)unarist
2017-05-26Remove redundant call of recent scope in AccountsController (#3330)Akihiko Odaki
2017-05-26Go to root after login in single user mode (#3289)Akinori MUSHA
2017-05-25More use of next link header on account (media) timelines (#3311)unarist
2017-05-24Show error message to suspended user (#3281)Yamagishi Kazutoshi
2017-05-23Fix following/followers API to return correct link headers (#3268)unarist
2017-05-23Fix Devise destroy method being available to delete user record (#3266)Eugen Rochko
2017-05-23Toggle sensitive from admin page (#3261)alpaca-tc
2017-05-23Refactor of API timeline actions (#3263)Matt Jankowski
2017-05-23Cover StreamEntriesController more and remove redundant instructions (#3257)Akihiko Odaki
2017-05-23Introduce recent to Follow (#3247)Akihiko Odaki
2017-05-23Cover AccountsController more in spec (#3229)Akihiko Odaki
2017-05-22Coverage for api/web/settings controller (#3238)Matt Jankowski
2017-05-22Fix locale bug when change it on preferences (#3223) (#3232)Tomonori Murakami
2017-05-22Allow alternate domains for mastodon handlers (#3187)Immae
2017-05-22Change "Account.any?" to "Account.exists?" (#3217)Yamagishi Kazutoshi
2017-05-22single_user_mode? always returns boolean (#3215)Akihiko Odaki
2017-05-21Fix mutes_controller error and incorrect statuses_controller report (#3202)Akihiko Odaki
2017-05-20Fix regressions in api/v1 (#3178)Akihiko Odaki
2017-05-20Filter languages with opt out (#3175)Matt Jankowski
2017-05-20Fix block list 500 (#3174)Yamagishi Kazutoshi
2017-05-20Use joins for account properties (#3167)Akihiko Odaki
2017-05-19Add buttons to block and unblock domain (#3127)Eugen Rochko
2017-05-19Conditional validations no longer accept strings for if/unless (#3124)Matt Jankowski
2017-05-19Account domain blocks (#2381)Eugen Rochko