summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [provisioning_api] Move users away from static codeRoeland Jago Douma2015-08-021-21/+30
|
* update license headers and authorsMorris Jobke2015-06-252-1/+1
|
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-20/+22
|
* Update license headersJenkins for ownCloud2015-03-262-30/+25
|
* Revert "Updating license headers"Morris Jobke2015-02-262-23/+31
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-232-31/+23
|
* disallow provisioning api to be enabled for groups onlyThomas Müller2015-01-291-0/+4
|
* Add placeholder app.php for provisioning_api so app is detectedTom Needham2015-01-021-0/+23
|
* Add provisioning_api appTom Needham2014-12-243-0/+73
enable unit tests for provisioning api fix admin docu key