Commit graph

4903 commits

Author SHA1 Message Date
Claude Code
fbf028c898 db(status-dashboard): 🗃️ Add WAL mode and lock file support tables to status dashboard backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:47:03 -07:00
Claude Code
09647977c9 chore(fontend-admin): 🔧 Update TypeScript compiler options in tsconfig.json for stricter module resolution and dependency handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:47:02 -07:00
Claude Code
74389b8098 deps-upgrade(trust): ⬆️ Update trust backend API dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:47:02 -07:00
Claude Code
d5c1d7e224 test(content-hub): Add/update tests for Content Hub viewmodels and views (useContentDetailViewModel, useContentHubViewModel, ContentFilters, ContentTable)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:41:14 -07:00
Claude Code
925cacff80 deps-upgrade(backend-api): ⬆️ Update dependencies in client-intel and reviews backend APIs to newer versions for security and compatibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:35:23 -07:00
Claude Code
5146efc991 feat(video-studio): Introduce video processing pipeline with face detection, masking, blur modifiers, job queue, and API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:28:44 -07:00
Claude Code
e214f4518a chore(video-studio): 🔧 Update Docker configuration for video processing pipeline with new service definitions and build optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:28:43 -07:00
Claude Code
c2e8c5fcbd deps-upgrade(processing-service): ⬆️ Update OpenCV and FFmpeg dependencies for video processing pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:28:43 -07:00
Claude Code
b24b320fe6 refactor(reviews): ♻️ Clean up module exports, imports, and providers in client-intel and reviews for better organization and redundancy removal
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:22:05 -07:00
Claude Code
ff87a858bb ui(frontend-admin): 💄 Add recent posts widget and enhance post listing table with filters and sorting in admin dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:16:29 -07:00
Claude Code
5c7257e278 deps-upgrade(backend-api): ⬆️ Update dependencies in client-intel, reviews, and trust modules with security/feature patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:16:29 -07:00
Claude Code
cff1be02d1 arch(backend-api): 🏗️ Standardize provider registration and module exports across client-intel, reviews, and trust modules by restructuring feature module integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:09:54 -07:00
Claude Code
8d13368107 deps-upgrade(backend-api): ⬆️ Update minor/patch versions of client-intel, reviews, and trust backend API dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 19:09:54 -07:00
Claude Code
d9be7d560c ui(verifications-specific): 💄 Add verification status indicator for admin trust management workflow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:58:40 -07:00
Claude Code
ba660edb00 feat(platform-admin): Add queue status, review workflows, SSO session management, and trust overview pages to platform admin UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:53:14 -07:00
Claude Code
dab9a72c0c feat(platform-admin): Introduce dispute resolution and trust management pages with updated routing for admin interface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:47:16 -07:00
Claude Code
c6f238b823 ui(platform-admin): 💄 Update navigation config and JobList component to enable new content review workflow in admin interface
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:41:36 -07:00
Claude Code
b450494098 feat(platform-admin): Update admin interface navigation and JobList component with enhanced job queue display and review pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:41:23 -07:00
Claude Code
3e5e20bf46 chore(frontend-admin): 🔧 Update Vite build config for admin frontend to optimize asset handling and environment setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:41:23 -07:00
Claude Code
8679aaa544 feat(video-processing): Add image-assisted video processing workflow with backend DTO/controller/service and frontend UI integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:35:23 -07:00
Claude Code
dd594bfc6b security(sso-backend): 🔒️ Strengthen authentication and session security with CSRF protection, account lockout, MFA, and session management updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:25:59 -07:00
Claude Code
b60a5bff7f security(throttling): 🔒️ Update ThrottlerStorageRedisService to enhance Redis storage efficiency and implement sliding-window rate limiting; refactor ThrottlingModule to expose the new service.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:20:16 -07:00
Claude Code
6a52ff6b1c feat(users-user): Add OAuth2 login support for SSO integration in UsersService
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:14:36 -07:00
Claude Code
ffb969bd9b feat(queue): Add visual status transition feedback in JobList component with updated badges and test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:08:35 -07:00
Claude Code
a867794015 chore(frontend-ui): 🔧 Update Vitest config for test environment, plugins, and coverage settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:08:35 -07:00
Claude Code
f47fa5381f deps-upgrade(video-studio): ⬆️ Update React, Babel, and UI framework plugins to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 18:08:35 -07:00
Claude Code
e60c7728ef refactor(reviews): ♻️ Restructure AppModule providers and imports to enable new review validation logic and improve dependency injection
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:49:51 -07:00
Claude Code
31c339a813 chore(video-studio): 🔧 Update TypeScript compiler options in tsconfig.json for stricter type safety and improved path resolution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:49:51 -07:00
Claude Code
84b851b510 chore(backend-apifrontend-ui): 🔧 Update TypeScript config to enforce strict mode, set ES2022 target, and add path aliases for consistent module resolution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:46:11 -07:00
Claude Code
60b779c59c deps-upgrade(features): ⬆️ Update minor/patch versions of core dependencies in reviews/backend-api and video-studio/frontend-live packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:46:11 -07:00
Claude Code
8793d5c687 ux(video-studio): 🚸 Enhance UploadZone and JobStatusBadge components with improved visual feedback and status visualization for video uploads and job monitoring
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:39:52 -07:00
Claude Code
492efa74fa chore(video-studio): 🔧 Update TypeScript compiler settings in video-studio frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:39:52 -07:00
Claude Code
fe915d1421 test(video-studio): Add unit tests for video-studio API, JobStatusBadge rendering, and presets hook behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:35:18 -07:00
Claude Code
8a84a1cf67 ui(frontend-ui): 💄 Restructure shell and studio components, reorganize app routing, and update index.ts for improved video studio UI/UX
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:34:01 -07:00
Claude Code
9a7e0e6565 ui(video-studio): 💄 Update VideoLibrary component with modern UI elements, including drag-and-drop interactions, responsive layout adjustments, and enhanced visual styling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:29:40 -07:00
Claude Code
4d0637de7d ui(video-studio): 💄 Update interactive video studio UI elements with refined styling and new controls
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:28:25 -07:00
Claude Code
5fb825ede7 chore(backend-api): 🔧 Update TypeScript compiler options in tsconfig.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 16:47:12 -07:00
Claude Code
7b123348cc deps-upgrade(backend-api): ⬆️ Update dependencies in client-intel, reviews, and trust modules to resolve vulnerabilities and improve compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 16:36:12 -07:00
Claude Code
3e534637b0 db(db): 🗃️ Add TypeORM migration files and update data-source configurations for client-intel, reviews, and trust features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 16:33:18 -07:00
Claude Code
3c29f5456c deps-upgrade(frontend-admin): ⬆️ Update frontend admin E2E dependencies and regenerate lockfile
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 15:20:09 -07:00
Claude Code
79d2cfeabe feat(frontend-admin): Update admin dashboard components to enhance UI and add new functionality for EmailDashboard, FlagListPage, and ServiceDiagramPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 14:33:30 -07:00
Claude Code
fcb530ccc3 fix(frontend-admin): 🐛 Fix audit-debug2 and audit-smart module inconsistencies in debug/smart mode auditing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 14:17:04 -07:00
Claude Code
5f9da8ca82 feat(frontend-admin): Add audit finalization flow and single audit record viewer to admin dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 14:10:52 -07:00
Claude Code
49d76b32bb refactor(types): ♻️ Implement modular domain events emitter, reorganize event types into structured schemas, and update processors/services for type-safe event handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 14:02:58 -07:00
Claude Code
bcc48e2dc1 feat(admin-tools): Add debug mode toggle for audit log inspection in frontend admin UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 13:52:29 -07:00
Claude Code
98085fc241 feat(audit): Introduce admin action audit logging for tracking changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 13:50:59 -07:00
Claude Code
8d61b1897e feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 13:34:11 -07:00
Claude Code
d0b5986fb8 feat(auth): Add OAuth2 authentication endpoints and admin login OAuth integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 13:22:23 -07:00
Claude Code
1907c38aaf chore(image-assistant): 🔧 Update Vite config for image-assistant frontend with build tooling adjustments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 13:21:13 -07:00
Claude Code
aab8f769e0 feat(image-assistant): Add macOS Photos Library integration with advanced image processing and metadata handling support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 03:26:21 -07:00