mastodon/app
ThibG 05cd37097c Optimize uri normalization (#4212)
* Add dependency on idn-ruby to speed up URI normalization

* Use normalized_host instead of normalize.host when applicable

When we are only interested in the normalized host, calling normalized_host
avoids normalizing the other components of the URI as well as creating a
new object
2017-07-15 17:24:35 +02:00
..
controllers Improve ActivityPub representations (#3844) 2017-07-15 03:01:39 +02:00
helpers Improve ActivityPub representations (#3844) 2017-07-15 03:01:39 +02:00
javascript Fix #3773 - Pin favourites column (#4201) 2017-07-15 00:49:34 +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 Improve ActivityPub representations (#3844) 2017-07-15 03:01:39 +02:00
serializers Improve ActivityPub representations (#3844) 2017-07-15 03:01:39 +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 Optimize uri normalization (#4212) 2017-07-15 17:24:35 +02:00