From 032054387cc42512880f2536bc993483ee6f7c4b Mon Sep 17 00:00:00 2001 From: Phillip L Date: Mon, 30 Apr 2018 21:44:20 +0200 Subject: [PATCH 1/2] Updated todo --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b33da8a..81219fd 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,11 @@ So use with care! # Todo Before the next big update drops (v1.5) I have following things on my todo list: -- A fully working progress bar +- ~~A fully working progress bar~~ substituded with liveExec() ✔ done - Download as .zip +- More specific file types +- FE fixes and navbar ✔ done +- better password hashing # Installation From f8c921ebca1595ce67512b159d71341f5f485c42 Mon Sep 17 00:00:00 2001 From: Phillip L Date: Tue, 1 May 2018 13:40:35 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81219fd..8170643 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Before the next big update drops (v1.5) I have following things on my todo list: You need: - Linux / Unix Webserver with PHP (windows not tested) -- The command ~~popen~~ ``` exec ``` cant be blacklisted (Apache does this by default IIRC) +- The command ```popen``` and / or ``` exec ``` cant be blacklisted (Apache does this by default IIRC) - youtube-dl installed: ``` sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl