aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/backend/smb.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Lib\Backend to PSR-4Joas Schilling2016-05-241-69/+0
|
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-141-1/+1
| | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
* Introduce 'login credentials' auth mechanismRobin McCorkell2016-01-181-1/+3
| | | | | Stores user credentials in the database after user login, uses the new CredentialsManager class
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* Correct manipulateStorageConfig parameterRobin McCorkell2015-09-171-0/+1
|
* Merge branch 'master' into smb-workgroupRobin McCorkell2015-09-151-1/+3
|\
| * Make checkDependencies a real methodRobin McCorkell2015-09-011-1/+3
| | | | | | | | | | Replace ->setDependencyCheck(callable) with a real method checkDependencies(). A polyfill is available for legacy storages.
* | Allow domain to be specified for SMBRobin McCorkell2015-08-211-0/+12
|/
* Migrate SMB external storage to new APIRobin McCorkell2015-08-191-0/+52