aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9162 from nextcloud/allow-lang-ocs-apiRoeland Jago Douma2018-04-171-1/+7
|\ | | | | Add language support for user creation
| * Fixed testsJohn Molakvoæ (skjnldsv)2018-04-161-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Add language support for user creationJohn Molakvoæ (skjnldsv)2018-04-161-1/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Return proper boolean user enabled state apiJohn Molakvoæ (skjnldsv)2018-04-161-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Revert "Add language support for user creation in api"Morris Jobke2018-04-121-6/+1
|
* Merge pull request #9144 from nextcloud/allow-lang-ocs-apiMorris Jobke2018-04-111-1/+6
|\ | | | | Add language support for user creation in api
| * Add language support for user creationJohn Molakvoæ (skjnldsv)2018-04-111-1/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | The integrationtests expect a stringRoeland Jago Douma2018-04-101-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9111 from nextcloud/use-proper-bool-user-disabled-stateMorris Jobke2018-04-091-1/+1
|\ | | | | Return proper boolean and do not save enabled state in db
| * Properly return boolean on enable stateJohn Molakvoæ (skjnldsv)2018-04-091-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Allow user creation with subadmins and quotaJohn Molakvoæ (skjnldsv)2018-04-061-43/+77
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Rebase to masterJohn Molakvoæ (skjnldsv)2018-04-051-1/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use abstract subclass so members can be definedJoas Schilling2018-04-053-52/+61
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fixed testsJohn Molakvoæ (skjnldsv)2018-04-051-9/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Trait bumpJohn Molakvoæ (skjnldsv)2018-04-053-126/+175
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed testsJohn Molakvoæ (skjnldsv)2018-04-051-4/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Cast types directlyJohn Molakvoæ (skjnldsv)2018-04-051-27/+9
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Limit and offsetJohn Molakvoæ (skjnldsv)2018-04-051-1/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Api, return users details by groupsJohn Molakvoæ (skjnldsv)2018-04-052-7/+65
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #8926 from nextcloud/ocs-api-quota-fallbackblizzz2018-04-041-1/+10
|\ | | | | Return quota even if user is not initialised
| * Fix quota return if unlimitedJohn Molakvoæ (skjnldsv)2018-03-221-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Return quota even if user is not initializedJohn Molakvoæ (skjnldsv)2018-03-221-1/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #8865 from nextcloud/ocs-groups-displaynameJoas Schilling2018-03-231-0/+27
|\ \ | | | | | | Return groups displayname in provisioning api
| * | Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-231-0/+27
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Allow admin to create users withoutpassword by sending mail automaticallyJohn Molakvoæ (skjnldsv)2018-03-221-2/+38
| |/ |/| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #8847 from nextcloud/ocs-api-userdetailsMorris Jobke2018-03-201-18/+70
|\ \ | | | | | | Add userdetails to ocs api
| * | fixup! Check if groups is array, return empty do not throwJohn Molakvoæ (skjnldsv)2018-03-191-7/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Check if groups is array, return empty do not throwJohn Molakvoæ (skjnldsv)2018-03-161-2/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed tests and improved codeJohn Molakvoæ (skjnldsv)2018-03-161-33/+19
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed throw error on unreachable usersJohn Molakvoæ (skjnldsv)2018-03-161-7/+11
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Add userdetails to ocs apiJohn Molakvoæ (skjnldsv)2018-03-161-3/+70
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / Allow empty emails provisionning apiJohn Molakvoæ (skjnldsv)2018-03-171-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed api testsJohn Molakvoæ (skjnldsv)2018-03-081-3/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix testsRoeland Jago Douma2018-02-271-7/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make the provisioning api app strictRoeland Jago Douma2018-02-275-44/+46
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Show hint in OCS API for user creationMorris Jobke2018-02-221-2/+10
| | | | | | | | * adds a 107 error code together with the hint of the exception * logs the exception as warning * fixes #7946 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix testsRoeland Jago Douma2018-01-262-3/+42
| | | | | | * Add factory for the federatedfilesharing app Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't expose language and password as editableRoeland Jago Douma2018-01-261-5/+0
| | | | | | | | | * Password might not always be editable - Also chaging that will invalide apptokens etc which will directly lock out your phone * Chaging the language also doesn't make that much sense to me currently Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Provide list of editable fields via OCS APIRoeland Jago Douma2018-01-261-0/+32
| | | | | | Fixes #7983 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-2/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change @georgehrke's emailMorris Jobke2017-11-062-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-067-3/+71
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* throw 101 when an empty group string is providedArthur Schiwon2017-09-181-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Remove explicit type hints for ControllerLukas Reschke2017-08-011-2/+2
| | | | | | This is public API and breaks the middlewares of existing apps. Since this also requires maintaining two different code paths for 12 and 13 I'm at the moment voting for reverting this change. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix middleware implementations signaturesRoeland Jago Douma2017-07-311-5/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-242-7/+15
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow to force a language and set it via the ocs apiJoas Schilling2017-06-211-0/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't allow the user to set fields they can't seeJoas Schilling2017-06-021-7/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #4457 from nextcloud/fix-storage-info-with-wrong-casingMorris Jobke2017-04-241-32/+9
|\ | | | | Fix storage info with wrong casing
| * Remove dead argumentsJoas Schilling2017-04-241-24/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>