• Joined on 2026-01-08
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 23:46:07 +00:00
9b03695d61 Fix Nextcloud user creation and WebDAV URL construction
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 23:44:28 +00:00
e36a4e5785 Refactor organization creation logic for improved readability and maintainability
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 23:30:44 +00:00
7cf55325d4 Fix org creation from initial state and wrong password error handling
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 22:43:14 +00:00
6186c4c779 Add WebDAV upload URL debug logging
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 22:40:37 +00:00
9b10b1f6f1 Add debug logging to NewUserWebDAVClient to diagnose URL construction
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 22:24:33 +00:00
0ce9185373 Fix NewUserWebDAVClient to strip path from base URL before constructing user-specific WebDAV URL
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 22:16:14 +00:00
4a4e03e041 Fix getUserWebDAVClient to use actual username and COALESCE for NULL handling
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 21:58:51 +00:00
18600a6bc1 Implement user provisioning for Nextcloud accounts and enhance WebDAV client handling
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 21:16:08 +00:00
2f20241ba6 Fix file deletion logic to trigger Equatable change detection
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 21:05:11 +00:00
7aaca1d1f4 Add logging for configuration loading and WebDAV client initialization
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 20:46:19 +00:00
185cbc83b9 Remove unused os import and enforce exclusive use of Nextcloud WebDAV storage in file handlers
e64925b438 Refactor file handling to exclusively use Nextcloud WebDAV storage, removing local fallback logic
Compare 2 commits »
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 20:11:56 +00:00
6c864612db Add comprehensive upload/download debugging to fix file storage issues
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 18:16:26 +00:00
288363d2da Add CORS expose headers for PDF viewer compatibility
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 18:06:21 +00:00
54fa429e3e Fix folder sorting and organization creation provider issue
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 14:58:17 +00:00
0f13b6c01d Fix HTTPS scheme detection using X-Forwarded-Proto header
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 04:21:58 +00:00
f372172898 Fix document viewer: add dynamic base URL and debug logging for file downloads
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 04:06:18 +00:00
fa6ba846d8 Remove mock authentication and file repository implementations to streamline codebase
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 04:05:15 +00:00
1366807b25 Refactor EditorSessionBloc to improve readability of emit statements for active and read-only states
22868b2958 Enhance EditorSession state to include token in active and read-only states; update editor handler to use new Collabora URL
Compare 2 commits »
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 04:02:10 +00:00
84c7ed0815 Refactor EditorSession model to include token in props and update JSON parsing; simplify route handlers by removing JWT manager parameter
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 04:00:23 +00:00
941d8bf736 Add JWT token handling to document viewer and related components