1
Fork 0
photoview/api/graphql/resolvers
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
..
album.go Load shared albums recursively 2021-03-03 15:55:55 +01:00
faces.go Fix postgres errors + fix search results without thumbnails 2021-03-12 14:26:51 +01:00
media.go Load shared albums recursively 2021-03-03 15:55:55 +01:00
mediaGeoJson.go Make photoview work without providing the PHOTOVIEW_PUBLIC_ENDPOINT environment variable 2021-03-01 22:03:57 +01:00
notification.go Update gomod to reflect repo transfer 2020-12-17 22:51:43 +01:00
root.go Merge branch 'master' into v2.0.0 2020-12-17 23:18:00 +01:00
scanner.go Disable multithreaded scanners for sqlite 2021-01-17 13:08:44 +01:00
search.go Fix postgres errors + fix search results without thumbnails 2021-03-12 14:26:51 +01:00
share_token.go Load shared albums recursively 2021-03-03 15:55:55 +01:00
timeline.go Fix timeline date ordering 2021-02-14 11:40:13 +01:00
user.go Fix bug where DetectFaces would be called with the wrong media. 2021-03-16 22:27:27 +01:00