Commit Graph
62 Commits
Author SHA1 Message Date
“Naeel” 37ea5e2c31 v2.0.10: nginx /contracts-upload/ на alias + CORS как у drhider
Deploy contracts-flask / validate (push) Canceled after 0s
2026-08-24 21:51:48 +03:00
“Naeel” 78045f2c81 v2.0.10: загрузка через ВМ-буфер (паттерн drhider)
Deploy contracts-flask / validate (push) Canceled after 0s
- /api/upload_refs: pull файлов с ВМ (SSRF-guard, лимит 50МБ, ретраи, DELETE)
- uploadFile: PUT на WebDAV /contracts-upload/ → refs → pull
- nginx: location /contracts-upload/ (WebDAV + CORS для managed-фронта)
2026-08-24 21:45:46 +03:00
“Naeel” f68597f680 fix: drhider PDF→DOCX via pdfplumber (LibreOffice cant do it) v1.12 2026-07-07 16:37:36 +04:00
“Naeel” 211f391c6c feat: drhider PDF→DOCX conversion (LibreOffice), collision dialog (v1.9) 2026-07-07 16:14:00 +04:00
“Naeel” e128b2614a fix: drhider multipart UTF-8 filename decode (v1.8) 2026-07-07 15:50:43 +04:00
“Naeel” 54be17dad5 fix: drhider _build_zip — ZipInfo UTF-8 flag for Cyrillic filenames (v1.7) 2026-07-07 15:34:36 +04:00
“Naeel” 7008ed751c fix: drhider _checksum_inn12 (IndexError), revert broken _build_zip 2026-07-07 15:24:15 +04:00
“Naeel” e4e950ea18 fix: drhider _checksum_inn12 — compute n1 before s2 (IndexError fix) 2026-07-07 15:20:50 +04:00
“Naeel” aeca68340a fix: drhider _build_zip metadata_encoding=utf-8 (Cyrillic filenames) 2026-07-07 15:17:20 +04:00
“Naeel” db24c438c6 feat: testgen pipeline tests — generate → parse → textify → prompt (20 tests) 2026-06-30 13:40:19 +04:00
“Naeel” d17baa767c fix: audit — json try/except, ZIP-bomb drhider, classify reset only processing 2026-06-30 11:25:29 +04:00
“Naeel” 8deebc7ac4 fix: DB_NAME=baza, classify_status DEFAULT pending 2026-06-30 10:42:14 +04:00
“Naeel” 3176436b64 fix: missing columns migration (classify_status, doc_type, etc.) 2026-06-30 10:33:51 +04:00
“Naeel” 87e68bd9b1 fix: batch_id migration + nginx 8777→8766 2026-06-30 10:32:22 +04:00
“Naeel” ae64913c00 refactor: services/ → compare/ + drhider/ (разделение Сверки и Хайдера) 2026-06-30 10:08:25 +04:00
“Naeel” 645d9b2c09 fix: UTF-8 BOM в mapping.csv — Excel больше не кракозябрит 2026-06-29 19:11:35 +04:00
“Naeel” cb9eab38af fix: M2 word boundaries + L2 sorted_keys once (Opus review) 2026-06-29 18:57:52 +04:00
“Naeel” 64a45a18bf fix: Opus review — C1 path traversal, H1 MAX_BODY, H2 dedup, M1 passport, M3+L1 versions+imports 2026-06-29 18:52:40 +04:00
“Naeel” de66eb9b1e fix: drhider standalone server port 8767, inline SVG, DB try/except 2026-06-29 18:39:35 +04:00
“Naeel” 78f0e4d269 fix: phone negative lookbehind, docx runs guard, 15 tests 2026-06-29 18:26:54 +04:00
“Naeel” 2ebdaad2aa test: DrHider comparison test — 12/13 PASS (address needs LLM) 2026-06-29 18:19:17 +04:00
“Naeel” 091f1fbaa8 fix: phone \b boundaries, kor/sch regex 2026-06-29 18:17:06 +04:00
“Naeel” e98bac278e fix: manual multipart parser (reliable) 2026-06-29 18:08:34 +04:00
“Naeel” f5f8bf294b fix: XHR+FormData like main service, multipart on VM — v1.3 2026-06-29 18:05:26 +04:00
“Naeel” 6cedab89ae fix: chunked base64 encoding to avoid JS argument overflow — v1.2 2026-06-29 17:57:07 +04:00
“Naeel” f70dbb40b3 fix: DRHIDER_VERSION 0.9→1.1 2026-06-29 17:44:50 +04:00
“Naeel” a075d7f820 fix: DrHider via VM — v1.0/v1.0.193 2026-06-29 17:32:45 +04:00
“Naeel” 11d1398bad fix: _scan_regex for docx, PERSON cyrillic-only, 101 entities found — v0.9/v1.0.192 2026-06-29 17:19:24 +04:00
“Naeel” 07879328ed fix: JSON base64 instead of multipart to avoid HTTP2 error — v0.8/v1.0.191 2026-06-29 17:16:27 +04:00
“Naeel” 18ce26d5d3 fix: revert to sync API, keep all obfuscation fixes — v0.7/v1.0.190 2026-06-29 17:05:52 +04:00
“Naeel” 7c40c178fe fix: paragraph-level docx replace, LLM-NER, НУБЕС whitelist, COMPANY_PATTERN limit — v0.6/v1.0.189 2026-06-29 16:32:35 +04:00
“Naeel” a2a094969b feat: async DrHider — POST job + poll + download, v0.5/v1.0.188 2026-06-29 16:16:18 +04:00
“Naeel” 58bc73385d fix: skip .doc binary files unchanged + bump v0.4/v1.0.187 2026-06-29 16:07:56 +04:00
“Naeel” 9fd1bffe41 chore: bump DrHider v0.3 2026-06-29 16:01:28 +04:00
“Naeel” a05e1f4893 fix: fail-safe imports for docx/pdfplumber, threaded Flask 2026-06-29 15:44:34 +04:00
“Naeel” 425fd50b0d fix: add python-docx+pdfplumber to requirements, bump DrHider v0.2 2026-06-29 15:36:13 +04:00
“Naeel” d8713561a4 fix: Opus review — all 5 critical bugs fixed 2026-06-29 15:25:27 +04:00
“Naeel” b03ca0359a fix: _expand_zips — inner_name → name (ZIP was never expanded) 2026-06-29 15:16:47 +04:00
“Naeel” b081042f98 chore: DrHider own version v0.1 2026-06-29 15:12:35 +04:00
“Naeel” 433e2c38f8 fix: revert — keep original filenames inside ZIP 2026-06-29 15:07:40 +04:00
“Naeel” 3a948902ff fix: clean ASCII filenames in output ZIP 2026-06-29 15:06:16 +04:00
“Naeel” 97ebba64bb fix: DrHider ZIP expansion — extract archives before obfuscation 2026-06-29 15:03:41 +04:00
“Naeel” adb8defdfe fix: DrHider — CSV in ZIP, double-encode fix, multipart parser 2026-06-29 14:48:07 +04:00
“Naeel” 853af0ff2f fix: DrHider via VM — managed Flask proxies, VM does LLM-NER obfuscation 2026-06-29 14:39:47 +04:00
“Naeel” 4956ca1670 feat: DrHider MVP — two-pass document obfuscation service 2026-06-29 14:28:27 +04:00
“Naeel” 992f833880 feat: белый список форматов + сводка батча по типам 2026-06-28 10:21:33 +04:00
“Naeel” 69ab09e304 fix: нормализация чисел (пробелы/запятые) и дат (DD.MM.YYYY→YYYY-MM-DD) 2026-06-28 10:10:00 +04:00
“Naeel” f9a39e0292 fix: UNRESOLVED для пустых target_hash/name + неизвестный action 2026-06-28 10:09:33 +04:00
“Naeel” 741c4eb8d1 fix: статус «не распознан» + лог ошибок удаления 2026-06-28 10:08:48 +04:00
“Naeel” 49b09a2a1a fix: ZIP — лимиты файлов/размера, ZIP-бомба, санитизация имён 2026-06-28 10:07:45 +04:00