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/app/views
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
..
about Adjust landing pages 2 (#4967) 8 years ago
accounts Add `strip_insignificant_zeros: true` option to `number_to_human` (#4993) 7 years ago
admin Admin interface for listing, adding and removing custom emojis (#5002) 7 years ago
admin_mailer Make salutation of email localizable (#4454) 8 years ago
application Added haml-lint and fix warnings (#2773) 8 years ago
auth Adjust landing pages 2 (#4967) 8 years ago
authorize_follows Add "signed in as" header to some pages (#4523) 8 years ago
errors Added haml-lint and fix warnings (#2773) 8 years ago
follower_accounts Add option to opt out of search engines on public profile/status pages (#4199) 8 years ago
following_accounts Add option to opt out of search engines on public profile/status pages (#4199) 8 years ago
home Add link to 'noscript' message (#4561) 8 years ago
kaminari Pagination improvements (#1445) 8 years ago
layouts Add support for multiple themes (#4959) 7 years ago
manifests Fix manifest description (regression from #4122) (#4324) 8 years ago
notification_mailer Make salutation of email localizable (#4454) 8 years ago
oauth Oauth code in input form and add description message (#4986) 8 years ago
remote_follow Fix remote follow (#2547) 8 years ago
settings Add support for multiple themes (#4959) 7 years ago
shared Redesign public profiles (#4608) 8 years ago
shares Add protocol handler. Handle follow intents (#4511) 8 years ago
stream_entries Hide sensitive image in default on the public pages (#5009) 7 years ago
tags Adjust tags and accounts page (#4534) 8 years ago
user_mailer A few updates to the Spanish translation and some typos fixing (#4997) 7 years ago
well_known Send short account URL to remote instance (regression from #3844) (#4355) 8 years ago