Releases: p410n3/YDL-UI
Fixing Password errors
Safer Passwords
Ditched md5() and use bcrypt now 👍
liveExec is back! (fixxed again)
This is the fixed version of the previous release 1.4.3. The log wasnt written when using liveexec in that version.
This version reintroduces liveExec() which uses popen() to live output the youtube-dl task progress to the frontend. This is disabled by default in the config.php and sometimes does not work for certain installations for some reason. So if you have problems with that, disable it again.
Otherwise this version updated the Frontend a bit and fixxed some minor stuff.
Security Fixes. (And UTF-8)
This Update fixes an path traversal bug in the dl.php as well as some additional escaping and an UTF-8 fix.
Huge thanks to @irfantogluk for reporting these bugs and fixing most of it!
Expert Options!
- Added expert options! You can now add CLI arguments directly through the interface!
- Cleaned up some code
- Various small fixes
Some bugfixes
- Linkbuilding fixed (ty @Provokan )
- Replaced JS redirect for http header in PHP to fix some issues with PRG
Replaced popen() with exec()
BUGFIX!
many users reported problems with the current liveExec() function. Thus I replaced it with exec() as long as I don't have a way to implement a better way for live execution.
Thnaks to all who reported bugs!
Bug fix: rmOld was not working sometimes
Made rmOld fool proof again it was kinda messy
First release!
Please download from here and not the master branch, it might contain critical bugs!