hfs 0.49.0-alpha1 → 0.49.0-alpha2
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.
- package/README.md +1 -1
- package/admin/assets/index-6afd4b06.js +542 -0
- package/{frontend/assets/sha512-82ed8772.js → admin/assets/sha512-f5f12dc1.js} +1 -1
- package/admin/index.html +1 -1
- package/central.json +30 -8
- package/frontend/assets/index-3a379840.js +94 -0
- package/frontend/assets/index-db5f0e4b.css +1 -0
- package/{admin/assets/sha512-ae917116.js → frontend/assets/sha512-3392c31f.js} +1 -1
- package/frontend/index.html +2 -2
- package/package.json +1 -2
- package/src/api.auth.js +6 -6
- package/src/api.file_list.js +10 -27
- package/src/api.net.js +59 -58
- package/src/api.plugins.js +14 -25
- package/src/api.vfs.js +9 -12
- package/src/block.js +14 -1
- package/src/comments.js +49 -0
- package/src/const.js +3 -2
- package/src/cross.js +29 -1
- package/src/debounceAsync.js +17 -1
- package/src/frontEndApis.js +28 -6
- package/src/github.js +24 -30
- package/src/langs/hfs-lang-it.json +5 -3
- package/src/langs/hfs-lang-ru.json +6 -4
- package/src/listen.js +3 -2
- package/src/middlewares.js +3 -1
- package/src/misc.js +4 -4
- package/src/perm.js +19 -12
- package/src/plugins.js +33 -12
- package/src/serveFile.js +2 -3
- package/src/upload.js +5 -1
- package/src/util-http.js +8 -6
- package/src/vfs.js +24 -32
- package/src/watchLoad.js +5 -12
- package/src/zip.js +4 -4
- package/admin/assets/index-b34ac7b4.js +0 -536
- package/frontend/assets/index-4cbc2ffc.js +0 -94
- package/frontend/assets/index-cbe043ee.css +0 -1
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ This is a full rewrite of [the Delphi version](https://github.com/rejetto/hfs2).
|
|
|
49
49
|
|
|
50
50
|
## Installation
|
|
51
51
|
|
|
52
|
-
NB: minimum Windows version required is 8.1 , Windows Server 2012 R2 (because of Node.js
|
|
52
|
+
NB: minimum Windows version required is 8.1 , Windows Server 2012 R2 (because of Node.js 18)
|
|
53
53
|
|
|
54
54
|
1. go to https://github.com/rejetto/hfs/releases
|
|
55
55
|
2. click on `Assets`
|