1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-13 18:30:22 +00:00
mastodon/app/lib
Andrew 0401a24558 Add support for multiple themes ()
* 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
..
activitypub Define emoji context for ActivityPub () 2017-09-19 05:05:48 +02:00
ostatus Custom emoji () 2017-09-19 02:42:40 +02:00
settings Refactor Setting () 2017-05-25 14:14:36 +02:00
application_extension.rb Conditional validations no longer accept strings for if/unless () 2017-05-19 03:11:23 +02:00
emoji.rb Change RuboCop rules to loose () 2017-07-31 15:19:13 +02:00
exceptions.rb Add callback_url/acct information for Sidekiq PuSH workers Exception. () 2017-07-27 00:38:20 +02:00
extractor.rb Skip formatting for cashtag in status text () 2017-05-24 14:32:53 +02:00
feed_manager.rb Fix subsequent replies to unresolved status not being filtered from home () 2017-07-14 22:31:38 +02:00
formatter.rb Custom emoji () 2017-09-19 02:42:40 +02:00
hash_object.rb Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 2017-01-12 20:46:24 +01:00
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl () 2017-07-07 04:02:06 +02:00
language_detector.rb Fix filterable_languages method of SettingsHelper () 2017-09-16 14:59:41 +02:00
provider_discovery.rb HTTP signatures () 2017-07-14 20:41:49 +02:00
request.rb Include requested URL into the message on network errors () 2017-09-14 16:12:50 +02:00
sanitize_config.rb Whitelist allowed classes for federated statuses () 2017-06-17 20:26:05 +02:00
status_filter.rb Fix regression from - filter out hidden statuses from ancestors/descendants even if the viewer is anonymous () 2017-06-15 02:00:08 +02:00
status_finder.rb Raise an error for remote url in StatusFinder () 2017-09-02 17:42:47 +02:00
tag_manager.rb Fix ActivityPub handling of replies with WEB_DOMAIN () () 2017-09-13 14:22:16 +02:00
themes.rb Add support for multiple themes () 2017-09-19 16:36:23 +02:00
user_settings_decorator.rb Add support for multiple themes () 2017-09-19 16:36:23 +02:00
webfinger_resource.rb Allow webfinger controller to reply to user@WEB_DOMAIN in addition to user@LOCAL_DOMAIN () 2017-04-23 14:19:54 +02:00