bericht/api
Eddy 960cee4be4
All checks were successful
Deploy bericht / deploy (push) Successful in 14s
Bericht-API: SSO-Migration auf awlauth (JWT -> awl_sso-Cookie)
- _inc.php: api_authenticate() nutzt awlauth_require(bericht,read) inkl.
  same-origin-CSRF; CORS (Access-Control-Allow-Origin:*) entfernt (mit
  Cookies unzulaessig + bei same-origin ueberfluessig).
- auth.php: Login ueber awlauth_login/issue -> HttpOnly-Cookie awl_sso,
  kein Token mehr im Body.
- photo.php/pdf.php: GET-Binaer ueber awlauth_verify (kein CSRF, da auch
  per window.location/<object> geladen); Bearer/jwt-Query-Auth entfernt.
- shipments.php: unveraendert (nutzt api_authenticate -> awlauth_require).
- neu: logout.php (Single-Logout), verify.php (sliding session).
- _jwt.php geloescht (JWT vollstaendig abgeloest).

[deploy]
2026-07-06 15:24:42 +02:00
..
_inc.php Bericht-API: SSO-Migration auf awlauth (JWT -> awl_sso-Cookie) 2026-07-06 15:24:42 +02:00
auth.php Bericht-API: SSO-Migration auf awlauth (JWT -> awl_sso-Cookie) 2026-07-06 15:24:42 +02:00
customers.php [deploy] API: Schnell-Auftrag-Anlage + Kunden-Defaults + JWT 30 Tage 2026-04-16 17:42:39 +02:00
delete_photo.php feat: Phase 4 API — Bericht-Liste, Finalize, Photo-Delete, Voice-Upload 2026-04-09 00:31:38 +02:00
logout.php Bericht-API: SSO-Migration auf awlauth (JWT -> awl_sso-Cookie) 2026-07-06 15:24:42 +02:00
materials.php feat: Phase 5.9 Materialliste API + DB + 5.8 Vorbereitung 2026-04-09 09:18:29 +02:00
odt_templates.php feat: Bericht-Vorlagen + Whisper-Transkription + Cron-Fix 2026-04-09 08:27:45 +02:00
orders.php Fix: Dateigrößen mit glob+filesize statt dol_dir_list (korrigiert 0B Bug) [deploy] 2026-04-17 13:06:07 +02:00
pages.php feat: Block C — Editor-Polish, Vorher/Nachher, Versionierung, Batch-Modus 2026-04-09 09:10:56 +02:00
pdf.php Bericht-API: SSO-Migration auf awlauth (JWT -> awl_sso-Cookie) 2026-07-06 15:24:42 +02:00
photo.php Bericht-API: SSO-Migration auf awlauth (JWT -> awl_sso-Cookie) 2026-07-06 15:24:42 +02:00
reports.php API: DELETE /reports.php?id=X — Bericht löschen (für PWA) [deploy] 2026-04-10 15:32:33 +02:00
shipments.php Feature: Lieferschein-Unterschrift via ODT-Hook + PWA-Signatur-Workflow 2026-05-28 06:48:42 +02:00
templates.php feat: Bericht-Vorlagen + Whisper-Transkription + Cron-Fix 2026-04-09 08:27:45 +02:00
transcribe.php feat: Bericht-Vorlagen + Whisper-Transkription + Cron-Fix 2026-04-09 08:27:45 +02:00
verify.php Bericht-API: SSO-Migration auf awlauth (JWT -> awl_sso-Cookie) 2026-07-06 15:24:42 +02:00
voice.php feat: Phase 4 API — Bericht-Liste, Finalize, Photo-Delete, Voice-Upload 2026-04-09 00:31:38 +02:00