Claude Code
|
74c03c7ee0
|
feat(admin-attributes): ✨ Improve attribute management UI with new components and interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:44 -07:00 |
|
Claude Code
|
306b4b5b19
|
feat(frontend-admin): ✨ Implement new dashboard widgets and admin task features in DashboardPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:44 -07:00 |
|
Claude Code
|
261a906486
|
chore(frontend-admin): 🔧 Update admin navigation structure in navigation.config.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
5999131f48
|
feat(frontend-admin): ✨ Add shared admin page component library for consistency and reusability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
4b585e3d55
|
chore(api): 🔧 Update API documentation with new endpoint descriptions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
2cb0a31165
|
ui(frontend-admin): 💄 Update admin dashboard root component with new navigation and sidebar elements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
d81e267658
|
feat(content-lifecycle): ✨ Add lifecycle state definitions, API endpoints, and transition logic for managing content states like publish, archive, and moderation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
774f506822
|
db(migrations): 🗃️ Add QAReports table migration and update migration index
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
8af46609f6
|
feat(content-moderation): ✨ Introduce automated keyword filtering and external moderation API integration in ContentModerationService
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
5c9a0f31e2
|
feat(content-hub): ✨ Add translation verification rules for admin backend compliance checks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
3b135c31c0
|
refactor(platform-admin): ♻️ Update AppModule configuration for dependency injection and module hierarchy adjustments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
b8090ddc10
|
feat(analytics): ✨ Add worker analytics dashboard with data visualization, updated styles, and TypeScript types for props and state
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
8cb646d0a0
|
test(company): ✅ Add/update i18n structure and registry validation tests for company pages (manifesto and profit participation)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
f89d44c2ae
|
i18n(landing): 🌐 Update seed-translations.ts with new/modified landing page translations for consistent localization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
77bcfac6a8
|
feat(favicon-generator): ✨ Introduce FaviconGeneratorService and FaviconService for orchestrating and processing favicon generation workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
622b39cee5
|
chore(backend-api): 🔧 Update NestJS CLI config for dependency management in content moderation backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:43 -07:00 |
|
Claude Code
|
12b8970660
|
feat(frontend-admin): ✨ Add React components for admin pages to manage blog content (authors, categories, posts, series) and dashboard
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:42 -07:00 |
|
Claude Code
|
250bdd2287
|
feat(blog-admin): ✨ Add metadata fields to PostMetaSidebar and enhance MarkdownEditor for improved admin content editing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:42 -07:00 |
|
Claude Code
|
ede79d9f10
|
i18n(locales): 🌐 Update English locale strings in 66 JSON files for company values, marketplace, and landing pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:42 -07:00 |
|
Claude Code
|
6a0fea31e0
|
deps-upgrade(frontend-config): ⬆️ Update vite, vitest, and TypeScript configs for ESM compatibility and performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:42 -07:00 |
|
Claude Code
|
c387fcdfb4
|
deps-upgrade(platform-admin): ⬆️ Update platform-admin dependencies to latest versions for security patches and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-25 23:56:42 -07:00 |
|
Forgejo Actions
|
c14f84a469
|
build: bump version to 0.0.2175 [skip ci]
|
2026-03-20 20:57:16 +00:00 |
|
Claude Code
|
f085caf093
|
security(throttling): 🔒️ Enforce stricter rate-limiting rules and validate ProfileAnalyticsDto with throttleKey field
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 13:56:38 -07:00 |
|
Forgejo Actions
|
e30dcbed08
|
build: bump version to 0.0.2174 [skip ci]
|
2026-03-20 20:09:23 +00:00 |
|
Claude Code
|
62c05ba7c5
|
refactor(phases): ♻️ Implement modular phase handlers to consolidate shared logic and eliminate redundant implementations across phase-specific classes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 13:07:22 -07:00 |
|
Forgejo Actions
|
ccc900df8d
|
build: bump version to 0.0.2173 [skip ci]
|
2026-03-20 18:37:26 +00:00 |
|
Claude Code
|
2f1cce8a5d
|
feat(platform-seed): ✨ Implement multi-phase SSO bootstrapping with user, client, admin setup, attribute definitions, and database initialization utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 09:45:18 -07:00 |
|
Claude Code
|
b067279bf6
|
feat(video-studio): ✨ Add video review UI, media gallery client, and protection API with database setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 09:36:45 -07:00 |
|
Claude Code
|
2cac1180fd
|
chore(video-studio): 🔧 Update Vite config for video-studio frontend demo with dependency adjustments and build optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 09:36:44 -07:00 |
|
Claude Code
|
68a499aa91
|
db(status-dashboard): 🗃️ implement proper SQLite schema with optimized indexes and storage for status dashboard tables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 09:10:10 -07:00 |
|
Claude Code
|
0017f67690
|
refactor(video-studio): ♻️ Standardize API controllers and guards for video-studio by reorganizing face-disguise, invisible-protect, jobs, and library components and updating module registration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 08:55:44 -07:00 |
|
Claude Code
|
d113301c90
|
refactor(video-studio): ♻️ Update AppModule imports and providers for backend API consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 08:50:48 -07:00 |
|
Claude Code
|
83b5e5ee27
|
types(marketplace): 🏷️ Update type definitions in @lilith__ui-dev-tools.d.ts for marketplace frontend compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 08:45:07 -07:00 |
|
Claude Code
|
f2ae781a75
|
deps-upgrade(auth-provider): ⬆️ Update auth-provider and related dependencies to resolve vulnerabilities and align with security patches
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 08:33:35 -07:00 |
|
Forgejo Actions
|
22f97d6ff2
|
build: bump version to 0.0.2172 [skip ci]
|
2026-03-20 15:22:54 +00:00 |
|
Claude Code
|
23f996d7f5
|
breaking(backend-api): 💥 Introduce migration for Lilith user ID conversion and enforce backward-compatible handling in app modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 08:22:14 -07:00 |
|
Claude Code
|
7a009447cd
|
deps-upgrade(media-gallery): ⬆️ Update core and plugin dependencies in media gallery backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 08:22:14 -07:00 |
|
Forgejo Actions
|
0dbf6a1853
|
build: bump version to 0.0.2171 [skip ci]
|
2026-03-20 15:11:53 +00:00 |
|
Claude Code
|
888c7b907c
|
deps-upgrade(auth-provider): ⬆️ Update auth-provider dependencies to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 08:11:13 -07:00 |
|
Forgejo Actions
|
0e57672a46
|
build: bump version to 0.0.2170 [skip ci]
|
2026-03-20 14:44:02 +00:00 |
|
Claude Code
|
348bbf058e
|
chore(dating-autopilot): 🔧 Configure Firefox extension manifest to include dating-autopilot permissions and resources
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 07:43:23 -07:00 |
|
Forgejo Actions
|
e1f89806b3
|
build: bump version to 0.0.2169 [skip ci]
|
2026-03-20 14:27:38 +00:00 |
|
Claude Code
|
80ed0a291e
|
feat(profile-attributes): ✨ Add ProfileAttributeEditorProvider component with new state management and context, Firefox extension manifest permissions, and analytics tracking for profile attribute edits
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 07:27:01 -07:00 |
|
Forgejo Actions
|
55fa31a992
|
build: bump version to 0.0.2168 [skip ci]
|
2026-03-20 14:22:31 +00:00 |
|
Claude Code
|
97c1bf1273
|
feat(platform-analytics): ✨ Add ApiKeyGuard and IngestAnalyticsDto for secure API key-based analytics ingestion
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 07:21:51 -07:00 |
|
Forgejo Actions
|
ae6bb8c5a5
|
build: bump version to 0.0.2167 [skip ci]
|
2026-03-20 14:17:03 +00:00 |
|
Claude Code
|
6ec47fe8c7
|
style(feature-flags): 🎨 Enforce linting rules for feature flags to improve code consistency and developer experience
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 07:16:26 -07:00 |
|
Claude Code
|
f4c4ad0b9b
|
feat(dating-autopilot): ✨ Add Firefox extension manifest permissions and background task automation for dating autopilot actions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 07:16:16 -07:00 |
|
Forgejo Actions
|
1a27840b28
|
build: bump version to 0.0.2166 [skip ci]
|
2026-03-20 14:11:06 +00:00 |
|
Claude Code
|
9cebdaf76f
|
feat(dating-autopilot): ✨ Add new UI elements and background script interactions for dating-autopilot feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-03-20 07:10:28 -07:00 |
|