Commit Graph

917 Commits (1.8)
 

Author SHA1 Message Date
mpeltriaux 134afae038 Merge pull request '# .env fix' (#415) from env_fix into master
Reviewed-on: #415
3 months ago
mpeltriaux dc754c0363 # .env fix
* adds celery setting to .env.sample
3 months ago
mpeltriaux 801c9078e9 Merge pull request '# Requirements update' (#413) from fix_sso into master
Reviewed-on: #413
3 months ago
mpeltriaux c282443a6d # Requirements update
* due to existing migrations, django-simple-sso needs to be added as a dependency as well as itsdangerous (dependency of django-simple-sso)
    * however, there is no active usage of any of these packages anymore
3 months ago
mpeltriaux af0afec77d Merge pull request 'env' (#411) from env into master
Reviewed-on: #411
3 months ago
mpeltriaux 44c11fd89b Merge pull request '407_Drop_django-simple-sso' (#410) from 407_Drop_django-simple-sso into master
Reviewed-on: #410
3 months ago
mpeltriaux d86bbb0ab0 # Geopackage import configuration
* corrects config for geopackage import support
3 months ago
mpeltriaux ec4b5f76fe Merge pull request '# Send-to-EGON cmd' (#408) from sending_to_egon_cmd into master
Reviewed-on: #408
4 months ago
mpeltriaux eaea0eb512 # Send-to-EGON cmd
* adds new custom command send_to_egon for performing EGON sending on a list of intervention ids
4 months ago
mpeltriaux 8a67033e0d # Updates sso
* adds env usage for sso settings
4 months ago
mpeltriaux 6e35dc7de6 Merge branch 'refs/heads/407_Drop_django-simple-sso' into env
# Conflicts:
#	konova/sub_settings/sso_settings.py
#	requirements.txt
4 months ago
mpeltriaux 9b29474e46 # Requirements update
* updates requirements.txt
* drops django-simple-sso from codebase and requirements.txt
4 months ago
mpeltriaux da545cc8ec # Requirements update
* updates requirements.txt
* drops debug-toolbar
4 months ago
mpeltriaux 2365ede672 Merge pull request '# Comment card' (#406) from comment_card_improvement into master
Reviewed-on: #406
5 months ago
mpeltriaux 898a56db8a # Comment card
* adds proper line break rendering in comment card
5 months ago
mpeltriaux 8b1cf24bdd Merge pull request '# 404 Extend API' (#405) from 404_Extend_API_shared_acces into master
Reviewed-on: #405
5 months ago
mpeltriaux 5ef840f172 # 404 Extend API
* extends API shared record access with team based sharing
5 months ago
mpeltriaux 9e762584dc Merge pull request '# OAuth fix' (#402) from oauth_https_fix into master
Reviewed-on: #402
5 months ago
mpeltriaux d1790feda8 # OAuth fix
* fixes bug in deployment environment due to http/s usage in url
5 months ago
mpeltriaux decf0dc522 Merge pull request '# Fix' (#400) from oauth_https_fix into master
Reviewed-on: #400
5 months ago
mpeltriaux 67de6be975 # Fix
* fixes bug where oauth requests did not use https in dockered deployment environment
5 months ago
mpeltriaux 32bfec3683 Merge pull request '# Hotfix' (#398) from 395_OAuth2_refactoring into master
Reviewed-on: #398
5 months ago
mpeltriaux d31f997a58 # Hotfix
* changes randomly created code verifier into static one to avoid authentication conflicts on multi process deployment (where each process generates an own verifier...)
5 months ago
mpeltriaux d0e812ae70 Merge pull request '395_OAuth2_refactoring' (#396) from 395_OAuth2_refactoring into master
Reviewed-on: #396
5 months ago
mpeltriaux 8feb24e70f # OAuth Propagation
* adds user propagation without django-simple-sso
5 months ago
mpeltriaux 5bd0a161ff # OAuth migrations
* adds migrations for storing OAuthToken
* adds OAuthToken model
* adds OAuthToken admin
* adds user migration for Fkey relation to OAuthToken
5 months ago
mpeltriaux be373e2b14 # OAuth refactoring code
* refactors code
5 months ago
mpeltriaux 3b38f227ec # OAuth requirements
* updates requirements.txt
5 months ago
mpeltriaux b00dd5bcc8 # WIP: OAuth draft implementation
* first working client implementation of oauth workflow for logging in users
5 months ago
mpeltriaux 9d4a9bd122 Merge pull request 'requirements_update' (#394) from requirements_update into master
Reviewed-on: SGD-Nord/konova#394
6 months ago
mpeltriaux 34d53b0bc6 # Itsdangerous update
* adds itsdangerous package update
6 months ago
mpeltriaux d4edb00a12 # Requirements update
* updates requirements.txt
6 months ago
mpeltriaux 5c8b2ac1f8 # Env
* updates env.sample
6 months ago
mpeltriaux cf050a92ef # Environment
* refactors settings into env usage
* adds proxy usage for schneider parcel fetching (using public web address instead of internal ip address)
6 months ago
mpeltriaux 03edb74023 # Admin backends
* disables certain admin backends
* adds proper ordering to server message admin overview
6 months ago
mpeltriaux feee8b74ed # Admin button
* adds button for easier admin backend access
6 months ago
mpeltriaux e542872fef # JSON Decode error catch
* adds error catching on wfs parcel resolving
7 months ago
mpeltriaux 61046a27c5 Merge remote-tracking branch 'origin/master' 7 months ago
mpeltriaux 52b1750281 # Message rendering
* adds icons to message danger, info and success rendering
7 months ago
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