| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | 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 | 3 | -1/+619 |
* | Refactor provision api app's UserControllerTest | Christoph Wurst | 2017-02-28 | 1 | -76/+67 |
* | add groups to user info output | Bjoern Schiessle | 2017-02-09 | 2 | -3/+36 |
* | make sure that 'getCurrentUser' gets an array in order to manipulate the data... | Bjoern Schiessle | 2017-01-26 | 2 | -36/+83 |
* | unify endpoints form core and the the provisioning api | Bjoern Schiessle | 2017-01-25 | 3 | -2/+112 |
* | add data from the users profile to the provisioning api | Bjoern Schiessle | 2017-01-24 | 2 | -4/+65 |
* | Allow subadmins to add people to groups via provisioning api | Joas Schilling | 2017-01-18 | 2 | -7/+151 |
* | Make sure subadmins can not delete users from their last subadmin group | Joas Schilling | 2017-01-18 | 2 | -0/+76 |
* | No need to check the subadmin again | Joas Schilling | 2017-01-18 | 2 | -21/+11 |