Commit Graph

55 Commits (6ca640d2ed2d4d294e7df91e93b3720019f9f158)

Author SHA1 Message Date
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 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 d0d2bad7f4 Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
Laurent Cozic 3cf3cd1598 Cli: Fixes #2536: Fixed issue when a notebook does not have a parent 2020-02-21 18:01:15 +00:00
Laurent Cozic a8ae0f8078 Apply linter config 2019-10-09 21:35:13 +02:00
Laurent Cozic e648392330 Chore: Apply eslint rules 2019-09-19 22:51:18 +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 7c3e8547de CLI: Fixes #1100: New folders were no longer being shown in list 2019-01-10 19:17:38 +00:00
Laurent Cozic 861387707a CLI: Fixes #795: Display tree of notebooks correctly 2018-09-23 19:33:44 +01:00
Laurent Cozic cf9246796d CLI: Added support for sub-notebooks 2018-05-09 12:39:27 +01:00
Laurent Cozic 45845f645d Refactored Interop service to make export/import code more modular 2018-02-26 19:25:54 +00:00
Laurent Cozic 500fbc5294 Merge branch 'master' into encryption 2017-12-31 15:26:16 +01:00
Laurent Cozic 23722719f0
Merge pull request #82 from gabcoh/autocomplete
Added auto complete
2017-12-29 10:54:38 +01:00
Laurent Cozic 9e869a5b1f CLI: Various UI improvements for E2EE 2017-12-28 19:51:24 +00:00
Laurent Cozic 08d2655f13 All: Various improvements to E2EE 2017-12-26 11:38:53 +01:00
Gabe Cohen 20632ae1c1 Correctly implement autocomplete menu with prefix 2017-12-24 12:27:25 -06:00
Gabe Cohen 4756238821 Remove unused import 2017-12-15 06:39:50 -06:00
Laurent Cozic d9c1e30e9b Merge master into encryption branch 2017-12-15 07:31:57 +00:00
Laurent Cozic 5bc72e2b44 All: Decryption worker and handling of missing master key passwords 2017-12-14 18:53:08 +00:00
Gabe Cohen 39c73e1649 Improve autocompletion
1. Removed autocomplete menu because it lists the entire line, not just what is
being autocompleted.

2. Autocomplete positional args first unless cursor is at - then autocomplete
long options

3. Don't autocomplete an options that is already present.

4. Other fixes
2017-12-14 07:53:49 -06:00
Gabe Cohen 3bf9d01f0a Remove unused code and retab 2017-12-14 07:01:00 -06:00
Gabe Cohen f71fe9a1a6 Make autocomplete more intelligent 2017-12-13 21:13:43 -06:00
Laurent Cozic e44975622a CLI: Handling of password prompt 2017-12-12 18:17:30 +00:00
Gabe Cohen 671e538740 Contain autocomplete in StatusBarWidget.js
StatusBarWidget.js now imports app itself and gets command names.
app-gui.js no longer sets the autocomplete of StatusBarWidget itself.
2017-12-11 19:31:11 -06:00
Laurent Cozic 043be1916c CLI: Display welcome message the first time the app is run. 2017-12-10 15:56:12 +00:00
Gabe Cohen cda623a95c Added command auto complete
File based autocompletion is not yet implemented. This will require knowledge of
the command, and it's parameters. The autocomplete feture is pretty powerful
however, so this should not be very difficult to add.
2017-12-09 23:08:28 -06:00
Laurent Cozic 57995b1818 Fixed folder selection and deletion issue 2017-10-29 16:22:53 +00:00
Laurent Cozic add1cb33bf Fixed scrolling and note loading issue 2017-10-28 18:44:28 +01:00
Laurent Cozic 269a77e5f3 Improved loading of notes 2017-10-28 18:07:10 +01:00
Laurent Cozic 52f25c26d2 Minor UI changes and reverter back to npm 2017-10-25 18:23:45 +01:00
Laurent Cozic 900aee82f0 Added more shortcuts and improved existing ones. Fixed bg color issue in status bar. 2017-10-24 22:52:13 +01:00
Laurent Cozic 89d85541ef Scroll to bottom of console after inputting command 2017-10-24 22:09:22 +01:00
Laurent Cozic 528f1b0430 Strip down metadata being displayed in UI 2017-10-24 21:35:02 +01:00
Laurent Cozic 13b4f3f4ea Display link to resources and display them via server. 2017-10-24 20:40:15 +01:00
Laurent Cozic 3cb52a4107 Fixed state handling issue when deleting note 2017-10-24 18:17:49 +00:00
Laurent Cozic 218405503d Fixed handling of current folder 2017-10-24 18:09:01 +00:00
Laurent Cozic 3f56404c25 Allow cancelling OAuth dance, and fixed status bar display issue 2017-10-24 18:03:12 +00:00
Laurent Cozic b89746f6d3 Improved item list and implemented delete 2017-10-23 22:48:29 +01:00
Laurent Cozic 01d01b76cd Implemented search and fixed Redux update loop 2017-10-23 21:34:04 +01:00
Laurent Cozic 17b8df2abc Got tags working and fixed sync issue 2017-10-22 18:12:16 +01:00
Laurent Cozic 0ee82bd5ce Better handling of network errors and improved borders 2017-10-22 13:45:56 +01:00
Laurent Cozic cc92c29913 Fixed state when switching folder 2017-10-21 18:01:02 +01:00
Laurent Cozic 1845a0105c Many improvements and bug fixes 2017-10-18 23:13:53 +01:00
Laurent Cozic 4db08d1a26 Minor fixes and improvements 2017-10-17 22:56:22 +01:00
Laurent Cozic d4af90832b Cleaned up command processing logic and fixed a few bugs 2017-10-17 18:18:31 +01:00
Laurent Cozic 7d45e1000d Fixed status bar 2017-10-15 18:20:54 +01:00
Laurent Cozic 7e2b4f7da5 Changed console to status bar 2017-10-15 17:57:09 +01:00
Laurent Cozic 03facc93f5 Fixed selection in note and folder list 2017-10-15 12:38:22 +01:00
Laurent Cozic 65ab55c031 Various changes 2017-10-14 22:44:50 +01:00