Commit Graph

7 Commits

Author SHA1 Message Date
e6c941bf28 feat: Add media serving functionality with optional metadata stripping 2025-11-15 18:36:34 +01:00
ac8d16ba59 feat: Update configuration handling and add debug logging for thumbnail processing 2025-11-15 12:41:32 +01:00
3c3b51a2a7 feat: enhance media management with EXIF data extraction, metadata filtering, and storage path generation
refactor: update configuration handling to use environment variables and improve code organization
2025-11-14 11:22:51 +01:00
ea95c2255f feat: integrate EXIF data extraction using nom-exif and refactor related components 2025-11-14 06:35:08 +01:00
39ee8d52a4 separation of database (#1)
Reviewed-on: #1
2025-11-03 02:26:19 +00:00
a5a88c7f33 feat: expand workspace to include libertas_infra and libertas_worker
feat(libertas_api): add dependency on libertas_infra and async-nats

refactor(libertas_api): consolidate config loading and add broker_url

refactor(libertas_api): integrate NATS client into app state and services

feat(libertas_core): introduce config module for database and server settings

fix(libertas_core): enhance error handling with detailed messages

feat(libertas_infra): create infrastructure layer with database repositories

feat(libertas_infra): implement Postgres repositories for media and albums

feat(libertas_worker): add worker service to process media jobs via NATS
2025-11-02 10:22:38 +01:00
455e144ffb init 2025-11-02 09:31:01 +01:00