summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Api, return users details by groupsJohn Molakvoæ (skjnldsv)2018-04-051-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #8865 from nextcloud/ocs-groups-displaynameJoas Schilling2018-03-231-0/+1
|\ | | | | Return groups displayname in provisioning api
| * Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-231-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add userdetails to ocs apiJohn Molakvoæ (skjnldsv)2018-03-161-0/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-8/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix testsRoeland Jago Douma2018-01-261-1/+1
| | | | | | * Add factory for the federatedfilesharing app Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Provide list of editable fields via OCS APIRoeland Jago Douma2018-01-261-0/+1
| | | | | | Fixes #7983 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-3/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update comments to NextcloudMorris Jobke2017-04-111-3/+3
| | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* OCS API endpoint to resend welcome messageMorris Jobke2017-02-281-0/+1
| | | | | | | | | | | | * send a POST request to ocs/v1.php/cloud/users/USERNAME/resendWelcomeMessage to trigger the welcome message to be send * fixes #3367 example curl statement: curl -i https://example.org/ocs/v1.php/cloud/users/USERNAME/welcome -H "OCS-APIRequest: true" -u admin:password -X POST Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* unify endpoints form core and the the provisioning apiBjoern Schiessle2017-01-251-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make AppConfig part of the public APIJoas Schilling2016-10-211-8/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move Apps to OCSControllerRoeland Jago Douma2016-08-141-10/+6
|
* Move Users to OCSControllerRoeland Jago Douma2016-08-141-22/+16
|
* Move Groups over to OCSControllerRoeland Jago Douma2016-08-141-15/+12
| | | | | * Take advantage of the AppFramework * Fix tests
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Fix apps/Joas Schilling2016-07-211-3/+4
|/
* Update license headersLukas Reschke2016-05-261-1/+2
|
* Move Provisioning api to PSR-4 (#24510)Joas Schilling2016-05-111-0/+1
| | | | | | | | * Move app to PSR-4 * Fix setUp method * Fix the tests
* Add provisioning api to enable and disable usersThomas Müller2016-05-021-3/+8
|
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Add a new app type that can not be enabled for groupsJoas Schilling2016-01-141-3/+2
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* 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
|
* Inject OCSClientLukas Reschke2016-01-061-1/+2
| | | | Fixes https://github.com/owncloud/core/issues/21451
* Merge pull request #20292 from owncloud/provisioning_api_group_unittestThomas Müller2015-11-161-1/+2
|\ | | | | Moved grouptest over to pure unit tests
| * Moved grouptest over to pure unit testsRoeland Jago Douma2015-11-161-1/+2
| |
* | enable api addUser for subadminsmichag862015-11-121-1/+1
|/ | | | * Fix existing unit tests
* Merge pull request #20135 from owncloud/check-if-null-subadminThomas Müller2015-10-291-1/+3
|\ | | | | Drop OC_SubAdmin and replace usages
| * Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-291-1/+3
| |
* | Kill empty app.php in provisioning_apiJoas Schilling2015-10-291-20/+0
|/
* Update license headersLukas Reschke2015-10-261-1/+2
|
* Merge pull request #18399 from owncloud/api-getusers-for-subadminsThomas Müller2015-10-201-1/+1
|\ | | | | enable api getUsers for subadmins
| * Merge branch 'master' into api-getusers-for-subadminsmichag862015-10-132-1/+2
| |\
| * | enable api getUsers for subadminsmichag862015-08-261-1/+1
| | | | | | | | | | | | Now subadmins can get a list of users they are subadmins of.
* | | Increase the 2nd digit of shipped appsJoas Schilling2015-10-172-2/+4
| |/ |/|
* | update licence headers via scriptMorris Jobke2015-10-052-1/+2
|/
* [provisioning_api] Move part of apps to OCPRoeland Jago Douma2015-08-021-1/+3
|
* [provisioning_api] OC_User to IUserSessionRoeland Jago Douma2015-08-021-2/+4
|
* [provisioning_api] Moved groups away from static stuffRoeland Jago Douma2015-08-021-1/+3
|