summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib/Controller/GroupsController.php
Commit message (Expand)AuthorAgeFilesLines
* to return correct code when group not foundAlexander Piskun2023-07-311-0/+3
* Add support for Delegation Settings for more appsCarl Schwan2021-10-151-1/+2
* Group may be null if backend doesn't support creating groupsDries Mys2021-06-051-0/+3
* Fixed indentationDries Mys2021-06-051-1/+1
* [ProvisioningAPI] Allow specifying group display name during creationDries Mys2021-06-051-2/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+1
* Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta...blizzz2021-05-131-2/+2
|\
| * Fix unauthorized OCS status in provisioningJoas Schilling2021-05-121-2/+2
* | provAPI to use only public API of IAccountManagerArthur Schiwon2021-05-081-2/+2
|/
* Remove deprecated \OCP\APIRoeland Jago Douma2021-03-031-3/+4
* LoggerInterface for provisioning API ControllersRoeland Jago Douma2021-03-021-3/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Use the new method everywhereJoas Schilling2020-07-031-12/+5
* Update license headers for 19Christoph Wurst2020-04-291-0/+2
* Make the groupId url encodedJulius Härtl2020-04-111-0/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-9/+8
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Update license headersChristoph Wurst2019-12-051-2/+6
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Allow to set the group display name in the database backendJoas Schilling2019-09-271-1/+23
* ignore non existing users when retrieving details of group membersArthur Schiwon2019-01-171-10/+14
* Fix user and group listing with users that have an integer user idJoas Schilling2018-09-121-8/+7
* show error message when group existsRobin Appelman2018-06-261-1/+1
* New user support, provisionning api and design fixesJohn Molakvoæ (skjnldsv)2018-06-191-1/+3
* Keep userids as keys on group searchJohn Molakvoæ (skjnldsv)2018-06-151-3/+4
* Disabled fix since new users listJohn Molakvoæ (skjnldsv)2018-05-241-0/+4
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-1/+6
* Use abstract subclass so members can be definedJoas Schilling2018-04-051-25/+8
* Fixed testsJohn Molakvoæ (skjnldsv)2018-04-051-9/+8
* Trait bumpJohn Molakvoæ (skjnldsv)2018-04-051-14/+35
* Fixed testsJohn Molakvoæ (skjnldsv)2018-04-051-4/+6
* Cast types directlyJohn Molakvoæ (skjnldsv)2018-04-051-27/+9
* Limit and offsetJohn Molakvoæ (skjnldsv)2018-04-051-1/+5
* Api, return users details by groupsJohn Molakvoæ (skjnldsv)2018-04-051-4/+62
* Return groups displayname in provisioning apiJohn Molakvoæ (skjnldsv)2018-03-231-0/+27
* Make the provisioning api app strictRoeland Jago Douma2018-02-271-6/+7
* Update license headersMorris Jobke2017-11-061-0/+1
* Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-241-5/+13
* Make deleting a group compatible with ocs v2Joas Schilling2017-03-231-1/+1
* Require sudo mode on the provisioning APIJoas Schilling2016-12-051-1/+3
* Move Groups over to OCSControllerRoeland Jago Douma2016-08-141-0/+190