| Commit message (Expand) | Author | Age | Files | Lines |
* | Double slash for SMB storage id for compatibility | Vincent Petry | 2015-07-28 | 1 | -1/+4 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+25 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+5 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+24 |
* | make sure the root has a trailing slash | Robin Appelman | 2015-02-16 | 1 | -0/+3 |
* | handle deleting non existing files | Robin Appelman | 2015-02-16 | 1 | -7/+11 |
* | Use better way to check for the existence of smbclient | Robin Appelman | 2015-02-16 | 1 | -7/+2 |
* | New SMB storage backend | Robin Appelman | 2015-02-16 | 1 | -81/+213 |
* | Replace some more "command -v" calls with the Helper method | Joas Schilling | 2014-11-25 | 1 | -7/+2 |
* | Fix more missing or broken PHPDoc | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
* | use command -v to detect if smbclient exists | Thomas Müller | 2014-04-03 | 1 | -1/+1 |
* | Moved dependency checks to end of class files | Philipp Kapfer | 2014-04-03 | 1 | -14/+14 |
* | Changed dependency check messages from warnings to notes | Philipp Kapfer | 2014-04-03 | 1 | -1/+1 |
* | Modified app to dynamically register backends instead of hard-coding them | Philipp Kapfer | 2014-04-03 | 1 | -0/+14 |
* | Added password obfuscation for external storage config | Vincent Petry | 2014-03-19 | 1 | -1/+1 |
* | Fixed FTP and SMB to use rmdir() when deleting folders | Vincent Petry | 2013-11-29 | 1 | -3/+9 |
* | Fixed SMB file deletion success detection | Vincent Petry | 2013-11-19 | 1 | -0/+12 |
* | Removing trailing dot in path that samba doesn't seem to like | Vincent Petry | 2013-11-19 | 1 | -1/+6 |
* | Always check variable type before using readdir to avoid surprises | Arthur Schiwon | 2013-09-04 | 1 | -5/+7 |
* | Merge pull request #4489 from owncloud/clean-3rdparty-mess-master | Bart Visscher | 2013-08-28 | 1 | -1/+1 |
|\ |
|
| * | fixing require path | Thomas Müller | 2013-08-18 | 1 | -1/+1 |
| * | moving Dropbox and smb4php 3rdparty code over to the apps | Thomas Müller | 2013-08-17 | 1 | -1/+1 |
* | | use strict equals in readdir loops to prevent issues with '0' files | Robin Appelman | 2013-08-19 | 1 | -1/+1 |
|/ |
|
* | In cases where smb4php returns false of an empty array stat/( has to return f... | Thomas Mueller | 2013-06-01 | 1 | -2/+12 |
* | Dont task external storages with creating their own root | Robin Appelman | 2013-04-26 | 1 | -1/+0 |
* | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 1 | -1/+1 |
|\ |
|
| * | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
* | | Merge branch 'master' into external_storage_ui_feedback | Thomas Mueller | 2013-02-12 | 1 | -1/+3 |
|\| |
|
| * | user name and password need to be encoded as well | Thomas Mueller | 2013-02-12 | 1 | -1/+3 |
* | | Merge branch 'master' into external_storage_ui_feedback | Thomas Mueller | 2013-02-12 | 1 | -5/+1 |
|\| |
|
| * | use urlencode not rawurlencode | Thomas Mueller | 2013-02-11 | 1 | -1/+1 |
| * | the path must be encoded because within the smb4pph code it's decoded again -... | Thomas Mueller | 2013-02-11 | 1 | -0/+1 |
| * | [files_external] removing function as it's the same in the base class - THX R... | Thomas Mueller | 2013-02-11 | 1 | -5/+0 |
* | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -9/+12 |
|\| |
|
| * | merge master into filesystem | Robin Appelman | 2012-12-03 | 1 | -11/+13 |
| |\ |
|
| * | | fix incorectly merged smb.php | Robin Appelman | 2012-11-16 | 1 | -0/+1 |
| * | | merge master into filesystem | Robin Appelman | 2012-11-07 | 1 | -7/+5 |
| |\ \ |
|
| * | | | postpone the cost of setting up some of the external storage backends untill ... | Robin Appelman | 2012-10-21 | 1 | -5/+2 |
| * | | | fix namespace problems for external storage backends | Robin Appelman | 2012-10-11 | 1 | -2/+3 |
| * | | | implement getId for the external storage providers | Robin Appelman | 2012-10-11 | 1 | -0/+4 |
| * | | | merge master into filesystem | Robin Appelman | 2012-10-11 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -1/+3 |
* | | | | | Move storage backend tests from constructor to test function | Michael Gapczynski | 2012-12-28 | 1 | -4/+0 |
* | | | | | Show status icons for mount points in external storage UI | Michael Gapczynski | 2012-12-24 | 1 | -21/+29 |
| |_|_|/
|/| | | |
|
* | | | | fix checkstyle for files_external app, add whitespace for readability | Jörn Friedrich Dreyer | 2012-11-30 | 1 | -14/+16 |
| |_|/
|/| | |
|
* | | | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
* | | | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -5/+5 |
| |/
|/| |
|
* | | fix filetype for smb storage backend | Robin Appelman | 2012-10-11 | 1 | -1/+1 |
|/ |
|
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -17/+17 |
* | no more require_once() | Thomas Mueller | 2012-09-05 | 1 | -1/+1 |