Commit Graph

239 Commits

Author SHA1 Message Date
a5aa2dd45b Merge pull request #11 from LordMathis/feat/encrypt-tokens
Feat/encrypt tokens
v0.2.0
2024-10-31 21:24:40 +01:00
43f35b7943 Update README 2024-10-31 21:19:47 +01:00
f8728923a5 Encrypt git token 2024-10-31 21:15:38 +01:00
72817aa06a Merge pull request #10 from LordMathis/feat/central-config
Centralize env vars loading
2024-10-30 22:13:02 +01:00
a11a6b18bf Centralize env vars loading 2024-10-30 22:07:17 +01:00
0fe1186ea6 Merge pull request #9 from LordMathis/feat/last-opened-file
Feat/last opened file
2024-10-30 21:55:23 +01:00
477ada70e8 Fix admin user error check 2024-10-30 21:47:37 +01:00
a73296451e Load last opened file on frontend 2024-10-30 21:43:37 +01:00
bef682e5cb Move last opened file to workspaces table 2024-10-30 21:37:07 +01:00
1086c402ec Merge pull request #8 from LordMathis/fix/file-list
Fix/file list
2024-10-29 22:18:28 +01:00
a62a6f8966 Fix workspace initialization 2024-10-29 22:01:13 +01:00
3ba9d57b11 Select default files when no files listed 2024-10-29 21:46:59 +01:00
91f0ebe99c Recursively sort filelist 2024-10-29 21:38:36 +01:00
ad3fa28bc7 Show file list on load 2024-10-29 21:38:15 +01:00
1695b411e1 Unify env var reading in backend 2024-10-29 20:41:11 +01:00
87a2f12766 Merge pull request #7 from LordMathis/feat/vite
Feat/vite
2024-10-28 21:51:12 +01:00
d82f7e2b1e Serve precompressed files 2024-10-28 21:45:11 +01:00
d417b9f0c7 Set up compression 2024-10-28 21:29:38 +01:00
64a86152d6 Split bundle to chunks 2024-10-28 21:11:52 +01:00
69506f739c Update sass api 2024-10-28 20:43:23 +01:00
012465fb02 Rename files to .jsx 2024-10-28 20:36:04 +01:00
552016f61d Set up vite configuration 2024-10-28 20:32:42 +01:00
f1b5027e7f Merge pull request #6 from LordMathis/feat/workspaces
Feat/workspaces
2024-10-27 21:40:35 +01:00
239b441aa6 Improve Settings modal 2024-10-27 21:34:59 +01:00
ba4a0dadca Implement workspace deletion 2024-10-27 21:19:42 +01:00
b679af08e7 Enable workspace renaming 2024-10-27 18:15:11 +01:00
c5e0937070 Add rename and delete workspace ui elements 2024-10-27 17:39:56 +01:00
17c03c2d14 Update Workspace Settings on frontend 2024-10-27 16:53:15 +01:00
4544af8f0f Combine settings and workspaces tables 2024-10-27 16:00:06 +01:00
ab7b018f88 Update WorkspaceSwitcher ui 2024-10-27 14:50:21 +01:00
eaad78730e Save default settings with workspace creation 2024-10-27 12:44:01 +01:00
bbd7358d15 Add CreateWorkspaceModal 2024-10-26 23:29:33 +02:00
12312137b7 Implement workspace switching 2024-10-26 23:15:23 +02:00
fd313c1d7f Add Workspace menu 2024-10-22 21:47:10 +02:00
05dd3a83b0 Fix settings saving 2024-10-22 21:21:18 +02:00
a231fc48c2 Remove debug print 2024-10-22 18:32:46 +02:00
4ade504b5b Run go mod tidy 2024-10-22 18:32:33 +02:00
1c59f8da4f Fix file list loading 2024-10-22 00:11:03 +02:00
ffe82b335a Get full workspace object 2024-10-21 23:48:50 +02:00
749461f11b Fix router 2024-10-19 14:10:49 +02:00
2f87d87833 Fix admin user creation 2024-10-19 13:49:11 +02:00
6eb3eecb24 Add Workspace context 2024-10-19 13:48:37 +02:00
3b7bf83073 Set up admin user 2024-10-19 12:07:58 +02:00
1df4952300 Create workspace on user create 2024-10-19 12:07:45 +02:00
a24f0d637c Fix chi error 2024-10-15 22:33:59 +02:00
68ec134bf5 Fix migration error 2024-10-15 22:33:50 +02:00
403ded509a Fix main 2024-10-15 22:23:09 +02:00
6cf141bfd9 Rework api 2024-10-15 22:17:34 +02:00
071619cfb3 Rework db schema 2024-10-15 21:05:28 +02:00
d440ac0fd7 Update handlers to pass user id 2024-10-14 22:43:00 +02:00