removed todo.md

Massimo Melina committed Sep 30, 2024 at 22:20 UTC dcc5f361dfe25564adc90aa01a194567292e0863
2 files changed +1 -33
README.md
+1 -3
@@ -128,7 +128,7 @@ Other than that, you can also consider:
128
129 - it's more robust: it was designed to be an always-running server, while HFS 1-2 was designed for occasional usage (transfer and quit)
130 - passwords are never really stored, just a non-reversible hash is
131 -- faster search (up to 12x)
131 +- faster search
132 - more flexible permissions
133
134 ## Security
@@ -197,6 +197,4 @@ There are several ways to contribute
197
198 - [License](https://github.com/rejetto/hfs/blob/master/LICENSE.txt)
199
200 -- [To-do list](todo.md)
201 -
200 - Flag images are public-domain, downloaded from https://flagpedia.net
\ No newline at end of file
todo.md deleted
-30
@@ -1,30 +0,0 @@
1 -# To do
2 -- admin: warn in case of items with same name
3 -- frontend search supporting masks
4 -- plugin: list of IPs seen
5 -- admin/fs: check if source exists when set
6 -- plugins: after installing, switch to installed (and perhaps highlight new one)
7 -- plugins' log, accessible in admin
8 -- frontend: hide closer button on login dialog accessing a protected resource, as it's no use
9 -- generation of links to give access to a file without password
10 -- offer ddns registration/update
11 -- admin/fs: sort items
12 -- admin/config: hide advanced settings
13 -- admin/fs: support insert/delete key
14 -- admin/monitor: show some info on what folder is browsing
15 -- admin/fs: navigate file picker with keyboard
16 -- move files #203
17 -- admin: in a group, show linked accounts
18 -- command line help --help
19 -- plugin download-counter: expose results on admin
20 -- plugin to show country by ip in admin/monitor
21 -- log filter plugin
22 -- admin: improve masks editor
23 -- admin: warn before changing page if we have unsaved changes
24 -- plugin: upload quota per-account (possibly inheriting), and a default
25 -- config: max connections/downloads (total/per-ip)
26 -- webdav?
27 -- log: ip2name
28 -- search operators (size, type?)
29 -- ability to install as service in Windows
30 - - an application to control the service as tray icon