Commit graph

23 commits

Author SHA1 Message Date
86ee4f2ecb fix: Remove unnecessary sql.NullString conversion for storage space name 2025-02-28 22:17:29 +01:00
9d2f8e27c5 feat: Add name field to storage space and create dedicated storage page 2025-02-28 22:03:18 +01:00
699dca3328 feat: Add API endpoint to create storage spaces 2025-02-28 21:46:13 +01:00
081020b809 feat: Add header with button to create new storage spaces 2025-02-28 21:42:57 +01:00
6f12a06a02 refactor: Update module and import paths to match new repository structure 2025-02-28 21:40:40 +01:00
9213034093 refactor: Convert StorageHierarchy component to TypeScript with proper typing 2025-02-28 21:35:17 +01:00
e3d8f9e8ee fix: Standardize SQL column names and import paths across project 2025-02-28 21:21:11 +01:00
7cbe2a07d3 refactor: Update SQL queries to explicitly list columns and fix import paths 2025-02-28 21:21:11 +01:00
29ec555090 feat: Add storage hierarchy API and frontend integration 2025-02-28 21:21:11 +01:00
005b04e380 feat: add storage hierarchy component to display nested objects 2025-02-27 18:16:18 +01:00
b5fe07d07e fix: add openid scope and improve OAuth token handling for Authentik 2025-02-27 17:42:18 +01:00
46cecdc007 feat: implement configuration loading from file, env vars and flags 2025-02-27 17:42:16 +01:00
0299e2891c fix: add yaml tags to OAuth config struct for proper parsing 2025-02-27 15:22:19 +01:00
540c69d7d6 refactor: simplify config reader and improve logging 2025-02-27 15:22:17 +01:00
364a27e44f feat: add detailed OAuth config logging for troubleshooting 2025-02-27 15:14:42 +01:00
e3d07fb1ca fix: remove local cfg variable that shadows global variable in main function 2025-02-27 12:55:36 +01:00
e7c2946d32 refactor: adjust config paths and debug OAuth implementation 2025-02-27 12:55:34 +01:00
77538a7dfd feat: implement authentication flow with OAuth login page 2025-02-26 00:11:06 +01:00
10b2056954 refactor: replace golang-migrate with goose for database migrations 2025-02-26 00:11:04 +01:00
aabf45915a initial commit 2025-02-26 00:09:11 +01:00
9efc8a209b fix: correct SQLite database connection string and add connection validation 2025-02-25 23:12:51 +01:00
e7079e9892 fix: capitalize and add config tags to env and loglevel fields 2025-02-25 23:01:36 +01:00
313bc7f9bb feat: add main.go file 2025-02-25 23:01:34 +01:00