Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks of encryption app | Morris Jobke | 2017-10-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 3 | -78/+79 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | throw 101 when an empty group string is provided | Arthur Schiwon | 2017-09-18 | 1 | -0/+14 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix tests | Roeland Jago Douma | 2017-08-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Some app fixes of phpstorm inspections | Roeland Jago Douma | 2017-07-24 | 2 | -2/+7 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add unit tests for the new code | Joas Schilling | 2017-06-21 | 1 | -0/+180 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to force a language and set it via the ocs api | Joas Schilling | 2017-06-21 | 1 | -8/+26 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Don't allow the user to set fields they can't see | Joas Schilling | 2017-06-02 | 1 | -2/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove dead arguments | Joas Schilling | 2017-04-24 | 1 | -21/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix similar issues with the group id | Joas Schilling | 2017-04-24 | 1 | -1/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix the storage info and other checks when the user has wrong casing | Joas Schilling | 2017-04-24 | 1 | -30/+78 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use RESPOND_NOT_FOUND for non existing user | Morris Jobke | 2017-04-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Adjust class references | Lukas Reschke | 2017-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #4244 from nextcloud/welcome-email | Morris Jobke | 2017-04-07 | 1 | -183/+55 |
|\ | | | | | New layout for welcome email | ||||
| * | Add support for theming | Lukas Reschke | 2017-04-07 | 1 | -183/+55 |
| | | | | | | | | | | | | 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 | -6/+6 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | OCS API endpoint to resend welcome message | Morris Jobke | 2017-02-28 | 1 | -0/+518 |
| | | | | | | | | | | | | * 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> | ||||
* | Refactor provision api app's UserControllerTest | Christoph Wurst | 2017-02-28 | 1 | -76/+67 |
| | | | | | | | | * Replace deprecated getMock with createMock * Use createMock consistently * Use php's ::class references Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | add groups to user info output | Bjoern Schiessle | 2017-02-09 | 1 | -3/+30 |
| | | | | 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 | -11/+46 |
| | | | | | | 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 | -2/+86 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add data from the users profile to the provisioning api | Bjoern Schiessle | 2017-01-24 | 1 | -1/+50 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Allow subadmins to add people to groups via provisioning api | Joas Schilling | 2017-01-18 | 1 | -7/+142 |
| | | | | 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/+62 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | No need to check the subadmin again | Joas Schilling | 2017-01-18 | 1 | -5/+0 |
| | | | | | | | 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> | ||||
* | Adds provisioning middleware tests | Roeland Jago Douma | 2016-12-30 | 1 | -0/+122 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 1 | -17/+3 |
| | | | | | | 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 | -0/+382 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move Apps to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -24/+30 |
| | |||||
* | Move Users to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -414/+269 |
| | |||||
* | Move Groups over to OCSController | Roeland Jago Douma | 2016-08-14 | 1 | -139/+58 |
| | | | | | * Take advantage of the AppFramework * Fix tests | ||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 4 | -12/+16 |
| | |||||
* | Fix Warnings Provisioning API | Roeland Jago Douma | 2016-07-12 | 3 | -218/+308 |
| | | | | | * 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 | 4 | -175/+192 |
| | | | | | | | | * 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 | -4/+60 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | 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 :) | ||||
* | More fixed tests :) | Arthur Schiwon | 2016-02-09 | 1 | -12/+9 |
| | |||||
* | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 1 | -3/+3 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 4 | -4/+9 |
| | |||||
* | Fix provisioning API unit test | Roeland Jago Douma | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary group name validation | Tom Needham | 2016-01-08 | 1 | -0/+21 |
| | |||||
* | Inject OCSClient | Lukas Reschke | 2016-01-06 | 1 | -14/+16 |
| | | | | Fixes https://github.com/owncloud/core/issues/21451 | ||||
* | More fixes to the docs | Joas Schilling | 2015-12-08 | 1 | -4/+6 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -0/+6 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | User IUser::getEMailAddress() all over the place | Thomas Müller | 2015-12-02 | 1 | -29/+26 |
| | |||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 2 | -4/+27 |
| | | | | Adding more DB groups to test suits |