gallery.accords-library.com/server/szurubooru
rr- 4ec826d0a5 server/tags: replace ILIKE expressions
While it makes sense to use ILIKE in search configs to expose side
effects regarding _ and % for power users to use, it certainly didn't
make sense in places changed by this commit. For example, visiting
/tag/___ led to internal server error.
2016-06-18 11:30:32 +02:00
..
api server/info: expose a few config variables 2016-06-18 10:55:44 +02:00
db server/users: fix fetching columns 2016-06-16 23:42:36 +02:00
func server/tags: replace ILIKE expressions 2016-06-18 11:30:32 +02:00
middleware server/users: don't fetch stats eagerly 2016-06-14 07:50:22 +02:00
migrations server/tags: let mods set default category 2016-05-22 22:17:11 +02:00
search server/posts: optimize default sort order 2016-06-14 07:50:22 +02:00
tests server/info: expose a few config variables 2016-06-18 10:55:44 +02:00
__init__.py split files into client/ and server/ 2016-04-01 18:48:16 +02:00
app.py server/posts: add getting posts around id 2016-06-08 22:38:35 +02:00
config.py server/config: move config validation to app.py 2016-05-10 12:15:33 +02:00
errors.py server/posts: add post creating 2016-05-02 00:07:33 +02:00