| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | remove login credentails and user provided backends | Robin Appelman | 2016-02-16 | 1 | -2/+0 |
|/ |
|
* | Add occ command to verify storage configurations | Robin Appelman | 2016-02-08 | 1 | -0/+2 |
* | Add occ files_external:create command to add new mounts | Robin Appelman | 2016-02-05 | 1 | -0/+4 |
* | Add global auth backend for files external | Robin Appelman | 2016-02-04 | 2 | -1/+7 |
* | Add occ command to manage applicables | Robin Appelman | 2016-02-02 | 1 | -0/+3 |
* | Merge pull request #22018 from owncloud/occ-external-delete | Thomas Müller | 2016-01-29 | 1 | -0/+2 |
|\ |
|
| * | Add delete command for external storages | Robin Appelman | 2016-01-29 | 1 | -0/+2 |
* | | remove custom controler for user provided password auth | Robin Appelman | 2016-01-29 | 1 | -6/+1 |
* | | Add user provided credentials mechanism | Robin Appelman | 2016-01-29 | 2 | -1/+7 |
|/ |
|
* | Merge pull request #18531 from owncloud/ext-user-credentials | Thomas Müller | 2016-01-22 | 2 | -1/+2 |
|\ |
|
| * | bumb app version | Robin Appelman | 2016-01-18 | 1 | -1/+1 |
| * | Introduce 'login credentials' auth mechanism | Robin McCorkell | 2016-01-18 | 1 | -0/+1 |
* | | clear mount cache when removing applicables | Robin Appelman | 2016-01-20 | 1 | -1/+6 |
* | | Add files_external:export command | Robin Appelman | 2016-01-18 | 1 | -1/+3 |
|/ |
|
* | Consolidate user mounting check code | Robin McCorkell | 2016-01-14 | 2 | -5/+15 |
* | Merge pull request #21392 from owncloud/files_external-import | Thomas Müller | 2016-01-13 | 1 | -0/+4 |
|\ |
|
| * | Add import command for files external | Robin Appelman | 2016-01-11 | 1 | -0/+4 |
* | | Happy new year! | Thomas Müller | 2016-01-12 | 5 | -10/+10 |
|/ |
|
* | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
* | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+1 |
* | Let doctrine generate index names | Robin Appelman | 2015-12-09 | 2 | -7/+1 |
* | db config backend for files_external | Robin Appelman | 2015-12-04 | 3 | -1/+253 |
* | remove old propagation logic | Robin Appelman | 2015-12-01 | 1 | -3/+0 |
* | Add command to set mount options for external storages | Robin Appelman | 2015-12-01 | 1 | -1/+3 |
* | Add command to get and set config for external mounts | Robin Appelman | 2015-12-01 | 1 | -0/+2 |
* | Merge pull request #18999 from owncloud/ext-config-listadmin | Thomas Müller | 2015-11-24 | 1 | -0/+1 |
|\ |
|
| * | Display applicable global storages in personal mount list | Robin McCorkell | 2015-11-21 | 1 | -0/+1 |
* | | Add files_external:list command to list configured external storages | Robin Appelman | 2015-11-23 | 1 | -0/+34 |
|/ |
|
* | Update license headers | Lukas Reschke | 2015-10-26 | 3 | -3/+3 |
* | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+2 |
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 3 | -3/+3 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -6/+5 |
* | Merge pull request #18441 from owncloud/ext-backends.advanced | Robin McCorkell | 2015-09-13 | 3 | -61/+11 |
|\ |
|
| * | AjaxController uses RSA auth mechanism | Robin McCorkell | 2015-08-28 | 1 | -13/+0 |
| * | Migrate SFTP_Key external storage to new API | Robin McCorkell | 2015-08-28 | 3 | -14/+5 |
| * | Migrate SMB_OC external storage to new API | Robin McCorkell | 2015-08-28 | 2 | -16/+1 |
| * | Migrate Swift external storage to new API | Robin McCorkell | 2015-08-28 | 2 | -18/+5 |
* | | Fire event when BackendService is available | Robin McCorkell | 2015-08-31 | 1 | -0/+5 |
|/ |
|
* | Migrate Google external storage to new API | Robin McCorkell | 2015-08-25 | 3 | -16/+6 |
* | Migrate Dropbox external storage to new API | Robin McCorkell | 2015-08-25 | 3 | -16/+6 |
* | Migrate AmazonS3 external storage to new API | Robin McCorkell | 2015-08-25 | 2 | -27/+4 |
* | Merge pull request #18408 from owncloud/ext-ocp | Robin McCorkell | 2015-08-20 | 1 | -1/+1 |
|\ |
|
| * | Use OCP classes as much as possible in files_external | Robin McCorkell | 2015-08-19 | 1 | -1/+1 |
* | | Migrate SFTP external storage to new API | Robin McCorkell | 2015-08-19 | 2 | -11/+1 |
* | | Migrate OwnCloud external storage to new API | Robin McCorkell | 2015-08-19 | 2 | -13/+1 |
* | | Migrate DAV external storage to new API | Robin McCorkell | 2015-08-19 | 2 | -13/+1 |
* | | Migrate SMB external storage to new API | Robin McCorkell | 2015-08-19 | 2 | -13/+6 |
* | | Migrate FTP external storage to new API | Robin McCorkell | 2015-08-19 | 2 | -13/+1 |
* | | Migrate Local external storage to new API | Robin McCorkell | 2015-08-19 | 2 | -14/+4 |
* | | Implement password authentication mechanisms | Robin McCorkell | 2015-08-19 | 1 | -0/+4 |
|/ |
|