Releases: kartoza/miniSASS
Releases · kartoza/miniSASS
Multiple Bug Fixes
v1.0.21 Create docker-image.yml (#1118)
Add missing fields in 3rd Party Api
This returns the longitude and latitude of a site
Add token to 3rd Party API
Update 3rd party API to use token
Update groundtruth logo
Fix Admin endpoint
this fixes the nav to admin
Fix Faulty Apis
This fixes the download observation api
submit site and observation api
3rd Party api swagger and Pinax announcements
added pinax announcements
added swagger docs
Pinax Announcements
New Feature: Pinax Announcements
- allows the admin to add announcements via django admin
- admin can specify if only registered users or everyone should see the announcement
- admin can set the start and end date of announcement
Also disable the current banner message being shown on website.
Sites And Observations Api
patch: add request object to the context (#1068) * patch: add request object to the context * patch: use request.build absolute uri
General fixes
- update users without a first name to "Anonymous"
- for any Anonymous prompt users to update their profile
- delete all bot users from the database (via command py manage.py clean_up_db)
- merge users with duplicate emails and send email for changes (via command py manage.py clean_up_db)
- fix user profile crash when description on organization type is null
General fixes
- resolved site crashing when clicking on crabs whose details have an organisationtype with a null value.