about summary refs log tree commit diff
path: root/app/controllers/custom_css_controller.rb
AgeCommit message (Collapse)Author
2019-06-10Fix login sometimes redirecting to paths that are not pages (#11019)Eugen Rochko
Fix #11016
2019-06-05Cleanup various controllers (#10972)ThibG
* Remove skip_session! as it is not supported in Rails 5 * Minor cleanup in StreamEntriesController * Remove redundant mark_cacheable! calls
2018-08-24Add admin custom CSS setting (#8399)Eugen Rochko
Fix #3894