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
Akihiko Odaki (@fn_aki@pawoo.net) e98559c3ff Resolve custom application stylesheet with Webpack (#3373)
This implementation is a bit smaller and still has the following benefits:

* No need of app/javascript/packs/custom.js
For custom stylesheet, it typically has only
"require('../styles/custom.scss')" and is redundant.

* No need to extract vendor stylesheet to another asset
Extracting vendor stylesheet could be forgotten by developers who do not
use custom stylesheet.
7 years ago
..
about Added haml-lint and fix warnings (#2773) 8 years ago
accounts Fix og:url. (#3031) 8 years ago
activitypub Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. (#2410) 8 years ago
admin Move admin/pubsubhubbub controller to admin/subscriptions (#3442) 7 years ago
api Spec coverage and refactor for the api/v1/accounts controllers (#3451) 7 years ago
application Added haml-lint and fix warnings (#2773) 8 years ago
auth Render translated view (#3093) 8 years ago
authorize_follows Added haml-lint and fix warnings (#2773) 8 years ago
errors Added haml-lint and fix warnings (#2773) 8 years ago
follower_accounts Optimize follower_accounts and following_accounts (#2820) 8 years ago
following_accounts Optimize follower_accounts and following_accounts (#2820) 8 years ago
home Add preference setting for delete toot modal (#3368) 8 years ago
kaminari
layouts Resolve custom application stylesheet with Webpack (#3373) 7 years ago
notification_mailer
oauth Added haml-lint and fix warnings (#2773) 8 years ago
remote_follow Fix remote follow (#2547) 8 years ago
settings Add preference setting for delete toot modal (#3368) 8 years ago
shared Fix locale regression from #3055 (#3231) 8 years ago
stream_entries Add localization of datetime in public page (#3296) 8 years ago
tags Added haml-lint and fix warnings (#2773) 8 years ago
user_mailer Misc tidying and clean ups (#3445) 7 years ago
well_known Add ActivityPub Actor id to WebFinger JSON. (#2522) 8 years ago