hfs 0.45.0-alpha7 → 0.45.0-beta11
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-6c8d0372.js → index-101f19c9.js} +91 -91
- package/admin/assets/{sha512-beb2ef44.js → sha512-c0389c0d.js} +1 -1
- package/admin/index.html +1 -1
- package/frontend/assets/{index-81e42239.js → index-103f8869.js} +20 -20
- package/frontend/assets/{sha512-eec686c3.js → sha512-d8147f4f.js} +1 -1
- package/frontend/index.html +1 -1
- package/package.json +3 -3
- package/src/QuickZipStream.js +11 -6
- package/src/api.auth.js +1 -1
- package/src/commands.js +2 -4
- package/src/config.js +84 -57
- package/src/const.js +2 -3
- package/src/index.js +1 -1
- package/src/langs/embedded.js +2 -1
- package/src/langs/hfs-lang-fr.json +41 -41
- package/src/langs/hfs-lang-it.json +3 -1
- package/src/langs/hfs-lang-pt.json +109 -0
- package/src/listen.js +1 -1
- package/src/log.js +1 -1
- package/src/middlewares.js +38 -6
- package/src/perm.js +1 -1
- package/src/upload.js +2 -0
- package/src/zip.js +8 -2
package/README.md
CHANGED
|
@@ -20,8 +20,8 @@ This is a full rewrite of [the Delphi version](https://github.com/rejetto/hfs2).
|
|
|
20
20
|
|
|
21
21
|
- run HFS on your computer, administration page automatically shows up
|
|
22
22
|
- select what files and folders you want to be accessible
|
|
23
|
-
- possibly create accounts and limit access to files
|
|
24
23
|
- access those files from a phone or another computer just using a browser
|
|
24
|
+
- possibly create accounts and limit access to files
|
|
25
25
|
|
|
26
26
|
## Features
|
|
27
27
|
|