Commit Graph

878 Commits (aa97a663b4269237e1071c9a6c6b4db0d37019b8)
 

Author SHA1 Message Date
mpeltriaux aa97a663b4 # Requirements
* updates requirements.txt
7 months ago
mpeltriaux 5a71ad7187 HOTFIX
* fixes bug where rectangular geometry results in an error during geometry complexity calculation
7 months ago
mpeltriaux a57d609420 HOTFIX
* downgrades package qrcode from 7.4.2 to 7.3.1. Further details can be found in https://github.com/lincolnloop/python-qrcode/issues/353
8 months ago
mpeltriaux a71fc435e0 # HOTFIX
* drops need for authentication for calculated parcels of an entry (reports are publicly available -> does not need auth!)
8 months ago
mpeltriaux 7681a7a05f Merge pull request '# 382 - Redirect as 404' (#386) from 382_Custom_response_for_Validation_Error into master
Reviewed-on: SGD-Nord/konova#386
8 months ago
mpeltriaux ba83993abf # 382 - Redirect as 404
* extends 404 template (user should check the URL)
* introduces new decorator "uuid_required" which performs a check on a given 'uuid' or 'id' parameter
    * throws a Http404 exception --> redirect to 404 template instead of 500 error template
8 months ago
mpeltriaux 5b157254b4 Merge pull request 'geom_parcel_improvements' (#384) from geom_parcel_improvements into master
Reviewed-on: SGD-Nord/konova#384
8 months ago
mpeltriaux 69a8139601 # Fixes
* drops unused methods
* fixes typos
* updates comments
* drops unused model attribute
8 months ago
mpeltriaux 590a510880 # CONN_MAX_AGE
* dropping conn_max_age due to problems with usage in gunicorn
8 months ago
mpeltriaux 689a2d6acb # Typo
* fixes typo
8 months ago
mpeltriaux 4f02bf1da2 # Renaming
* renames a method and fixes doc string
8 months ago
mpeltriaux 6945b17117 # Optimizations and fixes
* drops identifier handling on all edit-forms (identifier editing has been disabled on the frontend for a while now)
* updates test cases
* updates form caption for checking and recording action (less intimidating)
* optimizes district column width
* fixes bug on frontend parcel fetching on detail view
* adds extended tooltip for title column on index tables
* retraslates 'Law' to 'Rechtsgrundlage'
8 months ago
mpeltriaux d639a4e530 # Geom parcel performance improvement
* refactors parcel calculating, resulting in 1.3-1.6x better performance
* optimizes parcel fetching view
9 months ago
mpeltriaux 523e338b1b # WIP: Performance boost parcel calculation
* improves handling of parcel calculation (speed up by ~30%)
* ToDo: Clean up code
9 months ago
mpeltriaux 5922d5ce06 # Issue #381
* adds another validity check to SimpleGeomForm (is_size_valid) to make sure the area of the entered geometry is somehow rational (>= 1m²)
* optimizes performance of django command sanitize_db
* extends Geometry model with two new attributes, holding timestamps when a parcel calculation has been started and ended
* finally drops unused update_parcel_wfs in favor of update_parcels in Geometry model
* refactors update_parcel method
* adds geometry buffer fallback in schneider/fetcher.py to avoid emptying of geometries when parcels shall be fetched
* finally removes utils/wfs/spatial.py
* extends GeomParcelsView according to #381
* updates translations
* removes redundant psycopg2-binary requirement
9 months ago
mpeltriaux 4d215288b3 Merge pull request 'django_5' (#378) from django_5 into master
Reviewed-on: SGD-Nord/konova#378
9 months ago
mpeltriaux 425bbd5f0a Django5
* updates requirements.txt
9 months ago
mpeltriaux 1746382aef Netgis map client fix
* fixes performance issue on drawing when WFS is activated
9 months ago
mpeltriaux e231bc6dbf Django5
* updates requirements
* adds Django5 related migration and setting (DEFAULT_AUTO_FIELD)
10 months ago
mpeltriaux 5d052fee41 Merge pull request 'EGON document fix' (#374) from 373_EGON_document into master
Reviewed-on: SGD-Nord/konova#374
10 months ago
mpeltriaux 547aa30763 EGON document fix
* fixes bug where documents have not been serialized properly into a single xml list
10 months ago
mpeltriaux 96d2b5aa6c Merge pull request '# Django 4 migrations' (#371) from django_4_migrations into master
Reviewed-on: SGD-Nord/konova#371
10 months ago
mpeltriaux c4c560d11c Merge pull request '368_Mail_linking' (#370) from 368_Mail_linking into master
Reviewed-on: SGD-Nord/konova#370
10 months ago
mpeltriaux 8cdea88756 Mail links
* adds direct object links into mail templates
* refactors transferring app-model identification data from fore- to background (celery) properly
10 months ago
mpeltriaux 11bbf7d9ec Municipal calculation to background
* moves municipal names fetching from fore- to background for mail sending
10 months ago
mpeltriaux 08467e5619 Object mailing restructred
* restructures object info mail sending
10 months ago
mpeltriaux fd7a82e569 Merge pull request 'Custom exception reporter' (#369) from custom_exception_reporter into master
Reviewed-on: SGD-Nord/konova#369
10 months ago
mpeltriaux d94767a05a Custom exception reporter
* adds custom exception_reporter.py
10 months ago
mpeltriaux 7a4c1ca530 HOTFIX netgis client
* fixes bug where imported geometries would not be editable
10 months ago
mpeltriaux 0b131ec15a Hotfix map client edit errors 10 months ago
mpeltriaux 9870c28967 # Hotfix netgis client
* adds import functionality as it was
* fixes bug where z-index values have been too high
10 months ago
mpeltriaux 29a55c9427 # Django 4 migrations
* migrations created because of switch to Django4
10 months ago
mpeltriaux cf1f42551d Merge pull request 'django_4' (#363) from django_4 into master
Reviewed-on: SGD-Nord/konova#363
10 months ago
mpeltriaux b9c9310f21 Merge pull request 'Hotfix: EcoAccount serializable' (#361) from 360_EcoAccount_not_serializable into django_4
Reviewed-on: SGD-Nord/konova#361
10 months ago
mpeltriaux a0823814c5 Hotfix: EcoAccount serializable
* fixes bug where EcoAccount model was not serializable due to changes in newer DAL version due to Django4
10 months ago
mpeltriaux fb67e42078 # CSRF_TRUSTED_ORIGINS
* new in Django4: setting CSRF_TRUSTED_ORIGINS needs to be set to schema+host for new CSRF security handling
10 months ago
mpeltriaux 691292c325 HOTFIX
* fixes z-index overlapping of netgis map client toolbar and modal forms
10 months ago
mpeltriaux 2bcac86249 Fix for testing 11 months ago
mpeltriaux 98a6f19a16 Merge pull request 'master' (#357) from master into django_4
Reviewed-on: SGD-Nord/konova#357
11 months ago
mpeltriaux ebe5ced710 Merge pull request 'django_4_map_update' (#356) from django_4_map_update into django_4
Reviewed-on: SGD-Nord/konova#356
11 months ago
mpeltriaux e4a94c6635 Map update 11 months ago
mpeltriaux daee3e71b3 Map update 11 months ago
mpeltriaux 0dd60f8b40 Map update 11 months ago
mpeltriaux c7958d1ebf HOTFIX
* fixes bug on saving eco account with missing deductable surface value
11 months ago
mpeltriaux bdc1c226e9 # Netgis HOTFIX
* fixes bug where map client would not parse config.json properly resulting in failed client start
11 months ago
mpeltriaux 0f173c4802 HOTFIX
* corrects behaviour of lanis link generation for EIV and KOM
12 months ago
mpeltriaux 599764ef38 HOTFIX
* fixes bug where detail view of KOM could not be opened anymore
12 months ago
mpeltriaux 11f2ad5617 Merge pull request '# 349 LANIS link improvements' (#350) from 349_LANIS_link into master
Reviewed-on: SGD-Nord/konova#350
12 months ago
mpeltriaux 274d7b8b6f # 349 LANIS link improvements
* replaces 'dumb' link template with LANIS mapinterface support
* adds fallback default LANIS link
12 months ago
mpeltriaux 02e8cfc76d # Map client update
* updates netgis map client to newest pre-release
12 months ago