1
Fork 0
photoview/api
viktorstrate 3ae92086cd
Pass database as argument to individual face_detector functions
This allows the face detector to use transactions,
such that faces can be detected on media that has not
been fully commited yet.

This solves #214
2021-03-16 18:26:51 +01:00
..
.vscode Properly merge SiteInfo in Apollo cache 2020-12-09 16:58:40 +01:00
data/models Start on face detection 2021-02-15 17:35:28 +01:00
database Update mysql dsn parser 2021-02-26 13:57:13 +01:00
graphql Pass database as argument to individual face_detector functions 2021-03-16 18:26:51 +01:00
routes Start on face detection 2021-02-15 17:35:28 +01:00
scanner Pass database as argument to individual face_detector functions 2021-03-16 18:26:51 +01:00
server Make photoview work without providing the PHOTOVIEW_PUBLIC_ENDPOINT environment variable 2021-03-01 22:03:57 +01:00
utils Completely remove PHOTOVIEW_PUBLIC_ENDPOINT 2021-03-01 22:11:58 +01:00
example.env Completely remove PHOTOVIEW_PUBLIC_ENDPOINT 2021-03-01 22:11:58 +01:00
go.mod Fix darktable docker install 2021-03-03 13:32:44 +01:00
go.sum Fix darktable docker install 2021-03-03 13:32:44 +01:00
gqlgen.yml Add API pagination for faces 2021-02-25 18:48:59 +01:00
server.go Fix darktable docker install 2021-03-03 13:32:44 +01:00