1
Fork 0
photoview/api/graphql/models
viktorstrate e142784267
Improve performance when testing if user owns an album
This is done by querying parent albums instead of sub-albums,
which changes the runtime from exponential to linear time.

This fixes #388
2021-08-30 21:36:45 +02:00
..
actions Add check that prevents deletion of sole admin user 2021-05-11 20:40:18 +02:00
album.go Improve performance when testing if user owns an album 2021-08-30 21:36:45 +02:00
album_test.go Improve performance when testing if user owns an album 2021-08-30 21:36:45 +02:00
base.go Finish add/remove root paths 2020-12-31 00:37:11 +01:00
face_detection.go Batch exiftool runs + scanner package restructuring 2021-05-06 22:01:48 +02:00
generated.go Integrate simplified Chinese 2021-08-30 12:17:39 +02:00
media.go Fix faces not getting scanned 2021-04-26 12:21:15 +02:00
media_exif.go Use barasher/go-exiftool 2021-03-31 23:35:25 +02:00
media_test.go Improve user tests API 2021-04-26 21:22:28 +02:00
models_test.go Implement database integration tests 2021-04-23 15:10:23 +02:00
share_token.go Cleanup gorm model attributes + add indexes 2021-01-19 17:31:37 +01:00
site_info.go Implement database integration tests 2021-04-23 15:10:23 +02:00
site_info_test.go Add tests for albums, users, site_info models 2021-04-23 23:07:18 +02:00
user.go Improve performance when testing if user owns an album 2021-08-30 21:36:45 +02:00
user_test.go Improve user tests API 2021-04-26 21:22:28 +02:00
utils.go Make Ascending the default sort direction. 2021-08-30 17:03:39 +02:00
utils_test.go Add test for TokenFromBearer 2021-04-26 21:39:20 +02:00
video_metadata.go Replace database, initial setup now works 2020-11-28 21:49:33 +01:00