version 0.17.2
Massimo Melina committed
Apr 14, 2022 at 00:01 UTC
a8be43711860b80853c301758d868db0cc44e023
4 files changed
+4
-9
frontend/src/Breadcrumbs.ts
-1
@@ -2,7 +2,6 @@
2
3
import { Link, useLocation } from 'react-router-dom'
4
import { createElement as h, Fragment, ReactElement } from 'react'
5
-import { confirmDialog } from './dialog'
5
import { hIcon } from './misc'
6
import { state } from './state'
7
import { reloadList } from './useFetchList'
package-lock.json
+2
-2
@@ -1,12 +1,12 @@
1
{
2
"name": "hfs",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
4
"lockfileVersion": 2,
5
"requires": true,
6
"packages": {
7
"": {
8
"name": "hfs",
9
- "version": "0.17.1",
9
+ "version": "0.17.2",
10
"license": "GPL-3.0",
11
"workspaces": [
12
"server",
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "hfs",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
4
"description": "HTTP File Server",
5
"keywords": [
6
"file server",
todo.md
+1
-5
@@ -14,11 +14,7 @@
14
- admin: in a group, show linked accounts
15
- admin: warn in case of items with same name
16
- command line help --help
17
-- admin/plugins
18
- - show list of available plugins (skip -disabled)
19
- - enable/disable (disable_plugins, no dir rename)
20
- - show some properties, which ones are loaded
21
- - plugin config: plugin must expose gui producing object or form configuration
17
+- admin/plugins: gui for config
18
- download-counter: expose results on admin
19
- frontend: make a "login" route, and link it in side the 404's suggest-login message
20
- block to support masks and CIDR