forge/backend/app/api/v1
DJP a9a72830df feat: Add video thumbnails and file rename functionality
- Backend:
  - Implemented FFmpeg-based video thumbnail generation in assets API.
  - Added PATCH /assets/{id} endpoint for updating asset details (renaming).
  - Added AssetUpdate schema.
- Frontend:
  - Added 'Rename' action to 'My Files' in both List and Grid views.
  - Implemented smart renaming that preserves file extensions.
  - Added 'Edit2' icon for rename actions.
  - Updated API client to support asset updates.
2025-12-11 16:22:42 -05:00
..
__init__.py Initial commit - FORGE AI unified platform 2025-12-09 20:39:00 -05:00
admin.py Initial commit - FORGE AI unified platform 2025-12-09 20:39:00 -05:00
assets.py feat: Add video thumbnails and file rename functionality 2025-12-11 16:22:42 -05:00
auth.py Initial commit - FORGE AI unified platform 2025-12-09 20:39:00 -05:00
jobs.py Initial commit - FORGE AI unified platform 2025-12-09 20:39:00 -05:00
modules.py Move image upscaling to Celery queue for better reliability 2025-12-10 21:35:42 -05:00
users.py Initial commit - FORGE AI unified platform 2025-12-09 20:39:00 -05:00