1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/CliClient/tests
2020-09-29 10:54:31 +01:00
..
enex_to_html Desktop, Cli: Fixes #3402: Fixed import of checkboxes in ENEX files 2020-06-28 18:55:47 +01:00
enex_to_md Desktop, Cli: enex_to_md: Support italic in span tags (#1966) 2019-10-12 00:39:13 +02:00
html_to_html All: Fixes #2667: Fixed sanitize function so that it does not break HTML 2020-03-06 00:54:21 +00:00
html_to_md Clipper: Fixes #3241: Handle certain special cases of ordered lists 2020-06-08 18:44:13 +01:00
md_to_html Desktop: WYSIWYG: Fixed inserting date time and other content inside header 2020-07-04 12:17:30 +01:00
md_to_md Desktop: Fixes #2334: MD importer handle special chars in linked image name (#2346) 2020-03-27 12:20:38 +00:00
support All: Resolves #1877: Add search filters (#3213) 2020-08-08 00:13:21 +01:00
ArrayUtils.js Desktop: Resolves #2683: Go To Anything by body (#2686) 2020-03-28 13:05:00 +00:00
database.js All: Fixes #3234: Sync would fail in some cases due to a database error 2020-05-19 23:17:56 +01:00
EnexToHtml.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
EnexToMd.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
feature_NoteHistory.js Tools: Rewrite randomly failing test (#3328) 2020-06-05 16:05:47 +01:00
feature_NoteList.js All: Fixes #2709: When modifying a conflicted note, it would disappear from the view 2020-04-07 23:06:29 +00:00
feature_ShowAllNotes.js Revert "Tests: Fix random failures (#2777)" 2020-05-02 16:45:25 +01:00
feature_TagList.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
file_api_driver.js All: Fixes #3591: Fixed sync fetching issue (#3599) 2020-08-08 00:30:11 +01:00
filterParser.js Desktop: Fix wildcard search (#3713) 2020-09-11 22:52:32 +01:00
HtmlToHtml.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
HtmlToMd.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
htmlUtils.js Clipper: Fixes #2489: Fixed clipping of pages that contain images without sources (YouTube), and improved support for SVG graphics 2020-02-12 18:15:16 +00:00
markdownUtils.js Desktop: Improved GotoAnything speed and made it safer 2020-07-14 23:27:45 +01:00
MarkupToHtml.js Desktop: Improved GotoAnything speed and made it safer 2020-07-14 23:27:45 +01:00
MdToHtml.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
MdToMd.js Desktop: Fixes #2334: MD importer handle special chars in linked image name (#2346) 2020-03-27 12:20:38 +00:00
mimeUtils.js Desktop: Fixed issue with setting filename for edited attachments 2020-06-09 19:15:43 +00:00
models_BaseItem.js All: Fix format of geolocation data (#2673) 2020-04-30 16:56:47 +01:00
models_Folder.js All: Fixes #3334: Prevent notebook to be the parent of itself 2020-06-07 12:47:43 +01:00
models_ItemChange.js All: Resolves #1877: Add search filters (#3213) 2020-08-08 00:13:21 +01:00
models_Note_CustomSortOrder.js Desktop: Resolves #51: Add way to manually order notes by dragging them (#3235) 2020-05-27 17:21:46 +01:00
models_Note.js Desktop: Fixes #3510: Note links would be broken after saving a note in Rich Text editor 2020-07-23 19:38:42 +00:00
models_Resource.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
models_Revision.js Tools: Apply eslint space-infix-ops rule 2020-03-13 23:52:40 +00:00
models_Setting.js Desktop: Resolves #2773: Add support for system keychain to save sensitive settings (#3207) 2020-06-03 17:07:50 +01:00
models_Tag.js Revert "All: Added support for hierarchical/nested tags (#2572)" 2020-07-28 18:50:34 +01:00
pathUtils.js Desktop, Cli: Fixes #3689: Fixed note export when there are folders with non-existing parents. Also fixed long path issue on Windows. 2020-09-07 22:12:51 +01:00
reducer.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00
services_EncryptionService.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
services_InteropService_Exporter_Md.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
services_InteropService.js Desktop, Cli: Fixes #3689: Fixed note export when there are folders with non-existing parents. Also fixed long path issue on Windows. 2020-09-07 22:12:51 +01:00
services_keychainService.js Desktop: Resolves #2773: Add support for system keychain to save sensitive settings (#3207) 2020-06-03 17:07:50 +01:00
services_KeymapService.js Fixed tests 2020-09-14 13:06:33 +01:00
services_KvStore.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
services_ResourceService.js All: Resolves #1877: Add search filters (#3213) 2020-08-08 00:13:21 +01:00
services_rest_Api.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
services_Revision.js All: Fix integration test harness issues. (#2723) 2020-03-16 13:30:54 +11:00
services_SearchEngine.js Desktop: Fuzzy search (#3632) 2020-09-06 13:07:00 +01:00
services_SearchFilter.js Desktop: Fix bug with quotes when searching (#3735) 2020-09-11 11:30:57 +01:00
services_SearchFuzzy.js Tools: Fixed tests 2020-09-29 10:54:31 +01:00
services_UndoRedoService.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
StringUtils.js Desktop: Resolves #2683: Go To Anything by body (#2686) 2020-03-28 13:05:00 +00:00
synchronizer_LockHandler.ts All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
synchronizer_MigrationHandler.ts Desktop: Fixed clock sync logic when creating new sync target 2020-09-11 23:33:34 +01:00
synchronizer.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
TaskQueue.js Linter update (#1777) 2019-07-30 09:35:42 +02:00
test-utils.js Desktop: Fixed clock sync logic when creating new sync target 2020-09-11 23:33:34 +01:00
timeUtils.js Tools: Update package locks 2020-09-22 16:02:22 +01:00
urlUtils.js Revert "Tools: Added eslint rule arrow-parens" 2020-05-21 09:14:33 +01:00