Commit Graph

6 Commits

Author SHA1 Message Date
55cf4db2de feat: implement media metadata management with EXIF and TrackInfo support 2025-11-14 07:41:54 +01:00
60860cf508 feat: Add thumbnail generation feature and update media model
- Updated workspace members to include `libertas_importer`.
- Added a new migration to add `thumbnail_path` column to `media` table.
- Enhanced configuration structures to include `thumbnail_config`.
- Modified `Media` model to include `thumbnail_path`.
- Updated `MediaRepository` trait and its implementation to handle thumbnail path updates.
- Created `ThumbnailPlugin` for generating thumbnails based on media configurations.
- Integrated thumbnail generation into the media processing workflow.
- Updated dependencies in `libertas_worker` and `libertas_importer` for image processing.
2025-11-12 00:28:12 +01:00
828d8e4a2b feat: add date_taken field to media model and update related functionalities 2025-11-04 05:28:27 +01:00
a36b59a5fb feat: implement album sharing functionality with permissions management 2025-11-02 17:39:11 +01:00
f49d9179f5 feat: add user roles and storage quota management 2025-11-02 17:17:13 +01:00
455e144ffb init 2025-11-02 09:31:01 +01:00