Files
danbooru/app/models
evazion 09972477cd users: fix find_by_name for names with special characters.
`User.find_by_name` used `where_ilike` to do a case-insensitve name
search, but it didn't escape `*` or `\` characters first, so it didn't
handle names containing these characters properly.
2019-09-23 00:03:11 -05:00
..
2018-05-15 14:19:45 -07:00
2018-06-14 17:10:07 -07:00
2019-08-31 20:09:41 -05:00