Skip to content

Releases: kartoza/miniSASS

Multiple Bug Fixes

23 Oct 06:33
1c439c6
Compare
Choose a tag to compare
v1.0.21

Create docker-image.yml (#1118)

Add missing fields in 3rd Party Api

14 Oct 08:04
7f83f09
Compare
Choose a tag to compare

This returns the longitude and latitude of a site

Add token to 3rd Party API

11 Oct 06:09
1ac731d
Compare
Choose a tag to compare

Update 3rd party API to use token
Update groundtruth logo

Fix Admin endpoint

08 Oct 11:47
43659bf
Compare
Choose a tag to compare

this fixes the nav to admin

Fix Faulty Apis

08 Oct 09:37
6695e36
Compare
Choose a tag to compare

This fixes the download observation api
submit site and observation api

3rd Party api swagger and Pinax announcements

04 Oct 14:01
2f19ff6
Compare
Choose a tag to compare

added pinax announcements
added swagger docs

Pinax Announcements

04 Sep 06:38
fa97e2a
Compare
Choose a tag to compare

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

19 Aug 08:05
cae8d2d
Compare
Choose a tag to compare
patch: add request object to the context (#1068)

* patch: add request object to the context

* patch: use request.build absolute uri

General fixes

24 May 11:14
0ed0c17
Compare
Choose a tag to compare
  • 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

14 May 11:01
b3e52f6
Compare
Choose a tag to compare
  • resolved site crashing when clicking on crabs whose details have an organisationtype with a null value.