1
Fork 0
photoview/api
viktorstrate a14b12b8d4
Fix bug where DetectFaces would be called with the wrong media.
This happend because the go routine did not capture the media variable,
and so the it would change before the go routine could start
and call the DetectFaces function.
2021-03-16 22:27:27 +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 Fix bug where DetectFaces would be called with the wrong media. 2021-03-16 22:27:27 +01:00
routes Start on face detection 2021-02-15 17:35:28 +01:00
scanner Fix bug where DetectFaces would be called with the wrong media. 2021-03-16 22:27:27 +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