1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app
ThibG 9870b175b4
Fix possible inconsistencies in tag search ()
Do not downcase the queried tag before passing it to postgres when searching:
- tags are not downcased on creation
- `arel_table[:name].lower.matches(pattern)` generates an ILIKE anyway
- if Postgres and Rails happen to use different case-folding rules,
  downcasing before query but not before insertion may mean that some
  tags with some casings are not searchable
2020-11-12 18:35:23 +01:00
..
chewy Change tootctl search deploy algorithm () 2020-07-14 18:10:35 +02:00
controllers Add interrelationship icon () 2020-11-12 17:43:12 +01:00
helpers Add interrelationship icon () 2020-11-12 17:43:12 +01:00
javascript Add interrelationship icon () 2020-11-12 17:43:12 +01:00
lib Fix Move handler not being triggered when failing to fetch target () 2020-11-09 01:41:52 +01:00
mailers Change account suspensions to be reversible by default () 2020-09-15 14:37:58 +02:00
models Fix possible inconsistencies in tag search () 2020-11-12 18:35:23 +01:00
policies Add support for reversible suspensions through ActivityPub () 2020-11-08 00:28:39 +01:00
presenters Add user notes on accounts () 2020-06-30 19:19:50 +02:00
serializers Add support for reversible suspensions through ActivityPub () 2020-11-08 00:28:39 +01:00
services Fix crash in SuspendAccountWorker () 2020-11-08 18:29:48 +01:00
validators Improve email address validation () 2020-08-12 12:40:25 +02:00
views Add interrelationship icon () 2020-11-12 17:43:12 +01:00
workers Add support for reversible suspensions through ActivityPub () 2020-11-08 00:28:39 +01:00