Stefan Bek

Results 16 issues of Stefan Bek

https://github.com/brianlmoon/GearmanManager/blob/69df37005e0dd774ecb55080e2348da5c3a18c19/etc/config-advanced.ini#L33 Hello, this timeout is supposed to be used in milliseconds as of german 1.1.19 https://github.com/gearman/gearmand/issues/196 We had the problem that for all workers that take longer than ~1 second...

Upstream

https://github.com/stwe/DatatablesBundle/blob/5cca7f74c24017243616186e6fe5705709a5b98c/Controller/DatatableController.php#L61 Hello there, please look over this. In case I got a valid csrf token from an editable table I think I can edit any column in any entity using...

Security

Hello, https://github.com/stwe/DatatablesBundle/blob/5cca7f74c24017243616186e6fe5705709a5b98c/Datatable/Filter/DateRangeFilter.php#L43 ``` /** * {@inheritdoc} */ public function addAndExpression(Andx $andExpr, QueryBuilder $qb, $searchField, $searchValue, $searchTypeOfField, &$parameterCounter) { list($_dateStart, $_dateEnd) = explode(' - ', $searchValue); $dateStart = new DateTime($_dateStart); $dateEnd...

improvement

https://github.com/e-alfred/ocdownloader/blob/fac43d42e8249ca06f3e9003b5355dd88d491bcb/controller/lib/youtube.php#L51 ` $Output = shell_exec ($this->YTDLBinary . ' -i \'' . $this->URL . '\' --get-url --get-filename' . ($ExtractAudio ? ' -f bestaudio -x' : ' -f best') . ($this->ForceIPv4 ?...

help wanted

![screenshot_1](https://user-images.githubusercontent.com/3265671/29741871-640df9c4-8a75-11e7-854e-c2087f79ce47.png) And here we still can choose youtube/Ftp/Http: ![screenshot_6](https://user-images.githubusercontent.com/3265671/29741875-6cf0a82a-8a75-11e7-98da-03478cd79777.png) Because the Setting is only valid for non admins. This behaviour seems a bit weird for me. Maybe there should be...

enhancement

Error | PHP | Undefined offset: 0 at /var/www/vhosts/DOMAIN/httpdocs/apps/ocdownloader/controller/lib/aria2.php#63 | 2017-08-27T16:00:25+0200 -- | -- | -- | -- I just post this here as "TODO" / "TO LOOK IN"

bug

Error | PHP | Undefined variable: GID at /var/www/vhosts/DOMAIN/httpdocs/apps/ocdownloader/controller/lib/tools.php#225 | 2017-08-27T16:00:25+0200 -- | -- | -- | -- Error | PHP | Undefined variable: GID at /var/www/vhosts/DOMAIN/httpdocs/apps/ocdownloader/controller/lib/tools.php#221 | 2017-08-27T16:00:25+0200 Error...

bug

The download gets startet and sais failed.

enhancement

As written previously in my commit I am using Nextcloud 12.0.2. I do not have youtube-DL installed. I do not have bittorrent working I do not have Aria installed. Thus...

enhancement

https://github.com/repetier/Repetier-Firmware/blob/76ef4223d71d00bdb6ba02f1e1e810d9069754c1/src/ArduinoAVR/Repetier/Commands.cpp#L1010 Hello, I changed my axis to floats and therefore I had to change and then test arc drawing too. While learning how to draw arcs and tempering with different...