Laurent Cozic
56cac1f729
Desktop: Fixes #5161 : Improved plugin search and installing new plugins from China
2021-09-21 16:22:58 +01:00
Laurent Cozic
0cbc261051
Chore: Remove last remnants of discontinued Nextcloud App
2021-09-19 19:15:10 +01:00
Helmut K. C. Tessarek
56be4d59f4
Update translations
2021-09-19 08:37:08 -04:00
Laurent Cozic
e447acc076
Desktop: Resolves #5440 : Do not escape content when copying from Rich Text editor
2021-09-19 13:00:06 +01:00
Marph
2d72d1435e
Desktop: Support for user-data-dir flag ( #5467 )
...
This flag is passed by chromedriver.
2021-09-19 11:34:04 +01:00
JackGruber
afe1cf747d
All: Fixes #5444 : Misinterpreted search term after filter in quotation marks ( #5445 )
2021-09-19 11:31:38 +01:00
Laurent Cozic
43c594b6b2
Server, Desktop: Sync deleted items first to allow fixing oversized accounts
2021-09-18 15:02:24 +01:00
Laurent Cozic
b56177a4e3
Tools: Added tools to stress test Joplin Server
2021-09-17 10:59:10 +01:00
Laurent Cozic
20f8743079
Tools: Upgrade back package-lock files to v2
2021-09-12 16:34:03 +01:00
Kenichi Kobayashi
6c43b78496
All: Fixes #5447 : Plugin onNoteSelectionChange() is triggered twice after a search ( #5449 )
2021-09-12 11:40:14 +01:00
Helmut K. C. Tessarek
9d5d891fe3
Desktop, Mobile: Resolves #5295 : Update Mermaid 8.10.2 -> 8.12.1 and fix gitGraph crash ( #5448 )
2021-09-11 19:47:01 +01:00
Laurent Cozic
96ac12b460
Chore: Converted encryption config screens to React Hooks to share logic between desktop and mobile
2021-09-10 19:05:47 +01:00
Laurent Cozic
a2c6461af8
Desktop: Fix handling of disabled master keys when enabling E2EE
2021-09-09 19:24:52 +01:00
Laurent Cozic
d33b99cffb
Desktop: Fix handling of disabled master keys when enabling E2EE
2021-09-09 18:46:58 +01:00
Laurent Cozic
9260b2a9ab
Plugins: Add support for enabledConditions when creating menu item from command
2021-09-09 14:44:16 +01:00
Laurent Cozic
9407efd8ec
All: Allow disabling any master key, including default or active one
...
Ref: https://discourse.joplinapp.org/t/syncing-error-with-joplin-cloud-and-e2ee-master-key-is-not-loaded/20115/5
2021-09-06 18:33:17 +01:00
Laurent Cozic
8996a0159a
Lock file and TS error
2021-09-06 17:05:27 +01:00
Laurent Cozic
478d4accf1
Desktop: Load themes as CSS variables for use in custom themes and internal components
2021-09-06 16:57:07 +01:00
Laurent Cozic
f5891dfae8
Tools: Fixed build
2021-09-04 15:15:25 +01:00
Laurent Cozic
736bbbd8ed
Plugins: Fixed import API
...
Ref: https://discourse.joplinapp.org/t/prompt-when-the-plugin-is-running-typeerror-this-module-oninit-is-not-a-function/20009/14
2021-09-04 15:07:38 +01:00
Laurent Cozic
c529b972e3
Chore: Automatically create command index for desktop app
2021-09-04 13:43:25 +01:00
Laurent Cozic
f371bb8e59
Revert "Merge branch 'desktop-protocol' of https://github.com/roman-r-m/joplin into dev"
...
This reverts commit 7c85889c1f94eadcbcf21675aec5d576b77ba781, reversing
changes made to ab134807eae53b303fe8bb054ec5808543fa9624.
Reason: Messed up and accidentally merged a pull request.
2021-09-03 15:03:17 +01:00
Laurent Cozic
7c85889c1f
Merge branch 'desktop-protocol' of https://github.com/roman-r-m/joplin into dev
2021-09-03 15:00:31 +01:00
Laurent Cozic
0793b1be59
Releasing sub-packages
2021-09-02 18:40:37 +01:00
Roman
1a703c4ecd
Rename ProtocolUtils -> callbackUrlUtils
2021-09-01 22:28:33 +01:00
Roman
1126899769
Code review changes
2021-09-01 22:27:24 +01:00
Laurent Cozic
d97ba57dda
Desktop: Sort plugin results according to recommended property, and display Recommended tag
2021-09-01 12:17:20 +01:00
Laurent Cozic
b88b747ba6
Api: Resolves #5199 : Add support for "events" end point to retrieve info about latest note changes
2021-08-30 18:53:24 +01:00
Laurent Cozic
ce89ee5bab
All: Add support for single master password, to simplify handling of multiple encryption keys
2021-08-30 14:15:35 +01:00
Helmut K. C. Tessarek
0a98854e43
Update translations
2021-08-28 11:50:02 -04:00
Laurent Cozic
dec0a08954
Desktop, Mobile: Fixes #5391 : Fixed crash when a required master key does not exist
2021-08-28 15:36:05 +01:00
Laurent Cozic
f19c4ab434
Desktop: Allow specific deprecated plugins to still work
2021-08-27 16:34:39 +01:00
Laurent Cozic
70efaddeaf
All: Do not display master key upgrade warnings for new master keys
2021-08-27 11:30:21 +01:00
Laurent Cozic
814f602bd6
Chore: Moved EncryptionService under e2ee directory
2021-08-23 18:47:07 +01:00
Caleb John
4ba417a2f4
Desktop: Various improvements to Markdown import and export ( #5290 )
...
In preparation for #5224
2021-08-23 00:35:45 +01:00
Laurent Cozic
50f421c5d9
Tools: Setup release 2.4
2021-08-21 10:46:46 +01:00
Roman
f42fd0ecce
Fix enum usage
2021-08-20 21:43:37 +01:00
Roman
62c5f433d7
Rename enum values
2021-08-20 21:24:16 +01:00
Roman Musin
e73a4b7286
Merge branch 'dev' into desktop-protocol
2021-08-20 12:02:11 +01:00
Helmut K. C. Tessarek
45e35576bd
update en_US.po
2021-08-19 08:08:55 -04:00
Helmut K. C. Tessarek
2242cd2e4a
Update translations
2021-08-19 08:06:11 -04:00
Laurent Cozic
ea99099b48
Update French translation and fix a few mistakes in code
2021-08-19 10:48:26 +01:00
Laurent Cozic
06ed58b809
All: Improved sync locks so that they do not prevent upgrading a sync target
2021-08-18 15:49:43 +01:00
Ahmad Mamdouh
9b27b3b1fb
Plugins: Resolves #5288 : Improved support for fitToContent webview property ( #5298 )
2021-08-18 12:09:45 +01:00
Laurent Cozic
0cec4753d8
Server: Fixes #5328 : Filenames with non-ascii characters could not be downloaded from published note
2021-08-17 23:29:46 +01:00
Laurent Cozic
7faa58e0f9
All: Add a way to disable a master key
2021-08-17 12:03:19 +01:00
Laurent Cozic
4c99400485
Desktop, Cli: Fixes #5325 : Fixed file paths when exporting as HTML
2021-08-17 07:00:54 +01:00
Laurent Cozic
edc3496506
Tools: Fixed tests
2021-08-16 18:05:22 +01:00
Laurent Cozic
be500f29cc
Tools: Trying yet again to upgrade lock files to v2
2021-08-16 16:21:56 +01:00
Laurent Cozic
f5f05e6cc5
All: Added "None" sync target to allow disabling synchronisation
2021-08-16 16:18:32 +01:00