mastodon/app
Andrew 0401a24558 Add support for multiple themes (#4959)
* Add support for selecting a theme

* Fix codeclimate issues

* Look up site default style if current user is not available due to e.g. not being logged in

* Remove outdated comment in common.js

* Address requested changes in themes PR

* Fix codeclimate issues

* Explicitly check current_account in application controller and only check theme availability if non-nil

* codeclimate

* explicit precedence with &&

* Fix code style in application_controller according to @nightpool's suggestion, use default style in embedded.html.haml

* codeclimate: indentation + return
2017-09-19 16:36:23 +02:00
..
controllers Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
helpers Fix filterable_languages method of SettingsHelper (#4966) 2017-09-16 14:59:41 +02:00
javascript Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
lib Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
mailers Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Use Account.local.sum(statuses_count) instead of Status.local.count (#4996) 2017-09-18 14:59:57 +02:00
serializers Custom emoji (#4988) 2017-09-19 02:42:40 +02:00
services Fix incomplete account records being read (#4998) 2017-09-19 06:53:16 +02:00
validators Fix #4918 - Limit pinned toots to 5 (#4923) 2017-09-13 11:04:32 +02:00
views Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
workers Fix an error in ReplyDistributionWorker when replied status was deleted (#4974) 2017-09-16 18:18:00 +02:00