• Joined on 2026-01-08
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 13:05:10 +00:00
3738b346e3 Remove docker-compose-server.yml from .gitignore
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 13:01:57 +00:00
0aa281ac09 Add .gitignore for docker-compose-server.yml and update WOPISrc URL handling in collaboraProxyHandler
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 11:59:52 +00:00
8baaad2c08 Fix Collabora form submission: remove iframe target and use _self to bypass CSP
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 11:47:03 +00:00
19825763ad Fix Collabora endpoint: use /browser/dist/cool.html instead of /loleaflet/dist/loleaflet.html
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 23:28:37 +00:00
c16cd49237 Use /loleaflet/dist/loleaflet.html - standard Collabora Online WOPI endpoint
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 23:13:31 +00:00
57eea172a2 Revert to form POST submission to /cool/dist/cool.html (correct WOPI pattern)
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 16:25:56 +00:00
d255f40a8c Try Collabora path /cool/dist/cool.html (newer naming convention)
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 16:12:31 +00:00
d59a655f0f Fix Collabora path from /loleaflet to /lool (correct endpoint)
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 15:58:55 +00:00
509983b4ff Fix: Update Collabora proxy to load editor in iframe with WOPISrc in query string
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 15:51:32 +00:00
5fb08d8831 Improve Collabora proxy: add load event listener and relax iframe sandbox for form submission
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 15:46:23 +00:00
18f5b3f98b Fix: Use form POST submission for Collabora (not GET query string)
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 15:40:45 +00:00
d58137716f Fix: Collabora proxy should load iframe with WOPISrc in query string, not form submission
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 15:34:14 +00:00
18138dde01 Fix: Remove X-Frame-Options header from Collabora proxy to allow iframe loading
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 15:10:45 +00:00
6db2bf077d Fix: Clean up whitespace in document viewer and WOPI handler files
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 15:10:12 +00:00
42ee3057bf Fix: Collabora proxy handler - create WOPI session inline instead of calling non-existent function
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 15:08:43 +00:00
350eb27e30 Clarify Collabora proxy token handling for iframe cross-origin requests
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 15:00:39 +00:00
2ded9b00f9 idle
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 14:58:12 +00:00
2daa9e9855 Fix: Use JavaScript in head to submit form for Collabora POST
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 14:53:09 +00:00
2fa5f0441a Fix: Create form in parent document to POST to Collabora iframe
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-12 14:45:02 +00:00
64690231c2 Fix: Refactor Collabora iframe creation for improved readability and maintainability