Releases: GeoWerkstatt/ews-boda
Releases · GeoWerkstatt/ews-boda
0.1.40
v0.1.40 Koordinaten aus Karte übernehmen (#95)
0.1.39
Go to next bohrung (#92) #22
0.1.38
v0.1.38 Correctly handle null values in Gemeinde dropdown (#93)
0.1.37
v0.1.37 Initially fit to kanton extent (#91)
0.1.36
v0.1.36 Bohrung kopieren (#88)
0.1.35
v0.1.35 Update popup info (#90)
0.1.34
v0.1.34 Fix data export (#89)
0.1.33
Bohrung maske 2 (#80) * Add bohrung form * Add documentation * Add tests * Fix react warnings * Ignore CS8620 * Ignore CS8620 in test project * Fix warning in test project * Add UI tests * Fix form validation * Fix ui tests * Fix warnings in test project * Align right icon buttons * Limit input length to 40 for gbnummer * Improve documentation * Refactor ui form structure and make naming more consistent * Remove unecessary variable * Fix typo * Fix issues introduced by rebase * Fix issue introduced by rebase * Undo autoformat changes in einstiegsseits.md * Fix issues introduced by merge * Reword documentation Co-authored-by: Daniel Jovanovic <[email protected]> * Fix typo Co-authored-by: Daniel Jovanovic <[email protected]> * Move user and date inputs to seperate component * Add codetypes object * Fix case of codetyp * Add getAlll Standorte method * Diable warning CS8620 in directory props * Add test for inexistent standort * Remove unecessary includes * Fix ui tests * Fix typo * Reset serach * Fix merge error in tests * Fix standortcontroller test * Fix ui test standort freigabe * Set Bohrprofile and Bohrungen to null on Server * Fix copy paste error * Fix warnings * Fix merge error * Fix utf-8 problem * Update src/ClientApp/src/components/StandortForm.js Co-authored-by: Daniel Jovanovic <[email protected]> * Fix ui test * Fix ui tests Co-authored-by: Daniel Jovanovic <[email protected]>
0.1.32
Add authentication (#86) * Disable auth token validation checks * Disable using static expressions for log messages * Allow null values and use sql default values instead * Add comments and improve code readability * Update .gitignore * Add basic authentication configuration * Add middleware to check for authorized group name * Add middleware to register new users automatically * Use real username for change tracking * Inject custom json web token in dev mode * Add new api endpoint to get current user info * Add logout link * Simplify code * Use environment for sensitive data * Fix merge conflicts
0.1.31
Use legacy timestamp behavior of Npgsql (#87) * Use legacy timestamp behavior of Npgsql See https://www.npgsql.org/efcore/release-notes/6.0.html#timestamp-rationalization-and-improvements for details. * Remove unnecessary ToUniversalTime()