Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4244 from nextcloud/welcome-email | Morris Jobke | 2017-04-07 | 2 | -24/+26 |
|\ | | | | | New layout for welcome email | ||||
| * | Add support for theming | Lukas Reschke | 2017-04-07 | 2 | -24/+26 |
| | | | | | | | | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Allow to change account info via provisioning api | Joas Schilling | 2017-04-07 | 1 | -10/+31 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make deleting a group compatible with ocs v2 | Joas Schilling | 2017-03-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix provisioning API call | Joas Schilling | 2017-03-20 | 1 | -1/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | OCS API endpoint to resend welcome message | Morris Jobke | 2017-02-28 | 1 | -1/+100 |
| | | | | | | | | | | | | * 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> | ||||
* | add groups to user info output | Bjoern Schiessle | 2017-02-09 | 1 | -0/+6 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | make sure that 'getCurrentUser' gets an array in order to manipulate the ↵ | Bjoern Schiessle | 2017-01-26 | 1 | -25/+37 |
| | | | | | | data to match the old API Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | unify endpoints form core and the the provisioning api | Bjoern Schiessle | 2017-01-25 | 1 | -0/+25 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add data from the users profile to the provisioning api | Bjoern Schiessle | 2017-01-24 | 1 | -3/+15 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Allow subadmins to add people to groups via provisioning api | Joas Schilling | 2017-01-18 | 1 | -0/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make sure subadmins can not delete users from their last subadmin group | Joas Schilling | 2017-01-18 | 1 | -0/+14 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | No need to check the subadmin again | Joas Schilling | 2017-01-18 | 1 | -16/+11 |
| | | | | | | | The user needs to be a subadmin of the group, otherwise they are not allowed to remove anyone from the group Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Require sudo mode on the provisioning API | Joas Schilling | 2016-12-05 | 3 | -7/+24 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 1 | -7/+2 |
| | | | | | | This change introduces the new appstore API in Nextcloud. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add unit tests | Joas Schilling | 2016-10-21 | 1 | -5/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -0/+158 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to retrieve the quota itself via the provisioning api | Joas Schilling | 2016-08-17 | 1 | -0/+1 |
| | |||||
* | Move Apps to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -30/+42 |
| | |||||
* | Move Users to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -189/+190 |
| | |||||
* | Move Groups over to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -60/+68 |
| | | | | | * Take advantage of the AppFramework * Fix tests | ||||
* | Add ProvisioningAPI middleware | Roeland Jago Douma | 2016-08-14 | 3 | -0/+103 |
| | | | | | | | | | | The provisioning API has 3 access levels: * Admin * SubAdmin * User This middleware adds a check for the SubAdmin part. | ||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 3 | -9/+10 |
| | |||||
* | Fix Warnings Provisioning API | Roeland Jago Douma | 2016-07-12 | 3 | -112/+109 |
| | | | | | * OC_OCS_Result is deprecated * getMock is deprecated in phpunit 5.4 | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -4/+4 |
| | |||||
* | Move Provisioning api to PSR-4 (#24510) | Joas Schilling | 2016-05-11 | 3 | -1/+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 | -12/+60 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 3 | -3/+3 |
| | |||||
* | Update log message when error occurs during addGroup | Tom Needham | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary group name validation | Tom Needham | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Inject OCSClient | Lukas Reschke | 2016-01-06 | 1 | -3/+7 |
| | | | | Fixes https://github.com/owncloud/core/issues/21451 | ||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Return empty list if group does not have subadmins | Roeland Jago Douma | 2015-11-16 | 1 | -7/+1 |
| | | | | | | | Instead of throwing an error just return an empty list. Since that is actually what it is. Fixes #19789 | ||||
* | Merge pull request #20292 from owncloud/provisioning_api_group_unittest | Thomas Müller | 2015-11-16 | 1 | -10/+25 |
|\ | | | | | Moved grouptest over to pure unit tests | ||||
| * | Moved grouptest over to pure unit tests | Roeland Jago Douma | 2015-11-16 | 1 | -10/+25 |
| | | |||||
* | | Added unit test for new functionality | Roeland Jago Douma | 2015-11-12 | 1 | -7/+8 |
| | | |||||
* | | enable api addUser for subadmins | michag86 | 2015-11-12 | 1 | -7/+37 |
|/ | | | | * Fix existing unit tests | ||||
* | Revert OCS error code change from #20135 | Joas Schilling | 2015-11-05 | 1 | -1/+6 |
| | |||||
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 2 | -111/+172 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 3 | -3/+4 |
| | |||||
* | Merge pull request #18399 from owncloud/api-getusers-for-subadmins | Thomas Müller | 2015-10-20 | 1 | -1/+26 |
|\ | | | | | enable api getUsers for subadmins | ||||
| * | Merge branch 'master' into api-getusers-for-subadmins | michag86 | 2015-10-13 | 3 | -24/+105 |
| |\ | |||||
| * | | enable api getUsers for subadmins | michag86 | 2015-08-26 | 1 | -1/+26 |
| | | | | | | | | | | | | Now subadmins can get a list of users they are subadmins of. | ||||
* | | | Combine OCS API getUser method code into provisioning_api app | Roeland Jago Douma | 2015-10-13 | 1 | -27/+10 |
| |/ |/| | | | | | | | | | Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API. | ||||
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 3 | -0/+5 |
| | | |||||
* | | Add proper PHPDoc | Lukas Reschke | 2015-09-08 | 3 | -24/+100 |
|/ | | | | Makes my IDE happier when going through that file. | ||||
* | Check for userSession->getUser() === null | Roeland Jago Douma | 2015-08-11 | 2 | -24/+68 |
| |