cloudcmd 15.9.8 → 15.9.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/ChangeLog +32 -0
  2. package/HELP.md +11 -4
  3. package/README.md +2 -4
  4. package/common/callbackify.js +6 -8
  5. package/dist/cloudcmd.common.js +3 -3
  6. package/dist/cloudcmd.common.js.map +1 -1
  7. package/dist/cloudcmd.css +1 -1
  8. package/dist/cloudcmd.js +1 -1
  9. package/dist/cloudcmd.js.map +1 -1
  10. package/dist/modules/cloud.js +1 -1
  11. package/dist/modules/cloud.js.map +1 -1
  12. package/dist/modules/config.js +1 -1
  13. package/dist/modules/config.js.map +1 -1
  14. package/dist/modules/contact.js +1 -1
  15. package/dist/modules/contact.js.map +1 -1
  16. package/dist/modules/edit.js +1 -1
  17. package/dist/modules/edit.js.map +1 -1
  18. package/dist/modules/konsole.js.map +1 -1
  19. package/dist/modules/markdown.js +1 -1
  20. package/dist/modules/markdown.js.map +1 -1
  21. package/dist/modules/menu.js +1 -1
  22. package/dist/modules/menu.js.map +1 -1
  23. package/dist/modules/operation.js +1 -1
  24. package/dist/modules/operation.js.map +1 -1
  25. package/dist/modules/terminal-run.js +1 -1
  26. package/dist/modules/terminal-run.js.map +1 -1
  27. package/dist/modules/terminal.js +1 -1
  28. package/dist/modules/terminal.js.map +1 -1
  29. package/dist/modules/upload.js +1 -1
  30. package/dist/modules/upload.js.map +1 -1
  31. package/dist/modules/user-menu.js +1 -1
  32. package/dist/modules/user-menu.js.map +1 -1
  33. package/dist/modules/view.js +1 -1
  34. package/dist/modules/view.js.map +1 -1
  35. package/dist/sw.js +1 -1
  36. package/dist/sw.js.map +1 -1
  37. package/dist-dev/cloudcmd.common.js +29 -29
  38. package/dist-dev/cloudcmd.css +9 -9
  39. package/dist-dev/cloudcmd.js +7 -7
  40. package/dist-dev/config.css +6 -6
  41. package/dist-dev/modules/cloud.js +1 -1
  42. package/dist-dev/modules/config.js +2 -2
  43. package/dist-dev/modules/contact.js +1 -1
  44. package/dist-dev/modules/edit.js +1 -1
  45. package/dist-dev/modules/konsole.js +1 -1
  46. package/dist-dev/modules/markdown.js +1 -1
  47. package/dist-dev/modules/menu.js +1 -1
  48. package/dist-dev/modules/operation.js +2 -2
  49. package/dist-dev/modules/terminal-run.js +1 -1
  50. package/dist-dev/modules/terminal.js +1 -1
  51. package/dist-dev/modules/upload.js +1 -1
  52. package/dist-dev/modules/user-menu.js +2 -2
  53. package/dist-dev/modules/view.js +1 -1
  54. package/dist-dev/sw.js +1 -1
  55. package/dist-dev/view.css +1 -1
  56. package/package.json +8 -8
  57. package/server/cloudcmd.js +5 -2
  58. package/server/config.js +1 -1
  59. package/server/distribute/log.js +1 -3
  60. package/server/show-config.js +1 -3
  61. package/server/user-menu.js +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,35 @@
1
+ 2021.12.16, v15.9.12
2
+
3
+ fix:
4
+ - (client) loadDir: history enabled by default
5
+
6
+ 2021.12.09, v15.9.11
7
+
8
+ fix:
9
+ - (client) load: Upload stuck for zero byte files (#359)
10
+
11
+ 2021.12.04, v15.9.10
12
+
13
+ fix:
14
+ - (client) operation: move and copy not working (#358)
15
+ feature:
16
+ - (package) eslint-plugin-putout v12.2.0
17
+
18
+ 2021.11.22, v15.9.9
19
+
20
+ feature:
21
+ - (package) putout v22.0.2
22
+ - (package) yargs-parser v21.0.0
23
+ - (package) yaspeller v8.0.0
24
+ - (package) eslint-plugin-putout v11.1.0
25
+ - (package) putout v21.1.2
26
+ - (package) eslint v8.0.1
27
+ - (package) eslint-plugin-putout v10.3.0
28
+ - (package) find-up v6.1.0
29
+ - (package) putout v20.5.1
30
+ - (package) supertape v6.9.1
31
+ - (package) eslint-plugin-putout v9.0.1
32
+
1
33
  2021.08.09, v15.9.8
2
34
 
3
35
  fix:
package/HELP.md CHANGED
@@ -1,11 +1,9 @@
1
- # Cloud Commander v15.9.8
1
+ # Cloud Commander v15.9.12
2
2
 
3
- ### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
3
+ ### [Main][MainURL] [Blog][BlogURL]
4
4
 
5
5
  [MainURL]: http://cloudcmd.io "Main"
6
6
  [BlogURL]: http://blog.cloudcmd.io "Blog"
7
- [HerokuURL]: https://cloudcmd.herokuapp.com/ "Heroku"
8
- [HEROKU_LIVE_IMG]: https://status.cloudcmd.io/host/cloudcmd.herokuapp.com/img/file.png "Heroku"
9
7
  [DWORD]: https://github.com/cloudcmd/dword "Editor based on CodeMirror"
10
8
  [EDWARD]: https://github.com/cloudcmd/edward "Editor based on Ace"
11
9
  [DEEPWORD]: https://github.com/cloudcmd/deepword "Editor based on Monaco"
@@ -955,11 +953,13 @@ First, locate the command to run cloudcmd
955
953
  ```sh
956
954
  which cloudcmd
957
955
  ```
956
+
958
957
  take note of the result and create a systemd entry by executing
959
958
 
960
959
  ```sh
961
960
  sudo nano /etc/systemd/system/cloudcmd.service
962
961
  ```
962
+
963
963
  and use this template
964
964
 
965
965
  ```
@@ -975,6 +975,7 @@ User = YOUR_USER
975
975
  [Install]
976
976
  WantedBy = multi-user.target
977
977
  ```
978
+
978
979
  Don't forget to change the line for `ExecStart` and `User`
979
980
 
980
981
  Save the changes and exit editor.
@@ -998,6 +999,7 @@ take note of the result and create a rc script
998
999
  ```
999
1000
  vi /usr/local/etc/rc.d/cloudcmd
1000
1001
  ```
1002
+
1001
1003
  and use this template
1002
1004
 
1003
1005
  ```
@@ -1079,6 +1081,11 @@ There are a lot of ways to be involved in `Cloud Commander` development:
1079
1081
  - if you know a language not currently translated, or would like to improve an existing translation, you can help with [site translations](https://github.com/coderaiser/cloudcmd/wiki "Cloud Commander community wiki");
1080
1082
 
1081
1083
  ## Version history
1084
+
1085
+ - *2021.12.16*, **[v15.9.12](//github.com/coderaiser/cloudcmd/releases/tag/v15.9.12)**
1086
+ - *2021.12.09*, **[v15.9.11](//github.com/coderaiser/cloudcmd/releases/tag/v15.9.11)**
1087
+ - *2021.12.04*, **[v15.9.10](//github.com/coderaiser/cloudcmd/releases/tag/v15.9.10)**
1088
+ - *2021.11.22*, **[v15.9.9](//github.com/coderaiser/cloudcmd/releases/tag/v15.9.9)**
1082
1089
  - *2021.02.03*, **[v15.6.0](//github.com/coderaiser/cloudcmd/releases/tag/v15.6.0)**
1083
1090
  - *2021.02.02*, **[v15.5.2](//github.com/coderaiser/cloudcmd/releases/tag/v15.5.2)**
1084
1091
  - *2021.01.31*, **[v15.5.1](//github.com/coderaiser/cloudcmd/releases/tag/v15.5.1)**
package/README.md CHANGED
@@ -1,11 +1,10 @@
1
- # Cloud Commander v15.9.8 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
1
+ # Cloud Commander v15.9.12 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
2
2
 
3
- ### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL])
3
+ ### [Main][MainURL] [Blog][BlogURL]
4
4
 
5
5
  [NPM_INFO_IMG]: https://nodei.co/npm/cloudcmd.png
6
6
  [MainURL]: http://cloudcmd.io "Main"
7
7
  [BlogURL]: http://blog.cloudcmd.io "Blog"
8
- [HerokuURL]: https://cloudcmd.herokuapp.com/ "Heroku"
9
8
  [BuildStatusURL]: https://travis-ci.org/coderaiser/cloudcmd "Build Status"
10
9
  [BuildStatusIMGURL]: https://img.shields.io/travis/coderaiser/cloudcmd.svg?style=flat-squere&longCache=true
11
10
  [BuildAppveyorURL]: https://ci.appveyor.com/project/coderaiser/cloudcmd
@@ -166,7 +165,6 @@ docker-compose up
166
165
 
167
166
  More documentation you can find on https://cloudcmd.io/.
168
167
 
169
-
170
168
  ## Get involved
171
169
 
172
170
  There is a lot ways to be involved in `Cloud Commander` development:
@@ -2,13 +2,11 @@
2
2
 
3
3
  const success = (f) => (data) => f(null, data);
4
4
 
5
- module.exports = (promise) => {
6
- return (...a) => {
7
- const fn = a.pop();
8
-
9
- promise(...a)
10
- .then(success(fn))
11
- .catch(fn);
12
- };
5
+ module.exports = (promise) => (...a) => {
6
+ const fn = a.pop();
7
+
8
+ promise(...a)
9
+ .then(success(fn))
10
+ .catch(fn);
13
11
  };
14
12