Releases: SturmEnte/dia-manager
Releases · SturmEnte/dia-manager
v1.1.0
1.1.0
Changes
- Added logout feature (currentl not implemented in web-frontend)
- Addded change reasons feature
Features
- Catheter page
- Create catheters
- Edit catheters
- Delete catheters
- See usage length
- Change reasons
New
- Catheter page
- Change reasons
Fixes
- Backend was build in debug mode in the releases
v1.0.1
1.0.1
Changes
- Fixed a lot of bugs and issues
Features
- Catheter page
- Create catheters
- Edit catheters
- Delete catheters
- See usage length
New
- Users now get redirectly directly by the Nginx server if they don't have a token cookie
Fixes
- Wrong error alert messages in web-frontend (server errors where displayed as user errors)
- Newly created cathters cant be deleted
- Users were able to put in a empty start date when updating a catheter
- The config is now part of the context - api endpoints and similar don't need to load the config on each request anymore
- Cookie lifetime didnt match the token lifetime
- Users couldnt just update the start-datetime, they had to update both at the same time
- All not / routes that belong to the app (at the moment just /catheters) returned a 500 server error