Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add language support for user creation | John Molakvoæ (skjnldsv) | 2018-04-11 | 1 | -1/+6 | |
* | | The integrationtests expect a string | Roeland Jago Douma | 2018-04-10 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #9111 from nextcloud/use-proper-bool-user-disabled-state | Morris Jobke | 2018-04-09 | 1 | -1/+1 | |
|\ | ||||||
| * | Properly return boolean on enable state | John Molakvoæ (skjnldsv) | 2018-04-09 | 1 | -1/+1 | |
* | | Allow user creation with subadmins and quota | John Molakvoæ (skjnldsv) | 2018-04-06 | 1 | -43/+77 | |
|/ | ||||||
* | Rebase to master | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -1/+10 | |
* | Use abstract subclass so members can be defined | Joas Schilling | 2018-04-05 | 3 | -52/+61 | |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -9/+8 | |
* | Trait bump | John Molakvoæ (skjnldsv) | 2018-04-05 | 3 | -126/+175 | |
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -4/+6 | |
* | Cast types directly | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -27/+9 | |
* | Limit and offset | John Molakvoæ (skjnldsv) | 2018-04-05 | 1 | -1/+5 | |
* | Api, return users details by groups | John Molakvoæ (skjnldsv) | 2018-04-05 | 2 | -7/+65 | |
* | Merge pull request #8926 from nextcloud/ocs-api-quota-fallback | blizzz | 2018-04-04 | 1 | -1/+10 | |
|\ | ||||||
| * | Fix quota return if unlimited | John Molakvoæ (skjnldsv) | 2018-03-22 | 1 | -1/+1 | |
| * | Return quota even if user is not initialized | John Molakvoæ (skjnldsv) | 2018-03-22 | 1 | -1/+10 | |
* | | Merge pull request #8865 from nextcloud/ocs-groups-displayname | Joas Schilling | 2018-03-23 | 1 | -0/+27 | |
|\ \ | ||||||
| * | | Return groups displayname in provisioning api | John Molakvoæ (skjnldsv) | 2018-03-23 | 1 | -0/+27 | |
* | | | Allow admin to create users withoutpassword by sending mail automatically | John Molakvoæ (skjnldsv) | 2018-03-22 | 1 | -2/+38 | |
| |/ |/| | ||||||
* | | Merge pull request #8847 from nextcloud/ocs-api-userdetails | Morris Jobke | 2018-03-20 | 1 | -18/+70 | |
|\ \ | ||||||
| * | | fixup! Check if groups is array, return empty do not throw | John Molakvoæ (skjnldsv) | 2018-03-19 | 1 | -7/+2 | |
| * | | Check if groups is array, return empty do not throw | John Molakvoæ (skjnldsv) | 2018-03-16 | 1 | -2/+2 | |
| * | | Fixed tests and improved code | John Molakvoæ (skjnldsv) | 2018-03-16 | 1 | -33/+19 | |
| * | | Fixed throw error on unreachable users | John Molakvoæ (skjnldsv) | 2018-03-16 | 1 | -7/+11 | |
| * | | Add userdetails to ocs api | John Molakvoæ (skjnldsv) | 2018-03-16 | 1 | -3/+70 | |
| |/ | ||||||
* / | Allow empty emails provisionning api | John Molakvoæ (skjnldsv) | 2018-03-17 | 1 | -1/+1 | |
|/ | ||||||
* | Fixed api tests | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -3/+4 | |
* | Fix tests | Roeland Jago Douma | 2018-02-27 | 1 | -7/+6 | |
* | Make the provisioning api app strict | Roeland Jago Douma | 2018-02-27 | 5 | -44/+46 | |
* | Show hint in OCS API for user creation | Morris Jobke | 2018-02-22 | 1 | -2/+10 | |
* | Fix tests | Roeland Jago Douma | 2018-01-26 | 2 | -3/+42 | |
* | Don't expose language and password as editable | Roeland Jago Douma | 2018-01-26 | 1 | -5/+0 | |
* | Provide list of editable fields via OCS API | Roeland Jago Douma | 2018-01-26 | 1 | -0/+32 | |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -2/+10 | |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 2 | -0/+2 | |
* | Update license headers | Morris Jobke | 2017-11-06 | 7 | -3/+71 | |
* | throw 101 when an empty group string is provided | Arthur Schiwon | 2017-09-18 | 1 | -1/+1 | |
* | Remove explicit type hints for Controller | Lukas Reschke | 2017-08-01 | 1 | -2/+2 | |
* | Fix middleware implementations signatures | Roeland Jago Douma | 2017-07-31 | 1 | -5/+6 | |
* | 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 | |
|\ |