Commit Graph
199 Commits
Author SHA1 Message Date
naeel 17742d51b4 v1.0.153: fix double base64 decode — chunk.cfm stores base64 string, parser.cfm decodes it 2026-06-23 15:26:51 +04:00
naeel e0d7346080 v1.0.152: bump version 2026-06-23 15:15:27 +04:00
naeel 0d266d43c2 v1.0.152: base64 chunks (parser expects base64) 2026-06-23 15:11:52 +04:00
naeel cdaee4509d v1.0.151: bump version 2026-06-23 15:01:06 +04:00
naeel f7cecc6ce3 v1.0.151: fix chunk assemble — decode hex to binary before storing 2026-06-23 12:45:12 +04:00
naeel 3c05acd338 v1.0.150: bump version + revert parser.cfm 2026-06-23 12:42:00 +04:00
naeel 2e15228160 v1.0.150: revert parser.cfm to working v1.0.144 (PDF→VM, DOCX→Lucee POI) 2026-06-23 12:37:44 +04:00
naeel 34a34ee6d7 v1.0.149: bump version 2026-06-23 12:24:52 +04:00
naeel 9351347a11 v1.0.149: VM parses PDF + stores elements_json in Lucee 2026-06-23 12:22:05 +04:00
naeel 2399b01a26 v1.0.148: PDF parsing via PyPDF2 on VM (replaces broken PDFBox on Lucee) 2026-06-23 12:18:48 +04:00
naeel 6c288b2b0e v1.0.147: bump version 2026-06-23 12:11:25 +04:00
naeel ea3299df80 v1.0.147: PDFBox — load(byte[]) instead of streams/files 2026-06-23 12:09:37 +04:00
naeel 73b647f58d v1.0.146: PDFBox — use PDFParser instead of PDDocument.load 2026-06-23 12:08:10 +04:00
naeel bf25600f56 v1.0.145: PDFBox — write to temp file, load via File 2026-06-23 12:03:46 +04:00
naeel a6c2c58948 v1.0.144: fix PDFBox — use ByteArrayInputStream for PDDocument.load + bump version 2026-06-23 12:00:38 +04:00
naeel bb44378ad8 v1.0.144: fix duplicate CORS /upload 2026-06-23 11:55:20 +04:00
naeel 064774e020 v1.0.143: chunked upload 10KB — restore after Lucee limit still ~30KB 2026-06-23 11:42:08 +04:00
naeel 800ae657f6 v1.0.142: direct upload — one piece, Lucee k8s limits increased 2026-06-23 11:33:21 +04:00
naeel 9b11b62b7f v1.0.141: verify=False + nginx 300s timeout for chunked upload 2026-06-23 10:10:02 +04:00
naeel 6b984d5a13 v1.0.140: larger chunks 20KB to reduce TLS overhead 2026-06-23 09:16:28 +04:00
naeel d493d77017 v1.0.139: separate HTTP/2 client per chunk (Lucee resets stream) 2026-06-23 09:14:05 +04:00
naeel 948ec626c9 v1.0.138: single httpx client for all chunks 2026-06-23 09:12:21 +04:00
naeel f04f698bd8 v1.0.137: fix chunk upload — use httpx.Client(http2=True) for ddos-guard 2026-06-23 09:11:34 +04:00
naeel efc270bdf3 v1.0.136: chunked upload via chunk.cfm — 12KB chunks avoid Lucee body limit 2026-06-23 09:09:38 +04:00
naeel ec842abb92 v1.0.135: fix HTTP header order — send_response before _send_cors 2026-06-23 09:06:04 +04:00
naeel 21914d1763 v1.0.134: ALL uploads through VM — /upload proxy avoids Lucee multipart crash 2026-06-23 09:04:47 +04:00
naeel 9c7a5a9975 v1.0.133: full about modal + fix slang in History 2026-06-23 08:59:10 +04:00
naeel 76dcc07dce v1.0.132: fix — дополнительный документ everywhere 2026-06-23 08:54:11 +04:00
naeel 7897574366 v1.0.131: fix — дополнительный документ 2026-06-23 08:53:12 +04:00
naeel b807480bdd v1.0.130: about modal — service description, fix slang (допник→допсоглашение) 2026-06-23 08:52:40 +04:00
naeel 9f1de520e5 v1.0.128: temporarily remove .zip from accepted types until CORS debugged 2026-06-23 08:49:19 +04:00
naeel 086c46f8e6 v1.0.127: ZIP — XHR.send(file) instead of fetch, same pattern as working uploads 2026-06-23 08:45:59 +04:00
naeel 2f066e74e0 v1.0.126: fix duplicate CORS — nginx only for OPTIONS, VM for POST response 2026-06-23 08:42:39 +04:00
naeel 4f66853447 v1.0.125: Sonnet fix — CORS inside nginx if, raw binary ZIP, multipart fallback 2026-06-23 08:36:42 +04:00
naeel 402c346021 v1.0.124: fix ZIP multipart — email.parser instead of buggy cgi.FieldStorage 2026-06-23 08:25:30 +04:00
naeel bb2811abb0 v1.0.123: fix ZIP — cgi.FieldStorage for multipart, CORS on all responses, revert Lucee unzip 2026-06-23 08:24:35 +04:00
naeel f19e0c970f v1.0.122: ZIP unzip in Lucee (unzip.cfm) — no CORS, FileReader→base64→same-origin POST 2026-06-23 08:19:09 +04:00
naeel 20e1e0dcb8 v1.0.121: fix ZIP — hex-encode file content for PostgreSQL bytea 2026-06-23 08:10:38 +04:00
naeel b20ec58aff v1.0.120: fix ZIP — use FormData on client, parse multipart on VM 2026-06-23 08:09:05 +04:00
naeel 5c6fe0da00 v1.0.119: fix ZIP — use absolute UNZIP_URL (was relative path → 404) 2026-06-23 08:05:17 +04:00
naeel ebe35dce42 v1.0.118: ZIP upload — unzip on VM, add files to queue individually, flat structure only 2026-06-23 08:01:04 +04:00
naeel 0944a4c9d1 v1.0.117: fix orphaned }); that broke all JS execution 2026-06-23 07:37:18 +04:00
naeel d75f98f842 v1.0.116: fix JS — Lucee UPPERCASE keys (ok→OK, body→BODY, versions→VERSIONS, etc.) 2026-06-23 07:35:34 +04:00
naeel 93428c9dbe v1.0.115: Opus-improved prompts — few-shot + domain glossary + edge-cases for extract & diff 2026-06-23 07:25:59 +04:00
naeel bd45559b36 v1.0.114: source_document_id + raw_llm_response in spec_events — full Opus provenance 2026-06-23 07:14:34 +04:00
naeel b75b206bfe v1.0.113: prompt_version in spec_events — provenance (who created what with which prompt) 2026-06-23 07:08:23 +04:00
naeel 534f90a529 v1.0.112: fix Lucee UPPERCASE keys in _fetch_prompt (OK→ok, BODY→body) 2026-06-23 07:05:29 +04:00
naeel 38f580e658 v1.0.111: llm_prompt.py reads active prompt from DB via Lucee API, fallback to hardcoded 2026-06-23 07:03:35 +04:00
naeel 69cfb3457b v1.0.110: prompts versioning — DB schema + API + UI (extract/diff tabs, history, activate) 2026-06-23 01:06:12 +04:00
naeel ded5071dae v1.0.109: ↕ arrows replace Базовый radio, order param in SSE, setInitial removed 2026-06-23 00:43:33 +04:00