aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
Commit message (Collapse)AuthorAgeFilesLines
...
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Update with robinJoas Schilling2016-07-214-4/+4
| |
* | Fix apps/Joas Schilling2016-07-214-9/+13
|/
* add files_external:notify commandRobin Appelman2016-07-141-0/+3
|
* Add "Global Auth" option to external storageRobin Appelman2016-06-211-1/+6
| | | | | | | | This adds the "Global Auth" option to the external storage implementation, it is basically done by reverting c2c6caee93c491de9fa9a2e7c2eea036f4974e61 from https://github.com/owncloud/core/pull/22468. This was taken from owncloud/core which is AGPL licensed. Commited with "icewind@owncloud.com" to keep the license header signature in sync. ![2016-06-21_14-01-06](https://cloud.githubusercontent.com/assets/878997/16228662/9c243136-37b8-11e6-9700-c1076ddb3d17.png)
* Update license headersLukas Reschke2016-05-264-2/+3
|
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-246-143/+8
|
* Use backend/auth mechanism providers in files_externalRobin McCorkell2016-05-111-16/+22
|
* Fix OCA\Files\External\Api namespaceRobin McCorkell2016-04-142-2/+1
|
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-141-9/+0
| | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
* Display external storage GUI even if user mounting disabledRobin McCorkell2016-03-161-3/+1
|
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Update author informationLukas Reschke2016-03-013-2/+3
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Merge pull request #22399 from owncloud/issue-22394-index-names-for-oracleThomas Müller2016-02-181-0/+9
|\ | | | | Add index names so Doctrine does not use a too long random string
| * Add index names so Doctrine does not use a too long random stringJoas Schilling2016-02-151-0/+9
| |
* | remove global credentialsRobin Appelman2016-02-172-7/+1
| |
* | remove login credentails and user provided backendsRobin Appelman2016-02-161-2/+0
|/
* Add occ command to verify storage configurationsRobin Appelman2016-02-081-0/+2
|
* Add occ files_external:create command to add new mountsRobin Appelman2016-02-051-0/+4
|
* Add global auth backend for files externalRobin Appelman2016-02-042-1/+7
|
* Add occ command to manage applicablesRobin Appelman2016-02-021-0/+3
|
* Merge pull request #22018 from owncloud/occ-external-deleteThomas Müller2016-01-291-0/+2
|\ | | | | Add delete command for external storages
| * Add delete command for external storagesRobin Appelman2016-01-291-0/+2
| |
* | remove custom controler for user provided password authRobin Appelman2016-01-291-6/+1
| |
* | Add user provided credentials mechanismRobin Appelman2016-01-292-1/+7
|/
* Merge pull request #18531 from owncloud/ext-user-credentialsThomas Müller2016-01-222-1/+2
|\ | | | | External storage 'Login credentials' auth mechanism
| * bumb app versionRobin Appelman2016-01-181-1/+1
| |
| * Introduce 'login credentials' auth mechanismRobin McCorkell2016-01-181-0/+1
| | | | | | | | | | Stores user credentials in the database after user login, uses the new CredentialsManager class
* | clear mount cache when removing applicablesRobin Appelman2016-01-201-1/+6
| |
* | Add files_external:export commandRobin Appelman2016-01-181-1/+3
|/
* Consolidate user mounting check codeRobin McCorkell2016-01-142-5/+15
|
* Merge pull request #21392 from owncloud/files_external-importThomas Müller2016-01-131-0/+4
|\ | | | | Add import command for files external
| * Add import command for files externalRobin Appelman2016-01-111-0/+4
| |
* | Happy new year!Thomas Müller2016-01-125-10/+10
|/
* Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
|
* Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+1
|
* Let doctrine generate index namesRobin Appelman2015-12-092-7/+1
|
* db config backend for files_externalRobin Appelman2015-12-043-1/+253
|
* remove old propagation logicRobin Appelman2015-12-011-3/+0
|
* Add command to set mount options for external storagesRobin Appelman2015-12-011-1/+3
|
* Add command to get and set config for external mountsRobin Appelman2015-12-011-0/+2
|
* Merge pull request #18999 from owncloud/ext-config-listadminThomas Müller2015-11-241-0/+1
|\ | | | | Improvements to external storages list rendering
| * Display applicable global storages in personal mount listRobin McCorkell2015-11-211-0/+1
| |
* | Add files_external:list command to list configured external storagesRobin Appelman2015-11-231-0/+34
|/
* Update license headersLukas Reschke2015-10-263-3/+3
|
* Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+2
|
* deduplicate @xenopathicMorris Jobke2015-10-063-3/+3
|
* update licence headers via scriptMorris Jobke2015-10-053-6/+5
|
* Merge pull request #18441 from owncloud/ext-backends.advancedRobin McCorkell2015-09-133-61/+11
|\ | | | | Migrate advanced external storage backends to new registration API [part 3]
| * AjaxController uses RSA auth mechanismRobin McCorkell2015-08-281-13/+0
| |