feat: implement album sharing functionality with permissions management

This commit is contained in:
2025-11-02 17:39:11 +01:00
parent f49d9179f5
commit a36b59a5fb
11 changed files with 263 additions and 31 deletions

View File

@@ -1,3 +1,4 @@
pub mod album_repository;
pub mod album_share_repository;
pub mod media_repository;
pub mod user_repository;