Commit Graph

936 Commits (fd7ed40c911120c7efa49c5755b8b5560e432ad2)
 

Author SHA1 Message Date
mpeltriaux fd7ed40c91 # User filtering
* adds query filter to search for logged users on entries
2 months ago
mpeltriaux c004e1c6da Merge pull request '432_Unreadable_payments' (#434) from 432_Unreadable_payments into master
Reviewed-on: #434
2 months ago
mpeltriaux e9f9420f0f # Codelist migration optimization
* adds boolean to de-/activate migration logic inside of 0002_migrate_975_to_288.py
2 months ago
mpeltriaux 4e56f47b47 # Variable refactoring
* renames variable `has_access` into `is_entry_shared` for better understanding in various places (mostly html related)
2 months ago
mpeltriaux b622f986b1 # Censor payments
* censor payments if entry is not shared with user
* updates translations
2 months ago
mpeltriaux dc718e911b Merge pull request '# Hotfix' (#430) from 427_Integration_of_codelist_288 into master
Reviewed-on: #430
2 months ago
mpeltriaux ac6d133797 # Hotfix
* fixes requirements dependency
2 months ago
mpeltriaux 67fe06315b Merge pull request '427_Integration_of_codelist_288' (#428) from 427_Integration_of_codelist_288 into master
Reviewed-on: #428
2 months ago
mpeltriaux e5284cd660 # Requirements update
* updates some packages in requirements.txt
2 months ago
mpeltriaux 81663db65c # Migration list 975->288
* adds migration for app codelist to migrate existing biotope type details codes from list 975 to 288 depending on their atomID
* improves rendering of action and biotope type details on frontend for KOM, OEK and EMA
* refactors KonovaCode str() rendering
2 months ago
mpeltriaux 762d25a87e # Codelist 288
* introduces 288 to codelist/settings.py
* refactors usage from 975 to 288
* enhances rendering of codelist names depending on which name exists (short vs long)
2 months ago
mpeltriaux 2761d2a19c Merge pull request '# Bugfix' (#425) from 424_Archived_codes_selectable into master
Reviewed-on: #425
2 months ago
mpeltriaux a8eef6e793 # Bugfix
* fixes bug where archived codes has been selectable due to recursive building of child-parent hierarchy
2 months ago
mpeltriaux 2cb77e89fe Merge pull request '# Dependency fix' (#422) from 419_Dependency_upgrade into master
Reviewed-on: #422
3 months ago
mpeltriaux ff266d5c54 # Dependency fix
* fixes dependency mismatch between requests 2.32.3 and kombu (requires < 2.32.0)
3 months ago
mpeltriaux 730d29bcef Merge pull request '# Dependency update' (#420) from 419_Dependency_upgrade into master
Reviewed-on: #420
3 months ago
mpeltriaux e57e3ed598 # Dependency update
* updates dependencies due to important version changes
3 months ago
mpeltriaux f88f9d06fa Merge pull request '# Readonly map' (#417) from map_client_update_08-07-2024 into master
Reviewed-on: #417
3 months ago
mpeltriaux 7eb440f841 # Readonly map
* fixes bug where readonly mode of map client was not readonly at all
3 months ago
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