Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 15:47
· 19 commits to master since this release

What's Changed

  • Drop Oracle JDK7 from travis as it is not available anymore by @Gnafu in #162
  • Fixes #166: LDAP groups and roles are not recursively searched by @mbarto in #167
  • Fix #168. Created custom provider for pure text request body by @offtherailz in #169
  • Fix #171. Add fixed CacheControl interceptor by @offtherailz in #172
  • Fixes #173: transactional resource insert by @mbarto in #174
  • #175: Increase groupname size by @tdipisa in #177
  • Fix #180. Filter properly user rules in RESTServiceImpl by @offtherailz in #181
  • Nested groups support for LDAP based authentication by @mbarto in #184
  • fix #185 Login fail on first attempt using LDAP by @offtherailz in #186
  • Remove winbuild build status by @Gnafu in #189
  • Headers based security and external authentication improvements by @mbarto in #192
  • Implement support to manage permissions for external authentication by @mbarto in #194
  • #195: Initial implementation of read-only LDAP User and UserGroup DAOs by @mbarto in #197
  • Add compliant attribute update REST API by @offtherailz in #198
  • Ldap fixes and migration scripts by @mbarto in #201
  • #202: always assign everyone group to guest user by @mbarto in #203
  • Allow to remove header group prefix by @offtherailz in #207
  • Updated geostore versions to 1.6 by @offtherailz in #211
  • Sort resources by name by @offtherailz in #214
  • #216 added users=true/false parameter to "all usergroups" rest API to… by @mbarto in #217
  • Update 1.7-SNAPSHOT by @offtherailz in #218
  • #219: improvements to the LDAP compatible DAOs to fully replace the standard ones in a MapStore standard security configuration by @mbarto in #220
  • #223: h2 to pgsql cli utility by @mbarto in #226
  • #6825: fixes password change for MapStore by @mbarto in #228
  • #229: unescape quotes inside other quotes (with a double escape) when… by @mbarto in #230
  • Add test workflow for maven by @offtherailz in #234
  • Upgrade of Spring dependency to a more recent version by @mbarto in #233
  • #239: remove jsr311, conflicting with the same api imported by cxf in… by @mbarto in #240
  • #237: upgrade PostgreSQL driver to 42.2.23, to enable latest PostgreS… by @mbarto in #238
  • Improving geostore datasource connection properties by @tdipisa in #241
  • Upgrading log4j to a version that does not support RCEs by @aaime in #243
  • Corporate proxy issue prevents connections between MS and GN by @shad-git in #250
  • Update master to 1.9.x by @dromagnoli in #254
  • bump spring version by @taba90 in #262
  • change hibernate and google genric-dao versions by @taba90 in #270
  • Backport ldap fix by @taba90 in #273
  • Add open id support by @taba90 in #277
  • Add keycloak support by @taba90 in #282
  • add redirect uri configuration by @taba90 in #283
  • remove unused repositories by @taba90 in #284
  • use https in maven2 repo by @taba90 in #285
  • another maven2 repo fix by @taba90 in #286
  • Update geostore-ovr.properties by @offtherailz in #287
  • avoid startup failures on missing keycloak json config by @taba90 in #291
  • fix jsessionid by @taba90 in #289
  • authorize anonymous on refresh token endpoint by @taba90 in #293
  • set provider keycloak on refresh token anonymous requestes by @taba90 in #294
  • (#290) LDAP UserDAO avoid loading groups' nested users by @taba90 in #292
  • Direct integration, Keycloak by @taba90 in #288
  • remove xom depedencies by @taba90 in #299
  • [#8440] Problem with expired / invalid sessions by @taba90 in #300
  • remove keycloak post logout redirect by @taba90 in #301
  • remove comment line from pom.xml by @taba90 in #302
  • Google openid - look up chache bean by name by @taba90 in #303
  • get username by session id openid + keycloak by @taba90 in #304
  • synch groups with keycloak by @taba90 in #307
  • Add user group attributes by @taba90 in #278
  • Update to log4j2 by @taba90 in #316
  • [github-action] Bump version to 2.1 by @github-actions in #320
  • Create release.yml by @offtherailz in #321
  • Cleared out redundant dom4j dependency by @Mike7311 in #331
  • [Fixes #9583] Unadvertised resources by @afabiani in #332
  • [Fixes #9550] Show creator/editor in 'Edit properties' by @afabiani in #333
  • [ISSUE #9550] Show creator/editor in 'Edit properties' by @afabiani in #335
  • Update postgresql-migration-from-v.2.0.0-to-v2.1.0.sql by @offtherailz in #337
  • [github-action] Bump version to 2.2 by @github-actions in #339
  • Dependency updates by @tdipisa in #340
  • Fix #344. Remove NVD check by default by @offtherailz in #345
  • OIDC provider by @afabiani in #330
  • refreshed token is ignored by @gertux in #323
  • Bump org.codehaus.jettison:jettison from 1.5.2 to 1.5.4 in /src by @dependabot in #351
  • Bump org.springframework.security:spring-security-core from 5.6.12 to 5.7.12 in /src by @dependabot in #350
  • Bump com.h2database:h2 from 1.3.175 to 2.2.220 in /src by @dependabot in #348
  • Bump org.mortbay.jetty:jetty from 6.1.14 to 6.1.23 in /src by @dependabot in #347
  • Bump org.mortbay.jetty:jetty from 6.1.14 to 6.1.23 in /src by @afabiani in #346
  • Revert "Bump com.h2database:h2 from 1.3.175 to 2.2.220 in /src" by @afabiani in #352
  • [FIXES #2408] Refresh Token and Logout OIDC requests by @afabiani in #354
  • [FIXES #2971] MapStore - SSO keycloak kerberos by @afabiani in #356
  • Support for OIDC scopes by @afabiani in #357
  • Bump commons-io from 2.1 to 2.7 in /src by @dependabot in #222
  • [github-action] Bump version to 2.3 by @github-actions in #364
  • Fix versions for 2.3-SNAPSHOT by @offtherailz in #367
  • Fix modules by @offtherailz in #366
  • #369 Clean up maven profiles by @offtherailz in #370
  • Bump commons-io:commons-io from 2.7 to 2.14.0 in /src by @dependabot in #371
  • Bump org.springframework.security:spring-security-web from 5.7.12 to 5.7.13 in /src by @tdipisa in #387
  • [QA] pom cleanup and organization by @afabiani in #388
  • Update mvn compiler plugin in root pom.xml to run with java 11 by @tdipisa in #390
  • Improve the way how we check the OIDC Access Token Expiration and Val… by @afabiani in #391
  • Review of endpoint to return all resources by @axl8713 in #392
  • Review of endpoints to return a single resource by @axl8713 in #393
  • Review of usergroup endpoint by @axl8713 in #394
  • Fixed group filter parsing in boolean filters. by @axl8713 in #395
  • Added count in get all usergroups operation result. by @axl8713 in #397
  • [FIXES #398] Session Refresh method should update the access_token too and not only the refresh one by @afabiani in #399
  • Restored resource entity XML serialization. by @axl8713 in #400
  • Revised unadvertised resources filtering. by @axl8713 in #405
  • Support for Tag backend. by @axl8713 in #396
  • Support for user favorites. by @axl8713 in #402
  • Optimized user permission checks on resource. by @axl8713 in #406
  • Fixed missing favorites fetch in full resource loading. by @axl8713 in #407
  • [FIXES #413] REST login createSession overrides both obtained access_token and expiring by @afabiani in #414
  • Optimized admin permission checks on resource. by @axl8713 in #408
  • Prevented duplicated tags by @axl8713 in #416
  • Fixed full resource serialization by @axl8713 in #417
  • Backporting relevant updates for 2.3 version from master by @tdipisa in #430
  • [Backport to 2.3.x][FIXES #426] Support for direct integration on security settings (#429) by @afabiani in #432
  • [Backport to 2.3.x] Removed editor overwrite at resource permission update (#433). by @axl8713 in #435
  • [Backport to 2.3.x] upgrade spring framework to version 5.3.39 (#423) by @axl8713 in #434
  • [Backport to 2.3.x] Align geostore dependencies with the MapStore ones by @afabiani in #437
  • [Backport to 2.3.x] Fixed tag update bug (#439). by @axl8713 in #440

New Contributors

Full Changelog: v1.4.1...v2.3.0