mastodon/app
James Tucker 78a6b871fe
Improve performance by avoiding regex construction (#20215)
```ruby
10.times { p /#{FOO}/.object_id }
10.times { p FOO_RE.object_id }
```
2022-11-10 05:49:30 +01:00
..
chewy
controllers Improve performance by avoiding regex construction (#20215) 2022-11-10 05:49:30 +01:00
helpers Add Balaibalan, Láadan, Lingua Franca Nova, Lojban, Toki Pona to language list (#20168) 2022-11-09 15:23:52 +01:00
javascript New Crowdin updates (#20016) 2022-11-10 00:43:48 +09:00
lib Improve performance by avoiding regex construction (#20215) 2022-11-10 05:49:30 +01:00
mailers
models Improve performance by avoiding regex construction (#20215) 2022-11-10 05:49:30 +01:00
policies Fix GET /api/v1/admin/ip_blocks/:id (#20207) 2022-11-09 15:22:58 +01:00
presenters
serializers Fix nodeinfo metadata attribute being an array instead of an object (#20114) 2022-11-08 17:26:11 +01:00
services Improve performance by avoiding regex construction (#20215) 2022-11-10 05:49:30 +01:00
validators
views Fix being able to spoof link verification (#20217) 2022-11-09 08:24:21 +01:00
workers Change account deletion requests to spread out over time (#20222) 2022-11-09 14:08:19 +01:00