aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/user/UserApiHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Maintain cache of plans in useØyvind Grønnesby2023-03-231-3/+2
* Remove duplicated classMartin Polden2023-02-071-1/+1
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Write to Zookeeper before sending mail. Change API resource nameOla Aunronning2022-10-261-1/+1
* Add email verificationOla Aunronning2022-10-241-0/+11
* Check that tenant and/or application exists in UserApiØyvind Grønnesby2022-09-281-15/+23
* Return empty list when user not foundØyvind Grønnesby2022-09-091-5/+6
* Expose ?query parameter for find user. Output is now arrayØyvind Grønnesby2022-09-091-11/+34
* Revert "Revert "Expose method to find user and their tenants""Øyvind Grønnesby2022-09-051-1/+18
* Revert "Expose method to find user and their tenants"Henning Baldersheim2022-09-051-18/+1
* Expose method to find user and their tenantsØyvind Grønnesby2022-09-051-1/+18
* Do not include exception message when an unexpected error happensMartin Polden2022-08-291-4/+3
* Update invalidateUserSessionsBefore every time a user role for tenant is removedValerij Fredriksen2022-08-121-0/+5
* Only accept the new format for updating user rolesValerij Fredriksen2022-08-121-35/+0
* Remove application role management from /user/v1 APIValerij Fredriksen2022-08-121-20/+0
* Show tenants where user is hostedDeveloperjonmv2022-07-011-12/+6
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Move User from controller-api to jdisc-security-filtersBjørn Christian Seime2022-04-271-2/+1
* No need to validate user.nickname when it is unusedjonmv2022-04-201-1/+0
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-2/+2
* Show support pane in UI for tenants on plans w/supportØyvind Grønnesby2021-11-191-0/+9
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Remove unused fieldsValerij Fredriksen2021-09-241-14/+0
* Expose user flags in /user/v1/user responseValerij Fredriksen2021-09-221-3/+9
* Handle deleted tenantsValerij Fredriksen2021-09-151-1/+0
* Control Horizon proxy usage through feature flagOla Aunrønning2021-09-131-0/+7
* Text.fmt -> Text.formatArne Juul2021-06-291-3/+3
* String.format -> Text.fmtArne Juul2021-06-291-3/+4
* Only serialize new fields if they are presentsmorgrav2021-06-151-2/+4
* Additional fields to User - verified and lastLoginsmorgrav2021-06-151-6/+15
* Move MAX_TRIAL_TENANTS to PermanentFlagsØyvind Grønnesby2021-04-061-2/+1
* Remove optional /api prefixValerij Fredriksen2021-03-191-2/+1
* Merge remote-tracking branch 'origin/master' into ogronnesby/trial-tenant-limitØyvind Grønnesby2020-12-031-1/+2
|\
| * Move definition of permanent flags to separate classBjørn Christian Seime2020-12-031-2/+2
* | Rename the output value in the user APIØyvind Grønnesby2020-12-031-4/+4
* | Expose create trial limit in user APIØyvind Grønnesby2020-12-031-0/+13
|/
* tenant creation for everyone in public (with restrictions/gated by flag) (#13...Andreas Eriksen2020-06-111-4/+2
* Add the hostedAccountant to the user API rolesØyvind Grønnesby2020-06-041-3/+6
* add feature flag to user api for use in consoleandreer2020-05-291-1/+11
* add "isCd" to user api outputandreer2020-05-291-0/+1
* Expect user attribute to be a mapJon Marius Venstad2020-05-151-1/+7
* Remove unused tenant and application rolesMartin Polden2020-03-051-7/+0
* Do not include list of application & instances in /user/v1/userValerij Fredriksen2020-02-271-13/+0
* Merge pull request #12156 from vespa-engine/smorgrav/add_supporter_roleTorbjørn Smørgrav2020-02-131-2/+3
|\
| * Stable order in operator arraytoby2020-02-131-0/+1
| * Add hostedSupporter to operator roles in user responsetoby2020-02-121-2/+2
* | Move SlimeUtils to vespajlibMartin Polden2020-02-061-1/+1
|/