Lines Matching refs:scrub
6 - **Historical scrub** — an admin page that walks the IP-bearing files DokuWiki already has on disk…
10 
20 …tant `0.0.0.0` since the wiki has named users) plus a one-shot historical scrub that does cover th…
47 …st_change` metadata, even with real-time anonymisation active and after a scrub. **This is not a r…
53 So **the preview and scrub deliberately ignore `127.0.0.1`** (alongside the `0.0.0.0` placeholder a…
75 3. Real-time anonymisation is now active. To scrub existing data: refresh the Admin page and open *…
79 ## Run the historical scrub
83 3. Click **Scrub now** to execute. The scrub is atomic per file (tmp file + rename) and preserves m…
85 Take a backup with the Site Backup plugin first if you want a recovery point — the scrub is intenti…
89 - **Admin-only.** `forAdminOnly() = true`, plus an explicit `auth_isadmin()` check inside the scrub…
91 - **POST-only scrub.** The scrub action rejects GET / HEAD so a stray link or prefetch can't trigge…
93 - **File mtimes preserved.** The on-disk modification time of each file is restored after the scrub…
94 - **Idempotent.** Re-running scrub is safe — already-anonymised entries are skipped, no double-writ…