summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/ftp.php
Commit message (Expand)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-2/+2
* Convert string booleans to real booleansRobin McCorkell2015-08-201-5/+1
* Update license headersJenkins for ownCloud2015-03-261-4/+26
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+25
* Lazy initialize external storagesVincent Petry2014-10-221-1/+1
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-1/+1
* Moved dependency checks to end of class filesPhilipp Kapfer2014-04-031-12/+12
* Changed dependency check messages from warnings to notesPhilipp Kapfer2014-04-031-1/+1
* Modified app to dynamically register backends instead of hard-coding themPhilipp Kapfer2014-04-031-0/+12
* Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-11-291-0/+16
* Add trailing slash in FTP root path when missingVincent Petry2013-11-281-0/+3
* Dont task external storages with creating their own rootRobin Appelman2013-04-261-6/+0
* Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-191-2/+2
|\
| * Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-2/+2
* | fixing namespaceThomas Mueller2013-02-121-2/+2
* | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-7/+16
|\|
| * Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-1/+1
| * merge master into filesystemRobin Appelman2012-12-031-16/+16
| |\
| * \ merge master into filesystemRobin Appelman2012-11-151-2/+2
| |\ \
| * \ \ merge master into filesystemRobin Appelman2012-11-071-1/+9
| |\ \ \
| * \ \ \ merge master into filesystemRobin Appelman2012-10-251-3/+3
| |\ \ \ \
| * | | | | postpone the cost of setting up some of the external storage backends untill ...Robin Appelman2012-10-211-0/+2
| * | | | | fix namespace problems for external storage backendsRobin Appelman2012-10-111-3/+4
| * | | | | implement getId for the external storage providersRobin Appelman2012-10-111-0/+4
| * | | | | put filestorages in a namespaceRobin Appelman2012-09-071-2/+4
* | | | | | Move storage backend tests from constructor to test functionMichael Gapczynski2012-12-281-4/+0
* | | | | | Show status icons for mount points in external storage UIMichael Gapczynski2012-12-241-16/+25
| |_|_|_|/ |/| | | |
* | | | | fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-11/+11
| |_|_|/ |/| | |
* | | | Fixed new checkstyle issues in ftp.php from build #1341.Diederik de Haas2012-11-101-2/+2
| |_|/ |/| |
* | | support string values ('true' and 'false') for configuring the secure paramet...Robin Appelman2012-11-051-1/+9
* | | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-4/+4
* | | Checkstyle: many fixesFelix Moeller2012-11-021-4/+4
| |/ |/|
* | Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-3/+3
|/
* adding space between) and {Thomas Mueller2012-09-071-10/+10
* Whitespace fixes in appsBart Visscher2012-08-291-1/+1
* Only call mkdir() if the root folder does not exist for FTP external storageMichael Gapczynski2012-07-301-2/+3
* share code between smb and ftp filestorage backendsRobin Appelman2012-07-101-72/+1
* Don't use substr to get first char of stringBart Visscher2012-06-191-1/+1
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* move all the files stuff into a files classFrank Karlitschek2012-05-021-1/+1
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-1/+1
* renaming remote storage support to External storage support to clear up namin...Jan-Christoph Borchardt2012-03-301-0/+157