nextcloud/lib
Olivier Paroz 7c41c0c13f use ExecutableFinder and find in findBinaryPath
When using open_basedir, commands such as `which`or `command`can fail
because they might try to look outside of the restricted perimeter.
Symfony's ExecutableFinder can be used instead to look in standard
locations and we can use `find` as a last resort

A better solution would be to adopt a mechanism similar to what has
been done for office documents where a configuration parameter is used
to indicate the path where the executable is to be found.
2015-03-31 23:49:16 +02:00
..
l10n [tx-robot] updated from transifex 2015-03-31 01:55:55 -04:00
private use ExecutableFinder and find in findBinaryPath 2015-03-31 23:49:16 +02:00
public Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig" 2015-03-27 18:50:11 +01:00
repair Merge pull request #14665 from owncloud/fileid-increment 2015-03-26 19:36:18 +01:00
autoloader.php Update license headers 2015-03-26 11:44:36 +01:00
base.php Merge pull request #15234 from owncloud/encryption2_core 2015-03-26 21:14:59 +01:00