joplin/packages/lib/services
PARAMESH T S bc27f47881
Desktop: Fixes #11923: Sharing a notebook with nobody prints "No user with ID public_key" (#11932)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2025-03-06 15:58:10 +00:00
..
ExternalEditWatcher Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
ResourceEditWatcher Desktop: Fixes #11445: Link watched files to the current window (#11590) 2025-01-06 17:33:02 +00:00
commands Desktop: Added keyboard shortcut and menu item for toggleEditorPlugin command 2025-03-05 00:43:39 +00:00
contextkey Tools: Add class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error 2023-03-06 14:22:37 +00:00
database Mobile: Resolves #10245: Allow marking items as "ignored" in sync status (#10261) 2024-04-08 12:35:57 +01:00
debug Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
e2ee Chore: Implement eslint rule `no-unused-expressions` (#11533) 2024-12-18 14:30:05 +01:00
interop Desktop: Fixes #11844: Fix OneNote importer not being able to handle corrupted attachments (#11859) 2025-02-19 15:18:53 +00:00
joplinServer Chore: Make it easier to test publishing notes 2022-12-24 12:30:52 +00:00
keychain Merge branch 'release-3.1' into dev 2024-11-04 20:33:15 +00:00
noteList Desktop: Accessibility: Improve note list keyboard and screen reader accessibility (#10940) 2024-08-31 16:05:01 +01:00
ocr Chore: Implement eslint rule `no-unused-expressions` (#11533) 2024-12-18 14:30:05 +01:00
plugins Plugins: Add support for `joplin.shouldUseDarkColors` API 2025-02-25 15:33:44 +00:00
profileConfig Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
rest Chore: Improve error message when data API cannot parse a note 2025-02-24 16:54:56 +00:00
search Desktop,Mobile,Cli: Fixes #11630: Adjust how items are queried by ID (#11734) 2025-01-27 10:34:46 -08:00
share Desktop: Fixes #11923: Sharing a notebook with nobody prints "No user with ID public_key" (#11932) 2025-03-06 15:58:10 +00:00
spellChecker Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
style Mobile: Implement plugin screen redesign (#10465) 2024-06-04 09:57:52 +01:00
synchronizer Desktop, Mobile: Harden failsafe logic to check for the presence of info.json, rather than just the item count (#11750) 2025-02-07 19:08:01 +00:00
trash Desktop: Fixes #11457: Fix crash on startup if old read-only items are in the trash (#11458) 2024-12-09 16:52:45 +01:00
AlarmService.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
AlarmServiceDriverNode.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
BaseService.ts Chore: Move Logger from lib to utils package 2023-07-27 16:08:11 +01:00
CommandService.test.ts Desktop: Multiple window support (#11181) 2024-11-08 15:32:05 +00:00
CommandService.ts Web: Add support for auto-reloading dev plugins on change (#11545) 2025-01-09 15:25:06 +00:00
DecryptionWorker.ts Mobile,Desktop,Cli: Logging: Log less information at level `warn` when a decryption error occurs (#11771) 2025-02-06 17:56:16 +00:00
ExternalEditWatcher.ts Desktop: Fixes #10672: External editing: Fix notes often not updated when saved from Vim (#10780) 2024-07-26 12:39:21 +01:00
ItemChangeUtils.ts Tools: Add class member accessibility modifiers and converted rule @typescript-eslint/explicit-member-accessibility to an error 2023-03-06 14:22:37 +00:00
KeymapService.test.js Tools: Apply rule github/array-foreach 2023-06-30 09:39:21 +01:00
KeymapService.ts Desktop: Added keyboard shortcut and menu item for toggleEditorPlugin command 2025-03-05 00:43:39 +00:00
KeymapService_keycodeToElectronMap.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
KeymapService_keysRegExp.ts Tools: Fixed issue with gettext not knowing how to parse regex that includes backtick 2020-12-05 11:54:58 +00:00
KvStore.test.js Tools: Add prefer-arrow-callbacks to ESlint rules (#7810) 2023-02-20 15:02:29 +00:00
KvStore.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
MigrationService.ts Cli,Desktop,Mobile: Resolves #9465: Log user actions (deletions) (#9585) 2024-03-09 10:33:05 +00:00
NavService.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
PluginManager.js Chore: Move Logger from lib to utils package 2023-07-27 16:08:11 +01:00
PostMessageService.ts Plugins: Add support for editor.scrollToText on desktop 2024-11-16 11:19:11 +00:00
ReportService.test.ts Mobile: Fixes #10313: Fix error on retry or ignore attachment too large error (#10314) 2024-04-15 18:13:41 +01:00
ReportService.ts Update translations 2024-05-02 23:12:06 +01:00
ResourceFetcher.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
ResourceService.test.ts All: Resolves #483: Add trash folder (#9671) 2024-03-02 14:25:27 +00:00
ResourceService.ts Chore: Slightly stronger types in ResourceService.ts (#11756) 2025-02-06 17:39:33 +00:00
RevisionService.test.ts Desktop,Mobile,Cli: Fixes #11017: Delete revisions on the sync target when deleted locally (#11035) 2024-09-21 13:04:54 +01:00
RevisionService.ts Desktop,Mobile,Cli: Fixes #11630: Adjust how items are queried by ID (#11734) 2025-01-27 10:34:46 -08:00
SettingUtils.ts Linux: Move keychain support behind an off-by-default feature flag (#11227) 2024-10-17 22:58:03 +01:00
UndoRedoService.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
WhenClause.test.ts Doc: Fix plural of parenthesis (#10405) 2024-05-07 10:59:06 +01:00
WhenClause.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
joplinCloudUtils.ts Desktop: Fixes error when Joplin Cloud login is finished before the settings are saved (#10575) 2024-06-14 19:31:50 +01:00