You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/lib/tasks
Claire 741d0952b1
Improve account counters handling (#15913)
* Improve account counters handling

* Use ActiveRecord::Base::sanitize_sql to pass values instead of interpolating them

Keep using string interpolation for `key` as it is safe and using
“ActiveRecord::Base::sanitize_sql_hash_for_assignment” would require stitching
bits of SQL in a way that is not more easily checked for safety.

* Add migration hook to catch PostgreSQL versions earlier than 9.5
4 years ago
..
assets.rake Do not fetch environment variables to determine default locale (#6618) 7 years ago
auto_annotate_models.rake Add announcements (#12662) 5 years ago
db.rake Improve account counters handling (#15913) 4 years ago
emojis.rake Add borders to 📱 and 📲 emojis (#15794) 4 years ago
mastodon.rake Fix external user creation failing when invite request text is required (#15405) 4 years ago
repo.rake Add missing locale file for ga and add rake task to check for it (#11813) 6 years ago
statistics.rake add task to report code statistics (#2489) 8 years ago