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
Akihiko Odaki 85c9496340 Introduce common JavaScript file (#2981)
* Create common chunk rather than vendor chunk

vendor chunk is a set of modules provided by external vendors, but now we
can have a chunk as a set of modules shared by multiple entry points,
which could be more efficent than having vendor chunk.

* Start rails-ujs in common.js

This is used by /settings/two_factor_authentication.
8 years ago
..
assets/stylesheets Replace sprockets/browserify with Webpack (#2617) 8 years ago
controllers Feature conversations muting (#3017) 8 years ago
helpers Add Thai langauge (#2903) 8 years ago
javascript Introduce common JavaScript file (#2981) 8 years ago
lib Revert HTML CW changes (#3020) 8 years ago
mailers Remove unnecessary .keep files (#2976) 8 years ago
models Feature conversations muting (#3017) 8 years ago
presenters Bump version, improve how version is stored for better commit history (#2526) 8 years ago
services Feature conversations muting (#3017) 8 years ago
validators Stricter whitelist rules (#2213) 8 years ago
views Introduce common JavaScript file (#2981) 8 years ago
workers Do not cancel PuSH subscriptions after encountering "permanent" error… (#3046) 8 years ago