Commit Graph

795 Commits

Author SHA1 Message Date
root
1dfb347a30 update rag-server/Makefile 2025-10-15 14:36:37 +08:00
shenlan
dc4aab3a9f Move RAG module under rag-server (#526) 2025-10-15 13:27:37 +08:00
shenlan
601fe872ce Refactor server layout to rag-server (#525) 2025-10-15 13:04:58 +08:00
shenlan
cd4df1dbd9 Configure service DB from vector config (#524) 2025-10-14 23:14:09 +08:00
shenlan
786dcfaf6a Improve AskAI fallback and secure admin APIs (#522) 2025-10-14 20:53:59 +08:00
shenlan
3f7ab38cee Force internal server proxy to loopback (#521) 2025-10-14 20:06:22 +08:00
shenlan
70315d73e2 Forward AskAI API cookies when proxying (#520) 2025-10-14 19:57:17 +08:00
shenlan
1dc3c2ade9 Fix Ask AI proxy to use internal service URL (#519) 2025-10-14 19:40:01 +08:00
shenlan
d48846e5b5 Fix Ask AI dialog to proxy requests via Next API (#518) 2025-10-14 16:04:54 +08:00
shenlan
13e7a5937b Ensure auth forms fall back to same-origin account endpoints (#517) 2025-10-13 16:33:21 +08:00
shenlan
ca0350f94c Fix register endpoint to prefer same-origin URL (#516) 2025-10-13 16:10:54 +08:00
shenlan
b5abf75fb7 Remove homepage rewrite proxy (#515) 2025-10-13 15:18:43 +08:00
shenlan
d3c1ecec6d Fix tenant normalization types and add QR code typings (#514) 2025-10-13 14:14:26 +08:00
shenlan
1f42410224 Fix account service base URL on hosted register page (#513) 2025-10-13 13:52:21 +08:00
shenlan
3805875f94 Align admin settings persistence with public schema (#512) 2025-10-13 13:40:00 +08:00
shenlan
722c2cac37 Fix public schema reset script (#511) 2025-10-13 13:07:52 +08:00
shenlan
3c75686a7c Avoid dropping public schema during reinit (#510) 2025-10-13 13:03:19 +08:00
shenlan
915e08d323 Refine database reinitialization targets (#509) 2025-10-13 12:49:21 +08:00
shenlan
f31eba28fc Fix account schema embed import (#508) 2025-10-13 11:59:20 +08:00
root
1690d73f64 fix(makefile): normalize tab indentation and remove redundant comments 2025-10-13 11:47:24 +08:00
shenlan
e2ebbe2b19 feat(account): add merge-aware importer with dry-run support (#507) 2025-10-13 11:24:36 +08:00
shenlan
1c4adf2ce6 docs: outline sequential tasks for account sync plan (#505) 2025-10-13 10:12:21 +08:00
shenlan
a5d1611748 docs: outline sequential tasks for account sync plan (#506) 2025-10-13 10:11:13 +08:00
shenlan
aae231c7a2 docs: outline account import/export enhancement plan (#504) 2025-10-13 09:18:44 +08:00
shenlan
d37a45783a chore: normalize tabs in account makefile (#503) 2025-10-13 09:00:45 +08:00
shenlan
c3fdbdc07d Fix Makefile indentation for drop-db recipe (#502) 2025-10-13 08:31:16 +08:00
root
e3c7465ff8 fix(makefile): fix indentation and syntax errors; unify tab formatting for GNU Make compatibility 2025-10-13 08:09:57 +08:00
shenlan
eea475e2eb Improve account Makefile database maintenance (#501) 2025-10-13 08:05:54 +08:00
shenlan
5f9f1212e4 Make schema reinit work without dropping schema (#500) 2025-10-13 07:56:52 +08:00
root
50d8bc3841 removed all sql/migrations 2025-10-13 07:47:01 +08:00
root
9db49799f9 add Makefile sql/functions_fix.sql 2025-10-13 07:34:30 +08:00
shenlan
e6dae83377 Handle pglogical schema when reinitializing account DB (#499) 2025-10-13 07:19:38 +08:00
shenlan
5678975cb8 refactor: unify pglogical region schema (#498) 2025-10-13 01:30:28 +08:00
shenlan
5de1e32dd4 docs: clarify pglogical extension creation (#495) 2025-10-12 07:54:49 +08:00
shenlan
1ad095f462 docs: clarify cn pglogical init permissions (#494) 2025-10-12 07:46:02 +08:00
shenlan
edd5de9060 Handle pglogical init without superuser (#493) 2025-10-12 00:14:58 +08:00
shenlan
c82412e30e Ensure pglogical schema exists before region setup (#492) 2025-10-11 23:51:34 +08:00
shenlan
024aa27a7c Add Makefile targets for regional pglogical schemas (#491) 2025-10-11 23:40:22 +08:00
Haitao Pan
52887ea769 feat(sql): enhance schema for bidirectional pglogical sync and update migration guide 2025-10-11 09:27:57 +08:00
shenlan
096d22f52a Fix account import for generated email_verified column (#467) 2025-10-10 22:17:30 +08:00
shenlan
e968a6da84 Skip pglogical init when missing superuser privileges (#466) 2025-10-10 22:05:07 +08:00
shenlan
d3aaefd7b9 Separate pglogical initialization from schema snapshot (#465) 2025-10-10 20:46:43 +08:00
shenlan
519e03ffe9 Fix schema initialization permissions (#464) 2025-10-10 13:54:15 +08:00
shenlan
326376ed04 Fix migrate exporter for legacy columns (#463) 2025-10-10 13:32:55 +08:00
shenlan
145f5b1ddb Add Makefile targets for account data transfer (#462) 2025-10-10 13:07:56 +08:00
Haitao Pan
0da9e66faa add scripts/clean_git_history.sh 2025-10-10 11:41:54 +08:00
Haitao Pan
3f05606fb5 chore: re-add cleaned files after history purge 2025-10-10 11:35:42 +08:00
Haitao Pan
608e293e30 restored: server/config of sit and prod 2025-10-09 16:38:28 +08:00
Haitao Pan
2f47c1cfdd merged: docs/pglogical.md 2025-10-09 16:35:57 +08:00
Haitao Pan
460b55f2bb feat(pglogical): add region CN/Global schema and sync guide 2025-10-09 09:09:28 +08:00