Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Api, return users details by groups | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -0/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Merge pull request #8865 from nextcloud/ocs-groups-displayname | Joas Schilling | 2018-03-23 | 1 | -0/+1 |
|\ | | | | | Return groups displayname in provisioning api | ||||
| * | Return groups displayname in provisioning api | John Molakvoæ (skjnldsv) | 2018-03-23 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Add userdetails to ocs api | John Molakvoæ (skjnldsv) | 2018-03-16 | 1 | -0/+1 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -8/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix tests | Roeland Jago Douma | 2018-01-26 | 1 | -1/+1 |
| | | | | | | * Add factory for the federatedfilesharing app Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Provide list of editable fields via OCS API | Roeland Jago Douma | 2018-01-26 | 1 | -0/+1 |
| | | | | | | Fixes #7983 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -3/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -3/+3 |
| | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | OCS API endpoint to resend welcome message | Morris Jobke | 2017-02-28 | 1 | -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 api | Bjoern Schiessle | 2017-01-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -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 API | Joas Schilling | 2016-10-21 | 1 | -8/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | 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 |
| | | | | | * Take advantage of the AppFramework * Fix tests | ||||
* | 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 |
|\ | | | | | Bump version | ||||
| * | 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 |
| | | | | | | | | * Move app to PSR-4 * Fix setUp method * Fix the tests | ||||
* | 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 |
| | | | | Fixes https://github.com/owncloud/core/issues/21451 | ||||
* | 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 | ||||
| * | 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 |
|/ | | | | * Fix existing unit tests | ||||
* | 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 | ||||
| * | 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 |
|\ | | | | | enable api getUsers for subadmins | ||||
| * | 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 |
| | | | | | | | | | | | | Now subadmins can get a list of users they are subadmins of. | ||||
* | | | 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 |
| |