aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/appinfo
Commit message (Expand)AuthorAgeFilesLines
* Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
* Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-091-0/+1
* Bump versions of server and the requirements of appsJoas Schilling2019-04-111-2/+2
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
* Fix interaction with groups that contain a slashJoas Schilling2018-11-151-4/+4
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
* Make the DELETION of groups match greedy on the groupIDRoeland Jago Douma2018-06-091-1/+1
* Api, return users details by groupsJohn Molakvoæ (skjnldsv)2018-04-051-0/+2
* Merge pull request #8865 from nextcloud/ocs-groups-displaynameJoas Schilling2018-03-231-0/+1
|\
| * Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-231-0/+1
* | Add userdetails to ocs apiJohn Molakvoæ (skjnldsv)2018-03-161-0/+1
|/
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-8/+12
* Fix testsRoeland Jago Douma2018-01-261-1/+1
* Provide list of editable fields via OCS APIRoeland Jago Douma2018-01-261-0/+1
* Bump appsRoeland Jago Douma2018-01-141-2/+2
* Update license headersMorris Jobke2017-11-061-3/+1
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
* Adjust version requirementJoas Schilling2017-05-221-1/+1
* Update comments to NextcloudMorris Jobke2017-04-111-3/+3
* OCS API endpoint to resend welcome messageMorris Jobke2017-02-281-0/+1
* unify endpoints form core and the the provisioning apiBjoern Schiessle2017-01-251-0/+1
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
* Make AppConfig part of the public APIJoas Schilling2016-10-211-8/+9
* 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
* 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
|\
| * 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
* 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
* Merge pull request #20292 from owncloud/provisioning_api_group_unittestThomas Müller2015-11-161-1/+2
|\
| * Moved grouptest over to pure unit testsRoeland Jago Douma2015-11-161-1/+2
* | enable api addUser for subadminsmichag862015-11-121-1/+1
|/
* Merge pull request #20135 from owncloud/check-if-null-subadminThomas Müller2015-10-291-1/+3
|\
| * 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
|\