Commit Graph

83 Commits (96b6d17d77256e8f9009ed873fb610ac04f30acc)

Author SHA1 Message Date
Elian Doran 96b6d17d77
server-ts: Remove need for 'allowImportingTsExtensions' 2024-02-17 13:32:40 +07:00
Elian Doran 39627a4fc4
server-ts: log.js -> log.ts 2024-02-17 13:32:40 +07:00
zadam cf99345962 use .js extension for require() as a preparation for future migration to ESM 2023-11-22 19:34:48 +07:00
zadam cf068211ff change the way frontend detects content change which works even if no new blob is created, fixes #4434 2023-11-13 23:53:14 +07:00
zadam 8a641e1b4f added "inherit" relation, #3493 2023-01-06 20:31:55 +07:00
zadam f809da58ec fix occurrences of 'root' branch 2022-12-28 13:09:49 +07:00
zadam dfb462cf35 introduced new exception classes for structured error reporting 2022-12-09 16:13:22 +07:00
zadam 342ae6e5e2 introduced new exception classes for structured error reporting 2022-12-09 16:04:13 +07:00
zadam 5b73fe949e defensive programming, #3089 2022-08-26 22:08:05 +07:00
zadam 8abcf571e8 fixes for undefined parent note #3066 2022-08-16 23:46:56 +07:00
zadam d4d48f3834 use [protected] for protected notes in the export 2022-01-08 21:50:16 +07:00
zadam b660238a40 backend import unification 2021-06-29 22:15:57 +07:00
zadam 845f5d15c4 buttons on the left 2021-05-18 22:14:35 +07:00
zadam 439ef4a8cb moved becca to top level source dir 2021-05-17 22:09:49 +07:00
zadam e466c393eb converted NoteRevision entity to the becca 2021-04-26 22:18:14 +07:00
zadam 42510fda5c renamed also cache files/modules 2021-04-16 23:01:56 +07:00
zadam f7e86c5be0 renamed noteCache into becca 2021-04-16 23:00:08 +07:00
zadam da741b522e note cache fixes, #1805 2021-03-30 21:39:42 +07:00
zadam 081b8b126a fix note_reordering not updating note cache 2021-02-20 21:28:22 +07:00
zadam 56506d33a7 small fixes 2021-02-19 22:58:53 +07:00
zadam 8c0662ab82 fix displaying protected notes outside of protected session 2020-12-21 23:10:08 +07:00
zadam d0578971f7 fix manual erasing note revisions 2020-12-16 14:36:24 +07:00
zadam fccce2ff1e small fixes 2020-12-14 23:04:56 +07:00
zadam 0a896cc19c tree fixes 2020-12-13 23:27:42 +07:00
zadam 60e2026850 improved note list pager for many pages 2020-12-12 12:07:15 +07:00
zadam 5098dda376 load initial tree from note cache 2020-12-11 22:06:12 +07:00
zadam 35e47f866a fix root branch 2020-12-11 15:27:57 +07:00
zadam 199d89c1a6 optimizations and fixes 2020-12-11 15:24:44 +07:00
zadam 0b6fa4ab06 Merge remote-tracking branch 'origin/optimize-tree' 2020-12-10 22:54:16 +07:00
zadam 0ac42608f7 faster tree loading of many notes at once #1480 2020-12-10 21:27:21 +07:00
zadam 4633c68a0c avoid resorting children on every child add, fixes #1480 2020-12-10 16:10:10 +07:00
zadam ac636b6649 WIP per-tab hoisting 2020-11-23 23:11:21 +07:00
zadam 4bd86a6dfa WIP per-tab hoisting 2020-11-22 23:05:02 +07:00
zadam 6517188b39 fix tree loading (partial revert of previous commit) 2020-10-24 00:00:24 +07:00
zadam c4acecd510 fix loading unnecessary notes into the cache 2020-10-23 23:19:29 +07:00
zadam 8f018cc7c6 as part of tree/note load make sure also relation targets are loaded, closes #1273 2020-10-01 23:42:09 +07:00
zadam 874972a3d3 fix broken what links here widget 2020-09-05 22:45:26 +07:00
zadam 6aa61ca306 initializing note tree synchronously 2020-08-26 16:50:16 +07:00
zadam 88348c560c syncification 2020-06-20 12:31:38 +07:00
zadam 4a89df7ebf always keep all the ancestors in the tree WIP 2020-03-18 22:35:54 +07:00
zadam ac7d5f2e81 fixes, separation of notefull from noteshort 2020-01-25 14:37:12 +07:00
zadam 516e6c35da fixes 2020-01-25 13:46:55 +07:00
zadam 60c908cd63 frontend attribute cache refactoring WIP 2020-01-25 11:52:45 +07:00
zadam 21fab412cb sync error mitigation 2019-12-17 22:17:03 +07:00
zadam 35e9df6170 fixes in the handling of cssClass and iconClass when working with newly created / single note 2019-11-16 11:23:28 +07:00
zadam e00ab5dbf9 new "iconClass" property on note_short, now together with cssClass respecting template relationship, #707 2019-11-16 08:59:27 +07:00
zadam 86a330c8c3 delete notes are now in cache as well which allows simplified update of the tree after deletion 2019-10-26 22:50:46 +07:00
zadam d3c957768f branches in tree cache should always be loaded if some branchId reference exists 2019-10-26 09:58:00 +07:00
zadam edc23940d0 promise for loaded note cache 2019-10-25 21:57:08 +07:00
zadam c72ea2ed60 changes in retrieval of initial note tree and then updates 2019-10-25 21:47:14 +07:00