- 6672fe5 Removed OpenID by margaretha · 1 year, 2 months ago
- 7ac20b1 Changed OAuth2 token request using Nimbus (#650) by margaretha · 1 year, 2 months ago
- 4b883ec Replaced javax.annotation with jakarta.annotation. by margaretha · 1 year, 2 months ago
- 490a59b Migrate Hibernate 5 to 6 (#649) and fix missing placeholders. by margaretha · 1 year, 3 months ago
- 7c21ec8 Updated javax.mail.Session to jakarta.mail.Session by margaretha · 1 year, 3 months ago
- 5a5b995 Added total result cache (close #599) by margaretha · 1 year, 5 months ago
- 8b68221 Removed unnecessary caches and methods in the authentication interface. by margaretha · 1 year, 5 months ago
- b156f88 Removed old database configurations (closes #612) by margaretha · 1 year, 6 months ago
- 50fd507 Removed auditing (closes #611) by margaretha · 1 year, 6 months ago
- 6a925fe Merged core to full by margaretha · 1 year, 6 months ago
- 92ad2ec Merged lite into full by margaretha · 1 year, 6 months ago
- 5b70879 Renamed entity and service packages in core by margaretha · 1 year, 7 months ago
- cc7feb6 Moved hibernate.properties by margaretha · 1 year, 7 months ago
- c9d2941 Added data folder by margaretha · 1 year, 7 months ago
- 3cec0a9 Fixed log4j2 properties. by margaretha · 1 year, 7 months ago
- d31f082 Added LDAP log for users without idsC2Profile. by margaretha · 1 year, 7 months ago
- ac49b50 Disabled LDAP auth provider and token API in the auth filter (#587) by margaretha · 1 year, 7 months ago
- 1960ea5 Implemented configurable resource filters for search and match info APIs by margaretha · 1 year, 9 months ago
- ceae697 Added config files for testing jar using basic authentication by margaretha · 2 years, 6 months ago
- bc3d3f7 Deprecate API token (JWT) web-service. by margaretha · 1 year, 9 months ago
- cc92959 Allowed OAuth2 clients to use localhost as redirect URIs. by margaretha · 1 year, 10 months ago
- 1380c1a Use LDAP authentication in Kustvakt-full oauth2 example config by Marc Kupietz · 2 years ago
- 91453aa Fix typo in Kustvakt-full oauth2 configuration by Marc Kupietz · 2 years ago
- 3181b8d Implemented initial super client registration for user authentication. by margaretha · 2 years, 6 months ago
- 79f0144 Deprecated UserClientDto and uses ClientinfoDto instead. by margaretha · 2 years, 7 months ago
- b1edd22 Added installed_plugins table by margaretha · 2 years, 6 months ago
- e20a280 Added a new API: list plugins (e.g. for marketplace) by margaretha · 2 years, 7 months ago
- d9e5cda Changed the SQL script updating oauth2_client table. by margaretha · 2 years, 7 months ago
- 9c22bbd Embedded LDAP server: Improve README.md and examples by Marc Kupietz · 2 years, 7 months ago
- 30925d8 Embedded LDAP server LdapAuth3: support hashed passwords (sha1, sha-256) by Marc Kupietz · 2 years, 7 months ago
- 9a1188e LdapAuth3: factor out configuration class by Marc Kupietz · 2 years, 7 months ago
- 392f478 Rename ldap .properties to .conf by Marc Kupietz · 2 years, 7 months ago
- 1e388b4 Automatically start embedded LDAP server if configured by Marc Kupietz · 2 years, 7 months ago
- ffb8950 Updated authorization error response. by margaretha · 2 years, 7 months ago
- d67b427 Added authorization request with GET and deprecated that with POST. by margaretha · 2 years, 8 months ago
- d716312 Added columns to the oauth2_client table and updated client registration by margaretha · 2 years, 8 months ago
- 525045e Added an admin API to delete expired/revoked access and refresh tokens. by margaretha · 2 years, 8 months ago
- 6bbbf1d Added foreign keys to the DB tables of access and refresh token scopes. by margaretha · 2 years, 9 months ago
- d66a683 Removed VCLoader. by margaretha · 2 years, 9 months ago
- fc5fab2 Replaced annotation parsing with restoring the annotation tables to the by margaretha · 3 years, 4 months ago
- 6f6911e Updated cache settings and some loggings. by margaretha · 3 years, 4 months ago
- 4bd6125 Updated OAuth2 token length & secure random algorithm config. by margaretha · 3 years, 6 months ago
- 4a1a18c Added query access roles and fixed vc access roles. by margaretha · 3 years, 9 months ago
- b097fb0 Renamed virtual corpus to query. by margaretha · 3 years, 9 months ago
- e1228ab Updated libraries. by margaretha · 3 years, 9 months ago
- 5213ced Added query and query language in virtual corpus table. by margaretha · 3 years, 9 months ago
- 90adf31 Removed escaping for KoralQuery in VC and query reference responses. by margaretha · 3 years, 9 months ago
- 652c4dc Added listing available queries for users. by margaretha · 3 years, 9 months ago
- dc6d73d Fixed problem with multiple desktop apps by Akron · 4 years, 7 months ago
- da08015 Add query reference web-service. by Akron · 4 years ago
- fcf8bd9 Updated Flyway configuration. by margaretha · 3 years, 10 months ago
- 77bf8b7 Fix hibernate dialect for SQLite. by margaretha · 4 years ago
- f6945c4 Added persistency layer for query references by Akron · 4 years, 1 month ago
- bee031a Introduced query reference rewrite mechanism by Akron · 4 years, 1 month ago
- 805afde Make API welcome message configurable by Marc Kupietz · 4 years, 8 months ago
- 0afd44a Added a config properties for a long-time access token expiry and by margaretha · 4 years, 10 months ago
- 2618beb Removed salt from config and updated config files. by margaretha · 4 years, 10 months ago
- d8aa135 Updated create update user-group API. by margaretha · 5 years ago
- ac4501a Updated Leibniz Association link. by margaretha · 5 years ago
- 52ee9e3 Added errors when requesting VC in caching process (resolved #47) by margaretha · 5 years ago
- 21d3296 Added a check for OAuth2 client, VC, and group name length. by margaretha · 5 years ago
- da5a6ab Added user-group name pattern (issue #33). by margaretha · 5 years ago
- 802dabc Resolved #50. Added statistics API with KoralQuery input. by margaretha · 5 years ago
- 93e602e Fixed missing scopes after requesting access token with refresh token. by margaretha · 5 years ago
- 2544cdf Added support for public metadata response in the search api. by margaretha · 5 years ago
- 3a57940 Updated VC name pattern and tests. by margaretha · 5 years ago
- 47a72a8 Added re-caching VC at closing-index service, resolved #44 by margaretha · 5 years ago
- f0c53b8 Improved loading resource file. by margaretha · 6 years ago
- 3d55b00 Resolved #42 - Added close index controller. by margaretha · 6 years ago
- 351f769 Added authentication to metadata controller (issue #38) & updated search by margaretha · 6 years ago
- 798e8bd Added default foundry for structure layer. by margaretha · 6 years ago
- 39cec60 Added delete-group-by-name controller & unique index to group name. by margaretha · 6 years ago
- 85273f1 Fixed SQL data and update client deregistration behavior. by margaretha · 6 years ago
- 4fa4b06 Added foundry rewrite with user default setting. by margaretha · 6 years ago
- 6cd27f3 Added default setting key validation & fixed UserdataTest. by margaretha · 6 years ago
- 0866a53 Added create, edit, retrieve user default setting controllers by margaretha · 6 years ago
- 4842673 Removed codes related to user registration & password management. by margaretha · 6 years ago
- 2ea9a1e Degraded API version to 1.0 & added OAuth2 client info tests by margaretha · 6 years ago
- 0b90391 Improved predefined vc caching (issue #28) by margaretha · 6 years ago
- 5c67dd5 Updated RewriteHandler and tests using BeanConfigTest. by margaretha · 6 years ago
- 420db0e Removed document controllers and KustvaktResource. by margaretha · 6 years ago
- 5a2c34e Removed duplicate clients in user client lists. by margaretha · 6 years ago
- 230effb Added the list-user-client controller. by margaretha · 6 years ago
- e72355a Handled storing cached VC with VC reference by margaretha · 6 years ago
- 2df0660 Integrated lite and full services and controllers in core. by margaretha · 6 years ago
- 3495447 Integrated lite controllers, services and tests in full version. by margaretha · 6 years ago
- 0c18622 Fixed resource DAO & added tests. by margaretha · 6 years ago
- 3da7cd3 Fixed the order of annotation keys and values, and added tests. by margaretha · 6 years ago
- 2c50c73 Implemented parsing free resource info from json. by margaretha · 6 years ago
- 51e5e3f Added annotation parser and implemented key-value structure. by margaretha · 6 years ago
- f7abb36 Handled unique constraints. by margaretha · 6 years ago
- 563aabe Implemented VirtualCorpusRewrite. by margaretha · 6 years ago
- 6ef00dd Added various log4j2 configurations. by margaretha · 6 years ago
- 7926adc Added API versioning backwards compability and tests. by margaretha · 6 years ago
- ee0cbfe Added API URL versioning. by margaretha · 6 years ago
- 8514d78 Set sqlite as datasource. by margaretha · 6 years ago
- 45211af Added c3p0 datasource configuration to Spring default-config-xml. by margaretha · 6 years ago
- c7196d2 Added statistics with vc reference tests. by margaretha · 6 years ago
- f370f54 Updated RefreshToken implementations with separate DB tables. Allows by margaretha · 6 years ago
- 6ad08b4 Implemented loading VC from gz files & updated OAuth2 expiry check. by margaretha · 6 years ago