summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | merge master into filesystemRobin Appelman2012-10-231-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | postpone the cost of setting up some of the external storage backends untill ...Robin Appelman2012-10-215-7/+80
| * | | | | | | | | | | | drop filectime from the filesystem api'sRobin Appelman2012-10-205-8/+0
| * | | | | | | | | | | | merge master into filesystemRobin Appelman2012-10-171-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge master into filesystemRobin Appelman2012-10-131-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fix namespace problems for external storage backendsRobin Appelman2012-10-117-69/+64
| * | | | | | | | | | | | | | implement getId for the external storage providersRobin Appelman2012-10-117-1/+37
| * | | | | | | | | | | | | | merge master into filesystemRobin Appelman2012-10-113-12/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | don't use depricated OC_FilesystemRobin Appelman2012-10-101-6/+6
| * | | | | | | | | | | | | | | merge master into filesystemRobin Appelman2012-10-101-0/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge phpunit into filesystemRobin Appelman2012-10-081-18/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into filesystemRobin Appelman2012-09-221-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | put filestorages in a namespaceRobin Appelman2012-09-079-47/+60
* | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master'Henrik Kjölhede2013-01-263-11/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Whitespace cleanupBart Visscher2013-01-162-8/+8
| * | | | | | | | | | | | | | | | | | Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller2013-01-141-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Upstream merged my patch to add additional ssl root certificates to the webda...Björn Schießle2013-01-081-1/+1
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | |
| * / | | | | | | | | | | | | | | | removing undefined $responseThomas Mueller2013-01-061-4/+2
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Update apps/files_external/lib/sftp.phphkjolhede2013-01-261-1/+1
* | | | | | | | | | | | | | | | | Update apps/files_external/lib/sftp.phphkjolhede2012-12-281-4/+6
* | | | | | | | | | | | | | | | | Update apps/files_external/lib/sftp.phphkjolhede2012-12-271-1/+3
* | | | | | | | | | | | | | | | | Update apps/files_external/lib/sftp.phphkjolhede2012-12-271-0/+7
* | | | | | | | | | | | | | | | | Update apps/files_external/lib/sftp.phphkjolhede2012-12-261-71/+111
* | | | | | | | | | | | | | | | | Update apps/files_external/lib/sftp.phphkjolhede2012-12-261-1017/+74
* | | | | | | | | | | | | | | | | Update apps/files_external/lib/config.phphkjolhede2012-12-261-1/+9
* | | | | | | | | | | | | | | | | Create sftp.phphkjolhede2012-12-261-0/+1170
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | / proper escape the mountpoints. FixesFrank Karlitschek2012-12-141-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | ctor of OC_L10N requires the app nameThomas Mueller2012-12-111-1/+1
* | | | | | | | | | | | | | | don't call shell_exec if safe_mode is on.Frank Karlitschek2012-12-111-2/+6
* | | | | | | | | | | | | | | disable not available external filesystems. Restructure the configuration a b...Frank Karlitschek2012-12-101-59/+66
* | | | | | | | | | | | | | | add some output why some of the external filesystems might not workFrank Karlitschek2012-12-101-0/+31
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-309-248/+393
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fixed new checkstyle issues in ftp.php from build #1341.Diederik de Haas2012-11-101-2/+2
* | | | | | | | | | | | | Fixed new checkstyle issues in swift.php from build #1341.Diederik de Haas2012-11-101-2/+2
* | | | | | | | | | | | | Fixed new checkstyle issues from build #1341.Diederik de Haas2012-11-101-2/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Fix mkdir and opendir warnings when path does not existArthur Schiwon2012-11-051-1/+6
* | | | | | | | | | | | support string values ('true' and 'false') for configuring the secure paramet...Robin Appelman2012-11-053-3/+27
* | | | | | | | | | | | Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
* | | | | | | | | | | | Checkstyle: Fix the last two SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-045-13/+13
* | | | | | | | | | | Checkstyle: many fixesFelix Moeller2012-11-026-45/+45
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | NoSpaceAfterCommaFelix Moeller2012-10-281-19/+19
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | NoSpaceAfterComma IIFelix Moeller2012-10-231-2/+2
* | | | | | | | | Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-234-17/+17
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-221-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Whitespace cleanupBart Visscher2012-10-141-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | don't throw errors if certificate folder doesn't existRobin Appelman2012-10-121-4/+7
| |_|_|_|/ |/| | | |
* | | | | fix filetype for smb storage backendRobin Appelman2012-10-111-1/+1
* | | | | fix webdav storage backend when trying to open a non existing file for readingRobin Appelman2012-10-111-0/+3
* | | | | Various bug fixes for swiftBenjamin Liles2012-10-111-11/+27
| |_|_|/ |/| | |