1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00
joplin/packages/lib/services
2021-09-19 11:31:38 +01:00
..
commands Plugins: Add support for enabledConditions when creating menu item from command 2021-09-09 14:44:16 +01:00
contextkey
database All: Add a way to disable a master key 2021-08-17 12:03:19 +01:00
debug Tools: Added tools to stress test Joplin Server 2021-09-17 10:59:10 +01:00
e2ee Chore: Converted encryption config screens to React Hooks to share logic between desktop and mobile 2021-09-10 19:05:47 +01:00
interop Plugins: Fixed import API 2021-09-04 15:07:38 +01:00
joplinServer Server: Fixed handling of user content URL 2021-06-15 17:24:04 +01:00
keychain Tools: Fixed tests 2021-05-21 17:02:56 +02:00
plugins Desktop: Sort plugin results according to recommended property, and display Recommended tag 2021-09-01 12:17:20 +01:00
ResourceEditWatcher
rest Api: Resolves #5199: Add support for "events" end point to retrieve info about latest note changes 2021-08-30 18:53:24 +01:00
searchengine All: Fixes #5444: Misinterpreted search term after filter in quotation marks (#5445) 2021-09-19 11:31:38 +01:00
share All: Ensure that timestamps are not changed when sharing or unsharing a note 2021-07-19 10:27:43 +01:00
spellChecker
style Desktop: Load themes as CSS variables for use in custom themes and internal components 2021-09-06 16:57:07 +01:00
synchronizer All: Allow disabling any master key, including default or active one 2021-09-06 18:33:17 +01:00
AlarmService.ts
AlarmServiceDriverNode.ts
BaseService.ts
CommandService.test.ts All: Improved E2EE usability by making its state a property of the sync target (#5276) 2021-08-12 16:54:10 +01:00
CommandService.ts
DecryptionWorker.ts All: Add support for single master password, to simplify handling of multiple encryption keys 2021-08-30 14:15:35 +01:00
ExternalEditWatcher.ts
ItemChangeUtils.ts Api: Resolves #5199: Add support for "events" end point to retrieve info about latest note changes 2021-08-30 18:53:24 +01:00
KeymapService_keycodeToElectronMap.ts
KeymapService_keysRegExp.ts
KeymapService.test.js Tools: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02:00
KeymapService.ts Desktop: Remove template feature (replaced by template plugin) 2021-08-06 10:58:32 +01:00
KvStore.test.js Tools: Moved lib-specific tests under lib package 2021-05-21 15:17:21 +02:00
KvStore.ts
MigrationService.ts
NavService.ts Mobile: Allow enabling and disabling feature flags 2021-06-19 17:32:36 +01:00
PluginManager.js Plugins: Add support for gotoAnything command so that it can be called from plugins 2021-06-27 14:14:11 +01:00
PostMessageService.ts
ReportService.ts Desktop: Add "Retry all" button to sync status screen for items that could not be uploaded 2021-06-08 22:36:10 +02:00
ResourceFetcher.ts All: Added "None" sync target to allow disabling synchronisation 2021-08-16 16:18:32 +01:00
ResourceService.test.ts All: Improved E2EE usability by making its state a property of the sync target (#5276) 2021-08-12 16:54:10 +01:00
ResourceService.ts
RevisionService.test.ts All: Fixes #5051: Fixed error that could prevent a revision from being created, and that would prevent the revision service from processing the rest of the notes 2021-06-20 11:19:59 +01:00
RevisionService.ts All: Fixes #5051: Fixed error that could prevent a revision from being created, and that would prevent the revision service from processing the rest of the notes 2021-06-20 11:19:59 +01:00
SettingUtils.ts All: Improved E2EE usability by making its state a property of the sync target (#5276) 2021-08-12 16:54:10 +01:00
UndoRedoService.ts
WhenClause.test.ts
WhenClause.ts