1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-cli/tests
2021-04-29 15:27:38 +01:00
..
enex_to_html
enex_to_md Desktop, Cli: Some imported ENEX files incorrectly had invisible sections 2021-01-25 15:54:11 +00:00
html_to_html
html_to_md Desktop: Add support for strikethrough, sub, sup and insert formatting on Rich Text editor 2021-03-17 09:48:01 +00:00
md_to_html
md_to_md
services/plugins Desktop: Resolves #4614: Allow registering multiple settings in one call (#4627) 2021-03-23 09:01:02 +00:00
support Desktop: Resolves #4766: ENTER key no longer submits dialogs when a textarea is focused. (#4777) 2021-04-08 10:31:26 +01:00
.gitignore Desktop: Fixed issue with attachment paths being invalid when user has spaces in home directory path. Also fixed race condition in test units that could make them randomly fail. 2020-12-09 12:53:47 +00:00
ArrayUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
database.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
EnexToHtml.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
EnexToMd.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
eventManager.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
feature_NoteHistory.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
feature_NoteList.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
feature_ShowAllNotes.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
feature_TagList.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
file_api_driver.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
filterParser.js All: Filter "notebook" can now be negated (#4651) 2021-03-11 14:42:39 +00:00
fsDriver.ts Tools: Apply rule @typescript-eslint/type-annotation-spacing 2020-11-12 19:13:28 +00:00
HtmlToHtml.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
HtmlToMd.ts Desktop: Fixes #4669: Copying code block from Rich Text editor results in two copies of the text 2021-04-11 19:01:06 +02:00
htmlUtils.ts Converted htmlUtils to TypeScript 2021-01-30 12:19:43 +00:00
InMemoryCache.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
markdownUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
MarkupToHtml.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
MdToHtml.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
MdToMd.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
mimeUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
models_BaseItem.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_Folder.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_ItemChange.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_Note_CustomSortOrder.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_Note.ts All: Resolves #3157: Also duplicate the tags when the note is duplicated (#4876) 2021-04-24 09:16:36 +01:00
models_Resource.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_Revision.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
models_Setting.ts Desktop, Cli: Save user settings to JSON file 2021-02-09 17:54:29 +00:00
models_Tag.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
pathUtils.js Desktop: Fixed attaching local files that contain spaces in path 2021-01-08 18:33:22 +00:00
reducer.js Desktop: Fixes #4697: Prevent Goto anything from changing folders when all notes filter is on (#4751) 2021-04-08 10:10:11 +01:00
registry.ts Mobile: Resolves #720: Add "Sync only on Wi-Fi" option (#4729) 2021-03-29 09:35:39 +01:00
services_CommandService.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
services_EncryptionService.js Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
services_InteropService_Exporter_Html.ts Desktop: Fixes #4452: Fixed exporting as HTML or PDF when a plugin is active, and make sure plugin assets are also exported 2021-02-05 21:27:19 +00:00
services_InteropService_Exporter_Md.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
services_InteropService.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
services_keychainService.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
services_KeymapService.js Desktop: Fixes #4130: Register Markdown editor commands with the Keyboard Shortcut editor (#4136) 2020-12-19 17:57:41 +00:00
services_KvStore.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
services_PluginService.ts Plugins: Add support for plugins.dataDir function, to provide a path for plugin to store its own data 2021-01-24 15:51:35 +00:00
services_ResourceService.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
services_rest_Api.ts API: Resolves #4655: Don't compress image when resource is added through api (#4660) 2021-03-14 15:28:34 +00:00
services_Revision.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
services_SearchEngine.js Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
services_SearchFilter.js All: Add "id" and "due" search filters (#4898) 2021-04-29 15:27:38 +01:00
StringUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
synchronizer_LockHandler.ts Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
synchronizer_MigrationHandler.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
Synchronizer.basics.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
Synchronizer.conflicts.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
Synchronizer.e2ee.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
Synchronizer.resources.ts Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
Synchronizer.revisions.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
Synchronizer.sharing.ts Server: Add support for sharing notes via a link 2021-01-29 18:45:11 +00:00
Synchronizer.tags.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
TaskQueue.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00
test-utils-synchronizer.ts Converted models and services to TypeScript 2021-01-22 17:41:11 +00:00
test-utils.ts Desktop, Cli: Save user settings to JSON file 2021-02-09 17:54:29 +00:00
timeUtils.js Tools: Apply eslint rule "no-multi-spaces" 2021-01-23 15:51:19 +00:00
urlUtils.js Tools: Cleaned up tests and splitted sync tests into smaller parts 2020-12-01 18:05:24 +00:00