1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/lib/services
2024-07-03 10:47:27 +02:00
..
commands Chore: Desktop: Use stronger types in Sidebar.tsx (#10305) 2024-04-15 18:15:18 +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: Fixes #10409: Fix accepting encrypted shared notebooks (#10429) 2024-05-16 09:54:24 +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 Tools: Apply eslint rule @typescript-eslint/no-inferrable-types with ignoreProperties=false 2023-06-30 09:07:03 +01:00
noteList Desktop: Use relative time in note list for today and yesterday 2024-06-20 14:01:13 +01:00
ocr Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
plugins Chore: Increase strength of Settings types (#10605) 2024-06-25 15:01:39 +02: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 accepting Joplin Cloud shares (#10300) 2024-04-15 18:17:34 +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 Fixed tests 2024-06-29 18:38:18 +02: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: Strengthen eventManager types (#10505) 2024-05-28 11:24:20 +01:00
DecryptionWorker.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +01:00
ExternalEditWatcher.ts Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +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 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
KeymapService.test.js Tools: Apply rule github/array-foreach 2023-06-30 09:39:21 +01:00
KeymapService.ts Chore: Strengthen eventManager types (#10505) 2024-05-28 11:24:20 +01: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 Tools: Implement @typescript-eslint/no-explicit-any rule 2024-04-05 12:16:49 +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