mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-25 14:47:39 +00:00
* Initial look at fixing issue where images are uploaded to the wrong album if a shared album conflicts with a local users album. * Use owner instead of shared flag when fetching albums. * Fix issue with refreshRemoteAlbums getting shared items twice and removed incorrect isShared comment. Using `getAll(shared: true)` gets all shared albums the user can access (regardless of owner, despite the previous comment). Using `getAll(shared: null)` gets all albums (incuding shared = true and shared = false). I presume the intent here was to get albums that were shared (and not mine), and not shared (ie: mine), but the logic is way off. It also just then combines them - so makes more sense to just get them in a single call. * Fix formatting. * Fixed tests. * Revert "Fixed tests." This reverts commit c38f5af5acfc38444b00ed716755c241d297216a. * Revert "Fix issue with refreshRemoteAlbums getting shared items twice and removed incorrect isShared comment." This reverts commit 979ce90abf22c6cd80ff06f61a08d0c03092991b. * Added comments to explain why filters behave the way they do for getAll() albums. --------- Co-authored-by: Tom graham <tomg@questps.com.au> Co-authored-by: Alex <alex.tran1502@gmail.com> |
||
|---|---|---|
| .. | ||
| activity_api.repository.dart | ||
| album.repository.dart | ||
| album_api.repository.dart | ||
| album_media.repository.dart | ||
| api.repository.dart | ||
| asset.repository.dart | ||
| asset_api.repository.dart | ||
| asset_media.repository.dart | ||
| auth.repository.dart | ||
| auth_api.repository.dart | ||
| backup.repository.dart | ||
| database.repository.dart | ||
| download.repository.dart | ||
| etag.repository.dart | ||
| exif_info.repository.dart | ||
| file_media.repository.dart | ||
| network.repository.dart | ||
| partner_api.repository.dart | ||
| permission.repository.dart | ||
| person_api.repository.dart | ||
| share_handler.repository.dart | ||
| upload.repository.dart | ||
| user.repository.dart | ||
| user_api.repository.dart | ||