Commit graph

46 commits

Author SHA1 Message Date
a95ae56134 feat(monitor-frontend): add FaceAI Audit Monitor application with Vue.js and Vite setup
All checks were successful
Publish FaceAI Container / publish (push) Successful in 13m8s
- Created App.vue for the main application interface with localization support.
- Added main.js to bootstrap the Vue application.
- Introduced styles.css for application styling.
- Configured Vite for development and proxying API requests.
- Updated docker-compose files to include the new monitor service.
- Added Dockerfile for building the monitor frontend.
- Configured Nginx for serving the frontend and proxying API requests.
- Updated package.json and package-lock.json to include monitor-frontend workspace.
- Added initial SQLite database for audit monitoring.
2026-05-20 18:57:20 +02:00
32db61c381 feat(audit): implement audit logging for search requests and results
All checks were successful
Publish FaceAI Container / publish (push) Successful in 13m22s
- Added configuration options for audit database path and retention days in backend and processor.
- Integrated audit logging in server and worker processes to track search requests, completions, and failures.
- Created utility functions for reading and parsing audit logs in end-to-end tests.
- Updated Docker Compose files to include audit database configuration.
- Added new tests to verify audit log entries for successful and no-results searches.
2026-05-19 23:29:38 +02:00
a026fec62b Added support for new faceai parameters
All checks were successful
Publish FaceAI Container / publish (push) Successful in 9m39s
2026-05-09 14:46:44 +02:00
3e4d855f93 Updated face recognition binaries
All checks were successful
Publish FaceAI Container / publish (push) Successful in 11m27s
2026-05-09 14:18:26 +02:00
6e37aa16c8 Enhance Face Recognition Workflow with Remote Capabilities and Consent Management
All checks were successful
Publish FaceAI Container / publish (push) Successful in 5m20s
- Updated `run_face_encoder.bat` to include remote execution parameters for SSH and SCP.
- Refactored `run_face_encoder.ps1` to accept remote execution parameters and handle remote file operations.
- Modified `FaceAiUploadPanel.vue` to introduce consent management UI and error handling for race availability.
- Enhanced `useFaceAiHome.js` to manage consent acceptance and integrate cookie handling for biometric data processing notice.
- Updated `HomeView.vue` to streamline the upload panel and integrate consent handling logic.

Co-authored-by: Copilot <copilot@github.com>
2026-04-24 19:33:38 +02:00
dd7d4c865b Enhance Docker and PowerShell scripts for improved functionality and maintainability
All checks were successful
Publish FaceAI Container / publish (push) Successful in 6m52s
- Updated Dockerfile to include default MySQL client for better database interaction.
- Modified entrypoint.sh to support additional workspace for legacy applications and added MySQL readiness check before startup.
- Enhanced PowerShell script for trimming MySQL dumps to include overlay dumps and improved error handling for missing race and user IDs.
- Added new image files and face encoding pickles for various projects, ensuring comprehensive data availability.
- Removed outdated face encoding pickle from PISA directory to maintain data relevance.

Co-authored-by: Copilot <copilot@github.com>
2026-04-22 22:45:44 +02:00
c227fce036 www in docker support 2026-04-22 18:41:37 +02:00
539a848e95 feat: Add environment configuration files and update Docker Compose setup for development and production 2026-04-20 19:58:42 +02:00
23f811e465 feat: Enhance FaceAI functionality with storage management and update deployment instructions
All checks were successful
Publish FaceAI Container / publish (push) Successful in 5m45s
2026-04-20 19:29:22 +02:00
c0d072c6ea feat: Update FaceAI upload panel and improve race storage metadata handling in tests
All checks were successful
Publish FaceAI Container / publish (push) Successful in 4m32s
2026-04-20 00:11:03 +02:00
0926c52a00 feat: Refactor multicore selection and enhance output handling in face encoder script
All checks were successful
Publish FaceAI Container / publish (push) Successful in 3m53s
2026-04-19 17:24:33 +02:00
77e48b8139 feat: Implement live environment loading and update race storage metadata handling 2026-04-19 16:59:04 +02:00
4f003bb5a9 feat: Add FaceAI handoff URL builder and enhance race storage metadata handling
All checks were successful
Publish FaceAI Container / publish (push) Successful in 9m53s
2026-04-19 16:12:48 +02:00
bba8026b7c feat: Enhance FaceAI functionality and improve login process
All checks were successful
Publish FaceAI Container / publish (push) Successful in 4m43s
- Added a retry mechanism for page navigation in `live-site-test-utils.js` to handle transient errors during login.
- Introduced a new function `performLiveLoginRequest` to handle login requests via API, improving the login flow.
- Updated the login process to utilize the new API request method, ensuring a more robust authentication.
- Implemented new utility functions in `rus-ecom-240621.js` for managing FaceAI state and filtering.
- Created `faceai_photo_lookup.jsp` to handle photo lookups, returning JSON responses for better integration with the frontend.
- Updated `faceai_return.php` to redirect users with appropriate parameters after FaceAI processing.
- Modified `fotoCR.jsp` and `fotoCR-en.jsp` to include FaceAI photo IDs in the image elements for better tracking.
- Enhanced the UI to display the number of matched photos dynamically based on FaceAI results.
2026-04-19 14:18:00 +02:00
6f191de115 Refactor Forgejo LFS batch response handling to use a temporary Python script for improved readability and maintainability
All checks were successful
Publish FaceAI Container / publish (push) Successful in 3m43s
2026-04-19 12:31:29 +02:00
41823ad60a Enhance Forgejo LFS integration by adding REPO_ACTOR and improving matcher binary resolution
Some checks failed
Publish FaceAI Container / publish (push) Failing after 1m26s
2026-04-19 12:28:32 +02:00
be39662d10 Refactor Forgejo LFS authentication to use secrets for username and token
Some checks failed
Publish FaceAI Container / publish (push) Failing after 2m7s
2026-04-19 12:23:35 +02:00
db21c12999 Enhance Forgejo LFS configuration and update Docker paths in CI workflow
Some checks failed
Publish FaceAI Container / publish (push) Failing after 2m46s
2026-04-19 12:18:49 +02:00
dc1dd8560d Add Git LFS installation step to CI workflow for improved reliability
Some checks failed
Publish FaceAI Container / publish (push) Failing after 2m9s
2026-04-19 12:11:48 +02:00
f19b8e20ff Enhance Git LFS validation in CI workflow and update Docker Compose configuration
Some checks failed
Publish FaceAI Container / publish (push) Failing after 4s
2026-04-19 12:10:18 +02:00
87d9238795 Add processor heartbeat management and improve health check functionality
All checks were successful
Publish FaceAI Container / publish (push) Successful in 3m7s
- Introduced processor heartbeat configuration in environment variables and Docker setup.
- Implemented heartbeat publishing in the processor worker.
- Enhanced health check endpoint to include processor availability status.
- Updated frontend components to handle processor unavailability messages.
- Added legacy return functionality in the upload panel.
2026-04-19 11:50:11 +02:00
c0732c142c Update matcher binary path to /app/bin/face_matcher in configuration and documentation
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m53s
2026-04-19 11:38:09 +02:00
cf316c8563 Slimmed the image
All checks were successful
Publish FaceAI Container / publish (push) Successful in 2m54s
2026-04-19 11:25:25 +02:00
8ac86ffe36 lfs
Some checks failed
Publish FaceAI Container / publish (push) Has been cancelled
2026-04-19 11:12:59 +02:00
0183b8793c Add Face Recognition executables and scripts for Windows and Unix 2026-04-19 11:05:30 +02:00
d36b0f4e46 Refactor FaceAI build process and update Docker configurations to include matcher binary 2026-04-19 11:00:50 +02:00
b13c306883 Enhance FaceAI integration with live checks and metadata handling
- Added optional live FaceAI checks in README.md
- Implemented relative storage segment parsing in race-storage.js
- Updated server.js to include relative directory in race storage
- Refactored legacyAssets.js to resolve asset base URL dynamically
- Expanded live race tests to validate FaceAI app launch and metadata
- Introduced portrait image handling for live upload flow
- Updated faceai_handoff.php to process race storage relative directory
2026-04-19 10:38:32 +02:00
1d1bccdae6 Add Playwright tests for live site authentication and race page loading
- Introduced `auth.setup.js` to handle authentication against the live site and store the session state.
- Created `live-race.spec.js` to test loading a live race page with an authenticated session, including cookie validation.
- Added utility functions in `live-site-test-utils.js` for managing authentication, dismissing cookie banners, and checking UI states.
- Included a temporary JSON file for live state inspection.
- Updated deployment manifest to reflect new and modified files.
- Implemented `_inc_faceai_identity.jsp` for managing FaceAI identity cookies and included it in relevant JSP files.
- Added language management JavaScript in `lang.js`.
- Adjusted `fotoCR-en.jsp` and `fotoCR.jsp` to include the FaceAI identity logic.
- Created a tarball for staging deployment.
2026-04-19 10:26:34 +02:00
9f56dfba1d Add legacy URL handling and update environment configurations 2026-04-19 08:48:15 +02:00
19f0d65896 Updated faceai container 2026-04-19 08:05:21 +02:00
d500c1a1f8 Reconnaisance update 2026-04-18 12:19:43 +02:00
864ace4ff3 enabled faceai config 2026-04-18 10:58:04 +02:00
9bd7f19c8f docks and stacks 2026-04-18 10:57:58 +02:00
7b6b1e4776 Email templates update 2026-04-18 10:57:44 +02:00
45440026e0 Updated sample readme 2026-04-12 20:16:11 +02:00
fed82d1ae8 End to end tests 2026-04-12 19:31:12 +02:00
c71e4b4cd0 Refactor code structure for improved readability and maintainability 2026-04-12 17:26:17 +02:00
7b30f17065 Updated configurations for deployment 2026-04-12 15:21:33 +02:00
81a1ac85af feat: add processor service with Redis-backed job queue
- Introduced a new `processor` service in the Docker Compose setup to handle face matching jobs.
- Configured Redis as a job queue and state management system for processing searches.
- Updated the backend to enqueue jobs and manage user locks using Redis.
- Added environment variables for Redis configuration and runtime paths.
- Created technical design documentation for the processor service outlining architecture, queue model, and search lifecycle.
- Updated package.json and package-lock.json to include dependencies for BullMQ and ioredis in the processor workspace.
- Added sample PKL files for local testing in the `test_pkl` directory.
2026-04-11 17:53:22 +02:00
d5cdcd3332 Workflow for publishing 2026-04-11 16:01:09 +02:00
a6cdbb7beb Site promotion tools 2026-04-11 15:57:35 +02:00
ae31cb7b9f Address update 2026-04-07 20:36:46 +02:00
48624daed1 refactor: Update content and improve clarity in various JSP files 2026-04-07 20:02:06 +02:00
da362c201f feat: Add FaceAI integration with handoff and return functionality
- Introduced a new workspace for FaceAI in package.json.
- Implemented FaceAI handoff logic in faceai_handoff.php, including identity verification and token signing.
- Created faceai_return.php to handle return requests from FaceAI, validating tokens and forwarding results.
- Developed faceai_simulator.php and faceai_simulator_view.php for simulating the FaceAI interface with demo photos.
- Enhanced rus-ecom-240621.js to support new FaceAI features, including dynamic URL building and button integration.
- Added faceai_config.php for configuration management, including environment variable handling and utility functions.
- Updated HTML structure and styles in simulator view for better user experience.
2026-04-07 19:53:40 +02:00
f65a85dcc9 First commit 2026-04-07 18:02:17 +02:00
4d332ef662 first commit 2026-03-14 20:04:39 +01:00