[PR #46] [MERGED] Bugfix/persistent UUID #8445

Closed
opened 2026-02-05 13:47:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/46
Author: @alextran1502
Created: 3/11/2022
Status: Merged
Merged: 3/11/2022
Merged by: @alextran1502

Base: mainHead: bugfix/persistent-uuid


📝 Commits (3)

  • b1a721f add persistent uuid
  • 8d6cd30 UUID is now persist between reinstallation
  • b34b68a UUID is now persist between reinstallation

📊 Changes

6 files changed (+31 additions, -9 deletions)

View changed files

📝 mobile/ios/Podfile.lock (+10 -0)
📝 mobile/ios/fastlane/report.xml (+7 -2)
📝 mobile/lib/modules/login/ui/login_form.dart (+2 -2)
📝 mobile/lib/shared/services/device_info.service.dart (+3 -4)
📝 mobile/pubspec.lock (+7 -0)
📝 mobile/pubspec.yaml (+2 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/46 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 3/11/2022 **Status:** ✅ Merged **Merged:** 3/11/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `bugfix/persistent-uuid` --- ### 📝 Commits (3) - [`b1a721f`](https://github.com/immich-app/immich/commit/b1a721f948dea6a78a9d0cf0c45f9a06667855bd) add persistent uuid - [`8d6cd30`](https://github.com/immich-app/immich/commit/8d6cd307bb19e8334687faa7b66a51e5ba246f71) UUID is now persist between reinstallation - [`b34b68a`](https://github.com/immich-app/immich/commit/b34b68ab56839a219df0b2648e3e278f1f09ae1e) UUID is now persist between reinstallation ### 📊 Changes **6 files changed** (+31 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `mobile/ios/Podfile.lock` (+10 -0) 📝 `mobile/ios/fastlane/report.xml` (+7 -2) 📝 `mobile/lib/modules/login/ui/login_form.dart` (+2 -2) 📝 `mobile/lib/shared/services/device_info.service.dart` (+3 -4) 📝 `mobile/pubspec.lock` (+7 -0) 📝 `mobile/pubspec.yaml` (+2 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:47:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8445