1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00
Commit Graph

1547 Commits

Author SHA1 Message Date
Henry Heino
65c47189f9
Mobile,Desktop: Fixes : Do not invite user to create new notes in the trash folder () 2024-04-25 13:34:32 +01:00
Henry Heino
0670ad92d7
Chore: Add no-throw-literal and prefer-promise-reject-errors eslint rules () 2024-04-25 13:32:37 +01:00
Henry Heino
83b50aaa8e
Chore: Migrate file system sync to TypeScript () 2024-04-25 13:31:48 +01:00
renovate[bot]
4978a473a1
Update dependency @adobe/css-tools to v4.3.3 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-24 10:47:19 +00:00
renovate[bot]
15770e9298
Update dependency @types/node to v18.19.9 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-23 15:42:57 +00:00
Henry Heino
b69bf84ab6
Desktop: Fixes : Linux: Allow passing --enable-wayland-ime flag to fix input method issues on startup () 2024-04-22 18:28:26 +01:00
Abdelrrahman Elhaddad
7ec02fc8d8
Desktop: Added search list for configuration font input fields () 2024-04-20 14:23:07 +01:00
wljince007
294cc4a440
Desktop: Fixes : When web clipper clipping code blocks, keep code in multiline and delete code number lines ()
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
2024-04-20 13:48:44 +01:00
CoolCu
1d31f63947
Doc: remove repetitive words ()
Signed-off-by: CoolCu <coolcui@qq.com>
2024-04-17 11:55:33 +01:00
Henry Heino
b638056150
Mobile: Support description banners on plugin-registered settings screens () 2024-04-15 18:18:22 +01:00
Henry Heino
ff86c253d3
Mobile: Support accepting Joplin Cloud shares () 2024-04-15 18:17:34 +01:00
Henry Heino
385fe7bbe0
Desktop: Fixes : Fix dragging notebooks to the toplevel notebook () 2024-04-15 18:15:45 +01:00
Henry Heino
8393ccc7f8
Chore: Desktop: Use stronger types in Sidebar.tsx () 2024-04-15 18:15:18 +01:00
Henry Heino
87f7fb6841
Mobile: Fixes : Fix error on retry or ignore attachment too large error () 2024-04-15 18:13:41 +01:00
Henry Heino
c0c3b4d23e
Mobile: Plugins: Fix event listener memory leak when disabling/uninstalling plugins ()
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2024-04-11 09:04:47 +01:00
Henry Heino
346f49fa66
Chore: Improve types for mobile and desktop themeStyle () 2024-04-11 08:35:20 +01:00
pedr
859d3e867e
Desktop, Mobile: Fixes : Email to note address not presented in configuration screen before synchronisation () 2024-04-10 11:37:00 +01:00
Henry Heino
2ae08ff46e
Mobile: Support importing from JEX files () 2024-04-08 17:57:01 +01:00
Henry Heino
03c3feef16
Mobile: Resolves : Allow marking items as "ignored" in sync status () 2024-04-08 12:35:57 +01:00
Laurent Cozic
1179de7c36 Destkop, Cli, Mobile: Resolves : Do not repeat failed requests with ENOTFOUND error 2024-04-07 11:29:30 +01:00
Henry Heino
58ca1a938b
Chore: Refactor EventManager to use stronger types () 2024-04-06 18:08:16 +01:00
Laurent Cozic
2e2a2b3193 Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
Laurent Cozic
42900bcc66 Desktop: Fixed sorting labels 2024-04-05 10:41:14 +01:00
Laurent Cozic
ce451c5850 Desktop: Resolves : Allow sorting by due date and completion date in detailed note list 2024-04-05 10:34:05 +01:00
Laurent Cozic
5b4477f7bd Desktop: Fixed rendering of alarm time in detailed note list 2024-04-05 10:32:52 +01:00
cagnusmarlsen
6f76fe728f
Desktop: Fixes : Detailed note list doesn't follow preferred date and time formats () 2024-04-04 11:38:38 +01:00
Henry Heino
8dc75efc4c
Desktop: Security: Make attachment and file links safer () 2024-04-03 18:57:52 +01:00
Henry Heino
f899c97c4c
Mobile,Desktop: Resolves : Allow marking a plugin as mobile-only or desktop-only () 2024-04-03 18:51:09 +01:00
pedr
1e6cc11868
Desktop, Mobile, Cli: Avoid unnecessary requests if Joplin Cloud credentials are empty () 2024-04-03 15:43:22 +01:00
Laurent Cozic
b622f9b938 Chore: Fixed naming 2024-04-01 16:47:50 +01:00
Laurent Cozic
00084c5798 Desktop, Mobile: Improve focus handling 2024-04-01 15:34:22 +01:00
Laurent Cozic
04a6c36b5c Chore: Fixed populateDatabase tool 2024-04-01 13:44:07 +01:00
Henry Heino
bdb2e588f3
iOS: Resolves : Allow installing recommended plugins () 2024-03-29 12:40:54 +00:00
Henry Heino
688d807eee
Mobile: Fixes : Fix "new note" button is shown in the trash notebook () 2024-03-29 12:11:15 +00:00
Henry Heino
06aa64016f
Desktop: Resolves : Plugin API: Add support for loading PDFs with the imaging API () 2024-03-27 18:53:24 +00:00
Mohamad Ashraf
7f34afcaea
Desktop: Fixes#10196: Added hover effect to detailed renderer () 2024-03-26 14:05:40 +00:00
Henry Heino
c4aa18a63e
Doc: Mark several desktop-only plugin API features as "desktop-only" () 2024-03-26 11:36:15 +00:00
Laurent Cozic
f85db1496e Desktop: Fixed error when exporting certain notes that contain plugin content 2024-03-25 12:52:06 +00:00
Henry Heino
a5419e61d5
Doc: Plugin API: Document how to add support for the Rich Text Editor to a renderer plugin () 2024-03-23 14:41:17 +00:00
Henry Heino
ec4d4141ef
Doc: Plugin API: Update editor content script documentation to include information about the mobile and beta editors () 2024-03-23 14:40:14 +00:00
Henry Heino
0c6df3dd73
Mobile: Fixes , : Fix shared data lost if Joplin is closed immediately after receiving a share () 2024-03-21 10:45:54 +00:00
Joplin Bot
55d72a8f68 Doc: Auto-update documentation
Auto-updated using release-website.sh
2024-03-20 12:20:52 +00:00
cagnusmarlsen
e9ebd845b9
Desktop: Fixes : Special characters in notebooks and tags are not sorted alphabetically ()
Co-authored-by: Martin Dörfelt <martin.d@andix.de>
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2024-03-20 11:17:46 +00:00
pedr
ea29cf4e13
Clipper, Desktop: Prevent race condition when download limit is reached () 2024-03-20 11:11:57 +00:00
Siddhant Paritosh Rao
32141d4e23
Mobile: Fixes : Shows only the real folders in the dropdown of parent folders. () 2024-03-20 10:53:36 +00:00
Henry Heino
7d068cfb87
Android: Allow debugging plugins () 2024-03-20 10:52:58 +00:00
Laurent Cozic
56b010ba0e Merge branch 'release-2.14' into dev 2024-03-18 16:03:58 +00:00
Laurent Cozic
40db753417 Deskop, Cli: Fixes : ENEX does not import correctly when title of note matches the name of the attachment 2024-03-18 16:00:39 +00:00
Laurent Cozic
3d2c100fe9 Desktop: Fixes : Fix OCR not working for certain languages 2024-03-18 12:16:17 +00:00
Laurent Cozic
fd4d7ead43 Merge branch 'release-2.14' into dev 2024-03-18 10:17:39 +00:00
Henry Heino
b3ec92a57e
Mobile: Add support for plugin panels and dialogs () 2024-03-14 19:04:32 +00:00
Henry Heino
a53a8d67a1
Mobile: Fix plugin API memory leak () 2024-03-14 18:42:13 +00:00
Henry Heino
49cd17e520
Chore: Allow disabling deletion logging () 2024-03-14 18:34:11 +00:00
Henry Heino
c16ce1c434
Desktop,Mobile: Resolves , : Fix conflicts notebook doesn't work with the trash feature () 2024-03-14 18:30:49 +00:00
Laurent Cozic
8eea3953f3 Update translations 2024-03-14 09:52:40 +00:00
Laurent Cozic
bc7a0fa095 Chore: Disable OCR language file caching on dev to fix bug 2024-03-12 17:40:53 +00:00
Laurent Cozic
298549e51a Update dictionary 2024-03-12 17:35:50 +00:00
Siddhant Paritosh Rao
da393f6c34
Mobile: Fixes : New note button crashes app when there are no notebooks () 2024-03-11 15:22:26 +00:00
Henry Heino
55cafb8891
Android: Add support for Markdown editor plugins ()
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2024-03-11 15:02:15 +00:00
pedr
9e0a0468b2
Chore: Make resource creation from files faster by executing them in parallel () 2024-03-11 09:39:57 +00:00
Henry Heino
25cd5affca
Chore: Apply changes from mobile plugins to lib/ and app-desktop/ () 2024-03-09 11:03:57 +00:00
pedr
17a8ce5010
Api: Add capability of limiting downloads () 2024-03-09 10:45:21 +00:00
pedr
4d8fcff6d5
Desktop: Change Joplin Cloud login process to allow MFA via browser ()
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2024-03-09 10:35:54 +00:00
Henry Heino
75cb639ed2
Cli,Desktop,Mobile: Resolves : Log user actions (deletions) () 2024-03-09 10:33:05 +00:00
Henry Heino
9d17ab429d
Chore: Mobile: Update fsDriver in preparation for mobile plugins () 2024-03-06 10:03:11 +00:00
cagnusmarlsen
5e4c35a18f
Desktop: Fixes : Creating a profile changes the language of Joplin () 2024-03-05 18:09:23 +00:00
NightKnight
9a6484c488
Tools: Fix packages\lib\fsDriver.test.ts test file on Windows () 2024-03-05 18:08:47 +00:00
Laurent Cozic
a1cea6776f Desktop: Fixes : OCR does not start when German language is selected 2024-03-05 16:36:27 +00:00
Laurent Cozic
d9a16b5c0f Desktop: Fixes : Fixed OCR memory leak when processing PDF documents 2024-03-05 11:42:54 +00:00
Mr-Kanister
6494b74d0c
Desktop: Fixes : Improve visibility of selected note in OLED dark theme () 2024-03-02 16:04:38 +00:00
Henry Heino
4c6969b17d
Chore: Plugin API: Rename CodeMirrorContentScriptModule to MarkdownEditorContentScriptModule () 2024-03-02 15:57:40 +00:00
Sagnik Mandal
9a2a251eec
Desktop: Fixes : Filter Sync Target Info Logs () 2024-03-02 15:57:29 +00:00
Henry Heino
4827d0bf92
Desktop: Fixes : Show focus indicator when navigating with keyboard () 2024-03-02 15:54:16 +00:00
Henry Heino
fa83d48141
Chore: Plugin generator: Update types () 2024-03-02 15:53:10 +00:00
pedr
ff1f1b190e
Desktop: Fixes : Preserve indentation from plain text when pasting on Rich Text Editor () 2024-03-02 15:43:38 +00:00
Laurent Cozic
53d5cf55bc
Desktop: Add support for multiple columns note list () 2024-03-02 15:29:18 +00:00
Laurent Cozic
f19b1c5364
All: Resolves : Add trash folder () 2024-03-02 14:25:27 +00:00
Laurent Cozic
cb540a5abb Chore: Setup new release 3.0 2024-03-02 11:04:23 +00:00
Laurent Cozic
5aba5e544d Releasing sub-packages 2024-03-01 19:06:13 +00:00
Laurent Cozic
8bd6132398 Update translations 2024-03-01 18:04:19 +00:00
Najam Ul Saqib
b4cc6803e7
Doc: Fix a minor issue in comment () 2024-02-27 10:17:55 +00:00
Laurent Cozic
e5a643e796 Desktop, Mobile: Fixes : Sort notebooks in a case-insensitive way 2024-02-26 19:27:29 +00:00
Laurent Cozic
28fd9c3039
Tools: Spellcheck Markdown documents () 2024-02-26 16:53:48 +00:00
Laurent Cozic
0b63ba1a28 Update translations 2024-02-26 10:23:31 +00:00
Laurent Cozic
47f95cb294
Chore: Implement cSpell to detect spelling mistakes in codebase ()
Co-authored-by: Helmut K. C. Tessarek <tessarek@evermeet.cx>
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
2024-02-26 10:16:23 +00:00
Henry Heino
fbeaf31a14
Desktop: Plugins: Allow commands registered within the beta markdown editor to take arguments () 2024-02-22 21:30:48 +00:00
Henry Heino
e5e191110c
Desktop: Resolves : Back up to a subdirectory of the home directory by default () 2024-02-22 21:30:21 +00:00
Henry Heino
836e23c082
Desktop: Security: Disallow UNC file links () 2024-02-22 21:29:16 +00:00
Henry Heino
f1a833ef21
Desktop: Resolves : Beta editor plugins: Allow fixing conflicts between plugins that add autocompletions () 2024-02-22 15:36:27 +00:00
pedr
563b9d8f71
Desktop: : Fixed command palette not properly showing non-latin-characters () 2024-02-19 10:31:14 +00:00
Laurent Cozic
0b2bb80bb8 Desktop: Fixes : Highlight partial matches in search results 2024-02-19 10:01:54 +00:00
Laurent Cozic
115eb5defb Desktop, Cli, Mobile: Migrate profile in preparation for trash feature 2024-02-12 15:02:52 +00:00
Henry Heino
cb21a91fac
Mobile: Fixes : Fix full text search broken on Android 7 and earlier () 2024-02-12 14:43:01 +00:00
Laurent Cozic
1b27e4c07d Revert "Update dependency sqlite3 to v5.1.7 ()"
This reverts commit eefde7baba.

Trying to fix https://github.com/laurent22/joplin/issues/9922
2024-02-10 15:24:33 +00:00
renovate[bot]
edc8865e50
Update dependency moment to v2.30.1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-09 12:14:30 +00:00
Henry Heino
296d586b04
Mobile,Desktop,Cli: Improve search engine error handling when preparing text for search ()
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2024-02-09 12:11:08 +00:00
Laurent Cozic
6f0fd4219e Desktop: Make OCR results available to search immediately after completion 2024-02-09 11:56:23 +00:00
renovate[bot]
35fe392058
Update dependency async-mutex to v0.4.1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-08 23:36:08 +00:00
renovate[bot]
61f8a2afd3
Update dependency @types/react to v18.2.48 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-08 23:33:13 +00:00
Henry Heino
39b44ff439
Desktop: Disable built-in copy of Simple Backup by default in Joplin Portable () 2024-02-08 22:48:39 +00:00
Laurent Cozic
0b3a5a431d Desktop, Mobile, Cli: Fixes : Correctly search HTML-entity encoded text 2024-02-08 18:14:07 +00:00
Henry Heino
d614d40cfd
Desktop: Fixes : Fix markdown (frontmatter) notes that start with a UTF-8 BOM aren't imporetd correctly () 2024-02-08 16:55:34 +00:00
Laurent Cozic
07aba918a0 Desktop: Disable initial Sentry request when crash auto-upload is disabled 2024-02-07 18:05:13 +00:00
Henry Heino
01ec640bdb
Chore: Refactor string-utils to TypeScript () 2024-02-07 14:16:54 +00:00
renovate[bot]
c1e5adf658
Update dependency @types/node to v18.19.8 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-07 02:35:16 +00:00
Henry Heino
a906e73b22
Desktop: PDF search text: Remove NULL characters early to avoid possible sync issues () 2024-02-06 16:24:00 +00:00
Henry Heino
e462881502
MacOS: Resolves : Add "Window" menu to toolbar on MacOS () 2024-02-06 16:19:52 +00:00
Laurent Cozic
0e8f0a2dc1 Update translations 2024-02-06 16:15:34 +00:00
Cristi
6ecc478402
Translated text in ro.po and rename file to ro_RO.po ()
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2024-02-06 15:49:12 +00:00
renovate[bot]
a56c78db8b
Update dependency @types/node to v18.19.7 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 05:06:10 +00:00
Henry Heino
6ebc7993be
Desktop: Fixes : Fix user-installed versions of built-in plugins can't access resources in some cases () 2024-02-03 20:28:47 +01:00
renovate[bot]
eefde7baba
Update dependency sqlite3 to v5.1.7 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-03 20:26:04 +01:00
renovate[bot]
a225c11822
Update dependency sharp to v0.33.2 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-03 20:25:44 +01:00
renovate[bot]
b58ca5095c
Update dependency follow-redirects to v1.15.5 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-03 20:25:21 +01:00
Henry Heino
815fe8d3ba
Desktop: Resolves : OCR: Use existing PDF text when available () 2024-02-02 23:59:15 +01:00
Joplin Bot
dba218a681 Doc: Auto-update documentation
Auto-updated using release-website.sh
2024-02-02 18:16:38 +00:00
Henry Heino
a0f003f9d5
Desktop: Fixes : Fix image rotation not preserved when resizing an attached image () 2024-02-02 17:58:27 +00:00
Henry Heino
236d977c41
Desktop,Mobile,Cli: Fixes : Fix synchronization happens every 10 seconds even if nothing has changed () 2024-02-02 17:53:22 +00:00
renovate[bot]
e4197a985e
Update dependency @types/node to v18.19.6 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-01 08:09:45 +00:00
renovate[bot]
07ee20a0ff
Update dependency @types/node to v18.19.5 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-28 21:16:37 +00:00
renovate[bot]
7f78e94d6e
Update dependency @types/react to v18.2.47 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-28 18:55:10 +00:00
Laurent Cozic
25b12a2366 Desktop: Fixes : Fixed various scrolling issues when creating new notes or to-dos 2024-01-28 17:57:41 +00:00
Laurent Cozic
07b4117aa1 Desktop, Mobile: Resolves : Do not allow switching the sync target if not all resources are downloaded 2024-01-27 18:28:14 +00:00
Laurent Cozic
149e409bfa Desktop, Mobile: Fixes : Clear "Some items cannot be synchronised" banner after situation is resolved 2024-01-27 16:59:19 +00:00
Laurent Cozic
af59295968 Desktop: Removed obsolete template-related banner 2024-01-27 10:41:31 +00:00
Laurent Cozic
c94ec4e064 Chore: Rename instances of yarn run to just yarn 2024-01-26 20:19:28 +00:00
Laurent Cozic
999baf4b3d Desktop, Mobile, Cli: Resolves : Removed ability to search by note ID to fix issue with certain plugins 2024-01-26 20:15:00 +00:00
Henry Heino
13da286b55
Desktop: Fixes : Extract default plugins to directories matching their IDs () 2024-01-26 10:33:48 +00:00
Laurent Cozic
7b06090255
Desktop, Mobile, Cli: Allow setting a minimum app version on the sync target () 2024-01-26 10:32:35 +00:00
Henry Heino
c4ff7857b1
Desktop: Fixes : Fix search when note or OCR text contains null characters () 2024-01-25 17:03:53 +00:00
renovate[bot]
72a8724a5b
Update dependency follow-redirects to v1.15.4 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 13:04:22 +00:00
Laurent Cozic
fd432f928d Plugins: Add support for promo_tile manifest key 2024-01-22 17:16:27 +00:00
Laurent Cozic
a8f6676fb3 Chore: Convert CLI app class to TS 2024-01-22 17:16:26 +00:00
pedr
d4d400217b
API: Increase protection of files downloaded via the REST API () 2024-01-22 14:46:18 +00:00
Laurent Cozic
a863f92490 Desktop: Moved crash report auto-upload option under pre-release option 2024-01-20 11:47:02 +00:00
renovate[bot]
cfd34da03f
Update dependency @types/node to v18.19.4 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-19 10:42:50 +00:00
Laurent Cozic
de0ae7653f Desktop: Add support for automatically uploading crash reports 2024-01-18 21:45:25 +00:00
renovate[bot]
1ae5d4ea9b
Update dependency @types/react to v18.2.46 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 14:11:05 +00:00
Henry Heino
d8d0e705f2
Desktop: Fixes : Fix warning logged when uninstalling multiple plugins () 2024-01-18 11:24:44 +00:00
Henry Heino
bc1165be46
Desktop,Mobile,Cli: Resolves : Don't log OneDrive Authorization tokens () 2024-01-18 11:20:33 +00:00
Henry Heino
f5e1e45f6f
Chore: Refactor renderer package: Limit dependency on @joplin/lib and improve type safety () 2024-01-18 11:20:10 +00:00
Laurent Cozic
a4c5164bea Chore: Fixed file checking logic on resource fetcher 2024-01-14 14:57:29 +00:00
renovate[bot]
4f45c977e2
Update dependency @types/node to v18.19.3 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-14 12:38:58 +00:00
Laurent Cozic
cbf7e24c47 Desktop, Cli, Mobile: Display an error if a resource cannot be downloaded 2024-01-14 12:35:20 +00:00
Laurent Cozic
7ebc98633a Desktop: Fixes existing attachments not being shared in some cases with Joplin Server 2024-01-14 12:33:40 +00:00
renovate[bot]
4c9cbd61a4
Update dependency @types/node to v18.19.2 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-14 09:57:06 +00:00
renovate[bot]
33fff4c8f0
Update react monorepo ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-13 19:20:27 +00:00
Laurent Cozic
6f83ccd044 Chore: Try to fix random test timeout 2024-01-13 19:10:34 +00:00
Henry Heino
150ee7631e
Desktop,Mobile,Cli: Fixes : Fix AWS S3 sync error () 2024-01-11 21:22:42 +00:00
Laurent Cozic
12878672e4 Doc: Improve Plans page documentation 2024-01-10 12:11:28 +00:00
Laurent Cozic
b2109dab99 Desktop: Resolves : Allow importing a directory of ENEX files 2024-01-09 22:03:34 +00:00
Laurent Cozic
97af8cb7f5 Chore: Refactor sidebar utilities to TypeScript 2024-01-09 16:25:13 +00:00
Henry Heino
32e76d7988
Desktop: Resolves : Frontmatter importer: Support Notesnook-style timestamps () 2024-01-08 11:59:44 +00:00
Henry Heino
94e3582bb8
Chore: Fixes : Fix API and mobile startup regressions caused by folder refactor () 2024-01-08 11:58:11 +00:00
renovate[bot]
2625f0d89e
Update dependency fs-extra to v11.2.0 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-08 11:53:28 +00:00
Laurent Cozic
20b1c2e7cb Desktop, Cli: Fix ENEX import issue
Ref: https://discourse.joplinapp.org/t/error-importing-notes-from-format-enex/35001
2024-01-08 10:51:46 +00:00
renovate[bot]
4e8863d81f
Update dependency sharp to v0.33.1 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-08 07:59:08 +00:00
Laurent Cozic
763716397b Chore: Refactor folder related functions to TypeScript 2024-01-06 17:21:51 +00:00
Laurent Cozic
68e04f944f Chore: TypeScript tweaks 2024-01-06 16:37:15 +00:00
Henry Heino
fc7d053521
Chore: Webclipper: Migrate build system to Webpack 5 () 2024-01-06 12:15:10 +00:00
Henry Heino
47072b3813
Chore: Migrate from css to @adobe/css-tools ()
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2024-01-06 12:13:23 +00:00
Laurent Cozic
36a24a5ed8 Chore: Add more tests for tags 2024-01-05 18:21:24 +00:00
Laurent Cozic
091bf4a3d7 Fix tests 2024-01-05 18:16:09 +00:00
Laurent Cozic
ce8e5e61be Chore: Convert tag tests to TypeScript 2024-01-05 16:40:58 +00:00
Laurent Cozic
73ad7e0572 Chore: Added test for OCR search 2024-01-05 14:43:24 +00:00
Laurent Cozic
2bf4f39ca1 Chore: Moved search files from "searchengine" namespace to just "search" 2024-01-05 14:15:47 +00:00
Laurent Cozic
29b8fcd5bb Chore: Converted search engine tests to TypeScript 2024-01-05 14:06:33 +00:00
Laurent Cozic
474e8c95a0 Chore: Make buildScriptIndexes generates code that passes linter 2024-01-05 09:46:53 +00:00
Laurent Cozic
906b7c3a33 Chore: Allow saving multiple note changes in one transaction 2024-01-05 09:38:22 +00:00
Laurent Cozic
a281163353 Chore: Automatically build migration index 2024-01-04 17:18:57 +00:00
Henry Heino
7e8c87e908
Desktop: Resolves : Add support for changing text colors in rich text editor () 2024-01-04 13:51:26 +00:00
Laurent Cozic
f95ee689fd Mobile: Improve sync by reducing how often note list is sorted 2024-01-03 18:02:05 +00:00
Laurent Cozic
ebfc5da0fe Chore: Fix sync issue with Joplin Server when DELTA_INCLUDES_ITEMS is disabled 2023-12-31 16:06:02 +00:00
Laurent Cozic
00eee19077 Desktop, Cli: Fix importing certain ENEX notes that include invalid tables 2023-12-31 15:07:12 +00:00
renovate[bot]
206d4ab56d
Update dependency @types/react to v18.2.43 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-30 20:12:59 +00:00
Helmut K. C. Tessarek
96456aa851
Update translations 2023-12-30 21:12:31 +01:00
Laurent Cozic
105e408dca Chore: Fixed OCR error handling 2023-12-30 19:20:50 +00:00
Laurent Cozic
37dbea1613 Chore: Add more types to synchronizer and improved sync conflict log 2023-12-30 19:05:41 +00:00
Laurent Cozic
28538de028 Chore: Desktop: Trying to fix OCR 2023-12-30 16:54:51 +00:00
renovate[bot]
6b711f655d
Update dependency @types/react to v18.2.42 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-28 12:00:35 +00:00
renovate[bot]
512e37b46a
Update dependency tesseract.js to v5.0.3 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-28 09:12:06 +00:00
Laurent Cozic
590769b1ae Desktop, Cli: Resolves : Restore note links after importing an ENEX file 2023-12-26 11:59:26 +00:00
renovate[bot]
8cd377013e
Update dependency @types/react to v18.2.41 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-24 19:12:56 +00:00
Laurent Cozic
bf907f21c4 Desktop, Cli: Fixes : Import ENEX archives that contain files with invalid names 2023-12-24 11:24:48 +00:00
Laurent Cozic
b4928eb7e5 Chore: Mobile: Fixed regression that would prevent the app from running on Android 7 2023-12-23 22:38:02 +00:00
Laurent Cozic
3dcbb2ed51 Chore: Refactor BaseModel queries 2023-12-23 22:38:01 +00:00
Laurent Cozic
7345cd4678 Chore: Refactor sync target code to allow labels and descriptions to be translated 2023-12-23 14:19:06 +00:00
Laurent Cozic
5341501d53 Desktop, Cli, Mobile, Server: Optimise synchronisation by making delta call return whole items 2023-12-23 13:13:50 +00:00
renovate[bot]
1fcfa9c591
Update dependency tesseract.js to v5 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2023-12-22 21:20:29 +00:00
Henry Heino
ee18271f9b
Desktop: Resolves : Don't create an extra copy of default plugins (load directly from the app bundle) () 2023-12-22 11:31:57 +00:00
Henry Heino
3b4eb16110
Desktop: Fixes : Ubuntu: Fix window sometimes doesn't appear on startup () 2023-12-20 19:09:28 +00:00
Henry Heino
4ec2fb216e
Chore: Cli: Migrate most commands to TypeScript () 2023-12-20 19:08:07 +00:00
pedr
ddebeb68b2
Chore: Add function exports to lib/uuid module () 2023-12-20 19:05:59 +00:00
renovate[bot]
8b09d71d5b
Update react monorepo ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-20 19:05:35 +00:00
renovate[bot]
3df499714b
Update dependency @types/node to v18.18.14 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-20 16:34:53 +00:00
Laurent Cozic
5e3c12aeb8 Chore: Setup new release 2.14 2023-12-17 15:07:31 +00:00
Laurent Cozic
7e50b117ed Desktop, Cli: Remove unnecessary warning when importing ENEX file 2023-12-17 12:00:05 +00:00
Laurent Cozic
bb47c59414 Chore: Remove warning from test 2023-12-17 11:59:11 +00:00
Laurent Cozic
67a68709e3 Server: Support including items with delta call to optimise sync 2023-12-17 11:12:26 +00:00
renovate[bot]
1bf38eff32
Update dependency tesseract.js to v4.1.4 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-16 22:27:15 +00:00
Laurent Cozic
17c25b72f0 Desktop: Include more information when auto-generating import error report 2023-12-16 13:12:00 +00:00
Laurent Cozic
a2ded180cb Desktop, Cli: Fixed importing invalid tables from ENEX files 2023-12-16 12:52:42 +00:00
Laurent Cozic
e47ac1de6a Chore: Disable Jest console wrapper in tests 2023-12-15 18:34:21 +00:00
Laurent Cozic
d2fe33183b Chore: Add more types to export modules 2023-12-15 18:18:11 +00:00
Laurent Cozic
02658370a6 Desktop, Cli: Fixes : When importing a Markdown file that contains a link to an invalid image, import fails 2023-12-15 13:28:09 +00:00
Laurent Cozic
46ed6411c1 Desktop, Cli: Fixes : When importing MarkdownD+FrontMatter files that contain images with a data URL source, the import fails 2023-12-15 12:47:03 +00:00
Laurent Cozic
c333e9c802 Desktop, Cli: Fixes : Markdown-FrontMatter exporter generates invalid file when note starts with a dash in title 2023-12-15 11:54:39 +00:00
renovate[bot]
f3038c9cf9
Update dependency @types/node to v18.18.13 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-15 02:53:43 +00:00
Laurent Cozic
f244f44c7b Desktop, Cli: Fixes : Fixes issue with resources having no associated files when the RAW import process is interrupted 2023-12-14 17:17:21 +00:00
pedr
d63b84ee1f
Chore: Add function to generate secure random values ()
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2023-12-14 15:28:41 +00:00
renovate[bot]
3732d3e360
Update dependency @types/node to v18.18.12 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-14 10:14:31 +00:00
pedr
04e0274055
Chore: Server: Remove direct dependecy from nanoid library () 2023-12-13 19:25:52 +00:00
Laurent Cozic
bce94f1775
Desktop: Add support for OCR () 2023-12-13 19:24:58 +00:00
Henry Heino
4fc786cf0b
Desktop: Resolves : Add Simple Backup as a default plugin () 2023-12-11 13:58:45 +00:00
Laurent Cozic
6306a0f371 Doc: Fixed plugin API doc for note list 2023-12-11 12:08:41 +00:00
renovate[bot]
706e7e07d1
Update dependency @types/node to v18.18.10 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-09 11:08:27 +00:00
Henry Heino
27a0959f30
Chore: Refactor Note.tsx and note-screen-shared.tsx to improve type safety () 2023-12-08 10:12:23 +00:00
Henry Heino
d63fc524bf
Chore: Change the return type of shim.fsDriver() from any to FsDriverBase () 2023-12-06 19:24:00 +00:00
Laurent Cozic
2c0f8d5c6b Chore: Trying to improve flaky test 2023-12-05 18:53:32 +00:00
Laurent Cozic
f05307d69f Chore: Improve sharing tests 2023-12-03 11:50:11 +01:00
Laurent Cozic
cc99ec3edf Merge branch 'release-2.13' into dev 2023-12-03 11:37:27 +01:00
Laurent Cozic
b459ba7224 Desktop: Fixed images not being visible on encrypted published notes 2023-12-03 11:35:46 +01:00
renovate[bot]
dad91594c8
Update eslint ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-01 07:33:29 +00:00
Laurent Cozic
567c513d83 Releasing sub-packages 2023-11-30 20:01:45 +01:00
Laurent Cozic
7c24a2f4be Releasing sub-packages 2023-11-30 19:10:02 +01:00
renovate[bot]
2fd985b9ac
Update react monorepo ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-30 04:39:07 +00:00
pedr
fd4f70f62b
Chore: Add enums for ApplicationPlatform and ApplicationType () 2023-11-29 16:31:49 +01:00
renovate[bot]
9827788176
Update dependency @types/uuid to v9.0.7 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 16:30:26 +01:00
Laurent Cozic
2924bb5437 Chore: Upgrade to sharp 0.33.0 to fix random CI failures 2023-11-29 15:14:09 +01:00
renovate[bot]
92d446e0a3
Update dependency @types/node to v18.18.9 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 12:20:07 +00:00
renovate[bot]
345c602e07
Update dependency @types/js-yaml to v4.0.9 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 11:37:12 +00:00
renovate[bot]
852991f429
Update dependency @types/fs-extra to v11.0.4 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 07:47:02 +00:00
renovate[bot]
e2f9e87cdf
Update dependency @types/node-rsa to v1.1.4 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-28 03:17:59 +00:00
renovate[bot]
c103bbce14
Update dependency @types/react to v18.2.36 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-26 12:52:14 +00:00
renovate[bot]
7936e789c0
Update dependency nanoid to v3.3.7 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-26 11:49:55 +00:00
Laurent Cozic
f267d8853b All: Handle Dropbox payload_too_large error 2023-11-26 10:45:43 +01:00
renovate[bot]
074261862d
Update dependency @types/react to v18.2.35 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-25 18:40:53 +00:00
renovate[bot]
9b89f4ecfb
Update dependency @types/react to v18.2.34 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-22 01:34:11 +00:00
renovate[bot]
c5e15e93f4
Update dependency @types/node to v18.18.8 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 14:11:58 +00:00
Laurent Cozic
401d551daa Api: Search for partial matches by default, unless the query is surrounded by quotes 2023-11-19 11:44:34 +00:00
Laurent Cozic
8a533b2003 Desktop: Resolves : Search for partial matches by default, unless the query is surrounded by quotes 2023-11-19 11:40:13 +00:00
pedr
4aeb2fafb2
Clipper: add options to make fetchBlob exit faster, if needed ()
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2023-11-19 10:44:27 +00:00
pedr
79fd66b94c
All: Fixes : Import of inter-linked md files has incorrect notebook structure () 2023-11-15 13:33:20 +00:00
renovate[bot]
50925abc40
Update dependency @types/react to v18.2.33 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-15 10:54:33 +00:00
renovate[bot]
98d608fec5
Update dependency @types/node to v18.18.7 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-14 22:21:00 +00:00
Laurent Cozic
1af46b0246 Update translations 2023-11-14 19:00:52 +00:00
Henry Heino
2c0181d097
Desktop, Cli: Fixes : Work around WebDAV sync issues over ipv6 () 2023-11-14 18:47:52 +00:00
Laurent Cozic
9923e5c821 Desktop: Resolves : Preserve nested tables in RTE 2023-11-14 11:45:38 +00:00
Laurent Cozic
9ac03ec33a Releasing sub-packages 2023-11-12 15:38:06 +00:00
Laurent Cozic
6211606a22 Desktop: Fixed import error report 2023-11-11 17:41:08 +00:00