[PR #124] [MERGED] 118 - Implement shared album feature #8478

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/124
Author: @alextran1502
Created: 4/24/2022
Status: Merged
Merged: 4/24/2022
Merged by: @alextran1502

Base: mainHead: dev/118-shared-album


📝 Commits (10+)

  • fe76cc6 Added shared_albums and user_shared_album table and entity
  • 0f63350 Added userInfo when query album
  • 5fd776c Added relation table for assets in the shared album
  • 31029a6 Added endpoint and service to add asset to album
  • 0ad8b73 Added sliver appbar
  • 447785c build albums display
  • a5c1423 Added get owned and shared album
  • f399bc3 fixed typo
  • 1a9a47a Added models
  • cc185d2 Merge branch 'dev/117-shared-album' of github.com:alextran1502/immich into dev/118-shared-album

📊 Changes

87 files changed (+3717 additions, -199 deletions)

View changed files

📝 README.md (+12 -2)
design/home-screen.jpeg (+0 -0)
design/search-screen.jpeg (+0 -0)
design/shared-albums.png (+0 -0)
📝 docker/docker-compose.dev.yml (+2 -2)
📝 docker/docker-compose.gpu.yml (+2 -2)
📝 docker/docker-compose.yml (+2 -2)
📝 docker/settings/nginx-conf/nginx.conf (+11 -0)
📝 mobile/android/app/build.gradle (+1 -0)
mobile/android/fastlane/metadata/android/en-US/changelogs/11.txt (+7 -0)
📝 mobile/android/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.png (+0 -0)
📝 mobile/android/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.png (+0 -0)
📝 mobile/android/fastlane/metadata/android/en-US/images/phoneScreenshots/5_en-US.png (+0 -0)
mobile/android/fastlane/metadata/android/en-US/images/phoneScreenshots/6_en-US.png (+0 -0)
mobile/android/fastlane/metadata/android/en-US/images/phoneScreenshots/7_en-US.png (+0 -0)
📝 mobile/ios/fastlane/Fastfile (+1 -1)
mobile/lib/constants/immich_colors.dart (+3 -0)
📝 mobile/lib/main.dart (+28 -23)
📝 mobile/lib/modules/asset_viewer/views/image_viewer_page.dart (+75 -63)
📝 mobile/lib/modules/asset_viewer/views/video_viewer_page.dart (+34 -20)

...and 67 more files

📄 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/124 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 4/24/2022 **Status:** ✅ Merged **Merged:** 4/24/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/118-shared-album` --- ### 📝 Commits (10+) - [`fe76cc6`](https://github.com/immich-app/immich/commit/fe76cc650d2d3f83258a02b741c50f8de96168ac) Added shared_albums and user_shared_album table and entity - [`0f63350`](https://github.com/immich-app/immich/commit/0f633506639769cdd252d5617f47785988dfbd33) Added userInfo when query album - [`5fd776c`](https://github.com/immich-app/immich/commit/5fd776c350ffae2dc54cd7ab1427c0d1b6d06eef) Added relation table for assets in the shared album - [`31029a6`](https://github.com/immich-app/immich/commit/31029a6b8b5cbf6e2d12aeabeea2beb3919ba0fc) Added endpoint and service to add asset to album - [`0ad8b73`](https://github.com/immich-app/immich/commit/0ad8b73cf00c6813ef78cbabe55b0dd93bcd3fd0) Added sliver appbar - [`447785c`](https://github.com/immich-app/immich/commit/447785c4a09c1d3b4393ef72143baad32e20a824) build albums display - [`a5c1423`](https://github.com/immich-app/immich/commit/a5c14234dda36fcaac7879e1ef5fb4a0434cad6d) Added get owned and shared album - [`f399bc3`](https://github.com/immich-app/immich/commit/f399bc3e47f8165d151fd2b01516d6ba5f61e2cd) fixed typo - [`1a9a47a`](https://github.com/immich-app/immich/commit/1a9a47ae385dba9d671e40a086102c7d79a7efe8) Added models - [`cc185d2`](https://github.com/immich-app/immich/commit/cc185d2380c57fa0ddfc8bc9eeda51889e720820) Merge branch 'dev/117-shared-album' of github.com:alextran1502/immich into dev/118-shared-album ### 📊 Changes **87 files changed** (+3717 additions, -199 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+12 -2) ➕ `design/home-screen.jpeg` (+0 -0) ➕ `design/search-screen.jpeg` (+0 -0) ➕ `design/shared-albums.png` (+0 -0) 📝 `docker/docker-compose.dev.yml` (+2 -2) 📝 `docker/docker-compose.gpu.yml` (+2 -2) 📝 `docker/docker-compose.yml` (+2 -2) 📝 `docker/settings/nginx-conf/nginx.conf` (+11 -0) 📝 `mobile/android/app/build.gradle` (+1 -0) ➕ `mobile/android/fastlane/metadata/android/en-US/changelogs/11.txt` (+7 -0) 📝 `mobile/android/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.png` (+0 -0) 📝 `mobile/android/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.png` (+0 -0) 📝 `mobile/android/fastlane/metadata/android/en-US/images/phoneScreenshots/5_en-US.png` (+0 -0) ➕ `mobile/android/fastlane/metadata/android/en-US/images/phoneScreenshots/6_en-US.png` (+0 -0) ➕ `mobile/android/fastlane/metadata/android/en-US/images/phoneScreenshots/7_en-US.png` (+0 -0) 📝 `mobile/ios/fastlane/Fastfile` (+1 -1) ➕ `mobile/lib/constants/immich_colors.dart` (+3 -0) 📝 `mobile/lib/main.dart` (+28 -23) 📝 `mobile/lib/modules/asset_viewer/views/image_viewer_page.dart` (+75 -63) 📝 `mobile/lib/modules/asset_viewer/views/video_viewer_page.dart` (+34 -20) _...and 67 more files_ </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:53 +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#8478