aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib/Controller/AUserData.php
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-7/+7
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-021-4/+4
* provisioning_api: Add OpenAPI specjld31032023-07-311-5/+10
* feat(users): Store and load a user's managerChristoph Wurst2023-05-121-0/+3
* Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-1/+1
* Always set displayname and display-name for user datajld31032023-02-101-0/+2
* Merge pull request #36094 from nextcloud/bugfix/noid/user-info-api-exclude-st...Joas Schilling2023-01-161-9/+12
|\
| * Only expose storage location to adminsVincent Petry2023-01-131-9/+12
* | Tear down in catch of an ExceptionCôme Chilliet2023-01-121-0/+2
* | Catch Exceptions when loading storage data of usersCôme Chilliet2023-01-121-0/+10
|/
* Merge pull request #34940 from nextcloud/feat/add-mastodonCarl Schwan2022-11-221-0/+1
|\
| * Fix testsCarl Schwan2022-11-221-0/+1
* | Don't use quota cache through user managementVincent Petry2022-11-211-1/+1
|/
* Add new account propertiesChristopher Ng2021-10-191-0/+5
* use specific email getter where necessaryArthur Schiwon2021-09-091-1/+1
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-091-5/+13
* fix small issues in UsersController handlingArthur Schiwon2021-06-301-1/+1
* prov api reports additional emails on getUserArthur Schiwon2021-06-301-0/+14
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+3
* provAPI to use only public API of IAccountManagerArthur Schiwon2021-05-081-24/+30
* Expose avatarScope through provisioning APIVincent Petry2021-03-261-0/+6
* OCS allow reading and writing account property scopesVincent Petry2021-03-261-6/+23
* Cleanup appinfo usageJoas Schilling2021-02-161-2/+3
* Make code strictJoas Schilling2020-12-071-6/+7
* Use the new method everywhereJoas Schilling2020-07-031-11/+7
* Fix languages empty arrayGretaD2020-05-081-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-7/+16
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* ignore non existing users when retrieving details of group membersArthur Schiwon2019-01-171-1/+12
* do not offer to change display name or password, if not possible.Arthur Schiwon2018-11-071-0/+9
* Fix user and group listing with users that have an integer user idJoas Schilling2018-09-121-1/+1
* fix tests / mistakes made during rebaseGeorg Ehrke2018-06-271-0/+1
* Return groups IDs and not NamesJohn Molakvoæ (skjnldsv)2018-06-151-1/+1
* Allow 0 quota by provisioning apiJohn Molakvoæ (skjnldsv)2018-06-071-2/+5
* Disabled fix since new users listJohn Molakvoæ (skjnldsv)2018-05-241-2/+2
* Return proper boolean user enabled state apiJohn Molakvoæ (skjnldsv)2018-04-161-1/+1
* The integrationtests expect a stringRoeland Jago Douma2018-04-101-1/+1
* Properly return boolean on enable stateJohn Molakvoæ (skjnldsv)2018-04-091-1/+1
* Rebase to masterJohn Molakvoæ (skjnldsv)2018-04-051-1/+10
* Use abstract subclass so members can be definedJoas Schilling2018-04-051-0/+177