87 Commits

Author SHA1 Message Date
Elian Doran
e5a7a32439
chore(core): port cloning route
Some checks are pending
Checks / main (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
2026-01-29 22:20:54 +02:00
Elian Doran
e9214d84b7
chore(core): port stats route 2026-01-29 21:51:47 +02:00
Elian Doran
da7a61a8b6
Merge remote-tracking branch 'origin/main' into HEAD
; Conflicts:
;	apps/client/src/index.ts
;	apps/client/src/widgets/sql_table_schemas.tsx
;	apps/server/package.json
;	apps/server/src/app.ts
;	apps/server/src/becca/entities/bnote.ts
;	apps/server/src/services/import/single.ts
;	apps/server/src/services/import/zip.ts
;	apps/server/src/services/note-interface.ts
;	apps/server/src/services/notes.ts
;	apps/server/src/services/tree.ts
;	apps/server/src/services/utils.ts
;	apps/server/src/share/shaca/entities/snote.ts
;	pnpm-lock.yaml
;	scripts/update-nightly-version.ts
;	scripts/update-version.ts
2026-01-29 21:47:06 +02:00
Elian Doran
458e858b24
fix(standalone): error due to SQL returning bigint
Some checks failed
Checks / main (push) Has been cancelled
Dev / Test development (push) Has been cancelled
Dev / Build Docker image (push) Has been cancelled
Dev / Check Docker build (Dockerfile) (push) Has been cancelled
Dev / Check Docker build (Dockerfile.alpine) (push) Has been cancelled
2026-01-17 20:01:46 +02:00
Elian Doran
0b5cf2e6c8
Merge remote-tracking branch 'origin/standalone' into lightweight/browser_api 2026-01-14 18:04:54 +02:00
Elian Doran
9dd7616f7d
chore(client-standalone): address requested changes 2026-01-14 18:00:10 +02:00
Elian Doran
7633e3d48e
chore(client-standalone): address requested changes 2026-01-14 17:41:24 +02:00
Elian Doran
daf41804d4
chore(core): address requested changes 2026-01-12 21:43:57 +02:00
Elian Doran
83db37ed31
fix(server): app-info not showing data dir 2026-01-12 21:03:55 +02:00
Elian Doran
92f71e100f
chore(core): integrate app_info route 2026-01-12 20:54:18 +02:00
Elian Doran
0c52b56e02
chore(core): integrate branches service and route 2026-01-12 19:25:45 +02:00
Elian Doran
7547371ba0
feat(client-standalone): proper integration of server-side locale 2026-01-12 18:44:48 +02:00
Elian Doran
af944c29a8
feat(client-standalone): support more globals 2026-01-11 23:04:53 +02:00
Elian Doran
1648c67467
feat(client-standalone): initialize server-side translations 2026-01-11 22:46:47 +02:00
Elian Doran
3b5f1dabd6
Merge remote-tracking branch 'origin/lightweight/decouple_server_api' into lightweight/browser_api 2026-01-11 17:21:37 +02:00
Elian Doran
750fa2e647
Merge remote-tracking branch 'origin/main' into lightweight/decouple_server_api
Some checks failed
Checks / main (push) Has been cancelled
2026-01-11 17:15:35 +02:00
Elian Doran
128049b672
chore(core): integrate icon usage API 2026-01-07 17:33:44 +02:00
Elian Doran
4f139552f4
chore(core): integrate recent-notes 2026-01-07 16:41:08 +02:00
Elian Doran
13f25e9fed
chore(client-standalone): integrate note map backlink count 2026-01-07 16:36:49 +02:00
Elian Doran
f83121ce1d
chore(core): integrate attachments route 2026-01-07 13:48:59 +02:00
Elian Doran
b32480f1d3
feat(client/lightweight): basic WS support 2026-01-07 13:42:42 +02:00
Elian Doran
e8711d7cd5
fix(client/lightweight): not handling returning backend entities 2026-01-07 13:04:24 +02:00
Elian Doran
724af8e103
fix(client/lightweight): statements with parameters not working 2026-01-07 12:21:27 +02:00
Elian Doran
ab0800a9f3
chore(core): integrate notes route 2026-01-07 12:00:38 +02:00
Elian Doran
f05fda871c
chore(core): integrate icon_packs service 2026-01-07 11:45:40 +02:00
Elian Doran
22590596da
feat(core): shared router between lightweight and server 2026-01-07 11:37:50 +02:00
Elian Doran
a1c4a17d64
chore(core): integrate keyboard actions route 2026-01-07 11:23:46 +02:00
Elian Doran
0fe299250e
chore(client/lightweight): tree route import not seen 2026-01-07 11:07:23 +02:00
Elian Doran
adfe490480
chore(core): fix import 2026-01-07 10:43:02 +02:00
Elian Doran
a2d873d16f
chore(client/lightweight): port tree integration 2026-01-06 22:59:18 +02:00
Elian Doran
b60501dd3f
chore(core) integrate options route 2026-01-06 20:12:03 +02:00
Elian Doran
8523c369e1
fix(server): imports preventing start-up
Some checks failed
Checks / main (push) Has been cancelled
2026-01-06 19:15:53 +02:00
Elian Doran
7c16aeca4a
chore(core): crash due to dbReady before CLS init 2026-01-06 16:30:45 +02:00
Elian Doran
8399600e79
chore(core): address some missing methods in utils 2026-01-06 16:29:30 +02:00
Elian Doran
edac58f3fa
chore(core): integrate revisions 2026-01-06 16:24:14 +02:00
Elian Doran
51d0d848c5
chore(core): no-op request service 2026-01-06 16:22:47 +02:00
Elian Doran
1edab8e8da
chore(core): no-op image service 2026-01-06 16:21:42 +02:00
Elian Doran
e1e294914a
chore(core): no-op search 2026-01-06 16:20:10 +02:00
Elian Doran
4668fdc15c
chore(core): no-op sqlInit 2026-01-06 16:18:06 +02:00
Elian Doran
f1e0d5558c
chore(core): integrate erase 2026-01-06 16:16:54 +02:00
Elian Doran
c94c54c641
chore(core): integrate task_context with ws no-op 2026-01-06 16:09:21 +02:00
Elian Doran
18416eb89a
chore(core): no op script 2026-01-06 16:07:30 +02:00
Elian Doran
263c9028e2
chore(core): integrate hidden_subtree 2026-01-06 16:05:16 +02:00
Elian Doran
0b528e9937
chore(core): integrate handlers 2026-01-06 15:57:36 +02:00
Elian Doran
e905c1ec11
chore(core): integrate cloning service 2026-01-06 15:52:37 +02:00
Elian Doran
ecb27fe9f7
chore(core): integrate tree service 2026-01-06 15:48:48 +02:00
Elian Doran
a8f6db4b20
chore(core): fix some imports 2026-01-06 15:45:07 +02:00
Elian Doran
78262e55ec
chore(core): integrate escape/unescape & toMap 2026-01-06 15:43:36 +02:00
Elian Doran
c6197e520d
chore(core): integrate some more utils 2026-01-06 15:41:34 +02:00
Elian Doran
299c06c1a6
chore(core): fix inaccessible NoteParams 2026-01-06 15:33:48 +02:00