-
1.11 Stable
released this
2025-09-22 10:38:05 +00:00 | 76 commits to master since this release- fixes bugs in tests
- refactors and simplifies geometry merging on GeometryForm
- adds sso_identifier as new User model attribute
- refactors minor code snippets on user-propagation data resolving
- adds updating of username based on propagation data
- adds sso_identifier on admin backend view
Downloads
-
1.10.1 Stable
released this
2025-08-18 06:47:25 +00:00 | 79 commits to master since this release- (potentially) fixes a bug occuring on non multipolygon geometries processed in an api call
- simplifies casting into multipolygon
- simplifies casting into rlp srid (epsg:25832)
Downloads
-
1.10 Stable
released this
2025-05-12 13:40:49 +00:00 | 81 commits to master since this release- adds proper handling in case of BadRequest (error 400)
- enhances html template for error 500
- adds new html template for error 400
- adds uuid_required decorator to missing views
- updates translations
- updates DOP map layer to most recent DOP20
Downloads
-
1.9.12 Stable
released this
2025-03-28 15:45:18 +00:00 | 84 commits to master since this release- fixes bug where new wsg84 check on intersection microservice did not allow other spatial systems anymore
Downloads
-
1.9.11 Stable
released this
2025-02-14 14:33:37 +00:00 | 86 commits to master since this release- adds latest map config to repository
Downloads
-
1.9.10 Stable
released this
2025-01-24 15:28:46 +00:00 | 88 commits to master since this releaseFinal removing of deprecated package
- drops django-simple-sso package from project
- drops unused messenger.py
Downloads
-
1.9.9 Stable
released this
2025-01-21 12:44:48 +00:00 | 90 commits to master since this release- adds support for standardized bearer token usage instead of ksptoken/kspuser header usage (still supported)
- fixes bug where empty short names were not resolved properly
Downloads
-
1.9.8 Stable
released this
2025-01-08 15:05:55 +00:00 | 93 commits to master since this release- optimizes recalculate_parcels.py command so that only non-empty geometries will be processed
- drops test_identifier_generating.py command due to missing usage
- fixes bug where empty query parameter would show users in autocomplete share view
- fixes same behaviour on autocomplete share team view
- removes frontend input field holding generated API key
- replaces with modal form
- reworks tests on API token form
Downloads
-
1.9.7 Stable
released this
2024-12-23 12:43:18 +00:00 | 99 commits to master since this release- fixes bug where anonymous user trying to logout would throw error
Downloads
-
1.9.6 Stable
released this
2024-12-23 11:15:25 +00:00 | 101 commits to master since this release- adds revocation of user tokens on logout
- fixes documentation and variable names on oauth token revocation
- introduces private key for propagation
- changes key usage in decryption of propagated user data from oauth_client_id to private propagation key
- adds whitelisting for map proxy hosts
- updates requirements.txt
Downloads