Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Releases: p410n3/YDL-UI

Fixing Password errors

01 Oct 14:21
8f56e63
Compare
Choose a tag to compare

So as the PHP noob I am I used double quotes for the hashed password instead of single ones. Meaning that the string got escaped and may or may not break depending on what characters were included. This is now fixed.

Safer Passwords

13 May 12:47
142776f
Compare
Choose a tag to compare

Ditched md5() and use bcrypt now 👍

liveExec is back! (fixxed again)

03 May 19:09
Compare
Choose a tag to compare

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)

16 Apr 19:49
3223c1f
Compare
Choose a tag to compare

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!

28 Mar 22:34
Compare
Choose a tag to compare
  • Added expert options! You can now add CLI arguments directly through the interface!
  • Cleaned up some code
  • Various small fixes

Some bugfixes

26 Mar 18:37
ea498e3
Compare
Choose a tag to compare
  • Linkbuilding fixed (ty @Provokan )
  • Replaced JS redirect for http header in PHP to fix some issues with PRG

Replaced popen() with exec()

22 Mar 20:37
Compare
Choose a tag to compare

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

17 Mar 15:30
Compare
Choose a tag to compare
Made rmOld fool proof again

it was kinda messy

First release!

16 Mar 22:25
daf46d0
Compare
Choose a tag to compare

Please download from here and not the master branch, it might contain critical bugs!