aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: 9af200013158799fcdf783b6615b1a655c05777f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# WFM TODO

## Interfaces
* WebDAV server
* FastCGI Interface
* Docker support

## Security
* userless/guest read-only mode, user rw
  requires custom login window
* two factor auth
  requires custom login window
* garbage collect old f2b entries
* f2b ddos prevention, sleep on too many bans?

## Layout / UI
* add flag to specify own favicon.ico
* top bar too long on mobile/small screen
* custom html login window - needed for two factor auth?
* editable and non editable documents by extension, also for git checkins
* thumbnail / icon view for pictures (cache thumbnails on server?)
* glob filter (*.*) in dir view
* errors in dialog boxes instead of plain text
* html as template

## File IO
* path prefix, required for docker
* udf iso format https://github.com/mogaika/udf
* zip/unzip archives
* iso files recursive list
* zipped iso like .iso.gz, .iso.xz, .iso.lz
* auto unpack via mime type...
* add more formats like tgz/txz, etc
* du with xdev as a go routine
* git client https://github.com/go-git/go-git
* file locking https://github.com/gofrs/flock
* support for different filesystems, S3, SMB, archive files as io/fs
* archive files in main view / graphical/table form