1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/CliClient/tests
2020-10-20 16:16:18 +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
html_to_html
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
services/plugins Desktop: Plugin API - added support for settings.globalValue method 2020-10-13 09:59:53 +01:00
support Desktop: Simplified and improve command service, and added command palette 2020-10-18 21:52:10 +01:00
ArrayUtils.js Desktop: Resolves #2683: Go To Anything by body (#2686) 2020-03-28 13:05:00 +00:00
database.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
EnexToHtml.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
EnexToMd.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
eventManager.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
feature_NoteHistory.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
feature_NoteList.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
feature_ShowAllNotes.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
feature_TagList.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
file_api_driver.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
filterParser.js Desktop: Fix wildcard search (#3713) 2020-09-11 22:52:32 +01:00
HtmlToHtml.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
HtmlToMd.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
htmlUtils.js
InMemoryCache.ts Mobile: Upgraded React Native to v0.63 2020-10-16 16:26:19 +01:00
markdownUtils.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
MarkupToHtml.js Desktop: Improved GotoAnything speed and made it safer 2020-07-14 23:27:45 +01:00
MdToHtml.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
MdToMd.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
mimeUtils.js Desktop: Fixed issue with setting filename for edited attachments 2020-06-09 19:15:43 +00:00
models_BaseItem.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
models_Folder.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
models_ItemChange.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
models_Note_CustomSortOrder.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
models_Note.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
models_Resource.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
models_Revision.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
models_Setting.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
models_Tag.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +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 All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
services_CommandService.ts Desktop: Simplified and improve command service, and added command palette 2020-10-18 21:52:10 +01:00
services_EncryptionService.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
services_InteropService_Exporter_Md.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
services_InteropService.ts All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
services_keychainService.ts Tools: Added test units for keychains on macOS and Windows 2020-10-20 16:16:18 +01:00
services_KeymapService.js Fixed tests 2020-10-20 11:49:15 +01:00
services_KvStore.js All: Add mechanism to lock and upgrade sync targets (#3524) 2020-08-02 12:28:50 +01:00
services_PluginService.ts Desktop: Added support for plugins packaged as JS bundles 2020-10-13 11:16:36 +01:00
services_ResourceService.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
services_rest_Api.ts Mobile: Upgraded React Native to v0.63 2020-10-16 16:26:19 +01:00
services_Revision.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
services_SearchEngine.js All: Sort search results by average of multiple criteria, including 'Sort notes by' field setting (#3777) 2020-10-09 21:51:11 +01:00
services_SearchFilter.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
services_SearchFuzzy.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +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 All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
synchronizer.js All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
TaskQueue.js
test-utils.js All: Sort search results by average of multiple criteria, including 'Sort notes by' field setting (#3777) 2020-10-09 21:51:11 +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