Elian Doran
|
dc22d05657
|
server-ts: Port services/html_sanitizer
|
2024-02-17 21:33:47 +02:00 |
|
Elian Doran
|
00c692cf28
|
server-ts: Port services/note_types
|
2024-02-17 21:29:28 +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
|
786d851293
|
server-ts: events.js -> ts
|
2024-02-17 13:32:41 +02:00 |
|
Elian Doran
|
b63e870038
|
server-ts: protected_session.js -> ts
|
2024-02-17 13:32:41 +02:00 |
|
Elian Doran
|
d3c9e7e157
|
server-ts: errors/*.js -> .ts
|
2024-02-17 13:32:41 +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
|
92e8b155e4
|
Merge branch 'stable'
# Conflicts:
# package.json
# src/services/build.js
# src/services/migration.js
|
2024-01-27 22:52:47 +01:00 |
|
zadam
|
807941e6a5
|
disable scanning for links while migration is running #4535
|
2024-01-21 20:50:38 +01:00 |
|
zadam
|
2c7b774356
|
Merge branch 'stable'
|
2024-01-10 22:57:05 +01:00 |
|
zadam
|
77800d073f
|
fix URL unescaping in improper place, #4566
|
2024-01-09 23:22:45 +01:00 |
|
zadam
|
e2cb3c0d14
|
Merge branch 'stable'
# Conflicts:
# package.json
# src/services/build.js
# src/services/notes.js
|
2024-01-08 00:21:46 +01:00 |
|
zadam
|
ee608fcf46
|
unescape HTML before downloading images, #4566
|
2024-01-08 00:03:11 +01:00 |
|
zadam
|
894b08a1b8
|
correctly save attachment URL, #4566
|
2024-01-07 23:51:38 +01:00 |
|
zadam
|
4e549baedc
|
fix auto-download of images, closes #4566
|
2024-01-07 23:45:40 +01:00 |
|
zadam
|
d63d42d87c
|
Merge branch 'stable'
|
2024-01-07 22:46:23 +01:00 |
|
zadam
|
439743d2b0
|
convert absolute image attachment URLs to relative without domain, fixes #4509
|
2023-12-27 23:22:40 +01:00 |
|
zadam
|
ed00797179
|
Merge branch 'stable'
# Conflicts:
# package-lock.json
|
2023-11-27 10:41:07 +01:00 |
|
zadam
|
d07f02b95f
|
contrary to what I believed encodeURIComponent() is available also in node.js, #4478
|
2023-11-27 10:15:29 +01:00 |
|
zadam
|
ad74952194
|
fix thumbnails with chinese titles, closes #4478
|
2023-11-27 10:10:27 +01:00 |
|
zadam
|
10f3df3ed4
|
make sure content is string for post-processing
|
2023-11-26 23:51:04 +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
|
695c9d5cf3
|
more note etapi tests
|
2023-10-30 23:51:53 +01:00 |
|
zadam
|
bb81f110dd
|
improved error handling
|
2023-09-21 11:16:03 +02:00 |
|
zadam
|
f37dc66074
|
add support for storing canvas libraries in note attachments plus storing exported SVG in attachment
|
2023-09-08 21:53:57 +02:00 |
|
zadam
|
806062c8d1
|
fix undelete attachments
|
2023-09-08 00:22:48 +02:00 |
|
zadam
|
041758766a
|
allow specifying date created in the ETAPI, #4199
|
2023-08-30 00:11:32 +02:00 |
|
zadam
|
e8b52f9e6c
|
sync fixes and refactorings
|
2023-07-29 23:25:02 +02:00 |
|
zadam
|
ce3834eb9e
|
blob erasure is not synced, need to clean them up before each content hash check
|
2023-07-27 23:57:12 +02:00 |
|
zadam
|
d475346a09
|
renamed attachment's parentId to more fitting ownerId
|
2023-07-14 17:01:56 +02:00 |
|
zadam
|
ca41806bc2
|
import and export fixes
|
2023-07-13 23:54:47 +02:00 |
|
zadam
|
192e399cb5
|
typos
|
2023-06-30 11:18:34 +02:00 |
|
zadam
|
eb34f9c64f
|
small refactorings and fixes
|
2023-06-29 23:32:19 +02:00 |
|
zadam
|
48029cea7c
|
small refactorings
|
2023-06-29 22:10:13 +02:00 |
|
zadam
|
a46c5a2243
|
use isLabelTruthy() for most binary labels
|
2023-06-29 00:14:12 +02:00 |
|
zadam
|
995f1c9fc4
|
Merge branch 'stable' into next61
# Conflicts:
# src/etapi/etapi.openapi.yaml
# src/etapi/notes.js
# src/public/app/widgets/type_widgets/editable_text.js
# src/services/app_info.js
|
2023-06-20 23:30:45 +02:00 |
|
zadam
|
5905950c17
|
fix notePosition assignment for new children of root
|
2023-06-19 00:29:36 +02: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
|
93addac8bb
|
Merge branch 'master' into next61
# Conflicts:
# src/becca/entities/bnote.js
# src/public/app/components/note_context.js
# src/public/app/layouts/desktop_layout.js
# src/public/app/services/note_content_renderer.js
# src/public/app/services/utils.js
# src/public/app/widgets/ribbon_widgets/file_properties.js
# src/public/app/widgets/ribbon_widgets/note_info_widget.js
# src/services/notes.js
|
2023-06-05 00:09:55 +02:00 |
|
zadam
|
779751a234
|
rename "note revision" to just "revision"
|
2023-06-04 23:01:40 +02:00 |
|
zadam
|
cb9feab7b2
|
got rid of the hot/cold blob, all blobs are "cold" now
|
2023-06-04 22:50:07 +02:00 |
|
zadam
|
ae42e0efc7
|
refactoring
|
2023-06-01 00:07:57 +02:00 |
|