Commit Graph

899 Commits

Author SHA1 Message Date
perf3ct ab2f27180d feat(server/metrics): add documentation around the new metrics endpoint 2025-05-26 13:51:03 -07:00
perf3ct 758b22e6b1 feat(server): remove the use of "any" for metrics endpoint 2025-05-26 20:26:03 +00:00
perf3ct 52fb5fa298 feat(server): add metrics endpoint and functionality 2025-05-26 19:50:04 +00:00
Elian Doran 3ca2b24db3 feat(client): implement clipboard fallback method 2025-05-26 20:30:32 +03:00
Elian Doran ac0f6662a6 feat(client): improve error handling if unable to copy to clipboard 2025-05-26 20:12:38 +03:00
Elian Doran a666e26194 feat(client): display message when copying code block in text note 2025-05-26 20:02:32 +03:00
Elian Doran a20e171443 chore(desktop): disable emit declarations 2025-05-26 19:35:42 +03:00
Elian Doran ba4a146b71 chore(client): fix duplicate font 2025-05-26 18:14:47 +03:00
Elian Doran 39d5c5f756 chore(server): do not emit declaration files 2025-05-26 17:50:49 +03:00
Elian Doran 79422da733 Merge pull request #2014 from FliegendeWurst/demo-mode
feat(server): add option to mount database read-only
2025-05-26 16:47:10 +03:00
Elian Doran cd15116f0e Revert "chore(desktop): disable electron forge rebuild"
This reverts commit dfad73ee02.
2025-05-26 16:38:11 +03:00
Elian Doran b5c09eee73 refactor(client): missing type errors for syntax highlight 2025-05-26 15:46:19 +03:00
Elian Doran 426549a189 chore(client): use translations 2025-05-26 15:40:57 +03:00
Elian Doran 612566d9d2 chore(client): use translations 2025-05-26 15:25:28 +03:00
Elian Doran b177e7a637 feat(client/read-only-text): implement copying to clipboard 2025-05-26 15:19:53 +03:00
Elian Doran 02e2b5d4ad feat(client): add a copy button to read-only text 2025-05-26 15:17:10 +03:00
Elian Doran bab679fd2a fix(edit-docs): not working under NixOS 2025-05-26 08:20:48 +03:00
Elian Doran 3091eb831a fix(client): cannot build due to import error in some circumstances 2025-05-26 08:20:39 +03:00
Elian Doran 3d22a64b5a chore(docs): update public documentation as well 2025-05-26 08:18:54 +03:00
Elian Doran bab8d6f12a refactor(client): remove unused type 2025-05-25 23:12:54 +03:00
Elian Doran 2f406aea83 fix(client/search): broken search in read-only text 2025-05-25 23:09:16 +03:00
Elian Doran b4df8f75b9 fix(client/search): search broken due to highlighting 2025-05-25 23:00:53 +03:00
Elian Doran cb8a08d590 chore(nx): run client server automatically 2025-05-25 22:20:02 +03:00
Elian Doran 13a8c6c488 Merge branch 'develop' into renovate/electron-36.x 2025-05-25 21:13:29 +03:00
Elian Doran b6f6968c49 Merge pull request #2019 from TriliumNext/sirius_patch
Fix: Automatically close modal when dropdown is dismissed
2025-05-25 21:04:22 +03:00
Elian Doran dbe16be7ad fix({desktop,edit-docs}: zip export 2025-05-25 20:38:06 +03:00
Elian Doran 3850d471c0 fix(server): CSS raw imports 2025-05-25 20:06:04 +03:00
SiriusXT 04343fbc2e Fix: Automatically close modal when dropdown is dismissed 2025-05-26 00:17:52 +08:00
Elian Doran b0fe4f67d8 fix(edit-docs): main window not starting properly 2025-05-25 18:29:31 +03:00
Elian Doran 9688013c91 fix(server): login rendering failure 2025-05-25 17:36:53 +03:00
Elian Doran 758745f19e fix(desktop): missing tray icon 2025-05-25 16:42:00 +03:00
Elian Doran 82f94ff3e6 fix(server): wrong import for dayjs 2025-05-25 16:33:34 +03:00
Elian Doran 470cc69a85 Merge remote-tracking branch 'origin/develop' into feature/server_esbuild 2025-05-25 16:23:39 +03:00
Elian Doran adc8e8ad73 fix(server): serving of images in dev mode 2025-05-25 14:15:12 +03:00
Elian Doran fa9d0be651 refactor(server): async import without side effects 2025-05-25 14:09:51 +03:00
Elian Doran f73daf5b95 chore(edit-docs): fix rebuild and entrypoint 2025-05-25 12:16:57 +03:00
Elian Doran 315224c046 chore(desktop): remove unnecessary files 2025-05-25 11:48:31 +03:00
Elian Doran be8749d84e chore(edit-docs): switch to esbuild 2025-05-25 11:47:03 +03:00
Elian Doran d70140c180 chore(desktop): add electron-forge:start 2025-05-25 11:00:22 +03:00
Elian Doran 6bbf808cb4 fix(desktop): @electron/remote missing in package 2025-05-25 11:00:01 +03:00
Elian Doran f9b0df3056 chore(desktop): libraries not bundled 2025-05-25 10:12:09 +03:00
Elian Doran 469c8a0a22 chore(server-e2e): mistakenly used continuous task 2025-05-25 08:54:50 +03:00
Elian Doran 791a51dfe3 chore(desktop/forge): add missing fields 2025-05-24 21:57:09 +03:00
Elian Doran 601e81fb18 chore(desktop/forge): force presence of package.json 2025-05-24 21:47:57 +03:00
Elian Doran ddda222eee chore(nx): sync tsconfig 2025-05-24 20:46:32 +03:00
Adorian Doran 04eb45f1e4 style(next)/tool buttons: improve selector specificity 2025-05-24 18:52:00 +03:00
FliegendeWurst 50d045b70e fix(client): don't save note tab context for read-only database 2025-05-24 17:43:08 +02:00
FliegendeWurst 5acdb698bb fix(server): don't optimize database in read-only mode 2025-05-24 17:35:52 +02:00
FliegendeWurst 23422731e2 fix(client): handle read-only in note tree auto-collapse 2025-05-24 17:35:52 +02:00
FliegendeWurst bd0cb91171 feat(server): log ignored DB changes in wrapper 2025-05-24 17:35:52 +02:00