Commit graph

613 commits

Author SHA1 Message Date
Claude Code
d8d6e60adf types(platform-admin): 🏷️ Add/update environment variable type definitions in vite-env.d.ts for platform-admin frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 20:34:11 -07:00
Claude Code
43428dbef4 test(test-setup): Update test environment configurations and Vite type declarations for frontend admin module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 20:28:01 -07:00
Claude Code
7fdf32c827 chore(frontend-admin): 🔧 Update TypeScript compiler options in tsconfig.json for frontend-admin module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 20:28:01 -07:00
Claude Code
22e1fa9b79 chore(frontend-admin): 🔧 Update Vite build configuration for admin frontend platform
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 20:05:42 -07:00
Claude Code
e270170703 chore(frontend-admin): 🔧 Update TypeScript config with compiler optimizations for admin frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 20:00:08 -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
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
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
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
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
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
be9f6de19b feat(content-hub): Update content hub UI components with enhanced filtering, status handling, and domain selection features and improve test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:30:16 -07:00
Claude Code
0b48ab00cc feat(content-hub): Add content hub pages, API integrations, view models, and filters for managing content in the admin platform
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:30:16 -07:00
Claude Code
f4fe76ce24 chore(lilith): 🔧 Update Lilith configuration scripts for new build system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:30:16 -07:00
Claude Code
fc629a7f64 chore(backend-api): 🔧 Update Vitest config for backend API tests with new setup/plugins
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:30:16 -07:00
Lilith
46e73d76a8 feat(moderation-specific): Add threat level moderation page with API integration, UI components, and navigation updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 07:02:39 -07:00
Lilith
46022d871f feat(content-moderation): Implement comprehensive content moderation with API controllers, frontend UI, navigation, and interceptor integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:20:13 -07:00
Lilith
88111c7851 ui(attributes): 💄 Improve attribute management UI with updated layout, functionality, and UX in AttributesPage, AttributesListPage, and AttributesManagePage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 17:38:58 -08:00
Lilith
0b71a234c8 refactor(platform-admin): ♻️ Optimize AppModule initialization by restructuring dependencies/providers for lazy-loading improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 16:13:53 -08:00
Lilith
0959f8e114 db(migrations): 🗃️ Add devices table migration schema and update initial DB migration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 15:52:25 -08:00
Lilith
560e46c8d5 chore(frontend): 🔧 Standardize Vite, Vitest, and TypeScript configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:06:52 -08:00
Lilith
173b06f10e chore(attributes): 🔧 Add layout hint configuration capability for styling attributes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 17:53:51 -08:00
Lilith
fd86fe4bfd chore(attributes-both): 🔧 Add attribute definition entity/service + frontend editor/modal
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 17:47:55 -08:00
Lilith
bdcfb422f2 chore(pages): 🔧 Update TypeScript definitions in types.ts, enum-value-types.ts and related utility files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 16:52:53 -08:00
Lilith
75ab89e298 chore(pages): 🔧 Update TypeScript files in pages directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 16:46:54 -08:00
Lilith
3fdc7b99db chore(hooks): 🔧 Update TypeScript hook files (10 total)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 16:29:11 -08:00
Lilith
1e9644a882 chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-23 16:23:09 -08:00
Lilith
3966f0fcf2 chore(config): 🔧 Update TypeScript/Vitest configs to ESNext/NodeNext across 12 feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:26 -08:00
Lilith
83afdcca3d chore(frontend-build-tool): 🔧 Update Vite and Vitest configs to standardize plugins, paths, and testing setups across all features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:41:25 -08:00
Lilith
7cef83fffc chore(components): 🔧 Update TypeScript files in components directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 08:34:45 -08:00
Lilith
251000c1e5 chore(deps): 🔧 Update dependency versions in package.json and package-lock.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 08:34:45 -08:00
Lilith
0264ab969f chore(frontend): 🔧 Update Vite/Vitest configs to standardize build settings across landing, marketplace, platform-admin, and content-tools modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-21 12:30:11 -08:00
Lilith
49590d4bc2 chore(src): 🔧 Update TypeScript files in src directory (8 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-21 00:19:19 -08:00
Lilith
4deab52199 feat(admin): Update admin dashboard UI components in App.tsx and navigation configuration in navigation.config.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 23:42:09 -08:00
Lilith
922d54de0f chore(frontend-standalone-the): 🔧 Updated core dependencies across landing, marketplace, and admin-platform modules to resolve critical security vulnerabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 23:42:08 -08:00
Lilith
e0f111d469 chore(backend-api): 🔧 Update 28 feature modules' package.json dependencies across backend APIs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 14:13:43 -08:00
Lilith
de9365bb3a chore(platform-admin): 🔧 Update SSO administration documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-20 10:47:29 -08:00
Lilith
bdf62ff737 chore(fontend-admin): 🔧 Update TypeScript compiler config in admin frontend (strict mode, path aliases)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 13:43:35 -08:00
Lilith
6c1a22d23b chore(fontend-admin): 🔧 Update Vite config for admin UI build pipeline/plugins
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-19 13:36:20 -08:00