chinwagsocial/app
Akihiko Odaki b11ac88692 Require any modules after loading polyfill in entry points (#4231)
app/javascript/mastodon/main.js delayed the execution of modules,
but other entry points didn't. That leads to failure in executing
modules, which requires those polyfills.

Strictly enforce the rule to require any modules after loading
polyfill in entry points.
2017-07-18 00:19:02 +02:00
..
controllers Minor ActivityPub JSON fixes (#4214) 2017-07-16 10:28:55 +02:00
helpers Improve ActivityPub representations (#3844) 2017-07-15 03:01:39 +02:00
javascript Require any modules after loading polyfill in entry points (#4231) 2017-07-18 00:19:02 +02:00
lib Optimize uri normalization (#4212) 2017-07-15 17:24:35 +02:00
mailers Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models Fix #2672 - Connect signed PuSH subscription requests to instance domain (#4205) 2017-07-14 23:01:20 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Minor ActivityPub JSON fixes (#4214) 2017-07-16 10:28:55 +02:00
serializers Add missing ActivityPub representations (#4230) 2017-07-17 10:57:04 +02:00
services Optimize uri normalization (#4212) 2017-07-15 17:24:35 +02:00
validators Fix character/grapheme count stuff (#3839) 2017-06-19 11:31:14 +02:00
views Improve ActivityPub representations (#3844) 2017-07-15 03:01:39 +02:00
workers Improve a query in WebPushNotificationWorker (#4234) 2017-07-17 11:03:48 +02:00