Skip to content

Releases: ExCiteS/geokey

v1.11.2

08 Jun 12:09
Compare
Choose a tag to compare

🐎 Improvements

  • upgraded REST framework (+GIS) dependencies in order to resolve reported vulnerability issue

🐛 Bugfixes

  • fix manual command that is checking for unconfirmed email addresses and disables users if settings require such (used with a cron job)
  • fix issue with wrongly counting comments and media files added to contributions

v1.11.1

18 May 14:21
Compare
Choose a tag to compare

🐎 Improvements

  • allow regular expression redirect URIs to be used when registering an API application

🐛 Bugfixes

  • fix Docker container configuration file
  • allow to sync local assets with the ones within Docker container
  • remove PIP installation file after Docker container builds successfully
  • do not allow to add/remove project admins when project is locked
  • do not allow anonymous users to delete their comments, or any comments made by anonymous users
  • do not allow anonymous users to delete their media files, or any media files uploaded by anonymous users

v1.11.0

21 Dec 17:02
4e08178
Compare
Choose a tag to compare

File formats are now checked in GeoKey according to file identification, not extension. This should be more reliable, but is by no means foolproof.

v1.10.0

19 Nov 15:50
a018840
Compare
Choose a tag to compare

Adds Python 3 compatibility.
Maintains backwards compatibility with Python 2.7

Installation instructions:
Ensure GDAL is installed:

sudo apt install python-gdal python3-gdal

Then specify this GDAL install when installing GeoKey:

pip install -e . --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==1.10.0

v1.8.0

19 Nov 14:40
d650e11
Compare
Choose a tag to compare

Now support M4A and Opus audio formats.

v1.7.2

01 Nov 10:09
Compare
Choose a tag to compare

Bugfixes:
Use mark_safe for simple tag
Checkbox saving
Subset restriction

v1.7.1

31 Oct 11:09
4ba0b94
Compare
Choose a tag to compare

Sortable lookup values, buxfixes and document uploads.

The newly added PDF document feature requires additional libraries to be installed (unless upgrading from GeoKey 1.7.0):

apt-get install libmagickcore-dev libmagickwand-dev imagemagick

You will also need to fix the ImageMagick policy for "write" access:

sed -i 's/\(<policy domain="coder" rights=\)"none" \(pattern="PDF" \/>\)/\1"read|write"\2/g' /etc/ImageMagick-6/policy.xml

v1.6.0

19 Sep 13:12
e2c05d5
Compare
Choose a tag to compare

Added compatibility with Django 1.11

v1.5.0

05 Sep 17:58
3091d57
Compare
Choose a tag to compare

Allow users to delete themselves to comply with GDPR "Right to be forgotten".

v1.4.5

19 Aug 20:03
6800d7c
Compare
Choose a tag to compare

Docker fix and comment tidy up.