szurubooru/server/szurubooru/func
Shyam Sunder 4c78cf8c47 server/image_search: implement reverse search functionality in postgres
This will remove the dependency on the Elasticsearch database.

The search query is passed currently as raw SQL. Proper implementation
using SQLAlchemy will need custom ORM classed to be made.

Additional config parameter "allow_broken_uploads" has been added.
2020-03-13 22:45:11 -04:00
..
__init__.py server/general: rename 'util' to 'func' 2016-04-20 11:58:17 +02:00
auth.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
cache.py server: lint 2017-04-24 23:30:53 +02:00
comments.py server: lint 2017-04-24 23:30:53 +02:00
diff.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
favorites.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
file_uploads.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
files.py server/files: fix import for Py3.5 2017-02-05 22:38:55 +01:00
image_hash.py server/image_search: implement reverse search functionality in postgres 2020-03-13 22:45:11 -04:00
images.py server/tools: add script to check audio flags for posts 2019-07-27 16:32:39 -04:00
mailer.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
mime.py detect ftypiso5 as mp4 mime type 2020-02-07 12:10:38 +01:00
net.py server/net: make the user-agent configurable 2017-03-03 17:27:23 +01:00
posts.py server/image_search: implement reverse search functionality in postgres 2020-03-13 22:45:11 -04:00
scores.py server: lint 2017-04-24 23:30:53 +02:00
serialization.py server: lint 2017-04-24 23:30:53 +02:00
snapshots.py server/tests: use postgresql test database 2020-03-06 18:15:25 -05:00
tag_categories.py server/func/tag_categories: fixed deprecated SA function call 2020-03-06 10:29:03 -05:00
tags.py remove tags.json 2017-10-01 21:48:00 +02:00
user_tokens.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
users.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
util.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
versions.py server: lint 2017-04-24 23:30:53 +02:00