about summary refs log tree commit diff
path: root/spec/controllers/home_controller_spec.rb
AgeCommit message (Collapse)Author
2022-10-28Revert Home controller test to upstreamClaire
2022-10-09[Glitch] Allow non-logged users to access /webEugen Rochko
Port 43b5d5e38d2b8ad8f1d1ad0911c3c1718159c912 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2021-09-26Change routing paths to use usernames in web UI (#16171)Eugen Rochko
2019-08-16Fix blurhash and autoplay not working on public pages (#11585)Eugen Rochko
2018-03-05Redirect from Web tag timeline to public tag timeline if not signed in (#6633)Akihiko Odaki
This is also implemented in Pawoo: https://github.com/pixiv/mastodon/commit/ceafdbd1bbf30fe20a2a814df0f8cae429a4e9db
2017-09-15When web UI URL used while logged out, redirect to static page (#4954)Eugen Rochko
2017-07-08Replace OEmbed and initial state Rabl templates with serializers (#4110)Eugen Rochko
* Replace OEmbed Rabl template with serializer * Replace initial state rabl with serializer
2017-05-23Cover HomeController more (#3258)Akihiko Odaki
2016-11-18Fix OAuth authorization page and add a spec for itEugen Rochko
2016-09-27Fix testsEugen Rochko
2016-03-19Adding public following and followers pages, fix #3Eugen Rochko
2016-03-06Adding GNU Public license, adding home timeline, reblog/favourite countersEugen Rochko
2016-02-29Refactoring Grape API methods into normal controllers & other thingsEugen Rochko
2016-02-25Adding a Mention model, test stubsEugen Rochko
2016-02-22Made some progressEugen Rochko