| Commit message (Expand) | Author | Age | Files | Lines |
* | Add userdetails to ocs api | John Molakvoæ (skjnldsv) | 2018-03-16 | 1 | -0/+1 |
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -8/+12 |
* | Fix tests | Roeland Jago Douma | 2018-01-26 | 1 | -1/+1 |
* | Provide list of editable fields via OCS API | Roeland Jago Douma | 2018-01-26 | 1 | -0/+1 |
* | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -3/+1 |
* | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
* | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -3/+3 |
* | OCS API endpoint to resend welcome message | Morris Jobke | 2017-02-28 | 1 | -0/+1 |
* | unify endpoints form core and the the provisioning api | Bjoern Schiessle | 2017-01-25 | 1 | -0/+1 |
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -1/+1 |
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -8/+9 |
* | Move Apps to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -10/+6 |
* | Move Users to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -22/+16 |
* | Move Groups over to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -15/+12 |
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
* | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
* | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ |
|
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
|/ |
|
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+2 |
* | Move Provisioning api to PSR-4 (#24510) | Joas Schilling | 2016-05-11 | 1 | -0/+1 |
* | Add provisioning api to enable and disable users | Thomas Müller | 2016-05-02 | 1 | -3/+8 |
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
* | Add a new app type that can not be enabled for groups | Joas Schilling | 2016-01-14 | 1 | -3/+2 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
* | 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 |
* | Inject OCSClient | Lukas Reschke | 2016-01-06 | 1 | -1/+2 |
* | Merge pull request #20292 from owncloud/provisioning_api_group_unittest | Thomas Müller | 2015-11-16 | 1 | -1/+2 |
|\ |
|
| * | Moved grouptest over to pure unit tests | Roeland Jago Douma | 2015-11-16 | 1 | -1/+2 |
* | | enable api addUser for subadmins | michag86 | 2015-11-12 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #20135 from owncloud/check-if-null-subadmin | Thomas Müller | 2015-10-29 | 1 | -1/+3 |
|\ |
|
| * | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -1/+3 |
* | | Kill empty app.php in provisioning_api | Joas Schilling | 2015-10-29 | 1 | -20/+0 |
|/ |
|
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+2 |
* | Merge pull request #18399 from owncloud/api-getusers-for-subadmins | Thomas Müller | 2015-10-20 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into api-getusers-for-subadmins | michag86 | 2015-10-13 | 2 | -1/+2 |
| |\ |
|
| * | | enable api getUsers for subadmins | michag86 | 2015-08-26 | 1 | -1/+1 |
* | | | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
| |/
|/| |
|
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -1/+2 |
|/ |
|
* | [provisioning_api] Move part of apps to OCP | Roeland Jago Douma | 2015-08-02 | 1 | -1/+3 |
* | [provisioning_api] OC_User to IUserSession | Roeland Jago Douma | 2015-08-02 | 1 | -2/+4 |
* | [provisioning_api] Moved groups away from static stuff | Roeland Jago Douma | 2015-08-02 | 1 | -1/+3 |
* | [provisioning_api] Move users away from static code | Roeland Jago Douma | 2015-08-02 | 1 | -21/+30 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -1/+1 |
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -20/+22 |