• Joined on 2026-01-08
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 22:16:29 +00:00
744fbf87f5 Refactor blob creation in file download to enhance readability
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 22:10:49 +00:00
bc9c7a06c8 Fix download: fetch file with auth header, create blob for proper download
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 21:42:11 +00:00
46dd299229 Refactor file download logic to improve authentication handling and code readability
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 21:42:00 +00:00
03962d5a80 Enhance file download functionality with snackbar notifications and authentication token handling
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 21:32:01 +00:00
847a8de414 Refactor moveUserFileHandler to store user files directly in WebDAV root, removing unnecessary path prefix
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 21:26:48 +00:00
c00c1e273d Add context.mounted checks in file explorer for safer file and folder operations
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 21:11:06 +00:00
47e94995b5 Refactor viewmodels and enhance security documentation; remove unused viewmodels, add path sanitization, and implement rate limiting
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 18:34:49 +00:00
804e994e76 Add architecture, deployment, and development documentation for b0esche.cloud
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 18:28:33 +00:00
294b28d1a8 Add docs, scripts, and update README
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 15:50:12 +00:00
233f1dd315 Refactor upload snackbar code for improved readability and maintainability
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 15:49:25 +00:00
d2c26e6203 Style upload progress snackbar with accent color (nyan)
37e0520af0 Add file metadata display in viewer and upload progress snackbar
Compare 2 commits »
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 15:46:08 +00:00
6ce43a3c9b Add last modified tracking: show 'Last modified: date by username' in document viewer
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 15:11:06 +00:00
6943e95479 Fix WOPI: Use correct WebDAV path for org files (/orgs/{orgId}/ prefix)
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 14:48:22 +00:00
2e1096a9ad Add id attribute to form field to fix autofill warning
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 14:26:05 +00:00
8d9db29db2 Fix WOPI: Use config for Nextcloud URL instead of hardcoded nc.b0esche.cloud
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 13:52:29 +00:00
afeb7a35ad Replace deprecated dart:html with package:web
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 13:50:46 +00:00
70039a8288 Fix Collabora WOPI: Put WOPISrc in URL query param, not form body
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 13:39:04 +00:00
634aa521bd Refactor index.html: Clean up preload link formatting and improve console warning suppression
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 13:38:15 +00:00
749672509b Fix Collabora: Fetch versioned editor URL from discovery endpoint
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-13 13:34:28 +00:00
20e9ae3e4d Suppress Flutter web deprecation warnings (v8BreakIterator, async XMLHttpRequest)