summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/smb_oc.php
Commit message (Collapse)AuthorAgeFilesLines
* Migrate SMB_OC external storage to new APIRobin McCorkell2015-08-281-126/+0
| | | | | SMB_OC has been merged with SMB, via the identifier aliases mechanism. Legacy migration is done to the Session Credentials password mechanism
* setUserVars() should only attempt substitution with stringsRobin McCorkell2015-08-201-1/+1
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Merge pull request #15076 from owncloud/fix-smb-oc-adminRobin McCorkell2015-03-301-4/+11
|\ | | | | Support constructing an SMB_OC without saved session credentials
| * Support constructing an SMB_OC without saved session credentialsRobin McCorkell2015-03-201-4/+11
| |
* | Update license headersJenkins for ownCloud2015-03-261-4/+21
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
|
* New SMB storage backendRobin Appelman2015-02-161-30/+15
|
* Only store user credentials when SMB_OC storage is enabledLukas Reschke2014-12-011-3/+28
| | | | | Conflicts: apps/files_external/lib/smb_oc.php
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-4/+4
| | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used
* Use braces on single line if statementsRobin McCorkell2014-03-261-6/+10
|
* Perform proper checking for share availabilityRobin McCorkell2014-03-261-2/+41
| | | | | | | | | | | To check for shares, the code attempts to connect anonymously to the share. In most cases this will fail with NT_STATUS_ACCESS_DENIED, so the regex array used for parsing the output of smbclient in smb4php has been overridden to treat such output as success. The 'test' method for storage classes can now take a single parameter, $isPersonal, which allows the storage to adjust the tests performed based on if they are being configured as personal shares or as system shares.
* Rename SMB_Auto to SMB_OC and change visible nameRobin McCorkell2014-03-261-0/+50
SMB_Auto is now SMB_OC, and the name has been changed from "SMB / CIFS Auto" to "SMB / CIFS using OC login"