hfs 0.50.6 → 0.51.0-beta10

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 (66) hide show
  1. package/README.md +7 -0
  2. package/admin/assets/index-2af67363.js +808 -0
  3. package/admin/assets/index-49472c6b.css +1 -0
  4. package/{frontend/assets/sha512-f6b7ed35.js → admin/assets/sha512-a65f7625.js} +1 -1
  5. package/admin/index.html +3 -3
  6. package/frontend/assets/index-0257fb40.js +95 -0
  7. package/frontend/assets/index-a107d2b0.css +1 -0
  8. package/{admin/assets/sha512-f0ef6857.js → frontend/assets/sha512-1e7850a5.js} +1 -1
  9. package/frontend/fontello.css +4 -1
  10. package/frontend/fontello.woff2 +0 -0
  11. package/frontend/index.html +3 -3
  12. package/package.json +5 -3
  13. package/plugins/download-counter/plugin.js +4 -4
  14. package/plugins/list-uploader/public/main.js +1 -1
  15. package/src/SendList.js +127 -0
  16. package/src/adminApis.js +6 -3
  17. package/src/api.auth.js +6 -1
  18. package/src/{api.file_list.js → api.get_file_list.js} +15 -10
  19. package/src/api.lang.js +2 -1
  20. package/src/api.monitor.js +20 -64
  21. package/src/api.plugins.js +13 -7
  22. package/src/api.vfs.js +4 -6
  23. package/src/apiMiddleware.js +5 -96
  24. package/src/comments.js +1 -1
  25. package/src/connections.js +15 -7
  26. package/src/const.js +5 -2
  27. package/src/cross-const.js +4 -4
  28. package/src/cross.js +69 -11
  29. package/src/debounceAsync.js +3 -3
  30. package/src/errorPages.js +4 -1
  31. package/src/frontEndApis.js +23 -3
  32. package/src/geo.js +7 -5
  33. package/src/github.js +1 -1
  34. package/src/index.js +6 -3
  35. package/src/lang.js +10 -2
  36. package/src/langs/embedded.js +3 -2
  37. package/src/langs/hfs-lang-es.json +1 -1
  38. package/src/langs/hfs-lang-it.json +10 -6
  39. package/src/langs/hfs-lang-ja.json +137 -0
  40. package/src/langs/hfs-lang-nl.json +9 -1
  41. package/src/langs/hfs-lang-pt-br.json +137 -0
  42. package/src/langs/hfs-lang-ru.json +19 -11
  43. package/src/listen.js +5 -7
  44. package/src/log.js +23 -6
  45. package/src/middlewares.js +15 -128
  46. package/src/misc.js +5 -15
  47. package/src/nat.js +1 -1
  48. package/src/plugins.js +12 -1
  49. package/src/roots.js +58 -0
  50. package/src/selfCheck.js +31 -22
  51. package/src/serveFile.js +65 -18
  52. package/src/serveGuiAndSharedFiles.js +124 -0
  53. package/src/serveGuiFiles.js +6 -6
  54. package/src/throttler.js +9 -10
  55. package/src/update.js +9 -8
  56. package/src/upload.js +14 -10
  57. package/src/util-files.js +7 -6
  58. package/src/vfs.js +10 -7
  59. package/src/watchLoad.js +1 -0
  60. package/src/zip.js +4 -3
  61. package/admin/assets/index-40c64d86.js +0 -807
  62. package/admin/assets/index-f43bd668.css +0 -1
  63. package/frontend/assets/index-2e33de36.css +0 -1
  64. package/frontend/assets/index-3051e997.js +0 -94
  65. package/plugins/vhosting/plugin.js +0 -62
  66. package/src/langs/hfs-lang-pt.json +0 -109
package/README.md CHANGED
@@ -184,6 +184,9 @@ Some actions you can take for improved security:
184
184
  - Appending ?lang=CODE to address will force a specific language
185
185
  - right/ctrl/command click on toggle-all checkbox will invert each checkbox state
186
186
  - Appending `?login=USER:PASSWORD` will automatically log in the browser
187
+ - Appending `?overwrite` on uploads, will try override the dont_overwrite_uploading configuration, provided you also have delete permission
188
+ - Right-click on "check for updates" will let you input a URL of a version to install
189
+ - Admin: ctrl+digit will switch page
187
190
 
188
191
  ## Contribute
189
192
 
@@ -195,6 +198,10 @@ There are several ways to contribute
195
198
  If you find important security problems, please [contact us privately](mailto:a@rejetto.com) so that we can publish a fix before
196
199
  the problem is disclosed, for the safety of other users.
197
200
 
201
+ - Use beta versions, and give feedback.
202
+
203
+ While betas have more problems, you'll get more features and give a huge help to the project.
204
+
198
205
  - [Translate to your language](https://github.com/rejetto/hfs/wiki/Translation).
199
206
 
200
207
  - [Suggest ideas](https://github.com/rejetto/hfs/discussions)