summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/user/UserApiHandler.java
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove sandbox filtering in /user/v1/userValerij Fredriksen2019-12-101-19/+5
* Include isPublic in responseValerij Fredriksen2019-12-031-0/+2
* Include reader role in responseValerij Fredriksen2019-12-031-3/+6
* Add /user/v1/userValerij Fredriksen2019-12-021-8/+102
* Break out once we have tested one administratortoby2019-11-081-0/+1
* Rename remove add methods to differentiate it to roles crud operationstoby2019-11-081-3/+3
* Add symetric removeRoles to user management apitoby2019-11-081-20/+31
* Add method and use this in already supported restapitoby2019-11-071-1/+2
* Allow multiple roles when removing roles as wellØyvind Grønnesby2019-10-101-5/+30
* Allow multiple roles in one API callØyvind Grønnesby2019-10-101-7/+6
* Support multiple roles when adding one roleØyvind Grønnesby2019-10-101-0/+20
* Remove visibility of "old" rolesØyvind Grønnesby2019-10-081-1/+1
* Introduce simplified roles without removing old ones - some tests commented outØyvind Grønnesby2019-10-081-3/+6
* Construct PublicKeys from serialised keys in controllerJon Marius Venstad2019-10-021-4/+3
* Store developer keys <-> developers, and modify through application/v4Jon Marius Venstad2019-10-011-6/+22
* Move general REST API classes to com.yahoo.restapiMartin Polden2019-09-201-3/+3
* Adjust test cases - they workedtoby2019-09-091-4/+6
* Actually add the nick/pic updatetoby2019-09-091-3/+12
* Revert "Return user object instead of user id from listUser in UserManagement...Jon Marius Venstad2019-09-061-17/+6
* Return user object instead of user id from listUser in UserManagement (#10455)Torbjørn Smørgrav2019-09-051-6/+17
* Do not return empty JSON responseValerij Fredriksen2019-07-031-4/+3
* Make Roles staticJon Marius Venstad2019-04-151-9/+7
* UserRoles -> RolesJon Marius Venstad2019-04-151-3/+3
* Replace Roles with static factories in RoleJon Marius Venstad2019-04-151-3/+2
* Order most important role members firstJon Marius Venstad2019-04-121-1/+2
* List implied roles as well, in user management APIJon Marius Venstad2019-04-121-4/+11
* Add /api optional prefix to user management apiJon Marius Venstad2019-04-101-9/+8
* Guard against deleting last tenant ownerJon Marius Venstad2019-04-091-8/+13
* Change user api response to be member-centric, with details about each member...Jon Marius Venstad2019-04-091-18/+43
* Minor cleanupJon Marius Venstad2019-04-081-25/+14
* Remove RoleId and move serialisation etc to UserRolesJon Marius Venstad2019-04-081-30/+20
* Fill out UserApiHandlerJon Marius Venstad2019-04-081-18/+120
* Add some TODOsJon Marius Venstad2019-04-081-0/+12
* Change Role API to produce roles with correct Context (NVM implementation for...Jon Marius Venstad2019-04-041-0/+2
* Replace usagesJon Marius Venstad2019-04-021-4/+4