Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-19 | Improve account counters handling (#15913) | Claire | |
* 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 | |||
2019-08-18 | Add `tootctl cache recount` command (#11597) | Eugen Rochko | |
2018-12-06 | Add profile directory (#9427) | Eugen Rochko | |
Fix #5578 | |||
2018-11-19 | Extract counters from accounts table to account_stats table (#9295) | Eugen Rochko | |