Laurent Cozic
b23ec936fd
Deleted file
2020-10-07 10:15:51 +01:00
Laurent Cozic
73a4517902
More clean up on plugin doc
2020-10-07 10:14:52 +01:00
Laurent Cozic
2c9db9d18c
Fixed dialog plugin API
2020-10-02 15:21:58 +01:00
Laurent Cozic
275d6e230d
Converted shim to TypeScript
2020-10-02 11:38:04 +01:00
Laurent Cozic
7a79d7ef7e
Refactoring and got ipc messages to work
2020-10-01 14:47:38 +01:00
Laurent Cozic
6fde8dfe52
Refactored Settings into TypeScript
2020-09-26 18:14:00 +01:00
Laurent Cozic
31f53b12fd
Move timers to shim
2020-09-26 12:19:13 +01:00
Laurent Cozic
c0d5c7c282
Merge branch 'dev' into plugin_system
2020-09-14 14:06:21 +01:00
Naveen M V
f99f3f8a6d
All: Resolves #1877 : Add search filters ( #3213 )
2020-08-08 00:13:21 +01:00
Laurent Cozic
d309c75974
Merge branch 'dev' into plugin_system
2020-08-01 18:35:05 +01:00
Laurent Cozic
64d7603eed
Revert "All: Added support for hierarchical/nested tags ( #2572 )"
...
This reverts commit e11e57f1d8
.
2020-07-28 18:50:34 +01:00
Laurent Cozic
d209d5036b
Desktop, Cli: Security: Fixed a path traversal vulnerability in clipper server API that could allow an attacker to read or write an arbitrary file (CVE-2020-15844)
2020-07-24 00:45:15 +00:00
Vaidotas Šimkus
17e140ba56
Api: Fixes #3539 : Fixes nested tag API to handle calls with no 'fields' query key
2020-07-22 10:38:49 +01:00
Vaidotas Šimkus
e11e57f1d8
All: Added support for hierarchical/nested tags ( #2572 )
...
The implementation uses / symbol as a nesting separator. I.e. tag/subtag is a nested tag, where tag is the parent tag and subtag is its child. Creating a tag named tag/subtag/subsubtag creates three tags, one for each level. The tags are associated using parent_id field.
In the app, viewing notes with a tag will also show all notes that are associated with any of the tag's descendant tags (same for the note count). Deleting a tag will also delete all its descendant tags.
In the desktop app the tags are shown nested just like the notebooks.
2020-07-12 18:09:07 +01:00
Laurent Cozic
281f135125
Improved view support
2020-06-28 17:08:38 +01:00
Laurent Cozic
d27b658392
Desktop: API: Improved error handling on service end-point
2020-06-20 12:34:05 +01:00
Laurent Cozic
89ca8e08d6
Desktop: API: Fixed externalEditWatcher/noteIsWatched call, fixed tests
2020-06-20 12:03:22 +01:00
Laurent Cozic
45160a2e73
Desktop: API: Add support for external editing from API
2020-06-20 02:30:09 +01:00
Laurent Cozic
a96734f5be
Revert "Tools: Added eslint rule arrow-parens"
...
This reverts commit 0b6f5581f0
.
It causes too many conflicts with pull requests.
2020-05-21 09:14:33 +01:00
Laurent Cozic
0b6f5581f0
Tools: Added eslint rule arrow-parens
2020-05-20 17:16:43 +01:00
Laurent Cozic
d0d2bad7f4
Tools: Enforce and apply eslint rules prefer-const and no-var
2020-03-13 23:46:14 +00:00
Yuvaraj J
cda837247a
API: Resolves #941 : Add support for "tags" property for note PUT request ( #2649 )
...
* API: Fix updation of tags when updating a note
* Add test for fix updation of tags
* Rewrite unit test and change variable name
* Use consistent variables and function calls
* Use default function call and change variable
* Handle case when tags is empty string
* Restructure test cases and improve tags check
* Update documentation
2020-03-13 18:44:47 +00:00
Laurent Cozic
688edd4b32
Moved the Joplin renderer back to the main repository to make development easier
2020-01-30 21:05:23 +00:00
Laurent Cozic
3fed1abc36
API: Add ability to search by folder or tag title
2020-01-20 02:19:57 +00:00
Laurent Cozic
bf25364333
Clipper: Fixes #2267 : Fixed race condition when importing page that have multiple images with similar names
2020-01-08 18:21:13 +00:00
Laurent Cozic
2a63ecef2a
All: Extract note renderer to separate package (WIP) ( #2206 )
...
* Started updating to use external renderer package
* Added way to build renderer assets
* Done mobile compatilibty
* Upgrade joplin-renderer
* Added joplin-renderer package
2019-12-29 18:58:40 +01:00
Laurent Cozic
4e72a8f3a5
Clipper: Fixes #2034 : Better handling of HTML minifying error with fallback to non-minified HTML
2019-11-07 20:32:11 +00:00
Laurent Cozic
7153c06e88
Api: Fixes #2018 : Fixed error handling when getting resources of a note that does not exist
2019-10-28 19:02:29 +00:00
Laurent Cozic
a8ae0f8078
Apply linter config
2019-10-09 21:35:13 +02:00
Laurent Cozic
60c1939d26
Api: Resolves #1956 : Allow getting the resources of a note
2019-10-07 09:57:24 +02:00
Laurent Cozic
e648392330
Chore: Apply eslint rules
2019-09-19 22:51:18 +01:00
Laurent Cozic
15a42a3729
Chore: Apply eslint no-unused-vars eslint config and add TypeScript config
2019-09-12 22:16:42 +00:00
Laurent Cozic
5a9b3b6c7c
Desktop, Mobile: Resolves #1832 : Only support checkboxes that start with a dash
2019-09-07 11:18:07 +01:00
Laurent Cozic
dcb5590842
Clipper: Fixes #1851 : Fixed error when trying to import certain pages using "Clip simplified page" feature
2019-09-07 10:47:31 +01:00
Laurent Cozic
71efff6827
Linter update ( #1777 )
...
* Update eslint config
* Applied linter to lib
* Applied eslint config to CliClient/app
* Removed prettier due to https://github.com/prettier/prettier/pull/4765
* First pass on test units
* Applied linter config to test units
* Applied eslint config to clipper
* Applied to plugin dir
* Applied to root of ElectronClient
* Applied on RN root
* Applied on CLI root
* Applied on Clipper root
* Applied config to tools
* test hook
* test hook
* test hook
* Added pre-commit hook
* Applied rule no-trailing-spaces
* Make sure root packages are installed when installing sub-dir
* Added doc
2019-07-30 09:35:42 +02:00
Laurent Cozic
86dc72b204
First pass at linting lib dir
2019-07-29 15:43:53 +02:00
Laurent Cozic
6436dff94b
Api: Fixed handling of markup language
2019-07-21 00:31:29 +01:00
Laurent Cozic
feb5f17479
Clipper: Generate better HTML so that it loads faster in text editor
2019-07-17 22:48:13 +01:00
Laurent Cozic
30d0dfb424
Clipper: Fixed sizing issue when importing HTML pages
2019-07-16 22:58:44 +01:00
Laurent Cozic
7239a2013c
Clipper: Improved clipping of images in HTML mode
2019-07-16 22:23:04 +01:00
Laurent Cozic
2361c5a5e7
Clipper: Better handling of images when multiple images have the same source but with different dimensions
2019-07-16 21:47:44 +01:00
Laurent Cozic
c75618eb8f
Clipper: Minor fixes
2019-07-15 01:17:17 +01:00
Laurent Cozic
74ee629266
Clipper: Fixed issue with relative links when importing HTML
2019-07-15 00:44:45 +01:00
Laurent Cozic
a0dd0702fb
Clipper: Adding support for clipping page as HTML
2019-07-14 16:00:02 +01:00
Charles
a796a9d179
API: Support is_todo property to allow making a note a todo ( #1688 )
2019-06-28 13:46:55 +01:00
Laurent Cozic
484f290eb0
Clipper: Improved clipping selection by removing unecessary elements
2019-06-25 22:11:12 +01:00
Laurent Cozic
d79089aea3
Clipper: Fixes #1682 : Do not clip elements that should be hidden
2019-06-24 00:00:11 +01:00
Laurent Cozic
6ee2595dce
Desktop: Fixes #1676 : Preserve user timestamps when adding note via API
2019-06-22 12:31:04 +01:00
Laurent Cozic
86136e0c6c
Clipper: Fixes #1622 : Import named anchors from clipped pages
2019-06-13 00:26:19 +01:00
Laurent Cozic
ad211b4b4e
Clipper: Fixes #1600 : Handle SVG images and fix issue with invalid file extensions
2019-06-12 09:45:31 +01:00