Commit graph

142 commits

Author SHA1 Message Date
Lilith
b6f267b821 chore(src): 🔧 Update TypeScript imports, fix linting warnings in src/main.ts 2026-01-22 23:03:48 -08:00
Lilith
4b3231d6c7 feat(sso): Implement MFA (Multi-Factor Authentication) integration into SSO backend API 2026-01-22 23:03:48 -08:00
Lilith
24be903b73 chore(src): 🔧 Update TypeScript definitions in 15 source files 2026-01-22 23:03:48 -08:00
Lilith
e64f232bf0 deps-upgrade(root): ⬆️ Update backend-api dependencies and regenerate lockfiles across modules 2026-01-22 23:03:04 -08:00
Lilith
9563ee4b9f deps-upgrade(features/backend-api): ⬆️ Update critical dependencies across 8 backend APIs and regenerate lockfile 2026-01-22 17:50:40 -08:00
Lilith
cd6c0a94bc deps-upgrade(@infrastructure/websocket-client): ⬆️ Update dependencies across 10+ backend API features and frontend packages 2026-01-22 17:14:07 -08:00
Lilith
64d6a6f5d7 chore(src): 🔧 Update TypeScript files in src directory 2026-01-22 17:08:30 -08:00
Lilith
9b9097f055 chore(deps): Update dependency JSON configuration files 2026-01-22 17:08:30 -08:00
Lilith
757b50aa45 chore(src): 🔧 Update TypeScript files in src directory 2026-01-22 03:59:03 -08:00
Lilith
d20cf3a914 chore(src): 🔧 Update TypeScript definitions in 11 source files 2026-01-22 03:53:46 -08:00
Lilith
87f8c43f07 deps-upgrade(root): ⬆️ Update all dependencies to latest stable versions across project 2026-01-21 16:20:09 -08:00
Lilith
8151c33a11 deps-upgrade: ⬆️ Update dependencies across 62+ packages (hooks, infrastructure clients, testing utilities, and feature APIs) to latest stable versions 2026-01-21 16:14:30 -08:00
Lilith
8ea089e847 chore(backend-api/scripts): 🔧 Update circular dependency verification scripts 2026-01-21 14:19:54 -08:00
Lilith
6fbf6bbd66 deps-upgrade(backend-api): ⬆️ Update core dependencies across 20 feature-specific backend APIs 2026-01-21 14:19:54 -08:00
Lilith
7e4c6a99a5 feat(coop): Implement OAuth2 authentication flow for cooperative entities 2026-01-21 11:23:18 -08:00
Lilith
417b3de3d8 chore(backend-api): Update 20 feature-specific API modules' dependencies (version bumps) 2026-01-21 11:12:33 -08:00
Lilith
def81b1fe7 chore(sso/backend-api/oauth): 🔧 Implement OAuth2 strategy with GitHub/Google providers, including DTOs, entities, controllers, services, and test coverage 2026-01-21 11:02:10 -08:00
Lilith
cbaaafdd98 deps-upgrade(sso/backend-api): ⬆️ Update core dependencies for SSO backend API to enhance security, compatibility, and functionality 2026-01-21 11:02:10 -08:00
Lilith
2e31e33aac chore(sso): 🔧 Update NestJS CLI config with new backend dependencies/build settings 2026-01-20 23:54:27 -08:00
Lilith
580751b649 chore(backend-api): 🔧 Update TypeScript compiler configs (tsconfig.json) in 19 backend API modules (analytics, attributes) with stricter checks; adjust Docker/Vite configs for E2E testing environments in platform-admin/platform-dev 2026-01-20 23:54:18 -08:00
Lilith
14df3945a3 deps-upgrade(backend-api): ⬆️ Update 21 backend API dependencies with security patches and version alignment 2026-01-20 23:54:18 -08:00
Lilith
11f11fa058 chore(backend-api): 🔧 Update NestJS CLI configuration file 2026-01-20 23:26:25 -08:00
Lilith
34d9ae567d deps-upgrade: ⬆️ Update dependency versions in package.json scripts and metadata 2026-01-20 23:26:25 -08:00
Lilith
b9436fd319 chore(sso): 🔧 Update NestJS CLI config, fix ESM imports in fix-esm-imports.js, and adjust related webmap/router dependencies 2026-01-20 23:21:06 -08:00
Lilith
ee44521828 chore(config): 🔧 Update Vite config and TypeScript settings 2026-01-20 23:21:06 -08:00
Lilith
965b0b1d3e deps-upgrade(pnpm-monorepo): ⬆️ Update frontend-admin, sso/backend-api, and webmap/router dependencies to newer versions with regenerated lockfile 2026-01-20 23:21:06 -08:00
Lilith
b004c69d0d chore(backend-api): 🔧 Update Swcrc configuration files in backend-api 2026-01-20 22:47:42 -08:00
Lilith
1a353fddc6 chore(duo,provider): 🔧 Add Duo detail page with multi-tab interface (Overview/Audit/Settings), new health check endpoints, and updated provider profile setup flow 2026-01-20 22:42:15 -08:00
Lilith
387505bae7 feat(src): Update component interactions, styling, and API calls in 4 TSX files 2026-01-20 21:44:02 -08:00
Lilith
2d231acb81 chore(backend-api): 🔧 Update config files (nest-cli.json, .swcrc) 2026-01-20 21:38:49 -08:00
Lilith
e194d4718b deps-upgrade(backend-api): ⬆️ Update platform-admin & SSO backend dependencies, regenerating lockfile 2026-01-20 21:38:48 -08:00
Lilith
1ec2c1759a deps-upgrade(sso/backend-api): ⬆️ Upgrade OAuth2 library/auth middleware to vX.Y.Z 2026-01-20 21:06:16 -08:00
Lilith
a712d08840 chore(sso/backend-api): 🔧 Update TypeScript config compiler options 2026-01-20 21:01:00 -08:00
Lilith
75bc3ba8d7 chore(sso): 🔧 Update TypeScript config to enforce stricter type-checking rules 2026-01-20 20:55:42 -08:00
Lilith
86446c96e1 chore(backend-api): 🔧 Set up @infrastructure/analytics-client integration in feature modules' main.ts files 2026-01-20 06:22:57 -08:00
Lilith
9b95e1f193 feat(analytics-client,sso/backend-api): Introduce analytics tracking (React context + page view hooks) & enhance SSO backend with admin session/user management, OAuth controller, health checks, and rate limiting 2026-01-20 06:06:50 -08:00
Lilith
daf3720316 chore(deps-upgrade): ⬆️ Upgrade dependencies in analytics, email, marketplace, messaging, profile, SEO, and SSO modules 2026-01-20 01:31:01 -08:00
Lilith
c436501812 security(global): 🔒 Update 97 packages to resolve vulnerabilities and upgrade versions, affecting infrastructure, features, and utilities 2026-01-18 15:48:37 -08:00
Lilith
1634d6c634 chore(sso): 🔧 Enhance E2E test setup with Jest config, TypeScript config, and service deployment updates 2026-01-18 09:21:26 -08:00
Lilith
cf4dd5c30c chore(sso): 🔧 Add OAuth2-based authentication with GitHub and Google providers, including session management updates 2026-01-18 09:21:26 -08:00
Lilith
1ad506873e chore(features): 🔧 Update 15 TypeScript files in features 2026-01-18 09:21:26 -08:00
Lilith
814bd2fd16 security(sso): 🔒️ Add CSRF protection, account lockout, and Redis-based throttling to secure SSO backend API 2026-01-18 09:21:25 -08:00
Lilith
2aa89be55a chore(src): 🔧 Update TypeScript files 2026-01-18 09:21:25 -08:00
Lilith
774d3b1d74 chore(config): 🔧 Update TypeScript, testing, and infrastructure configurations across codebase 2026-01-18 09:20:11 -08:00
Lilith
03e549811e deps-upgrade(monorepo): ⬆️ Bulk update of dependencies across 157+ packages (security, compatibility, performance) 2026-01-18 09:20:07 -08:00
Lilith
f65e451cdd chore: 🔧 Update files 2026-01-15 11:01:09 -08:00
Lilith
10e1608346 chore: 🔧 Update files 2026-01-15 02:53:52 -08:00
Lilith
3cd773217e chore: 🔧 Update files 2026-01-14 10:48:32 -08:00
Lilith
24a634e861 chore: 🔧 Update files 2026-01-14 01:57:23 -08:00
Lilith
00803f040e chore(frontend-components): 🚀 Merge changes across multiple files 2026-01-13 11:02:03 -08:00