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/app
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
..
chewy
controllers Further preparation for Rails 6 (#15916) 4 years ago
helpers
javascript Add option to opt out of unread notification markers (#15842) 4 years ago
lib Prepare Mastodon for zeitwerk autoloader (#15917) 4 years ago
mailers Prepare Mastodon for Rails 6 (#15911) 4 years ago
models Improve account counters handling (#15913) 4 years ago
policies
presenters
serializers
services
validators Prepare Mastodon for zeitwerk autoloader (#15917) 4 years ago
views Fix reference to non-existing translation in the exports page. (#15894) 4 years ago
workers Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908) 4 years ago