Skip to content

Releases: conwetlab/ckanext-privatedatasets

v0.4.1

16 Mar 10:13
9f39293
Compare
Choose a tag to compare
  • Avoid username format validation for external requests (user must exist in database)
  • Fix bug with resource URL host validation (default HTTP ports not taken into account)

v0.4

17 Jul 15:07
520da26
Compare
Choose a tag to compare
  • Support CKAN 2.8. See #47
  • Support for using environment variables for configuring the plugin. See #48
  • General quality improvements by improving continuos integration code. See #45 and #46.

v0.2.19

16 Jul 09:01
dc8963b
Compare
Choose a tag to compare
  • Fix authz imports. See #36
  • Allow to revoke users access using the API. See #37
  • Log improvements

Revoke permissions

04 Jan 12:21
Compare
Choose a tag to compare

New features:

  • API for revoking user permissions for accessing to datasets
  • Support for CKAN 2.7, implementation of IPermissionLabel

Install via PyPi

25 Nov 12:34
Compare
Choose a tag to compare

New features

  • The extension can be installed by executing pip install ckanext-privatedatasets.
  • Tests can be run by executing python setup.py nosetests

Ease the installation process

24 Nov 16:54
Compare
Choose a tag to compare

Included improvements:

  • The installation process have been eased so now the extension can be installed by running python setup.py install.

Fix Selenium Tests

30 Jun 14:02
Compare
Choose a tag to compare

This release includes:

  • Full compatibility with CKAN 2.3
  • Fixed Selenium tests

Acquisiton Button

18 Jun 11:27
Compare
Choose a tag to compare

New features:

  • Replace flash message by an acquisition button attached to private datasets.

CKAN 2.3

09 Apr 08:45
Compare
Choose a tag to compare

This version includes compatibility with CKAN 2.3. The extension should also work with older versions.

Minor Improvement

25 Feb 17:14
Compare
Choose a tag to compare

This release includes:

  • Set creator as the user who is updating the allowed users list when the notification callback is called. This improvement solves a CKAN bug which makes the extension throws an exception when a dataset that belongs to an organization is updated and no user is logged in (even if the ignore_auth field is in the context object)