Commit Graph

591 Commits

Author SHA1 Message Date
shenlan
bcbe5cfaff Add GetUserByName to postgres store implementation (#339) 2025-10-01 10:39:44 +08:00
shenlan
f89d4b214d fix: allow login payload binding for form requests (#338) 2025-10-01 10:39:15 +08:00
shenlan
36e2f3fe14 Add GetUserByName to postgres store implementation (#337) 2025-10-01 10:15:04 +08:00
shenlan
e9f6e9e499 fix: ensure login error strings are defined (#335) 2025-10-01 10:05:42 +08:00
shenlan
137c676383 Connect account registration to Postgres store (#336) 2025-10-01 10:05:31 +08:00
shenlan
88f2ef4721 Implement username-based login and UI updates (#334) 2025-10-01 08:24:37 +08:00
shenlan
068b94234d Implement full user registration flow (#333) 2025-10-01 07:52:39 +08:00
shenlan
33fdafffb2 Connect register API between UI and account service (#332) 2025-10-01 00:09:13 +08:00
shenlan
71a9251ea8 Revert "Proxy registration through account service (#330)" (#331)
This reverts commit ee6566f541.
2025-09-30 23:58:42 +08:00
Haitao Pan
3db7eaad79 update: adjust .gitignore, config, yarn settings and manifests 2025-09-30 23:53:48 +08:00
Haitao Pan
2c79717614 chore(server): change default port to 8090 2025-09-30 23:53:48 +08:00
shenlan
ee6566f541 Proxy registration through account service (#330) 2025-09-30 23:40:29 +08:00
shenlan
11958a663d feat(account): add config file and log level flags (#329) 2025-09-30 22:20:55 +08:00
shenlan
a15a2eb88f chore: centralize service endpoints configuration (#328) 2025-09-30 21:30:06 +08:00
shenlan
706de5c2fd Wrap auth pages in suspense (#327) 2025-09-30 21:04:13 +08:00
Haitao Pan
ea5b851768 chore(make): simplify build/run targets and set local PG DSNs 2025-09-30 21:03:54 +08:00
shenlan
8f79e708b0 Fix login route response naming (#325) 2025-09-30 20:24:28 +08:00
shenlan
3ee4a55d3d docs: add account service guidance (#324) 2025-09-30 19:33:42 +08:00
shenlan
abf7642701 Use UUID identifiers for account users (#323) 2025-09-30 18:42:10 +08:00
shenlan
74f49866c7 fix: support children in login content (#322) 2025-09-28 23:34:30 +08:00
shenlan
b9b7613b20 Add social auth ready login and registration pages (#317) 2025-09-28 19:04:31 +08:00
shenlan
63ed09994d feat(homepage): add login state management (#318) 2025-09-28 18:54:54 +08:00
shenlan
281c5087e7 Add multi-cloud landing zone module (#316) 2025-09-26 15:22:24 +08:00
shenlan
eaa4d11849 Fix docs static build issues (#315) 2025-09-25 19:13:35 +08:00
shenlan
4b689452f2 Fix docs viewer to render PDF and HTML via proxy (#314) 2025-09-25 18:39:46 +08:00
Haitao Pan
d5b4883b15 chore: update manifests and yarn.lock 2025-09-25 17:38:44 +08:00
shenlan
2300a617c5 Fix PDF TOC type handling in DocReader (#313) 2025-09-25 17:28:20 +08:00
shenlan
e9bd48e567 feat: enhance docs reading experience (#311) 2025-09-25 16:58:02 +08:00
shenlan
909805cf78 Fix duplicated docs path segments in doc URLs (#310) 2025-09-25 01:03:24 +08:00
shenlan
abd6c324a7 Fix docs resource URLs (#309) 2025-09-25 00:36:16 +08:00
Haitao Pan
94d4f7c906 update public dl-index 2025-09-25 00:29:55 +08:00
shenlan
96c7788235 Fix docs version breadcrumb href (#308) 2025-09-25 00:11:34 +08:00
shenlan
eb890dc2eb feat(docs): add version-aware doc routing (#307) 2025-09-24 23:34:01 +08:00
shenlan
30024f2998 feat(docs): add version-aware doc routing (#306) 2025-09-24 21:41:30 +08:00
shenlan
f44633ba44 feat(docs): add version-aware doc routing (#305) 2025-09-24 21:32:34 +08:00
shenlan
04c4075dda chore(homepage): document supported node versions (#303) 2025-09-23 23:51:17 +08:00
shenlan
a5899fd998 chore(homepage): document supported node versions (#304) 2025-09-23 23:50:57 +08:00
shenlan
2c7ff84f1d Fix Next.js dev command execution (#302) 2025-09-23 23:34:43 +08:00
shenlan
7e0f4216d0 Adjust insight header layout controls (#301) 2025-09-23 23:03:07 +08:00
shenlan
a9148d05b6 feat: redesign docs listing with version selector (#300) 2025-09-23 13:41:43 +08:00
shenlan
ac3a315f3a fix: ensure release notes path matches workflow (#299) 2025-09-23 12:59:52 +08:00
shenlan
c95716c487 feat: fallback to previous tag when missing (#298) 2025-09-23 11:53:25 +08:00
Haitao Pan
1561a1d600 ci(workflows): add changelog generation for GitHub release 2025-09-23 08:58:26 +08:00
Haitao Pan
664b7e32cc ci(release): wire changelog into daily release
- add scripts/gen-changelog.sh
- generate changelog for daily-<run> in workflow
- publish via softprops body_path (docs/changelog_daily-<run>.md)
2025-09-22 21:40:46 +08:00
Haitao Pan
e2eeb9e6eb chore: update manifests and lockfile 2025-09-22 21:13:40 +08:00
shenlan
7ebd0ae7f7 Fix release channel state typing (#297) 2025-09-22 18:05:06 +08:00
shenlan
6d630cd7b8 refactor(homepage): align nav and routes with feature toggles (#296) 2025-09-22 17:14:53 +08:00
Haitao Pan
13f89d71cd update next.config.js 2025-09-22 16:57:09 +08:00
shenlan
3bfbc876e2 refactor: update navbar release channel control (#295) 2025-09-22 16:49:44 +08:00
shenlan
86f8a15c71 Adjust navbar layout for release channel selector (#294) 2025-09-22 16:39:07 +08:00