| Commit message (Expand) | Author | Age | Files | Lines |
* | Some app fixes of phpstorm inspections | Roeland Jago Douma | 2017-07-24 | 2 | -7/+15 |
* | Allow to force a language and set it via the ocs api | Joas Schilling | 2017-06-21 | 1 | -0/+13 |
* | Don't allow the user to set fields they can't see | Joas Schilling | 2017-06-02 | 1 | -7/+24 |
* | Merge pull request #4457 from nextcloud/fix-storage-info-with-wrong-casing | Morris Jobke | 2017-04-24 | 1 | -32/+9 |
|\ |
|
| * | Remove dead arguments | Joas Schilling | 2017-04-24 | 1 | -24/+1 |
| * | Fix similar issues with the group id | Joas Schilling | 2017-04-24 | 1 | -3/+3 |
| * | Fix the storage info and other checks when the user has wrong casing | Joas Schilling | 2017-04-24 | 1 | -5/+5 |
* | | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
|/ |
|
* | Use RESPOND_NOT_FOUND for non existing user | Morris Jobke | 2017-04-21 | 1 | -1/+1 |
* | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 2 | -5/+6 |
* | Merge pull request #4244 from nextcloud/welcome-email | Morris Jobke | 2017-04-07 | 2 | -24/+26 |
|\ |
|
| * | Add support for theming | Lukas Reschke | 2017-04-07 | 2 | -24/+26 |
* | | Allow to change account info via provisioning api | Joas Schilling | 2017-04-07 | 1 | -10/+31 |
|/ |
|
* | Make deleting a group compatible with ocs v2 | Joas Schilling | 2017-03-23 | 1 | -1/+1 |
* | Fix provisioning API call | Joas Schilling | 2017-03-20 | 1 | -1/+8 |
* | OCS API endpoint to resend welcome message | Morris Jobke | 2017-02-28 | 1 | -1/+100 |
* | add groups to user info output | Bjoern Schiessle | 2017-02-09 | 1 | -0/+6 |
* | make sure that 'getCurrentUser' gets an array in order to manipulate the data... | Bjoern Schiessle | 2017-01-26 | 1 | -25/+37 |
* | unify endpoints form core and the the provisioning api | Bjoern Schiessle | 2017-01-25 | 1 | -0/+25 |
* | add data from the users profile to the provisioning api | Bjoern Schiessle | 2017-01-24 | 1 | -3/+15 |
* | Allow subadmins to add people to groups via provisioning api | Joas Schilling | 2017-01-18 | 1 | -0/+9 |
* | Make sure subadmins can not delete users from their last subadmin group | Joas Schilling | 2017-01-18 | 1 | -0/+14 |
* | No need to check the subadmin again | Joas Schilling | 2017-01-18 | 1 | -16/+11 |
* | Require sudo mode on the provisioning API | Joas Schilling | 2016-12-05 | 3 | -7/+24 |
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 1 | -7/+2 |
* | Add unit tests | Joas Schilling | 2016-10-21 | 1 | -5/+4 |
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -0/+158 |
* | 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 |
* | Add ProvisioningAPI middleware | Roeland Jago Douma | 2016-08-14 | 3 | -0/+103 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 3 | -9/+10 |
* | Fix Warnings Provisioning API | Roeland Jago Douma | 2016-07-12 | 3 | -112/+109 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | 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 |
|/ |
|