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 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.
8 years ago
..
controllers Minor ActivityPub JSON fixes (#4214) 8 years ago
helpers Improve ActivityPub representations (#3844) 8 years ago
javascript Require any modules after loading polyfill in entry points (#4231) 8 years ago
lib Optimize uri normalization (#4212) 8 years ago
mailers Set default From address in config (#3756) 8 years ago
models Fix #2672 - Connect signed PuSH subscription requests to instance domain (#4205) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Minor ActivityPub JSON fixes (#4214) 8 years ago
serializers Add missing ActivityPub representations (#4230) 8 years ago
services Optimize uri normalization (#4212) 8 years ago
validators Fix character/grapheme count stuff (#3839) 8 years ago
views Improve ActivityPub representations (#3844) 8 years ago
workers Improve a query in WebPushNotificationWorker (#4234) 8 years ago