Elian Doran
00c692cf28
server-ts: Port services/note_types
2024-02-17 21:29:28 +02:00
Elian Doran
77fb7bc6e8
server-ts: Port services/erase
2024-02-17 21:13:04 +02:00
Elian Doran
d35613f510
server-ts: Port becca_loader
2024-02-17 20:45:31 +02:00
Elian Doran
56ca0ea5d0
server-ts: Port migration, port, sql_init services
2024-02-17 19:51:22 +02:00
Elian Doran
246a90d73c
server-ts: Port revisions service
2024-02-17 19:44:46 +02:00
Elian Doran
45a6c9558f
server-ts: Fix references to js files for converted files
2024-02-17 13:32:43 +02:00
Elian Doran
030aec2f3e
server-ts: Fix more references to js files for converted files
2024-02-17 13:32:43 +02:00
Elian Doran
8b250e4a13
server-ts: Fix references to js files for converted files
2024-02-17 13:32:43 +02:00
Elian Doran
82a9808dea
server-ts: sql.js -> sql.ts
2024-02-17 13:32:41 +02:00
Elian Doran
7a9365457a
server-ts: utils.js -> utils.ts
2024-02-17 13:32:41 +02:00
Elian Doran
ff2e05fe83
server-ts: Fix references to cls.js
2024-02-17 13:32:41 +02:00
Elian Doran
96b6d17d77
server-ts: Remove need for 'allowImportingTsExtensions'
2024-02-17 13:32:40 +02:00
Elian Doran
39627a4fc4
server-ts: log.js -> log.ts
2024-02-17 13:32:40 +02:00
zadam
f704cacdee
bugfixes to sync
2023-12-30 00:34:46 +01:00
zadam
df85a5eee4
Merge branch 'stable'
...
# Conflicts:
# src/routes/api/revisions.js
# src/services/bulk_actions.js
2023-12-11 23:07:15 +01:00
zadam
d0f6ff5f98
fix erasing revisions
2023-12-04 00:11:24 +01:00
zadam
cf99345962
use .js extension for require() as a preparation for future migration to ESM
2023-11-22 19:34:48 +01:00
zadam
e5555beea9
logging reason for frontend reload
2023-09-28 23:47:19 +02:00
zadam
a749e24147
fix creating revisions for non-text notes #4176
2023-09-21 11:38:38 +02:00
zadam
01474ecd2d
sync fixes
2023-09-05 00:30:09 +02:00
zadam
e8b52f9e6c
sync fixes and refactorings
2023-07-29 23:25:02 +02:00
zadam
04b125afc0
sync fixes and refactorings
2023-07-29 21:59:20 +02:00
zadam
d475346a09
renamed attachment's parentId to more fitting ownerId
2023-07-14 17:01:56 +02:00
zadam
b7f0fd2db3
Merge branch 'master' into next61
...
# Conflicts:
# package-lock.json
# src/public/app/services/note_content_renderer.js
# src/public/app/widgets/note_tree.js
# src/routes/routes.js
# src/services/consistency_checks.js
# src/services/notes.js
# src/services/task_context.js
2023-07-10 18:20:36 +02:00
zadam
192e399cb5
typos
2023-06-30 11:18:34 +02:00
zadam
48029cea7c
small refactorings
2023-06-29 22:10:13 +02:00
Kian-Meng Ang
712304bbc6
Fix typos
...
Found via `codespell -S ./libraries,./package-lock.json -L tabel,tabels,uptodate,isnt,edn,falsy`
2023-06-23 00:27:04 +08:00
zadam
75c6afd1c3
fix loading of string content saved as binary
2023-06-14 22:21:22 +02:00
zadam
3b3f6082a7
attachment ETAPI support WIP
2023-06-05 09:23:42 +02:00
zadam
779751a234
rename "note revision" to just "revision"
2023-06-04 23:01:40 +02:00
zadam
fa3cbb4645
grammar
2023-05-05 23:41:11 +02:00
zadam
2b84f1be00
unify .setContent() .getContent() handling across notes, revisions, attachments
2023-03-16 15:19:26 +01:00
zadam
bb45c67e60
Merge branch 'stable' into next60
2023-03-16 13:39:28 +01:00
zadam
147160ed45
fix dead references in consistency_checks.js
2023-03-16 13:30:33 +01:00
zadam
515fb4e5db
blob WIP
2023-03-16 13:29:11 +01:00
zadam
b6efc954bd
blob WIP
2023-03-16 12:17:55 +01:00
zadam
eee05a4d01
blob WIP
2023-03-16 12:11:00 +01:00
zadam
dc97400dbf
ancillary => attachment
2023-03-16 11:03:28 +01:00
zadam
e16bedfab4
WIP blobs
2023-03-16 11:02:07 +01:00
zadam
5a8e216dec
WIP blob
2023-03-15 22:44:08 +01:00
zadam
929f8ef720
note ancillary/attachment backported from dev branch
2023-03-08 09:01:23 +01:00
zadam
6f7b554cdc
preparing 0.59 without ocr/pdf, userguide, note ancillaries
2023-02-17 14:49:45 +01:00
zadam
8371703090
Merge branch 'master' into dev
2023-02-10 10:41:12 +01:00
zadam
adf222b5e8
fix consistency check to re-parent note from search parent to root
2023-02-10 10:12:58 +01:00
zadam
ade22ea825
recover notes into root only if no other valid branch exists, #3590
2023-02-10 10:09:06 +01:00
Elian Doran
92f586486f
Fix broken reference consistency check
...
If a branch was identified with a missing parent, the branch would be
moved to root. However, the ID of the branch would be changed as a
result of that, and this resulted in the creation of a new branch
instead of updating the old one. Deleting the old one first solves the
issue.
2023-02-05 01:12:13 +02:00
zadam
37ba76fdd8
refactored note attachment into note ancillary
2023-01-28 13:13:46 +01:00
zadam
8a33645360
migrating canvas etc.
2023-01-23 16:57:28 +01:00
zadam
339d8a7378
initial implementation of note attachments
2023-01-22 23:36:05 +01:00
zadam
f50a9c250a
many small issues found by intellij analysis
2023-01-15 21:04:17 +01:00