nextcloud/apps/files
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
..
ajax Ensure that passed argument is always a string 2015-02-13 12:49:34 +01:00
appinfo Remove duplicated definition of APIController 2015-01-26 10:20:01 +01:00
command Fix check if a path argument is passed to occ files:scan 2015-01-06 15:27:03 +01:00
controller fix response for tags and show error message 2015-02-02 11:17:54 +01:00
css Prevent 1px padding between button and dropdown in ie11 when zooming 2015-01-28 22:44:12 +03:00
js toggle back when the action was not performed 2015-02-02 11:17:55 +01:00
l10n [tx-robot] updated from transifex 2015-02-12 01:54:41 -05:00
lib Catch exception properly 2015-02-04 15:58:16 +01:00
service Ignore favorites that are not available when creating the favorites list 2015-01-23 10:11:14 +01:00
templates use class for no results div instead of id. the elements are not unique. 2015-01-06 14:34:35 +01:00
tests Disallow ctrl click to select when selection not allowed 2015-01-15 18:16:27 +01:00
admin.php drop allowZIPdownload and maxZIPSize as options 2014-06-02 16:29:03 +02:00
download.php Use secure mimetype for content delivery 2014-09-08 15:57:39 +02:00
index.php Remove unneeded addTranslations() calls 2015-01-14 14:36:23 +01:00
list.php drop allowZIPdownload and maxZIPSize as options 2014-06-02 16:29:03 +02:00
simplelist.php Fixed small code style issues 2014-12-15 17:20:41 +01:00