1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-30 08:26:59 +02:00
joplin/packages/lib/services
2024-09-07 11:56:13 +01:00
..
commands Desktop: Fixes #10668: Tags and Delete note not being available on Search and on All Notes list (#10729) 2024-08-02 17:44:30 +01: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 Mobile,Desktop,CLI: Fixes #10856: Decrypt master keys only as needed (#10990) 2024-09-07 11:56:13 +01:00
ExternalEditWatcher Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
interop Desktop: Fix importing completed tasks (#10528) 2024-06-04 09:52:34 +01:00
joplinServer Chore: Make it easier to test publishing notes 2022-12-24 12:30:52 +00:00
keychain Desktop: Windows portable: Fix keychain-backed storage incorrectly enabled (#10942) 2024-09-02 12:26:43 +01:00
noteList Desktop: Accessibility: Improve note list keyboard and screen reader accessibility (#10940) 2024-08-31 16:05:01 +01:00
ocr Desktop: Resolves #10835: Allow specifying custom language data URLs (#10846) 2024-08-09 11:29:39 +01:00
plugins Desktop: Accessibility: Improve note list keyboard and screen reader accessibility (#10940) 2024-08-31 16:05:01 +01:00
profileConfig Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
ResourceEditWatcher Desktop: Fixes #10284: Sort the note list soon after changing a note's title (#10512) 2024-05-30 08:40:32 +01:00
rest Api: Do not return deleted notes in folders/:id/notes call 2024-07-03 10:41:31 +02:00
search Chore: Migrate SQL queries in preparation for web support (#10670) 2024-07-01 19:56:40 +02:00
share Mobile: Support building for web (#10650) 2024-08-02 14:51:49 +01: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 All: Resolves #10407: Added feature flag to disable sync lock support (#10925) 2024-08-23 12:16:19 +01:00
trash Mobile: Fixes #10188: Fix "new note" button is shown in the trash notebook (#10227) 2024-03-29 12:11:15 +00: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 Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
CommandService.ts Chore: Mobile: Add note screen tests (#10766) 2024-07-26 12:35:50 +01:00
DecryptionWorker.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01: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
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
KeymapService_keycodeToElectronMap.ts
KeymapService_keysRegExp.ts
KeymapService.test.js Tools: Apply rule github/array-foreach 2023-06-30 09:39:21 +01:00
KeymapService.ts Desktop: Fixes #10685: Fix shift-delete asks to permanently delete the current note, rather than cut text, when the editor is selected. (#10687) 2024-07-06 12:05:35 +02: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 Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01: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: Migrate SQL queries in preparation for web support (#10670) 2024-07-01 19:56:40 +02:00
RevisionService.test.ts Chore: Implement cSpell to detect spelling mistakes in codebase (#10001) 2024-02-26 10:16:23 +00:00
RevisionService.ts Chore: Migrate SQL queries in preparation for web support (#10670) 2024-07-01 19:56:40 +02:00
SettingUtils.ts Desktop: Windows portable: Fix keychain-backed storage incorrectly enabled (#10942) 2024-09-02 12:26:43 +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