210f3fcafa
Merge pull request '# HOTFIX' ( #495 ) from update_map_config into master
...
Reviewed-on: #495
1.13.2
2025-10-23 16:12:45 +02:00
e7d67560f2
# HOTFIX
...
* fixes bug on netgis map client where importing a geometry would result in an error message
* THIS IS JUST A WORKAROUND AND HAS TO BE REPLACED BY A PROPER FIX FROM THE DEVS ASAP
2025-10-23 16:12:05 +02:00
b5e991fb95
Merge pull request '# Map layer update' ( #494 ) from update_map_config into master
...
Reviewed-on: #494
2025-10-22 16:02:02 +02:00
d3a555d406
# Map layer update
...
* updates rp_dop layer from deprecated to newest
2025-10-22 16:00:35 +02:00
9a374f50de
Merge pull request '# CSS bugfix' ( #492 ) from fix_css_map_menu_bar_overlap into master
...
Reviewed-on: #492
1.13.1
2025-10-21 15:59:37 +02:00
ce63dd30bc
# CSS bugfix
...
* fixes a rendering bug where the menu bar of the map client overlapped modal forms
2025-10-21 15:57:25 +02:00
e5db7f6b13
Merge pull request '# Small geometry processing' ( #488 ) from 487_Small_geometry_processing into master
...
Reviewed-on: #488
1.13
2025-10-15 09:51:27 +02:00
442f3ceb37
# Small geometry processing
...
* changes SimpleGeomForm behaviour on small geometries (<1m²): These geometries will now be dismissed on processing
* adds a new info message in case of automatically removed geometries on saving
* updates tests
2025-10-15 09:50:59 +02:00
cd2949fc03
Merge pull request 'netgis_map_client_update' ( #452 ) from netgis_map_client_update into master
...
Reviewed-on: #452
1.12
2025-10-12 11:31:37 +02:00
7bcd32fd7a
# Netgis client update
...
* minor changes to configuration
2025-10-12 11:30:04 +02:00
97f1882698
Merge branch 'refs/heads/master' into netgis_map_client_update
...
# Conflicts:
# konova/forms/geometry_form.py
# templates/map/client/config.json
2025-10-12 11:22:56 +02:00
55cc8eb1f3
# Netgis client update
...
* updates the map client plugin to the latest and stable release
2025-10-12 11:18:11 +02:00
d6cabd5f6c
Merge pull request 'sso_propagation_extension' ( #483 ) from sso_propagation_extension into master
...
Reviewed-on: #483
1.11
2025-09-22 12:37:16 +02:00
63a824f9d9
# Geometry form fix
...
* fixes bugs in tests
* refactors and simplifies geometry merging on GeometryForm
2025-09-12 13:22:35 +02:00
a12c2fb57e
# Propagation extension
...
* 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
2025-09-12 09:24:02 +02:00
23bc79ee3b
Merge pull request '# Hotfix #480 ' ( #481 ) from 480_API_error into master
...
Reviewed-on: #481
1.10.1
2025-08-18 08:46:47 +02:00
07bac26a58
# Hotfix #480
...
* (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)
2025-08-18 08:46:21 +02:00
d01816cf71
Merge pull request '475_Wrong_uuid' ( #476 ) from 475_Wrong_uuid into master
...
Reviewed-on: #476
1.10
2025-05-12 15:39:59 +02:00
f543dfc1cb
# Issue 464
...
* updates DOP map layer to most recent DOP20
2025-05-12 15:26:47 +02:00
62fc019127
# Issue 475
...
* 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
2025-05-12 15:22:43 +02:00
c01518b675
# CSS
...
* changes netgis map client menu background to matching color scheme for konova
2025-05-09 16:59:34 +02:00
f57306eb72
# New version
...
* adds the newest version of the netgis client
* updates config json to match new config syntax and make use of new features
2025-05-09 16:46:14 +02:00
c2b12649b0
Merge branch 'refs/heads/master' into netgis_map_client_update
...
# Conflicts:
# templates/map/client/config.json
2025-05-09 16:03:35 +02:00
6fe67a8fbf
Merge pull request '# HOTFIX' ( #473 ) from hotfix into master
...
Reviewed-on: #473
1.9.12
2025-03-28 16:41:08 +01:00
b38a266bea
# HOTFIX
...
* fixes bug where new wsg84 check on intersection microservice did not allow other spatial systems anymore
2025-03-28 16:40:50 +01:00
15f86e866b
Merge pull request '# Map config' ( #470 ) from map_config into master
...
Reviewed-on: #470
1.9.11
2025-02-14 15:32:47 +01:00
c85b136f0a
# Map config
...
* adds latest map config to repository
2025-02-14 15:31:34 +01:00
faf8aed777
Merge pull request '# Drop django-simple-sso' ( #468 ) from 467_Remove_django-simple-sso into master
...
Reviewed-on: #468
1.9.10
2025-01-24 16:12:06 +01:00
94c498866f
# Drop django-simple-sso
...
* drops django-simple-sso package from project
* drops unused messenger.py
2025-01-24 16:11:23 +01:00
616965c890
Merge pull request 'bugfix' ( #465 ) from bugfix into master
...
Reviewed-on: #465
1.9.9
2025-01-21 13:43:46 +01:00
e39c7eb51f
# KSP Token optimization
...
* adds support for standardized bearer token usage instead of ksptoken/kspuser header usage (still supported)
2025-01-21 13:38:37 +01:00
19bd408fbd
# Bugfix code update
...
* fixes bug where empty short names were not resolved properly
2025-01-21 12:52:46 +01:00
7bfe6a37f8
Merge pull request '# 456 Rework API key creation' ( #462 ) from 456_Rework_API_key_creation into master
...
Reviewed-on: #462
1.9.8
2025-01-08 16:04:12 +01:00
9b63307f01
# 456 Rework API key creation
...
* removes frontend input field holding generated API key
* replaces with modal form
* reworks tests on API token form
2025-01-08 16:03:26 +01:00
123a470006
Merge pull request '# 457 User autocomplete fix' ( #461 ) from 457_User_autocomplete_fix into master
...
Reviewed-on: #461
2025-01-08 14:36:01 +01:00
5a0c5285e7
# 457 User autocomplete fix
...
* fixes bug where empty query parameter would show users in autocomplete share view
* fixes same behaviour on autocomplete share team view
2025-01-08 14:35:35 +01:00
3a01eaff92
Merge pull request '# 450 Optimization recalculate_parcels command' ( #460 ) from 450_Optimierung_Kommando_Nachverschneidung into master
...
Reviewed-on: #460
2025-01-08 14:27:55 +01:00
2af91aa178
# 450 Optimization recalculate_parcels command
...
* optimizes recalculate_parcels.py command so that only non-empty geometries will be processed
* drops test_identifier_generating.py command due to missing usage
2025-01-08 14:27:23 +01:00
53d0af89ac
Merge pull request '# Hotfix' ( #458 ) from oauth_fix into master
...
Reviewed-on: #458
1.9.7
2024-12-23 13:41:53 +01:00
7b5c1f0d97
# Hotfix
...
* fixes bug where anonymous user trying to logout would throw error
2024-12-23 13:41:25 +01:00
ef076c0b3b
Merge pull request 'oauth_fix' ( #453 ) from oauth_fix into master
...
Reviewed-on: #453
1.9.6
2024-12-23 12:09:20 +01:00
72a5075f3b
# Update dependencies
...
* updates requirements.txt
2024-12-23 12:03:15 +01:00
d677ac6b5a
# Map proxy enhancement
...
* adds whitelisting for map proxy hosts
2024-12-23 11:08:41 +01:00
9149e4cbd3
# Propagation improvement
...
* 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
2024-12-23 10:45:08 +01:00
1c24cbea26
# OAuth Token revocation
...
* adds revocation of user tokens on logout
2024-12-23 09:26:14 +01:00
mipel
bc9cc09372
# Config update
...
* updates config for newest netgis map client
2024-12-19 12:20:14 +01:00
24518465f3
# Improvement
...
* adds catch for undecodeable proxied content
2024-11-21 15:08:38 +01:00
457548da4d
# Netgis client update
...
* integrates newest netgis map client
* generalizes map proxy response handling
2024-11-21 13:46:35 +01:00
fa89bbba99
Merge pull request '# Bugfix: Recalculate_parcels command' ( #448 ) from bugfixing into master
...
Reviewed-on: #448
1.9.5
2024-11-13 16:09:22 +01:00
78eb711057
# Bugfix: Recalculate_parcels command
...
* fixes a bug on recalculate_parcels if not --force-all is used
2024-11-13 16:08:36 +01:00