summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Expand)AuthorAgeFilesLines
* Fixed test function for S3Vincent Petry2013-12-031-2/+4
* Fixed Amazon S3 ext storage config UIVincent Petry2013-12-032-6/+7
* Fixed placeholder after page reloadVincent Petry2013-12-031-1/+1
* Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-11-293-7/+33
* Add trailing slash in FTP root path when missingVincent Petry2013-11-282-0/+15
* Fixed SFTP storage to overwrite on renameVincent Petry2013-11-261-0/+3
* Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefixVincent Petry2013-11-262-2/+16
|\
| * Fixed SMB rename function to overwrite target fileVincent Petry2013-11-252-2/+16
* | Merge pull request #6054 from owncloud/extstorage-dropboxfixesMorris Jobke2013-11-262-12/+60
|\ \
| * | Fixed various Dropbox issues + unit testsVincent Petry2013-11-262-12/+60
* | | Updated unit tests for SMBVincent Petry2013-11-261-0/+5
* | | Return true when touch succeedsVincent Petry2013-11-261-0/+1
|/ /
* | Fixed FTP storage unit tests to use the correct classVincent Petry2013-11-251-4/+4
* | Fixed ext storage touch function to return true on successVincent Petry2013-11-253-3/+8
|/
* Merge pull request #5991 from owncloud/extstorage-mountpointvalidationMorris Jobke2013-11-252-0/+56
|\
| * Now also preventing the user of "Shared" as mountpointVincent Petry2013-11-222-2/+4
| * Added unit test for root mount point validationVincent Petry2013-11-211-0/+49
| * Prevent using root as mount point for external storageVincent Petry2013-11-211-0/+5
* | Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-227-57/+0
* | Return plausible isReadable() default impl for ext storageVincent Petry2013-11-221-2/+7
* | Merge pull request #5970 from owncloud/extstorage-webdavdotdirfixVincent Petry2013-11-211-5/+3
|\ \
| * | Fixed path normalization to prevent dot dirsVincent Petry2013-11-211-5/+3
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2013-11-212-0/+7
|/
* Merge pull request #5897 from hkjolhede/masterVincent Petry2013-11-211-6/+8
|\
| * Fixed error-checking error in sftp.phphkjolhede2013-11-151-6/+8
* | Fixed move operation to pass the whole URL as expectedVincent Petry2013-11-201-2/+2
* | Fixed SMB file deletion success detectionVincent Petry2013-11-191-0/+12
* | Removing trailing dot in path that samba doesn't seem to likeVincent Petry2013-11-192-1/+47
* | SMB ignore connection errors when NetBIOS is disabledVincent Petry2013-11-181-1/+8
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-151-2/+2
|/
* Fix for smb4php fseekVincent Petry2013-11-151-1/+2
* Fix spacing issue for checkboxes, vertically center checkboxes on personal pageMorris Jobke2013-11-111-0/+4
* fixing dropbox require pathThomas Müller2013-11-051-1/+1
* Merge pull request #5468 from berendt/reworking_OC_Files_Storage_SwiftThomas Müller2013-10-29141-485/+8381
|\
| * settings tags for optional parametersChristian Berendt2013-10-291-5/+5
| * extended parameter descriptions for SwiftChristian Berendt2013-10-291-8/+8
| * add configuration parameter to manually set the timeout of HTTP requestsChristian Berendt2013-10-243-3/+10
| * make Swift::testLocal workable by using a delimiterChristian Berendt2013-10-231-1/+2
| * Revert "make Swift::testLocal workable by fixing the prefix used with the obj...Christian Berendt2013-10-231-4/+1
| * make Swift::testLocal workable by fixing the prefix used with the object list...Christian Berendt2013-10-231-1/+4
| * rewrite of OC\Files\Storage\SwiftChristian Berendt2013-10-221-456/+354
| * renaming OC\Files\Storage\SWIFT to OC\Files\Storage\SwiftChristian Berendt2013-10-221-1/+1
| * adapted existing test casesChristian Berendt2013-10-221-12/+33
| * adjustment of the configuration parametersChristian Berendt2013-10-222-13/+24
| * added stripped library php-opencloud (version 1.6.0)Christian Berendt2013-10-22136-0/+7958
* | [tx-robot] updated from transifexJenkins for ownCloud2013-10-273-4/+10
|/
* Added missing "grid" class on external storage's tableVincent Petry2013-10-141-1/+1
* Merge pull request #5253 from owncloud/externalstorage-adminstatusindicatorMorris Jobke2013-10-132-26/+29
|\
| * Now using smaller spinner image for status indicatorVincent Petry2013-10-112-6/+3
| * Fixed external storage status indicator in admin pageVincent Petry2013-10-102-26/+32