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/spec
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
5 years ago
..
controllers Fix cache_collection crashing when given an empty collection (#15921) 5 years ago
fabricators Add server rules (#15769) 5 years ago
features Add submit button to the top of preferences pages (#13068) 6 years ago
fixtures Add import/export feature for bookmarks (#14956) 5 years ago
helpers Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) 5 years ago
lib Prepare Mastodon for zeitwerk autoloader (#15917) 5 years ago
mailers refactor: add email previews for WebAuthn emails (#14658) 5 years ago
models Improve account counters handling (#15913) 5 years ago
policies Add support for reversible suspensions through ActivityPub (#14989) 5 years ago
presenters
requests Further preparation for Rails 6 (#15916) 5 years ago
routing
serializers/activitypub
services Fix URL scanning in note length validator and preview card fetching (#15827) 5 years ago
support
validators Prepare Mastodon for zeitwerk autoloader (#15917) 5 years ago
views
workers Fix being able to import more than allowed number of follows (#15384) 5 years ago
rails_helper.rb Add WebAuthn as an alternative 2FA method (#14466) 5 years ago
spec_helper.rb