Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
4eccb55eab
[2ff88f42] Implementierung E-Mail-Dokument-Automatisierung und technischer Check der Versand-Blocker. Workaround via SuperOffice-Aktivitäten etabliert.
176e1f89f4
docs(email-strategy): Add detailed technical analysis of sending blockers
76452df6ab
fix(email-api): Implement robust content upload and activity-based workaround
22c1daa7d7
docs(email-api): Update email test script with manual sending instructions and link
bbab1d70ff
feat(email-api): Implement email document creation via SuperOffice API (no SMTP)
507146d896
[31188f42] Zertifizierung der Schnittstelle durch SuperOffice - Abschluss der Produktionsumstellung. Alle Änderungen unter Task ID [31188f42] committet.
e27cf4b29b
docs: Add Lessons Learned for Production Migration in README [31188f42]
3baf63eafb
fix: Refactor SuperOfficeClient to support production environments and global token endpoints [31188f42]
878e555b5c
docs: Update SuperOffice endpoint to production (online3) [31188f42]
f3e4694f4f
[31188f42] Optimierung der SuperOffice API-Aufrufe (Zertifizierung): Implementierung von $select in superoffice_client.py und worker.py zur Reduzierung der Payload. Robuste ID-Extraktion aus Webhook-FieldValues implementiert, um API-Calls zu minimieren und Null-Pointer-Fehler zu beheben. E2E-Test erfolgreich verifiziert und Dokumentation aktualisiert.
391b74a6af
docs: update readme with api optimization and getAllRows lessons learned [31188f42]
7c686ad093
fix(so-worker): robust id extraction from webhook fieldvalues & safe api access [31188f42]
7e81c8778f
refactor(so-connector): optimize api calls with $select and filtering [31188f42]