Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Lib\Backend to PSR-4 | Joas Schilling | 2016-05-24 | 1 | -69/+0 |
| | |||||
* | Fix storage backend class namespaces and move to subdir | Robin McCorkell | 2016-04-14 | 1 | -1/+1 |
| | | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar | ||||
* | Introduce 'login credentials' auth mechanism | Robin McCorkell | 2016-01-18 | 1 | -1/+3 |
| | | | | | Stores user credentials in the database after user login, uses the new CredentialsManager class | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Correct manipulateStorageConfig parameter | Robin McCorkell | 2015-09-17 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into smb-workgroup | Robin McCorkell | 2015-09-15 | 1 | -1/+3 |
|\ | |||||
| * | Make checkDependencies a real method | Robin McCorkell | 2015-09-01 | 1 | -1/+3 |
| | | | | | | | | | | Replace ->setDependencyCheck(callable) with a real method checkDependencies(). A polyfill is available for legacy storages. | ||||
* | | Allow domain to be specified for SMB | Robin McCorkell | 2015-08-21 | 1 | -0/+12 |
|/ | |||||
* | Migrate SMB external storage to new API | Robin McCorkell | 2015-08-19 | 1 | -0/+52 |