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
/
static
/
js
History
StyxX65
6ce7583b26
Added NER/AI integration
2026-05-28 11:50:10 +02:00
..
auth.js
feat: scan history browser, user-scoped viewer tokens, export fixes, email fixes (v1.6.20)
2026-04-18 13:57:54 +02:00
CLAUDE.md
Added SFTP to sources
2026-04-25 08:48:54 +02:00
connector.js
Added SFTP to sources
2026-04-25 08:48:54 +02:00
history.js
Built-in file redaction for local files
2026-05-27 14:49:06 +02:00
log.js
Initial commit
2026-04-11 04:38:11 +02:00
profiles.js
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
results.js
Built-in file redaction for local files
2026-05-27 14:49:06 +02:00
scan.js
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
scheduler.js
v1.6.28 — Scheduled report-only jobs, compliance audit log, and documentation update
2026-05-28 11:08:52 +02:00
sources.js
Added NER/AI integration
2026-05-28 11:50:10 +02:00
state.js
feat: interface PIN, bulk disposition tagging, Google Drive delta scan, OCR memory fixes
2026-04-18 18:46:45 +02:00
ui.js
Initial commit
2026-04-11 04:38:11 +02:00
users.js
Fixed two bugs: selected cards staying visible after preview opens, and stale history results showing when a new scan starts.
2026-04-29 15:18:58 +02:00
viewer.js
Date-range scoping for viewer tokens
2026-05-28 10:34:55 +02:00