Commit Graph

3 Commits

Author SHA1 Message Date
Matthieu B
0050f4b646 feat: allow user edit 2025-11-03 14:36:04 +01:00
Douw Jacobs
44a654c7fc fix: change history username search to 'like' instead of exact match 2025-10-30 16:08:12 +02:00
Matthieu B
0ac98355dd feat(activity): Implement activity ingestion, identity resolution, and maintenance services
- Added `identity_resolution.py` for resolving Wizarr users and identities.
- Created `ingestion.py` to handle recording and updating activity events.
- Introduced `maintenance.py` for cleanup and session management tasks.
- Developed `queries.py` for read-oriented operations on activity sessions.
- Implemented background tasks in `activity.py` for scheduled maintenance.
- Added tests for activity services and blueprint to ensure functionality.
2025-10-16 15:18:31 +02:00