aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/smb.php
Commit message (Expand)AuthorAgeFilesLines
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-1/+1
* use command -v to detect if smbclient existsThomas Müller2014-04-031-1/+1
* Moved dependency checks to end of class filesPhilipp Kapfer2014-04-031-14/+14
* 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/+14
* Added password obfuscation for external storage configVincent Petry2014-03-191-1/+1
* Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-11-291-3/+9
* 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-191-1/+6
* Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-5/+7
* Merge pull request #4489 from owncloud/clean-3rdparty-mess-masterBart Visscher2013-08-281-1/+1
|\
| * fixing require pathThomas Müller2013-08-181-1/+1
| * moving Dropbox and smb4php 3rdparty code over to the appsThomas Müller2013-08-171-1/+1
* | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-1/+1
|/
* In cases where smb4php returns false of an empty array stat/( has to return f...Thomas Mueller2013-06-011-2/+12
* Dont task external storages with creating their own rootRobin Appelman2013-04-261-1/+0
* Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-191-1/+1
|\
| * Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
* | Merge branch 'master' into external_storage_ui_feedbackThomas Mueller2013-02-121-1/+3
|\|
| * user name and password need to be encoded as wellThomas Mueller2013-02-121-1/+3
* | Merge branch 'master' into external_storage_ui_feedbackThomas Mueller2013-02-121-5/+1
|\|
| * use urlencode not rawurlencodeThomas Mueller2013-02-111-1/+1
| * the path must be encoded because within the smb4pph code it's decoded again -...Thomas Mueller2013-02-111-0/+1
| * [files_external] removing function as it's the same in the base class - THX R...Thomas Mueller2013-02-111-5/+0
* | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-9/+12
|\|
| * merge master into filesystemRobin Appelman2012-12-031-11/+13
| |\
| * | fix incorectly merged smb.phpRobin Appelman2012-11-161-0/+1
| * | merge master into filesystemRobin Appelman2012-11-071-7/+5
| |\ \
| * | | postpone the cost of setting up some of the external storage backends untill ...Robin Appelman2012-10-211-5/+2
| * | | fix namespace problems for external storage backendsRobin Appelman2012-10-111-2/+3
| * | | implement getId for the external storage providersRobin Appelman2012-10-111-0/+4
| * | | merge master into filesystemRobin Appelman2012-10-111-1/+1
| |\ \ \
| * | | | put filestorages in a namespaceRobin Appelman2012-09-071-1/+3
* | | | | 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-21/+29
| |_|_|/ |/| | |
* | | | fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-14/+16
| |_|/ |/| |
* | | Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
* | | Checkstyle: many fixesFelix Moeller2012-11-021-5/+5
| |/ |/|
* | fix filetype for smb storage backendRobin Appelman2012-10-111-1/+1
|/
* adding space between) and {Thomas Mueller2012-09-071-17/+17
* no more require_once()Thomas Mueller2012-09-051-1/+1
* remove unused variablesRobin Appelman2012-07-201-2/+0
* suppress error when using is_dir on non directory in smb backendRobin Appelman2012-06-171-1/+1
* improve caching smb results a bitRobin Appelman2012-06-171-0/+4
* improve filecache support for smbRobin Appelman2012-06-171-1/+43
* Don't use substr to get first char of stringBart Visscher2012-06-081-4/+4
* split share and root config for smb backend, also sanitize config a bit moreRobin Appelman2012-06-081-2/+18
* share code between smb and ftp filestorage backendsRobin Appelman2012-05-241-85/+1
* smb filestorage backendRobin Appelman2012-05-241-0/+120