about summary refs log tree commit diff
path: root/spec/controllers
AgeCommit message (Expand)Author
2017-08-03Redirect to PasswordController#new when reset_password_token is invalid (#4506)nullkal
2017-07-28Cover Api::V1:FavouritesController more (#4409)Akihiko Odaki
2017-07-27Introduce access token fabricators (#4401)Akihiko Odaki
2017-07-27Remove redundant fabrication in the spec for Api::V1::FavouritesController (#...Akihiko Odaki
2017-07-23feat: Enable push subscription for mobile devices by default (#4321)Sorin Davidoi
2017-07-20Fix webfinger retries (#4275)Eugen Rochko
2017-07-18Improve admin page (#4121)abcang
2017-07-15Improve ActivityPub representations (#3844)Eugen Rochko
2017-07-14Fix #2672 - Connect signed PuSH subscription requests to instance domain (#4205)Eugen Rochko
2017-07-14HTTP signatures (#4146)Eugen Rochko
2017-07-13Web Push Notifications (#3243)Sorin Davidoi
2017-07-12Improve UI of admin site settings (#4163)Eugen Rochko
2017-07-10Remote following success page (#4129)STJrInuyasha
2017-07-08Replace OEmbed and initial state Rabl templates with serializers (#4110)Eugen Rochko
2017-06-30Add controller spec for manifests controller (#4003)Matt Jankowski
2017-06-29Cover Admin::AccountsController more (#3327)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-27Fix #1624 - Send e-mail notifications to admins about new reports (#3949)Eugen Rochko
2017-06-25Fix #3910 - Require OTP authentication to disable 2FA (#3935)Eugen Rochko
2017-06-25Cover Auth::RegistrationsController more (#3353)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-25Cover Admin::DomainBlocksController more (#3329)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-19setting-for-account-deletable (#3852)masarakki
2017-06-19Rename FollowRemoteAccountService to ResolveRemoteAccountService (#3847)Eugen Rochko
2017-06-14Fix account delete form not accepting password, update suspended (#3745)Eugen Rochko
2017-06-14Account deletion (#3728)Eugen Rochko
2017-06-12Fix locale related specs (#3707)unarist
2017-06-11Make sure email is case insensitive on all places (#3688)René Klačan
2017-06-10Improve default language decision and spec (#3351)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-10Move create/destroy actions for api/v1/statuses to namespace (#3678)Matt Jankowski
2017-06-09Move reblogged_by and favourited_by actions out of api/v1/statuses and into u...Matt Jankowski
2017-06-07Clean up for api/base controller (#3629)Matt Jankowski
2017-06-07Use "match_array" only for order independent assertions (#3626)unarist
2017-06-07Coverage improvement and concern extraction for rate limit headers in API con...Matt Jankowski
2017-06-05Redirect to streaming_api_base_url (#3579)Daigo 3 Dango
2017-06-03Fix spec for #2388 (#3526)Yamagishi Kazutoshi
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-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-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-31Keep ENV['LOCAL_HTTPS'] with ApplicationControllerSpec (fix random fail) (#3479)Yamagishi Kazutoshi
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-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-30Use around hook to restore context in Admin::SettingsController spec (#3428)Akihiko Odaki
2017-05-29Extract authorization policy for viewing statuses (#3150)Jack Jennings