1
Fork 0
photoview/api/graphql
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
..
auth Add dataloaders to combine database queries (#190) 2021-02-07 22:17:33 +01:00
dataloader Fix bug where an unauthorized request could crash the server 2021-02-14 11:19:29 +01:00
models Fix postgres errors + fix search results without thumbnails 2021-03-12 14:26:51 +01:00
notification Update gomod to reflect repo transfer 2020-12-17 22:51:43 +01:00
resolvers Fix bug where DetectFaces would be called with the wrong media. 2021-03-16 22:27:27 +01:00
directive.go Merge branch 'master' into v2.0.0 2020-12-17 23:18:00 +01:00
generated.go Load shared albums recursively 2021-03-03 15:55:55 +01:00
schema.graphql Load shared albums recursively 2021-03-03 15:55:55 +01:00