- Mar 20, 2017
-
-
Felix Heidecke authored
test files against ignore_files list on upload fix typo and indentation Move blacklist declaration to lib/public/Files/FileInfo.php, Rename *ignored to *blacklisted Mocked blacklist_files for testing Mocked blacklist_files for testing Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Mar 16, 2017
-
-
Lukas Reschke authored
Disable execution of eval in jQuery. We do require an allowed eval CSP configuration at the moment for handlebars et al. But for jQuery there is not much of a reason to execute JavaScript directly via eval. This thus mitigates some unexpected XSS vectors. As example try to insert `$('.fileinfo').html('<a href="asd"><script>alert(1)</script></a>');` with and without this patch in your browsers JS console when the file list is opened. Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
Julius Haertl authored
Signed-off-by:
Julius Haertl <jus@bitgrid.net>
-
Julius Haertl authored
Signed-off-by:
Julius Haertl <jus@bitgrid.net>
-
Julius Haertl authored
Signed-off-by:
Julius Haertl <jus@bitgrid.net>
-
- Feb 28, 2017
-
-
Artur Neumann authored
a user might enter values with white spaces, and that should be possible and valid Signed-off-by:
Artur Neumann <info@individual-it.net>
-
Artur Neumann authored
this fixes #3634 1. fixed computerFileSize to be more picky about incorrect values 2. more tests for computerFileSize 3. use computerFileSize to validate user quota Signed-off-by:
Artur Neumann <info@individual-it.net>
-
- Feb 08, 2017
-
-
m3ntalsp00n authored
Signed-off-by:
m3ntalsp00n <m3ntalsp00n@gmail.com>
-
- Feb 04, 2017
-
-
m3ntalsp00n authored
Signed-off-by:
m3ntalsp00n <m3ntalsp00n@gmail.com>
-
- Jan 23, 2017
-
-
Marius Blüm authored
Signed-off-by:
Marius Blüm <marius@lineone.io>
-
- Dec 19, 2016
-
-
Patrick Paysant authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
Patrick Paysant authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
Patrick Paysant authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Dec 01, 2016
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Nov 28, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Nov 24, 2016
-
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Bjoern Schiessle authored
Signed-off-by:
Bjoern Schiessle <bjoern@schiessle.org>
-
- Nov 21, 2016
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Nov 18, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Nov 08, 2016
-
-
Julius Haertl authored
Signed-off-by:
Julius Haertl <jus@bitgrid.net>
-
- Nov 07, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Nov 04, 2016
-
-
Julius Haertl authored
Signed-off-by:
Julius Haertl <jus@bitgrid.net>
-
- Oct 24, 2016
-
-
Vincent Petry authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 21, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Oct 20, 2016
-
-
Morris Jobke authored
* was replaced by the version in files/ Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
* use the localstorage APIs of the browser instead * use new Object() instead Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Oct 03, 2016
-
-
Christoph Wurst authored
-
- Sep 16, 2016
-
-
Simon Eisenmann authored
This commit further changes the behavior of getURLParmeter to handle encoded parameter values and returns the decoded string and improves behavior for parameters without value and multiple equals and other similar cases which did not work before. See the comments at http://stackoverflow.com/questions/1403888/get-escaped-url-parameter for a list of the issues handled by the updated implementation. This change does not change the general behavior of the function. Empty or non existing parameters still return an empty string ('').
-
Simon Eisenmann authored
This commit changes the behavior of getURLParameter(name) to return an empty string when the parameter is not set or has empty value. Before it returned 'null' as string.
-
- Sep 05, 2016
-
-
Joas Schilling authored
-
- Sep 01, 2016
-
-
Joas Schilling authored
-
- Aug 19, 2016
-
-
Thomas Pulzer authored
setupMainMenu() & setupUserMenu(): Changed click delegate to add the spinner animation only the primary mouse button was clicked without ctrl- or meta-key modifier Adding mouseup delegate to hide the menu if the middle mouse button was clicked. Redone #778
-
- Aug 18, 2016
-
-
Morris Jobke authored
-
- Aug 11, 2016
-
-
Faldon authored
-
Thomas Pulzer authored
Fixed wrong variable assignment when trying to open link in new window.
-