nextcloud/apps/files/ajax
Lukas Reschke 9904b30070 Ensure that passed argument is always a string
Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour.

Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well.
2015-02-13 12:49:34 +01:00
..
delete.php Catch exception properly 2015-02-04 15:58:16 +01:00
download.php Check for existence of $_GET keys 2015-01-14 14:16:18 +01:00
getstoragestats.php Add error handling to getstoragestats.php 2015-01-06 15:56:06 +01:00
list.php Ensure that passed argument is always a string 2015-02-13 12:49:34 +01:00
mimeicon.php Verify existence of $_GET key 2015-01-09 02:31:59 +01:00
move.php Get rid of `stripslashes()` 2015-01-13 17:43:36 +01:00
newfile.php Streamline CSRF and login check 2015-01-20 12:24:13 +01:00
newfolder.php Remove stripslashes() from newfolder.php 2015-01-19 14:12:36 +01:00
rename.php Check for existence of $_GET keys 2015-01-09 17:46:14 +01:00
scan.php Merge pull request #10922 from owncloud/explicit-scan-transactions 2014-09-09 23:32:32 +02:00
upload.php Get rid of `stripslashes()` 2015-01-13 17:43:36 +01:00