• Joined on 2026-01-08
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 03:48:31 +00:00
b381a46483 Refactor authentication handling in HTTP routes to utilize middleware for user ID extraction and improve download URL encoding
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 02:51:11 +00:00
5669385616 Update go.mod and go.sum to include additional dependencies for improved functionality
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 02:47:37 +00:00
0797b407a5 Refactor file download handlers to implement local storage fallback and enhance organization creation with slug generation
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 02:40:48 +00:00
f3656fdbd0 Normalize folder names to prevent leading/trailing slashes in folder creation
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 02:04:34 +00:00
687c7a5a61 Update download URLs in viewer handlers to use the correct domain
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 01:09:56 +00:00
6a3a2f6701 Add session token handling for PDF viewer in DocumentViewerModal and DocumentViewer
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 01:06:15 +00:00
f86c44224e Refactor GetFileByID method to improve readability by removing unnecessary blank lines
7f6e7f7a10 Add GetFileByID method and enhance viewer handlers for file metadata retrieval
Compare 2 commits »
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 00:39:19 +00:00
cadf504643 Enhance session restoration and add user file viewer endpoint
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 00:08:07 +00:00
1ceb27dea8 Improve folder path construction logic to handle root and parent paths correctly
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-10 00:06:42 +00:00
11436e93c5 Implement CORS middleware with configurable allowed origins and update config structure
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-09 23:57:16 +00:00
7f6fe23219 Refactor folder creation logic to reload directory from backend and normalize parent path
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-09 23:48:39 +00:00
c8cd82edb4 idle
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-09 23:39:50 +00:00
ff370af5a1 Update API binary for improved functionality
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-09 23:26:38 +00:00
ca39b3dee4 Add file ID support to FileItem and update related components for consistency
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-09 22:57:46 +00:00
260b8b180e idle4000
4f67ead22d Add detailed logging for file uploads and handle upload errors in UI
Compare 2 commits »
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-09 22:22:30 +00:00
14a86b8ae1 Add JSON tags to Organization struct fields for API compatibility
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-09 22:14:49 +00:00
708d4ca790 Add error handling for organization loading in HomePage
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-09 22:01:16 +00:00
aac6d2eb46 Refactor file download URL construction to use ApiClient's base URL and ensure consistent remote path for user files
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-09 21:53:36 +00:00
d20840f4a6 Refactor PermissionBloc to allow all permissions for authenticated users
b0esche pushed to main at b0esche/b0esche_cloud 2026-01-09 21:44:49 +00:00
a1ff88bfd9 Refactor FileExplorer and HomePage to use dynamic orgId instead of hardcoded values