index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
controllers
/
application_controller_spec.rb
Age
Commit message (
Expand
)
Author
2023-02-20
Autofix Rubocop RSpec/BeEq (#23740)
Nick Schonning
2023-02-20
Autofix Rubocop RSpec/ImplicitSubject (#23721)
Nick Schonning
2023-02-19
Autofix Rubocop Style/StringLiterals (#23695)
Nick Schonning
2022-07-05
Add customizable user roles (#18641)
Eugen Rochko
2022-03-06
Spelling (#17705)
Josh Soref
2022-01-28
Refactor and improve tests (#17386)
Claire
2021-03-24
Update Mastodon to Rails 6.1 (#15910)
Claire
2021-01-31
Improved performance of notification preloading (#15640)
abcang
2019-11-13
Change to always returns html document in error pages (#12214)
Yamagishi Kazutoshi
2019-09-11
add admin setting for default search engine indexing (fix #11750) (#11804)
Tao Bror Bojlén
2019-07-22
Change unconfirmed user login behaviour (#11375)
Eugen Rochko
2019-07-07
Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...
Eugen Rochko
2018-10-04
Lint pass (#8876)
aus-social
2018-08-23
Add ability to change an instance default theme from the administration panel...
Jakub Mendyk
2018-04-21
Use raw status code on have_http_status (#7214)
Yamagishi Kazutoshi
2018-04-03
Improve require_admin! and require_staff! filters (#7018)
Emelia Smith
2018-01-07
Fix force_ssl conditional (#6201)
Yamagishi Kazutoshi
2017-06-07
Use "match_array" only for order independent assertions (#3626)
unarist
2017-06-01
Spec response for forgery (#3248)
Akihiko Odaki (@fn_aki@pawoo.net)
2017-05-31
Keep ENV['LOCAL_HTTPS'] with ApplicationControllerSpec (fix random fail) (#3479)
Yamagishi Kazutoshi
2017-05-22
Cover ApplicationController more in spec (#3230)
Akihiko Odaki
2017-05-22
single_user_mode? always returns boolean (#3215)
Akihiko Odaki