Commit Graph

131 Commits

Author SHA1 Message Date
vanndoublen f640c9212e Merge branch 'develop' into feature/custom-datetime-format 2025-05-20 19:55:45 +08:00
Elian Doran f92047bcac refactor(common): rename highlightjs to markdown language code 2025-05-18 20:22:32 +03:00
Elian Doran 1a4d1bc791 refactor(commons): deduplicate mime_type_definitions 2025-05-18 19:33:11 +03:00
Elian Doran 4537dfa660 chore(highlightjs): reintroduce grouping of themes 2025-05-18 18:58:46 +03:00
Elian Doran 8b11f25f0c chore(highlightjs): introduce client-level list of themes 2025-05-18 17:12:45 +03:00
Elian Doran b0ebeb22d5 fix(highlightjs): unable to match due to init normalization 2025-05-18 16:05:50 +03:00
Elian Doran 7bfe261ac6 refactor(highlightjs): move dependency 2025-05-18 00:20:43 +03:00
iamvann 4fbfcefa94 feat: Implement configurable date/time format for Alt+T shortcut 2025-05-18 03:14:18 +08: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
JYC333 4dcb697a8f use admonition 2025-05-17 15:26:51 +08: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 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 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
Elian Doran bd26e1a578 feat(code): provide sensible theme defaults 2025-05-11 22:22:35 +03:00
Elian Doran d41b780f43 feat(code): friendly theme names 2025-05-11 22:03:37 +03:00
Elian Doran 340dec725c fix(code): align syntax highlight settings 2025-05-11 21:40:13 +03:00
Elian Doran 92dcfb3304 feat(server): define code note theme option 2025-05-11 20:52:26 +03:00
Elian Doran ca467fcd7a feat(server): add endpoint to list code note themes 2025-05-11 20:40:22 +03:00
Elian Doran cf7c5d3cb4 feat(text): add Nix language 2025-05-11 19:45:56 +03:00
Elian Doran 2b192eb1b9 feat(code): add Nix language 2025-05-11 19:44:10 +03:00
Elian Doran 7cd4bce5b0 feat(code): support gdscript (godot) 2025-05-11 11:18:19 +03:00
SiriusXT 58e53fc8ce add test case for multiple inline math expressions in imported Markdown 2025-05-11 00:09:15 +08:00
SiriusXT 047109f821 Fix incorrect import of multiple inline math. 2025-05-10 22:56:36 +08:00
Elian Doran c3f9f3696e feat(docs): document CKEditor plugin migration 2025-05-10 02:00:49 +03:00
Elian Doran 51993757cc docs(user): bookmarks & emojis 2025-05-09 21:13:38 +03:00
Elian Doran a0fac8b6d9 fix(server): export not working due to content CSS 2025-05-09 10:31:37 +03:00
Elian Doran 9cb56a4875 chore(server): serve ck-content for share 2025-05-09 10:29:24 +03:00
Elian Doran 73f69f91f2 fix(server): code block themes not listed again 2025-05-08 18:51:37 +03:00