Elian Doran
|
5916a8b5b8
|
server-ts: Fix build errors
|
2024-02-17 19:20:32 +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
|
8b250e4a13
|
server-ts: Fix references to js files for converted files
|
2024-02-17 13:32:43 +02:00 |
|
Elian Doran
|
5309d4ad5c
|
server-ts: instance_id.js -> ts
|
2024-02-17 13:32:42 +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
|
cf99345962
|
use .js extension for require() as a preparation for future migration to ESM
|
2023-11-22 19:34:48 +01:00 |
|
zadam
|
531e9d4aff
|
graceful handling of sync error
|
2023-11-06 00:15:35 +01:00 |
|
zadam
|
df5951ce46
|
improve sync debug info
|
2023-11-04 00:02:31 +01:00 |
|
zadam
|
86d62866f2
|
catch JSON stringify error, #4310
|
2023-10-05 21:54:59 +02:00 |
|
zadam
|
79e5e3b65f
|
more logging for sync
|
2023-09-21 18:13:14 +02:00 |
|
zadam
|
bb81f110dd
|
improved error handling
|
2023-09-21 11:16:03 +02:00 |
|
zadam
|
12014b9f4d
|
sync fixes and refactorings
|
2023-07-29 23:35:08 +02:00 |
|
zadam
|
04b125afc0
|
sync fixes and refactorings
|
2023-07-29 21:59:20 +02:00 |
|
zadam
|
72122d0f95
|
fix blobIds - they shouldn't contain + and / characters
|
2023-07-28 15:55:26 +02:00 |
|
zadam
|
5b0f487f3f
|
handle ERR_* errors gracefully
|
2023-07-27 14:50:18 +02:00 |
|
zadam
|
a3fa8341ba
|
handle ERR_CONNECTION_RESET gracefully
|
2023-07-27 10:55:34 +02:00 |
|
zadam
|
192e399cb5
|
typos
|
2023-06-30 11:18:34 +02:00 |
|
zadam
|
3b3f6082a7
|
attachment ETAPI support WIP
|
2023-06-05 09:23:42 +02:00 |
|
zadam
|
2aa987c072
|
fixes for zip export/import in regard to attachments
|
2023-05-06 22:50:28 +02:00 |
|
zadam
|
8edf06d28d
|
small refactorings
|
2023-05-04 22:16:18 +02:00 |
|
zadam
|
e16bedfab4
|
WIP blobs
|
2023-03-16 11:02:07 +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
|
37ba76fdd8
|
refactored note attachment into note ancillary
|
2023-01-28 13:13:46 +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 |
|
zadam
|
1b24276a4a
|
always use template strings instead of string concatenation
|
2022-12-21 15:19:05 +01:00 |
|
zadam
|
2075e89239
|
improved logging
|
2022-01-31 21:25:18 +01:00 |
|
zadam
|
da4f26d7ce
|
Merge remote-tracking branch 'origin/stable'
|
2022-01-13 20:32:37 +01:00 |
|
zadam
|
fa2ffd7574
|
ignore "Sync not configured" message when toggling shared state
|
2022-01-13 20:22:50 +01:00 |
|
zadam
|
42e85aefdc
|
sync fixes
|
2022-01-10 21:24:07 +01:00 |
|
zadam
|
be59f248e8
|
fix sync skipping some changes and then forcing sector queuing
|
2022-01-09 22:22:13 +01:00 |
|
zadam
|
2d2641dbd7
|
sync fixes
|
2022-01-09 21:25:15 +01:00 |
|
zadam
|
7159b13c9d
|
add memberId to entity_changes to avoid having to resend all changes second time
|
2022-01-09 20:16:39 +01:00 |
|
zadam
|
003fec4b11
|
fix interrupted initial sync
|
2022-01-02 21:20:56 +01:00 |
|
zadam
|
e36bc42519
|
added changeId into entity_changes to have cross-sync change ID
|
2021-11-18 22:33:08 +01:00 |
|
zadam
|
d345b7ed56
|
added entity changes check after sync check failure, fixed sync
|
2021-11-17 22:57:09 +01:00 |
|
zadam
|
df0411197b
|
fixed syncing of erased notes, closes #2316
|
2021-11-12 21:19:23 +01:00 |
|
zadam
|
669eaa7509
|
fix SQL console
|
2021-07-27 22:08:41 +02:00 |
|
zadam
|
2035304b63
|
cleanup of entity changes processing
|
2021-06-30 20:54:15 +02:00 |
|
zadam
|
5be7f003ca
|
sync fixes
|
2021-06-29 23:45:45 +02:00 |
|
zadam
|
b660238a40
|
backend import unification
|
2021-06-29 22:15:57 +02:00 |
|
zadam
|
439ef4a8cb
|
moved becca to top level source dir
|
2021-05-17 22:09:49 +02:00 |
|
zadam
|
8bd3e17a3b
|
removed legacy entities and repository
|
2021-05-17 22:05:35 +02:00 |
|
zadam
|
9645a07f2f
|
Merge remote-tracking branch 'origin/stable' into next
# Conflicts:
# package-lock.json
# package.json
|
2021-05-15 22:45:11 +02:00 |
|
zadam
|
f6dd1110e8
|
fix sync status
|
2021-05-15 22:00:53 +02:00 |
|