1c9e049448
fix: handle create dir conflict in api
2025-12-05 00:38:31 +00:00
3ea12cf51a
feat: add query param to include dir path in query
2025-12-05 00:38:05 +00:00
1bedafd3de
feat: add /users/me route
2025-12-04 00:49:59 +00:00
539b15dcb7
refactor: introduce reqctx pkg for request context
2025-12-04 00:48:43 +00:00
57167d5715
feat: impl cookie-based auth tokens exchange
...
implement access/refresh token exchange via cookies as well as automatic
access token refresh
2025-12-04 00:26:20 +00:00
d4c4e84fbf
feat: use argon2id to hash refresh tokens in db
2025-12-03 23:05:00 +00:00
589158a8ed
feat: impl directory endpoints
2025-12-03 00:56:44 +00:00
3a6fafacca
feat: impl refresh token rotation
2025-12-03 00:07:39 +00:00
a7bdc831ea
chore: add data dir to gitignore
2025-12-02 22:10:57 +00:00
ca9dfd90b2
feat: impl files endpoints
2025-12-02 22:08:50 +00:00
e8a558d652
refactor: wrap fiber.App in custom Server struct
2025-11-30 23:14:09 +00:00
3e96c42c4a
fix: handle missing expected err cases
2025-11-30 20:08:31 +00:00
6c61cbe1fd
fix: hierarchical keys should have acc id prefix
2025-11-30 19:49:13 +00:00
ccdeaf0364
fix: some weird upload bugs
2025-11-30 19:39:47 +00:00
a3110b67c3
fix: vfs node primary id not generated properly
2025-11-30 19:20:08 +00:00
1907cd83c8
fix: upload url generation
2025-11-30 19:19:54 +00:00
033ad65d5f
feat: improve err logging
2025-11-30 19:19:33 +00:00
987edc0d4a
fix: timestamp cols default not working
2025-11-30 17:42:35 +00:00
fb8e91dd47
feat: create root dir on acc registration
2025-11-30 17:37:59 +00:00
0b8aee5d60
refactor: make vfs methods accept bun.IDB
2025-11-30 17:31:24 +00:00
89b62f6d8a
feat: introduce account
2025-11-30 17:12:50 +00:00
1c1392a0a1
refactor: replace KeyMode with ShouldPersistKey
2025-11-30 15:02:37 +00:00
6984bb209e
refactor: node deletion
2025-11-30 01:16:44 +00:00
629d56b5ab
fix: registration endpoint and db auto close issue
2025-11-29 20:51:56 +00:00
5e4e08c255
fix: migration code not working
...
- read database config from config file
- rename migration file to expected file name format
2025-11-29 20:32:32 +00:00
42b805fbd1
feat: add blob store Initialize method
2025-11-29 18:39:21 +00:00
ab4c14bc09
feat: impl config loading
2025-11-29 18:09:41 +00:00
fd3b2d3908
fix: handle NewServer error
2025-11-29 17:28:53 +00:00
39824e45d9
feat: impl upload api endpoints
2025-11-29 17:25:11 +00:00
6aee150a59
build: remove devcontainer name
2025-11-29 17:24:49 +00:00
9ea76d2021
build: per lang code format settings
2025-11-28 22:31:25 +00:00
987f36e1d2
feat: impl upload service
2025-11-28 22:31:00 +00:00
797b40a35c
feat: finish implementing vfs
2025-11-27 22:44:13 +00:00
e32e00a230
build: remove install vscode ext from startup
2025-11-27 20:50:35 +00:00
b1e34f878c
wip: vfs implementation
2025-11-27 20:49:58 +00:00
c0e2f7ff37
feat: impl fs backed blob store
2025-11-26 20:11:12 +00:00
834517f3c0
fix: check for correct user exist err in register
2025-11-26 01:45:28 +00:00
06c3951293
fix: ret invalid cred if usr not found in login
2025-11-26 01:42:52 +00:00
389fe35a0a
feat: impl bearer auth middleware
2025-11-26 01:09:42 +00:00
81e3f7af75
build: add vscode ext install script
2025-11-26 00:08:22 +00:00
1feac70f7f
feat: initial backend scaffolding
...
migrating away from convex
Co-authored-by: Ona <no-reply@ona.com >
2025-11-10 00:19:30 +00:00
5cc13a34b2
chore: remove console log
2025-11-08 23:17:45 +00:00
879287f8bf
feat: implement file cutting
2025-11-08 23:17:36 +00:00
ad99bca7fd
style: rename unused param
2025-11-08 18:41:30 +00:00
b241f4e211
feat: add clear uploads button
...
add a clear upload button that is visible when there are upload errors
Co-authored-by: Ona <no-reply@ona.com >
2025-11-08 18:38:43 +00:00
027a315a04
style: apply biome formatting to config and generated files
...
- Convert spaces to tabs in tsconfig files
- Format CLI commands and prompts
- Update generated Convex files
- Format betterauth adapter and schema
Co-authored-by: Ona <no-reply@ona.com >
2025-11-08 18:03:32 +00:00
015524cd63
style: apply biome formatting to UI components
...
- Convert spaces to tabs for consistency
- Add 'type' modifier to React imports
- Format component code
Co-authored-by: Ona <no-reply@ona.com >
2025-11-08 18:03:26 +00:00
4ebb3fe620
style: format imports and code style
...
- Consolidate multi-line imports
- Apply consistent formatting
Co-authored-by: Ona <no-reply@ona.com >
2025-11-08 18:03:21 +00:00
b8c46217f7
chore: remove debug console.logs and add error handling
...
- Remove console.log statements from upload file dialog
- Add onError handler to display error toasts
- Update ErrorCode reference in use-file-drop
Co-authored-by: Ona <no-reply@ona.com >
2025-11-08 18:03:15 +00:00
94d6a22ab2
refactor: update remaining error imports to use ErrorCode
...
- Replace Err.Code with ErrorCode throughout convex model files
- Update error() function calls to use new signature
- Remove unused Err namespace imports
Co-authored-by: Ona <no-reply@ona.com >
2025-11-08 18:03:10 +00:00