Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8847 from nextcloud/ocs-api-userdetails | Morris Jobke | 2018-03-20 | 3 | -73/+169 |
|\ | |||||
| * | fixup! Check if groups is array, return empty do not throw | John Molakvoæ (skjnldsv) | 2018-03-19 | 2 | -37/+5 |
| * | 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 | 2 | -61/+117 |
| * | 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 | 2 | -3/+71 |
* | | 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 | 3 | -15/+14 |
* | 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 info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -8/+12 |
* | Fix tests | Roeland Jago Douma | 2018-01-26 | 6 | -7/+117 |
* | 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 | 2 | -0/+33 |
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -2/+2 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 2 | -5/+18 |
* | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
* | Update composer | Morris Jobke | 2018-01-12 | 2 | -10/+14 |
* | Composer updated | Roeland Jago Douma | 2018-01-04 | 2 | -16/+12 |
* | Use proper authorative-autoloader for app autoloaders | Roeland Jago Douma | 2017-12-14 | 2 | -11/+2 |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 2 | -0/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 10 | -6/+76 |
* | Merge pull request #6875 from nextcloud/app_autoloaders | Joas Schilling | 2017-11-01 | 9 | -0/+615 |
|\ | |||||
| * | Provisioning_API Autoloader | Roeland Jago Douma | 2017-10-24 | 9 | -0/+615 |
* | | Use ::class in test mocks of encryption app | Morris Jobke | 2017-10-26 | 1 | -1/+1 |
|/ | |||||
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 3 | -78/+79 |
* | throw 101 when an empty group string is provided | Arthur Schiwon | 2017-09-18 | 2 | -1/+15 |
* | Remove explicit type hints for Controller | Lukas Reschke | 2017-08-01 | 1 | -2/+2 |
* | Merge pull request #5877 from nextcloud/typehint_middleware | Morris Jobke | 2017-08-01 | 1 | -5/+6 |
|\ | |||||
| * | Fix middleware implementations signatures | Roeland Jago Douma | 2017-07-31 | 1 | -5/+6 |
* | | Fix tests | Roeland Jago Douma | 2017-08-01 | 1 | -0/+1 |
|/ | |||||
* | Some app fixes of phpstorm inspections | Roeland Jago Douma | 2017-07-24 | 4 | -9/+22 |
* | Add unit tests for the new code | Joas Schilling | 2017-06-21 | 1 | -0/+180 |
* | Allow to force a language and set it via the ocs api | Joas Schilling | 2017-06-21 | 2 | -8/+39 |
* | Don't allow the user to set fields they can't see | Joas Schilling | 2017-06-02 | 2 | -9/+33 |
* | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
* | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
* | Merge pull request #4457 from nextcloud/fix-storage-info-with-wrong-casing | Morris Jobke | 2017-04-24 | 2 | -84/+92 |
|\ | |||||
| * | Remove dead arguments | Joas Schilling | 2017-04-24 | 2 | -45/+1 |
| * | Fix similar issues with the group id | Joas Schilling | 2017-04-24 | 2 | -4/+8 |
| * | Fix the storage info and other checks when the user has wrong casing | Joas Schilling | 2017-04-24 | 2 | -35/+83 |
* | | 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 | 2 | -2/+2 |
* | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -3/+3 |
* | Adjust class references | Lukas Reschke | 2017-04-11 | 1 | -1/+1 |
* | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 3 | -8/+9 |
* | Merge pull request #4244 from nextcloud/welcome-email | Morris Jobke | 2017-04-07 | 3 | -207/+81 |
|\ | |||||
| * | Add support for theming | Lukas Reschke | 2017-04-07 | 3 | -207/+81 |
* | | Allow to change account info via provisioning api | Joas Schilling | 2017-04-07 | 2 | -16/+37 |
|/ |