1
Fork 0
photoview/api/graphql/models
Googol Lee 1cd34109b6
Optimize user's album filter. #705 (#962)
2024-06-27 21:21:09 +02:00
..
actions Fix timeline order with sqlite3. It should be ordered as MySQL and PGSQL like (year, month, day). (#954) 2024-05-31 09:35:41 +01:00
album.go Move album cover options from sidebar/Sharing.tsx 2021-09-23 20:14:37 +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 Make face detection optional at build-time (#881) 2024-04-11 22:20:09 +01:00
generated.go Fix audit issues in production (#933) 2024-04-11 22:21:08 +01:00
media.go Make it compile again 2022-03-02 17:26:06 +01:00
media_exif.go Adding image description to sidebar 2022-03-28 16:08:30 +01:00
media_test.go Add Media.GetThumbnail() tests 2022-02-02 00:03:31 +01: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 Changed downsampling method to custom type. 2022-08-09 06:09:55 +01:00
site_info_test.go Fixed site_info_test - missing model import. 2022-08-09 06:43:25 +01:00
user.go Optimize user's album filter. #705 (#962) 2024-06-27 21:21:09 +02:00
user_test.go Add test for user favorite media 2021-09-27 21:20:47 +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