nextcloud/lib/private/files
Lukas Reschke bb5c5a3691 Remove unreqired backtick removal
Without this files with a ` (backtick) in the beginning of the filenames where simply not correctly referenced as the ` got removed. This can lead to all possible havoc situations.

Should get backported to stable8 and in future we might consider if it is really worth to backport such changes when it is just for SQLite 🙈

Regression of https://github.com/owncloud/core/pull/14734
2015-03-18 12:38:19 +01:00
..
cache Remove unreqired backtick removal 2015-03-18 12:38:19 +01:00
config Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
mount Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
node Add "throws" lines to calling methods and interface aswell 2015-02-27 12:16:53 +01:00
objectstore Update scanFile() and scanChildren() to the new signature of the parent class 2015-03-04 09:22:53 +01:00
storage Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING` 2015-03-17 21:56:16 +01:00
stream Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
type Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
utils Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
fileinfo.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
filesystem.php Merge pull request #13893 from owncloud/create-cachedir-on-user 2015-03-11 16:49:24 +01:00
mapper.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
view.php verify the file name length not to exceed 255 characters + verify path during rename 2015-03-12 10:47:47 +01:00