Commit Graph

43 Commits

Author SHA1 Message Date
0a6ecc6314
add: route for getting videos 2025-06-06 21:03:52 +08:00
b4a0320e3e
version: cvsa/3.15.34 2025-06-06 17:40:32 +08:00
3abd6666c0
add: missing dependency in backend 2025-06-02 05:33:50 +08:00
44e13724fc
fix: missing dependency in backend 2025-06-02 05:17:46 +08:00
dd7e2242a0
add: docker support for nextjs frontend 2025-06-02 05:04:26 +08:00
507f2c331e
add: several pages, synced with old frontend 2025-06-02 04:04:17 +08:00
a1a4abff46
fix: missing import in @cvsa/core 2025-06-01 21:31:37 +08:00
fa5ab258da
add: login status detection in frontend 2025-06-01 17:21:09 +08:00
9dd06fa7bc
add: set cookie after signing up 2025-06-01 16:18:01 +08:00
bb7f846305
improve: the structure of the error handling in sign up page 2025-06-01 14:36:55 +08:00
7f9563a2a6
ref: use axios for API requests
add: a useCaptcha hook
2025-06-01 01:53:06 +08:00
f003e77d52
add: text fields and button in signup page 2025-05-18 20:55:51 +08:00
c5ba673069
fix: several bugs in captcha rate limiting 2025-05-18 03:28:27 +08:00
7786d66dbb
add: complete guarding under uCaptcha 2025-05-18 00:33:43 +08:00
b18b45078f
add: tokenID added to JWT in endpoint GET /captcha/:id/result 2025-05-17 02:15:05 +08:00
1633e56b1e
update: returns JWT in the /captcha/:id/result endpoint 2025-05-11 19:40:24 +08:00
a063f2401b
update: rename the captcha endpoint 2025-05-11 19:14:19 +08:00
5fb1355346
ref: rename endpoint to POST /validation/session 2025-05-10 22:41:10 +08:00
8456bb7485
add: route for validation 2025-05-10 21:48:02 +08:00
01f5e57864
ref: dir structure of backend package 2025-05-10 00:20:20 +08:00
d0aa27b2ad
ref: backend structure, make backend & frontend containerize
fix: some errors in dockerfile
2025-04-29 21:45:38 +08:00
43b52dee0b
add: complete docker config 2025-04-29 06:12:44 +08:00
e72b3008d1
ref: switch to bun & postgres.js for backend 2025-04-29 00:07:12 +08:00
054d28e796
merge: branch 'main' into ref/structure 2025-04-14 05:10:44 +08:00
7a6892ae8e
fix: passing reference causes a const object to be incorrectly changed 2025-04-13 22:22:41 +08:00
4ee4d2ede9
ref: move some functions into separate files 2025-04-12 02:08:04 +08:00
fc90dad185
ref: move some common files to @core 2025-04-08 02:05:44 +08:00
0b36f52c6c
merge: branch 'feat/backend' into ref/structure 2025-04-08 01:43:46 +08:00
445886815a
add: insert snapshot when videoInfo API hit 2025-04-07 21:45:07 +08:00
8e7a1c3076
add: cache in videoInfo API 2025-04-07 21:37:59 +08:00
71ed0bd66b
feat: videoInfo API in backend 2025-04-07 21:29:53 +08:00
94e19690d1
ref: rename NetScheduler to NetworkDelegate 2025-04-06 01:38:45 +08:00
33c6a3c1f8
ref: the imports of db schema 2025-04-05 18:26:01 +08:00
41f8b42f1c
improve: the registration API 2025-04-01 10:30:44 +08:00
fba56106cc
add: user registration API 2025-03-31 20:07:58 +08:00
cfd4fc3d21
fix: incorrect API used in validation 2025-03-31 06:24:54 +08:00
7a46f31d7f
version: backend/0.2.3 2025-03-31 06:09:49 +08:00
cf33c4922d
fix: incorrect parsing for id in API route /video/:id/snapshots 2025-03-31 06:09:28 +08:00
aa75fdd63e
fix: incorrect schema check for numbers 2025-03-31 06:05:59 +08:00
9c0783c607
fix: incorrect type check for number in request params 2025-03-31 06:02:07 +08:00
a2b55d0900
feat: root path for API
improve: the GET video snapshots API
2025-03-31 05:07:22 +08:00
1322cc4671
init: backend 2025-03-31 02:47:33 +08:00
d88ad099c4
ref: monorepo support 2025-03-29 18:13:57 +08:00