Releases: ExCiteS/geokey
v1.11.2
🐎 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
🐎 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
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
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
Now support M4A and Opus audio formats.
v1.7.2
Bugfixes:
Use mark_safe for simple tag
Checkbox saving
Subset restriction
v1.7.1
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
Added compatibility with Django 1.11
v1.5.0
Allow users to delete themselves to comply with GDPR "Right to be forgotten".
v1.4.5
Docker fix and comment tidy up.