harvester-d4science/ckanext/harvest/logic/action
amercader 2a2397c0ed [logic,auth] Implement publisher auth profile
The publisher profile allows general users to handle harvest sources
based on membership to a certain group (publisher), as opposed to the
default auth profile where only sysadmins can perform any harvesting
task.
To enable it, put this directive in your ini file:

    ckan.harvest.auth.profile = publisher

TODO:
 * Save publisher id / user id when creating sources
 * Show publisher in form and index page
2012-03-02 16:49:39 +00:00
..
__init__.py [logic] Refactor logic layer to follow CKAN core conventions 2012-02-29 10:59:02 +00:00
create.py [logic,auth] Add auth logic layer 2012-03-01 12:02:16 +00:00
delete.py [logic,auth] Add auth logic layer 2012-03-01 12:02:16 +00:00
get.py [logic,auth] Implement publisher auth profile 2012-03-02 16:49:39 +00:00
update.py [logic,auth] Implement publisher auth profile 2012-03-02 16:49:39 +00:00