chinwagsocial/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 Change algorithm of tootctl search deploy to improve performance (#18463) 2022-05-22 22:16:43 +02:00
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 Add support for language preferences for trending statuses and links (#18288) 2022-10-08 16:45:40 +02:00
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 Change sign-in banner to reflect disabled or moved account status (#19773) 2022-11-05 18:28:13 +01:00
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 Fix error when uploading malformed CSV import (#19509) 2022-10-28 23:30:44 +02:00
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