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
3265fafd76
Cli: Improve handling of encrypted items
2020-05-13 16:28:54 +01:00
Laurent Cozic
2b2ec2c655
All: Started resource fetcher service when a note has been decrypted
2020-04-19 10:11:46 +01:00
Laurent Cozic
7ccd19e21d
Cli: Fixes #2981 : Add support for retrying decryption after it has failed multiple times
2020-04-08 18:02:31 +01:00
Laurent Cozic
10feeeeb6b
All: Fixes #2257 : Prevent decryption loop when a resource cannot be decrypted
2020-04-08 01:00:01 +01:00
Laurent Cozic
d0d2bad7f4
Tools: Enforce and apply eslint rules prefer-const and no-var
2020-03-13 23:46:14 +00:00
Laurent Cozic
f4958de885
All: Security: Added way to upgrade master key encryption and sync target encryption
2020-03-13 17:42:50 +00:00
mic704b
54dc2219fe
Tests: Integration harness fixes and refactors. ( #2569 )
...
* Test harness fixes and integration test refactor and addition.
* Clean up.
* Address review comments.
* Improve method names.
2020-02-27 18:25:42 +00:00
mic704b
fbedc6b29b
Desktop: Resolves #262 : Implement "show all notes" ( #2472 )
...
* Implement "show all notes" feature.
* Ensure middleware is completely flushed and shutdown before continuing tests.
2020-02-22 11:25:16 +00: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
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
5796dd2098
Update translations
2019-06-22 13:10:13 +01:00
Laurent Cozic
62c48b9a46
CLI: Fixed regression which was preventing decryption on newly created profiles
2019-06-10 08:55:36 +01:00
Laurent Cozic
df714c357d
All: Improved: Better handling of items that cannot be decrypted, including those that cause crashes
2019-06-07 23:11:08 +01:00
Laurent Cozic
316a52bbc2
All: Improved workflow of downloading and decrypting data during sync
2019-05-28 22:05:11 +01:00
Laurent Cozic
8a6fe20a69
All: Resolves #1481 : New: Allow downloading attachments on demand or automatically ( #1527 )
...
* Allow downloading resources automatically, on demand, or when loading note
* Make needToBeFetched calls to return the right number of resources
* All: Improved handling of resource downloading and decryption
* Desktop: Click on resource to download it (and, optionally, to decrypt it)
* Desktop: Better handling of resource state (not downloaded, downloading, encrypted) in front end
* Renamed setting to sync.resourceDownloadMode
* Download resources when changing setting
* tweaks
* removed duplicate cs
* Better report resource download progress
* Make sure resource cache is properly cleared when needed
* Also handle manual download for non-image resources
* More improvements to logic when downloading and decrypting resources
2019-05-22 15:56:07 +01:00
Laurent Cozic
3e808f05fd
Improved logic to set resource file size
2019-05-12 15:53:42 +01:00
Laurent Cozic
06091933e1
All: Moved resource app-specific state to different table
2018-11-13 00:45:08 +00:00
Laurent Cozic
2f62897fb6
All: Improved resource side loading
2018-10-08 19:11:53 +01:00
Laurent Cozic
f6ee5dd0e7
Mobile: Display decryption progress in side bar
2018-06-10 17:43:24 +01:00
Laurent Cozic
55c5ddedf4
Revert "Applied prettier to code base"
...
This reverts commit c4f19465a6
.
2018-03-09 20:59:12 +00:00
Laurent Cozic
c4f19465a6
Applied prettier to code base
2018-03-09 17:49:35 +00:00
Laurent Cozic
122ab83a84
Android: Fix when downloading many encrypted items
2018-03-05 18:21:42 +00:00
Laurent Cozic
45845f645d
Refactored Interop service to make export/import code more modular
2018-02-26 19:25:54 +00:00
Laurent Cozic
a6e6b49a9d
Merge branch 'master' of github.com:laurent22/joplin
2018-02-15 18:33:21 +00:00
Laurent Cozic
3a4bbd571e
All: Provide Content-Length header for WebDAV for better compatibility with more servers
2018-02-15 18:33:08 +00:00
Laurent Cozic
87bc08bef5
iOS: Fixed resource decryption issue, log page crash and text input rendering issue
2018-02-14 15:28:56 +00:00
Laurent Cozic
f66be08d1d
Added list of translated languages to README file
2018-02-01 20:15:31 +00:00
Laurent Cozic
dac1cd7668
Mobile: Allow filtering log by warning/error
2018-01-31 19:51:29 +00:00
Laurent Cozic
eb67ac17a0
Allow decryption to continue even if an item cannot be decrypted
2018-01-30 20:15:05 +00:00
Laurent Cozic
837ae2c9f2
Send only one NOT_LOADED event per master key
2018-01-28 17:37:29 +00:00
Laurent Cozic
78ce10ddf0
All: Fixed race condition when a note is being uploaded while it's being modified in the text editor
2018-01-08 20:09:01 +01:00
Laurent Cozic
685f541bb4
All: Fixed issue with local resource needlessly marked as encrypted
2017-12-04 19:15:14 +00:00
Laurent Cozic
6d0f60d9a1
All: Fixed tests and minor fixes
2017-12-31 15:23:05 +01:00
Laurent Cozic
08d2655f13
All: Various improvements to E2EE
2017-12-26 11:38:53 +01:00
Laurent Cozic
70b03971f6
All: Fixed handling of unloaded master key
2017-12-22 18:50:27 +00:00
Laurent Cozic
4c0b472f67
All: Testing and better handling of E2EE initialisation
2017-12-17 20:51:45 +01:00
Laurent Cozic
2c608bca3c
All: getting encryption service and UI to work
2017-12-14 19:39:13 +00:00
Laurent Cozic
5bc72e2b44
All: Decryption worker and handling of missing master key passwords
2017-12-14 18:53:08 +00:00
Laurent Cozic
888ac8f4c2
Electron: Started integrating encryption
2017-12-14 17:58:10 +00:00