You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config
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
7 years ago
..
environments Set fallback address when empty notification address (#4868) 7 years ago
initializers Re-allow underscore on valid_url_path_ending_chars (#4999) 7 years ago
locales Add support for multiple themes (#4959) 7 years ago
webpack Add support for multiple themes (#4959) 7 years ago
application.rb Revert unique retry job (#4937) 7 years ago
boot.rb
brakeman.ignore Update status embeds (#4742) 7 years ago
database.yml
deploy.rb Update Capistrano lock version in config/deploy.rb (#4352) 7 years ago
environment.rb Make PreviewCard records reuseable between statuses (#4642) 7 years ago
i18n-tasks.yml Shorten display of large numbers on public profiles (#4711) 7 years ago
navigation.rb Admin interface for listing, adding and removing custom emojis (#5002) 7 years ago
puma.rb
routes.rb Admin interface for listing, adding and removing custom emojis (#5002) 7 years ago
secrets.yml
settings.yml Add support for multiple themes (#4959) 7 years ago
sidekiq.yml Randomize sidekiq-scheduler cron schedule (#4980) 7 years ago
themes.yml Add support for multiple themes (#4959) 7 years ago
webpacker.yml