summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Trigger storage recheck on auth mechanism changeRobin McCorkell2015-08-191-0/+9
| | |/ / | |/| |
* | | | Merge pull request #18447 from owncloud/ext-fix-empty-varMorris Jobke2015-08-201-2/+2
|\ \ \ \
| * | | | Don't use `empty()` with a return value, PHP 5.4Robin McCorkell2015-08-201-2/+2
| |/ / /
* / / / Fix 'Declaration of SessionStorageWrapper::__construct()...'Robin McCorkell2015-08-191-1/+1
|/ / /
* | | Merge pull request #18432 from owncloud/ext-backends.simpleMorris Jobke2015-08-1912-78/+500
|\ \ \
| * | | Migrate SFTP external storage to new APIRobin McCorkell2015-08-193-11/+51
| * | | Migrate OwnCloud external storage to new APIRobin McCorkell2015-08-193-13/+53
| * | | Migrate DAV external storage to new APIRobin McCorkell2015-08-193-13/+54
| * | | Migrate SMB external storage to new APIRobin McCorkell2015-08-193-13/+58
| * | | Migrate FTP external storage to new APIRobin McCorkell2015-08-193-13/+54
| * | | Migrate Local external storage to new APIRobin McCorkell2015-08-193-14/+53
| * | | Allow builtin auth mechanism to be overriddenRobin McCorkell2015-08-191-1/+1
| * | | Implement password authentication mechanismsRobin McCorkell2015-08-194-0/+176
| |/ /
* / / add missing return statements in getSystem/getPersonalMountPointsRobin Appelman2015-08-191-0/+4
|/ /
* | Restrict Local backend to admin-onlyRobin McCorkell2015-08-191-0/+4
* | Load custom JS for all backends/auth mechanismsRobin McCorkell2015-08-194-16/+30
* | Propagate auth mechanism/backend failures to filesystem layerRobin McCorkell2015-08-197-23/+291
* | Make Application a singletonRobin McCorkell2015-08-196-32/+25
* | Compatibility shims for OC_Mount_ConfigRobin McCorkell2015-08-197-1599/+231
* | Unit tests for new backend APIRobin McCorkell2015-08-1911-0/+977
* | Split backend identifiers from the class nameRobin McCorkell2015-08-1918-172/+327
* | Authentication mechanisms for external storage backendsRobin McCorkell2015-08-1925-86/+740
* | Introduce UserGlobalStoragesServiceRobin McCorkell2015-08-196-36/+312
* | Introduce BackendService for managing external storage backendsRobin McCorkell2015-08-1931-558/+1638
* | update icewind/smb to 1.0.4Robin Appelman2015-08-1711-43/+99
* | remove travis filesRobin Appelman2015-08-143-66/+2
* | update icewind/smb to 1.0.3Robin Appelman2015-08-1319-954/+81
* | Moved core apps to the capabilities managerRoeland Jago Douma2015-08-102-2/+2
* | Merge pull request #14779 from owncloud/use-iterator-directoryRobin McCorkell2015-08-075-11/+12
|\ \
| * | Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-155-11/+12
* | | Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-071-2/+10
|\ \ \
| * | | Store storage availability in databaseRobin McCorkell2015-07-201-2/+10
| |/ /
* | | Merge pull request #17680 from owncloud/ftp-rmdir-fileVincent Petry2015-08-061-1/+4
|\ \ \
| * | | handle rmdir on files for ftp storagesRobin Appelman2015-07-161-1/+4
| |/ /
* | | Use absolute namespaceLukas Reschke2015-08-052-7/+7
* | | Update phpseclib to 2.0Andreas Fischer2015-08-034-20/+23
* | | Merge pull request #17922 from owncloud/smb-storageiddoubleslashRobin McCorkell2015-07-282-1/+16
|\ \ \
| * | | Double slash for SMB storage id for compatibilityVincent Petry2015-07-282-1/+16
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-282-0/+12
|/ / /
* / / Fixing line comments and indentationViktor Szépe2015-07-211-21/+22
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-102-2/+2
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-092-2/+2
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-062-0/+12
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-052-0/+2
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-032-0/+2
* | Revert "Use OCP classes as much as possible in files_external"Thomas Müller2015-07-029-70/+49
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-024-0/+26
* | Use OCP classes as much as possible in files_externalRobin McCorkell2015-07-019-49/+70
* | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-011-2/+2
|\ \
| * | Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-181-2/+2