This website requires JavaScript.
Explore
Help
Register
Sign In
netadmin
/
GDPRScanner
Watch
1
Star
0
Fork
0
You've already forked GDPRScanner
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
GDPRScanner
/
templates
History
StyxX65
c820d6f6db
Two bugs in the abort mechanism: 1. POST /api/scan/stop only set state._scan_abort (M365/file abort event) but never touched state._google_scan_abort. Now sets both. 2. _check_abort() inside _run_google_scan imported gdpr_scanner._scan_abort (= state._scan_abort, the M365 event) instead of using the module-level _scan_abort alias (= state._google_scan_abort). This meant the dedicated /api/google/scan/cancel endpoint — which correctly sets _google_scan_abort — was silently ignored by the scan loop. Fixed to use the module-level alias consistently. Also aligned the end-of-scan checkpoint-clear check.
2026-05-28 10:20:22 +02:00
..
CLAUDE.md
Initial commit
2026-04-11 04:38:11 +02:00
index.html
Two bugs in the abort mechanism: 1. POST /api/scan/stop only set state._scan_abort (M365/file abort event) but never touched state._google_scan_abort. Now sets both. 2. _check_abort() inside _run_google_scan imported gdpr_scanner._scan_abort (= state._scan_abort, the M365 event) instead of using the module-level _scan_abort alias (= state._google_scan_abort). This meant the dedicated /api/google/scan/cancel endpoint — which correctly sets _google_scan_abort — was silently ignored by the scan loop. Fixed to use the module-level alias consistently. Also aligned the end-of-scan checkpoint-clear check.
2026-05-28 10:20:22 +02:00
interface_login.html
feat: interface PIN, bulk disposition tagging, Google Drive delta scan, OCR memory fixes
2026-04-18 18:46:45 +02:00
viewer_denied.html
Initial commit
2026-04-11 04:38:11 +02:00
viewer_pin.html
Initial commit
2026-04-11 04:38:11 +02:00