1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app
luigi eb51e43fb4
Optimize some regex matching (#15528)
* Use Regex#match?

* Replace =~ too

* Avoid to call match? from Nil

* Keep value of Regexp.last_match
2021-01-22 10:09:08 +01:00
..
chewy
controllers Fix /activity endpoint not require signature in authorized fetch mode (#15592) 2021-01-19 06:47:36 +01:00
helpers
javascript Fix Google Translate breaking web interface (#15610) 2021-01-21 14:29:54 +01:00
lib Optimize some regex matching (#15528) 2021-01-22 10:09:08 +01:00
mailers
models Optimize some regex matching (#15528) 2021-01-22 10:09:08 +01:00
policies
presenters Optimize map { ... }.compact calls (#15513) 2021-01-10 00:32:01 +01:00
serializers
services Optimize some regex matching (#15528) 2021-01-22 10:09:08 +01:00
validators Optimize some regex matching (#15528) 2021-01-22 10:09:08 +01:00
views Fix Google Translate breaking web interface (#15610) 2021-01-21 14:29:54 +01:00
workers Fix being able to import more than allowed number of follows (#15384) 2020-12-26 23:52:46 +01:00