nextcloud/apps/files_encryption/lib
Andreas Fischer 9753e44ac2 Do not use realpath() on includes.
If the file does not exist, realpath() returns false and "include false;"
produces "Failed opening '' for inclusion" which is a useless error message.

'include' works just fine with symlinks, "./" and "../".
2013-08-21 10:52:22 +02:00
..
capabilities.php Add further capabilities to /cloud/capabilitites api call 2013-02-10 14:42:23 +01:00
crypt.php Do not use realpath() on includes. 2013-08-21 10:52:22 +02:00
helper.php more error messages which might be useful for the user to debug his server config 2013-08-08 08:39:11 +02:00
keymanager.php added helper function to escape glob pattern 2013-07-05 16:03:20 +02:00
proxy.php Merge branch 'master' into files_encryption_upgrade_fix 2013-05-31 12:58:12 +02:00
session.php reformat code 2013-06-03 18:42:13 +02:00
stream.php changed redirect handling 2013-06-03 23:41:57 +02:00
util.php change decryptUnknownKeyfile() to decryptKeyfile(), we always use openssl_seal 2013-08-12 16:19:08 +02:00