- 53c1ff8 Updated OAuth2 response handler (#650) by margaretha · 2 years, 7 months ago
- b8a9d4e Updated token response using Nimbus (#650) by margaretha · 2 years, 7 months ago
- 93bfbea Address reviews on jakarta migration. by margaretha · 2 years, 7 months ago
- 6672fe5 Removed OpenID by margaretha · 2 years, 8 months ago
- 4993eb7 Removed Apache Oltu API from token requests (#650) by margaretha · 2 years, 8 months ago
- 7ac20b1 Changed OAuth2 token request using Nimbus (#650) by margaretha · 2 years, 8 months ago
- 751608c Enabled legacy support for authorization POST request by margaretha · 2 years, 8 months ago
- db5da37 Fixed BlockingFilter (#659) by margaretha · 2 years, 9 months ago
- 5f5d3ed Updated authorization services using Nimbus (#650) by margaretha · 2 years, 9 months ago
- dd898b3 Replaced javax.serlet to jakarta.servlet by margaretha · 2 years, 9 months ago
- 96c309d Replaced javax.ws to jakarta.ws namespace (#648) by margaretha · 2 years, 9 months ago
- b156f88 Removed old database configurations (closes #612) by margaretha · 3 years ago
- 50fd507 Removed auditing (closes #611) by margaretha · 3 years ago
- 6a925fe Merged core to full by margaretha · 3 years ago
- 92ad2ec Merged lite into full by margaretha · 3 years ago
- 1c9ab94 Added and updated VC controller tests by margaretha · 3 years, 1 month ago
- d1ef4d9 Added user info web-service (solved #566) by margaretha · 3 years, 2 months ago
- cf869e1 Updated VC list API and deprecated owner VC list (addressed #580) by margaretha · 3 years, 2 months ago
- cf134c6 Move oauth2 admin service path (closed #544) by margaretha · 3 years, 2 months ago
- 68fd443 Added an admin service to load and cache system vc (solved #268) by margaretha · 3 years, 2 months ago
- fe6ea02 Moved the service path of VC admin services to admin/vc (closed #543) by margaretha · 3 years, 2 months ago
- bc3d3f7 Deprecate API token (JWT) web-service. by margaretha · 3 years, 3 months ago
- b0eca9d Moved user-group retrieval API to UserGroupAdminController by margaretha · 3 years, 3 months ago
- bdde7f4 Use admin filter instead of OAuth2 ADMIN scope by margaretha · 3 years, 3 months ago
- f4982ab Allow admin access using admin token for the clean token API by margaretha · 3 years, 4 months ago
- 45ba733 Fixed content-type in error responses by changing it to application/json by margaretha · 3 years, 4 months ago
- b22a585 Updated client info API by margaretha · 3 years, 4 months ago
- c0c2e30 Jersey 2: Create a custom annotation to register resource filters by abcpro1 · 3 years, 7 months ago
- d912a2c Jersey 2: Do simple migrations by abcpro1 · 3 years, 7 months ago
- 4ff862a Fixed admin clean token API and restrict plugins to confidential only. by margaretha · 4 years ago v0.68-release
- d484156 Added new APIs: list user-installed plugins and uninstall plugin. by margaretha · 4 years ago
- 79f0144 Deprecated UserClientDto and uses ClientinfoDto instead. by margaretha · 4 years, 1 month ago
- 68ccf1e Handled super client id in plugin installation by margaretha · 4 years, 1 month ago
- 7da2390 Added a new API: install plugin by margaretha · 4 years, 1 month ago
- e20a280 Added a new API: list plugins (e.g. for marketplace) by margaretha · 4 years, 1 month ago
- ffb8950 Updated authorization error response. by margaretha · 4 years, 1 month ago
- 9dfa863 Updated OAuth2Client list API by margaretha · 4 years, 1 month ago
- d67b427 Added authorization request with GET and deprecated that with POST. by margaretha · 4 years, 1 month ago
- d716312 Added columns to the oauth2_client table and updated client registration by margaretha · 4 years, 1 month ago
- e28cdd9 Updated and moved updateClientPrivilege API to OAuth2AdminController by margaretha · 4 years, 2 months ago
- 74110b7 Removed unused admin API: clear access token cache. by margaretha · 4 years, 2 months ago
- 78f9080 Updated admin filter and uses it for the closing index reader API. by margaretha · 4 years, 2 months ago
- 525045e Added an admin API to delete expired/revoked access and refresh tokens. by margaretha · 4 years, 2 months ago
- b19cfa2 Updated admin filter by using admin token and role checks. by margaretha · 4 years, 2 months ago
- ad7de72 Restricts the field retrieval web-service to admin only. by margaretha · 4 years, 3 months ago v0.65.1-release
- 923c207 Added an API retrieving fields of a virtual corpus. by margaretha · 4 years, 4 months ago
- 86c9be3 Added a web-service to retrieve KoralQuery of a VC by margaretha · 4 years, 5 months ago
- 326520b Removed koralQuery and statistics from VC list by margaretha · 4 years, 5 months ago
- aec6b41 Enabled listing system vc for authorized users. by margaretha · 4 years, 6 months ago
- cdfe937 Fixed missing request entity. by margaretha · 4 years, 9 months ago
- 3b6972a Fixed errors due to missing query type and added tests. by margaretha · 4 years, 9 months ago
- 6f6911e Updated cache settings and some loggings. by margaretha · 4 years, 10 months ago
- d575bd9 Updated roleId and super client parameters. by margaretha · 5 years ago
- 4f4b9ab Updated OAuth2 API responses for coherence. by margaretha · 5 years ago
- b0f97d0 Updated OAuth2 Client list by margaretha · 5 years ago
- 3571f53 Updated OAuth2Client JSON definition and controller tests by margaretha · 5 years ago
- 3507469 Updated OAuth2 token list with token type and user clientId parameters. by margaretha · 5 years ago
- 0a6b4b6 Updated Koral version for InfoController. by margaretha · 5 years ago
- 89bd8f5 Added delete query webservice and tests. by margaretha · 5 years ago dev
- b097fb0 Renamed virtual corpus to query. by margaretha · 5 years ago
- a8c364b Added API info web-service. by margaretha · 5 years ago v0.63-release
- 90adf31 Removed escaping for KoralQuery in VC and query reference responses. by margaretha · 5 years ago
- 652c4dc Added listing available queries for users. by margaretha · 5 years ago
- da08015 Add query reference web-service. by Akron · 5 years ago
- a26cbde Update dependency of nimbus-jose-jwt and oauth2-oidc-sdk by Akron · 6 years ago
- 9a270a5 Removed client authentication from the client deregistration & by margaretha · 6 years ago
- 6aee197 Added an admin API for clearing access token cache. by margaretha · 6 years ago
- d9546d3 Updated free resource controller. by margaretha · 6 years ago
- d8aa135 Updated create update user-group API. by margaretha · 6 years ago
- 7497adf Added a service to revoke a single refresh token via super client by margaretha · 6 years ago v0.62.2-release
- db457bc Added username filtering to token revocation service via super client by margaretha · 7 years ago
- 43aceb5 Added a service to list active refresh tokens of a user. by margaretha · 7 years ago
- 77e7474 Merged list authorized client and list registered client services by margaretha · 7 years ago
- 7a09e48 Implemented a service to list clients registered by a user (close #52) by margaretha · 7 years ago
- c20cd34 Added description and URL to list-authorized-clients service (close #53) by margaretha · 7 years ago
- 03b195a Added prefixes to username and groupname in service paths (resolved #35) by margaretha · 7 years ago
- ca7cff8 Removed UserGroupJson & updated listUserGroups and createUserGroup services. by margaretha · 7 years ago
- a18ab2b Updated group api paths & replaced groupId with groupName (resolved #33) by margaretha · 7 years ago
- da5a6ab Added user-group name pattern (issue #33). by margaretha · 7 years ago
- bdd47ac Updated the response statuses of VC PUT requests. by margaretha · 7 years ago
- 0e1fc55 Resolved #40. by margaretha · 7 years ago
- c9f40e2 Fixed post requests with status OK and empty body. by margaretha · 7 years ago
- 3a57940 Updated VC name pattern and tests. by margaretha · 7 years ago
- 47a72a8 Added re-caching VC at closing-index service, resolved #44 by margaretha · 7 years ago
- 03ae28d Handled LDAP errors, fixed #45. by margaretha · 7 years ago
- 3ccaeb7 Resolves #34. Removed old VC controllers; updated VC access controllers; by margaretha · 7 years ago
- 39cec60 Added delete-group-by-name controller & unique index to group name. by margaretha · 7 years ago
- b5e1e0a Added delete setting controller & handled no resource found (issue #37) by margaretha · 7 years ago
- 4fa4b06 Added foundry rewrite with user default setting. by margaretha · 7 years ago
- 4a33812 Added VC reference and MapUtil tests. by margaretha · 7 years ago
- 6cd27f3 Added default setting key validation & fixed UserdataTest. by margaretha · 7 years ago
- 0bcde4c Added delete key in setting controllers by margaretha · 7 years ago
- 62c0676 Updated default setting controllers & added tests by margaretha · 7 years ago
- 0866a53 Added create, edit, retrieve user default setting controllers by margaretha · 7 years ago
- 4842673 Removed codes related to user registration & password management. by margaretha · 7 years ago
- 4af3f1e Added a PUT VC request and aliases to some VC controllers, merged VC by margaretha · 7 years ago
- 8c20396 Added retrieveVCByName and deleteVCByName. by margaretha · 7 years ago
- 2ea9a1e Degraded API version to 1.0 & added OAuth2 client info tests by margaretha · 7 years ago
- 398f472 Added comments & updated code structure. by margaretha · 7 years ago
- 420db0e Removed document controllers and KustvaktResource. by margaretha · 7 years ago