gallery.accords-library.com/server/szurubooru/api
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/auth: add token authentication 2018-03-25 22:23:29 +02:00
comment_api.py server: lint 2017-04-24 23:30:53 +02:00
info_api.py server/info: report correct size when filesystem is missing files 2019-09-29 23:07:53 -04:00
password_reset_api.py server/config: Add 'domain' and 'smtp from' config entries 2019-07-22 20:26:09 -04:00
post_api.py server/image_search: implement reverse search functionality in postgres 2020-03-13 22:45:11 -04:00
snapshot_api.py server: lint 2017-04-24 23:30:53 +02:00
tag_api.py remove tags.json 2017-10-01 21:48:00 +02:00
tag_category_api.py remove tags.json 2017-10-01 21:48:00 +02:00
upload_api.py server: lint 2017-04-24 23:30:53 +02:00
user_api.py server/users: let administrators add new users 2018-03-07 21:30:24 +01:00
user_token_api.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00