Commit graph

4890 commits

Author SHA1 Message Date
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
Claude Code
4f74221a3c ui(video-studio): 💄 Implement FileVideoView component to integrate dynamic video playback controls and enhance UI for video studio file viewing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:54:40 -07:00
Claude Code
8afb32ce96 ui(video-studio): 💄 Enhance video file display in FileVideoView with improved controls, layout, and responsiveness
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:49:44 -07:00
Claude Code
e64d8b9239 ui(frontend-demo): 💄 Implement enhanced video file display and user identity management in FileVideoView and IdentityPanel components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:48:31 -07:00
Claude Code
0a617a7b5c feat(video-studio): Implement video playback controls and metadata display in FileVideoView
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:43:09 -07:00
Claude Code
1a493921bd feat(video-studio): Add real-time video disguise and analysis components with configurable presets and custom hooks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:43:02 -07:00
Claude Code
b7fa08df34 ui(frontend-demo): 💄 Update rendering logic and UI elements in FileVideoView and LiveCameraView for improved video handling and user interaction
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:37:07 -07:00
Claude Code
a013c8fc99 feat(video-studio): Introduce new video disguise components and logic for real-time identity manipulation in the video studio
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:25:32 -07:00
Claude Code
c043295751 feat(video-studio): Add disguise panel components and video rendering logic for face selection and effects
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:25:23 -07:00
Claude Code
9770813805 feat(video-studio): Update video studio renderers with new disguise options for Demon and Succubus characters and enhance face selector component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:18:33 -07:00
Claude Code
163bc9f20c fix(video-studio): 🐛 Update initialization logic and exports in the live frontend entry point to resolve a bug
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:13:07 -07:00
Claude Code
71f390ac9e feat(video-studio): Add Demon and Succubus character renderers and DisguiseParamsPanel for video disguise effects
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:12:23 -07:00
Claude Code
b04d0d7a7f feat(video-studio): Add face detection and selection controls for video disguising in the DisguiseVideoWithFaceSelector component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:07:16 -07:00
Claude Code
21bd1035ad feat(macos): Add macOS deployment pipeline with system entitlements and video studio UI participant disguise components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 02:06:49 -07:00