mastodon/config/webpack
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
..
loaders Disable babel-loader cache when development environment (#4684) 2017-08-24 19:27:52 +02:00
configuration.js Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
development.js Re-add disableHostCheck (regression #3729) (#3854) 2017-06-19 14:01:31 +02:00
generateLocalePacks.js Add quotes ESLint rules (#3602) 2017-06-06 03:56:36 +02:00
production.js Remove hash from chunk filename when dev env (#4411) 2017-07-28 05:14:01 +02:00
shared.js Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
test.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
translationRunner.js Fix regular expression for RFC 5646 (regression from #3604) (#4133) 2017-07-10 14:02:18 +02:00