mirror of
https://github.com/immich-app/immich.git
synced 2025-03-04 02:11:44 -05: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 |
||
---|---|---|
.. | ||
activity.service.dart | ||
album.service.dart | ||
api.service.dart | ||
app_settings.service.dart | ||
asset.service.dart | ||
auth.service.dart | ||
background.service.dart | ||
backup.service.dart | ||
backup_verification.service.dart | ||
device.service.dart | ||
download.service.dart | ||
entity.service.dart | ||
hash.service.dart | ||
immich_logger.service.dart | ||
local_notification.service.dart | ||
localization.service.dart | ||
map.service.dart | ||
memory.service.dart | ||
network.service.dart | ||
oauth.service.dart | ||
partner.service.dart | ||
person.service.dart | ||
person.service.g.dart | ||
search.service.dart | ||
server_info.service.dart | ||
share.service.dart | ||
share_intent_service.dart | ||
shared_link.service.dart | ||
stack.service.dart | ||
sync.service.dart | ||
trash.service.dart | ||
upload.service.dart | ||
user.service.dart |