aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/smb.php
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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