Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | [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 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 2 | -30/+25 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 2 | -23/+31 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 2 | -31/+23 |
| | |||||
* | disallow provisioning api to be enabled for groups only | Thomas Müller | 2015-01-29 | 1 | -0/+4 |
| | |||||
* | Add placeholder app.php for provisioning_api so app is detected | Tom Needham | 2015-01-02 | 1 | -0/+23 |
| | |||||
* | Add provisioning_api app | Tom Needham | 2014-12-24 | 3 | -0/+73 |
enable unit tests for provisioning api fix admin docu key |