version 0.43.0
Massimo Melina committed
Apr 8, 2023 at 15:40 UTC
c908426d3e927dd0d1a23601ee1fcca6e530f28a
3 files changed
+6
-4
package-lock.json
+2
-2
@@ -1,12 +1,12 @@
1
{
2
"name": "hfs",
3
- "version": "0.42.3",
3
+ "version": "0.43.0-beta9",
4
"lockfileVersion": 2,
5
"requires": true,
6
"packages": {
7
"": {
8
"name": "hfs",
9
- "version": "0.42.3",
9
+ "version": "0.43.0-beta9",
10
"license": "GPL-3.0",
11
"workspaces": [
12
"admin",
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "hfs",
3
- "version": "0.42.3",
3
+ "version": "0.43.0",
4
"description": "HTTP File Server",
5
"keywords": [
6
"file server",
todo.md
+3
-1
@@ -1,4 +1,5 @@
1
# To do
2
+- log filter option (skip localhost by default)
3
- blacklist of plugins (as a temporary measure until GitHub's intervention)
4
- admin: warn in case of items with same name
5
- frontend search supporting masks
@@ -17,17 +18,18 @@
18
- configure router with upnp. If it fails, suggest a guide. https://github.com/indutny/node-nat-upnp
19
- offer ddns registration/update
20
- admin/fs: sort items
21
+- rename file (with delete permission)
22
- admin/config: hide advanced settings
23
- admin/fs: support insert/delete key
24
- admin/monitor: show some info on what folder is browsing
25
- admin/fs: navigate file picker with keyboard
26
- plugin: automatic redirection from http to https
27
+- move files #203
28
- admin: in a group, show linked accounts
29
- command line help --help
30
- plugin download-counter: expose results on admin
31
- whitelist di ip
32
- plugin to show country by ip in admin/monitor
30
-- log filter option
33
- log filter plugin
34
- admin: improve masks editor
35
- admin: warn before changing page if we have unsaved changes