summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Expand)AuthorAgeFilesLines
...
* Limit and offsetJohn Molakvoæ (skjnldsv)2018-04-051-1/+5
* Api, return users details by groupsJohn Molakvoæ (skjnldsv)2018-04-054-9/+69
* Merge pull request #8926 from nextcloud/ocs-api-quota-fallbackblizzz2018-04-041-1/+10
|\
| * Fix quota return if unlimitedJohn Molakvoæ (skjnldsv)2018-03-221-1/+1
| * Return quota even if user is not initializedJohn Molakvoæ (skjnldsv)2018-03-221-1/+10
* | Merge pull request #8865 from nextcloud/ocs-groups-displaynameJoas Schilling2018-03-233-0/+59
|\ \
| * | Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-233-0/+59
* | | Allow admin to create users withoutpassword by sending mail automaticallyJohn Molakvoæ (skjnldsv)2018-03-222-12/+55
| |/ |/|
* | Merge pull request #8847 from nextcloud/ocs-api-userdetailsMorris Jobke2018-03-203-73/+169
|\ \
| * | fixup! Check if groups is array, return empty do not throwJohn Molakvoæ (skjnldsv)2018-03-192-37/+5
| * | Check if groups is array, return empty do not throwJohn Molakvoæ (skjnldsv)2018-03-161-2/+2
| * | Fixed tests and improved codeJohn Molakvoæ (skjnldsv)2018-03-162-61/+117
| * | Fixed throw error on unreachable usersJohn Molakvoæ (skjnldsv)2018-03-161-7/+11
| * | Add userdetails to ocs apiJohn Molakvoæ (skjnldsv)2018-03-162-3/+71
| |/
* / Allow empty emails provisionning apiJohn Molakvoæ (skjnldsv)2018-03-171-1/+1
|/
* Fixed api testsJohn Molakvoæ (skjnldsv)2018-03-081-3/+4
* Fix testsRoeland Jago Douma2018-02-273-15/+14
* Make the provisioning api app strictRoeland Jago Douma2018-02-275-44/+46
* Show hint in OCS API for user creationMorris Jobke2018-02-221-2/+10
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-8/+12
* Fix testsRoeland Jago Douma2018-01-266-7/+117
* Don't expose language and password as editableRoeland Jago Douma2018-01-261-5/+0
* Provide list of editable fields via OCS APIRoeland Jago Douma2018-01-262-0/+33
* Fix risky tests without assertionsJoas Schilling2018-01-251-2/+2
* Properly log the full exception instead of only the messageMorris Jobke2018-01-232-5/+18
* Bump appsRoeland Jago Douma2018-01-141-2/+2
* Update composerMorris Jobke2018-01-122-10/+14
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
* Change @georgehrke's emailMorris Jobke2017-11-062-0/+2
* Update license headersMorris Jobke2017-11-0610-6/+76
* Merge pull request #6875 from nextcloud/app_autoloadersJoas Schilling2017-11-019-0/+615
|\
| * Provisioning_API AutoloaderRoeland Jago Douma2017-10-249-0/+615
* | Use ::class in test mocks of encryption appMorris Jobke2017-10-261-1/+1
|/
* Use ::class in test mocksMorris Jobke2017-10-243-78/+79
* throw 101 when an empty group string is providedArthur Schiwon2017-09-182-1/+15
* Remove explicit type hints for ControllerLukas Reschke2017-08-011-2/+2
* Merge pull request #5877 from nextcloud/typehint_middlewareMorris Jobke2017-08-011-5/+6
|\
| * Fix middleware implementations signaturesRoeland Jago Douma2017-07-311-5/+6
* | Fix testsRoeland Jago Douma2017-08-011-0/+1
|/
* Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-244-9/+22
* Add unit tests for the new codeJoas Schilling2017-06-211-0/+180
* Allow to force a language and set it via the ocs apiJoas Schilling2017-06-212-8/+39
* Don't allow the user to set fields they can't seeJoas Schilling2017-06-022-9/+33
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
* Adjust version requirementJoas Schilling2017-05-221-1/+1
* Merge pull request #4457 from nextcloud/fix-storage-info-with-wrong-casingMorris Jobke2017-04-242-84/+92
|\
| * Remove dead argumentsJoas Schilling2017-04-242-45/+1
| * Fix similar issues with the group idJoas Schilling2017-04-242-4/+8
| * Fix the storage info and other checks when the user has wrong casingJoas Schilling2017-04-242-35/+83