346 Commits

Author SHA1 Message Date
Elian Doran
23db7fe602
chore(client): partial integrate jquery.fancytree 2025-05-17 22:15:10 +03:00
iamvann
4fbfcefa94 feat: Implement configurable date/time format for Alt+T shortcut 2025-05-18 03:14:18 +08:00
Elian Doran
3f2a0e302d
refactor(client): integrate jquery-hotkeys 2025-05-17 21:27:23 +03:00
Elian Doran
a4cfef7892
fix(canvas): proxying of fonts 2025-05-17 19:52:04 +03:00
Elian Doran
0b4f362983
Merge remote-tracking branch 'origin/develop' into feature/db_session_store 2025-05-17 18:59:45 +03:00
Elian Doran
efc5269474
fix(test): import errors due to session parser 2025-05-17 18:58:18 +03:00
Elian Doran
17b444241d
Merge pull request #1948 from TriliumNext/docs 2025-05-17 12:17:51 +03:00
JYC333
3222765bb6 add sync known issue 2025-05-17 16:00:15 +08:00
Elian Doran
626e321f52
fix(math): proxying of fonts 2025-05-17 10:50:52 +03:00
JYC333
4dcb697a8f use admonition 2025-05-17 15:26:51 +08:00
Elian Doran
255e529714
fix(share): content.css missing 2025-05-17 10:13:03 +03:00
Elian Doran
f7471b5a12
fix(share): script not loadable due to ESM 2025-05-17 10:08:18 +03:00
Elian Doran
786233ab06
fix(share): script not loadable due to relative path 2025-05-17 10:07:48 +03:00
Elian Doran
470ac18cba
feat(client): integrate normalize.css 2025-05-17 10:03:37 +03:00
Elian Doran
a564a0df86
Merge branch 'develop' into feature/db_session_store 2025-05-17 09:51:18 +03:00
Elian Doran
a5952b76d2
fix(test/server): dayjs initialization issue 2025-05-17 09:45:53 +03:00
JYC333
2f3f8b31cf improve MFA docs 2025-05-17 10:13:00 +08:00
Elian Doran
bfa4c09c7e
fix(client): integrate highlight.js (partially) 2025-05-17 01:43:37 +03:00
Elian Doran
ac2e5fc3b7
fix(client): integrate autocomplete into client 2025-05-17 01:29:51 +03:00
Elian Doran
278cdf64f2
feat(server): serve client directly instead of proxying 2025-05-17 00:51:06 +03:00
Elian Doran
cb381d01c1
chore(server): remove URL logging to increase performance slightly 2025-05-17 00:23:45 +03:00
Elian Doran
b678e4ea28
fix(server): package.json not accessible 2025-05-17 00:14:20 +03:00
Elian Doran
83058e91b0
fix(server): some dist assets not served properly 2025-05-17 00:08:49 +03:00
Elian Doran
dd73517e7f
fix(server): some assets not served properly 2025-05-17 00:05:42 +03:00
Elian Doran
a3a810cbec
Merge branch 'feature/db_session_store' into client_vite 2025-05-16 23:57:32 +03:00
Elian Doran
afec7918dd
fix(server/session): respect cookie expiration date 2025-05-16 23:47:39 +03:00
Elian Doran
15a513d7cd
feat(server/session): clean up expired sessions 2025-05-16 23:44:41 +03:00
Elian Doran
43ab13e126
refactor(server/session): better error management 2025-05-16 23:36:56 +03:00
Elian Doran
b313b0b965
chore(server/session): implement session get 2025-05-16 23:31:42 +03:00
Elian Doran
dfb8c9f4ce
chore(server/session): implement session destroy 2025-05-16 23:24:17 +03:00
Elian Doran
c3770f0dae
chore(server/session): implement session write 2025-05-16 23:22:14 +03:00
Elian Doran
ec39667cba
feat(server/session): update database to hold session information 2025-05-16 23:07:23 +03:00
Elian Doran
390b384936
refactor(server): remove unnecessary script 2025-05-16 22:56:00 +03:00
Elian Doran
d3488ca96a
refactor(server): fix vite runtime not proxied 2025-05-16 22:55:49 +03:00
Elian Doran
ae2eb9f4bb
refactor(server): fix script dir for libraries 2025-05-16 22:39:52 +03:00
Elian Doran
ac79ae29f2
refactor(server): fix stylesheet paths 2025-05-16 22:27:01 +03:00
Elian Doran
1d675538a8
refactor(server): improve script URL rewriting 2025-05-16 22:24:12 +03:00
Elian Doran
d4dbe1cb89
fix(server): proxying of inner client modules 2025-05-16 22:10:06 +03:00
Elian Doran
1d58b285de
fix(server): week notes broken due to misuse of transactions 2025-05-16 19:09:54 +03:00
JYC333
479ef63480 update MFA docs 2025-05-16 11:02:06 +08:00
JYC333
d95a313dad update MFA docs 2025-05-16 10:41:32 +08:00
Elian Doran
a333f8a59a
fix(server): async routes causing transaction issues 2025-05-14 22:58:53 +03:00
Elian Doran
c8ace1e0b2
refactor(server): use separate method for async route 2025-05-14 22:30:02 +03:00
Elian Doran
6f3339211c
refactor(server): separate routes from route API 2025-05-14 22:11:30 +03:00
Elian Doran
1854d3ef59
Merge pull request #1921 from TriliumNext/docs/add-upload-size-env-var-docs
Add documentation around setting the various environment variables to control upload size limit
2025-05-13 21:56:37 +03:00
Elian Doran
3a984ffb2c
feat(docs): color schemes for code notes 2025-05-13 21:39:15 +03:00
perf3ct
2ea60bc4a7 feat(docs): add documentation around setting the various environment variables to control upload size limit 2025-05-13 09:49:18 -07:00
Elian Doran
ac49c0f59b
refactor(server): remove dependency on codemirror project 2025-05-12 18:15:19 +03:00
Elian Doran
36009307d1
refactor(server): remove dependency on codemirror 2025-05-12 18:07:50 +03:00
Elian Doran
00a9908907
Merge remote-tracking branch 'origin/develop' into feature/codemirror6 2025-05-12 10:04:30 +03:00