1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app
Eugen Rochko e1fcad34a9 Fix length validator counting things that look like URIs like URLs (#4462)
URI.extract is too strong, not limited to URLs, matched real text.
Same issue was present in language detector.
2017-07-31 05:06:20 +02:00
..
controllers
helpers Fallback to site_hostname when site_title is empty (#4394) 2017-07-27 15:13:49 +02:00
javascript Improve accessibility (part 7) (#4457) 2017-07-31 00:18:15 +02:00
lib Fix length validator counting things that look like URIs like URLs (#4462) 2017-07-31 05:06:20 +02:00
mailers
models Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 2017-07-29 00:06:29 +02:00
policies
presenters
serializers
services Fix an error when a user tries to search nonexistent remote user (regression from #4275) (#4400) 2017-07-27 15:11:59 +02:00
validators Fix length validator counting things that look like URIs like URLs (#4462) 2017-07-31 05:06:20 +02:00
views Make salutation of email localizable (#4454) 2017-07-31 00:18:44 +02:00
workers Fix guard clause in WebPushNotificationWorker (#4421) 2017-07-28 17:21:28 +02:00