Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAI-PMH access for anonymous and authenticated users #80

Merged
merged 3 commits into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/sync/user.role.anonymous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ status: true
dependencies:
config:
- filter.format.restricted_html
- rest.resource.oai_pmh
module:
- comment
- contact
- filter
- media
- rest
- system
_core:
default_config_hash: 6WavjUYXIegP9AAg2zXGx54MWIVoomC3SZhNiqe-Dyk
Expand All @@ -22,3 +24,4 @@ permissions:
- 'access site-wide contact form'
- 'use text format restricted_html'
- 'view media'
- 'restful get oai_pmh'
3 changes: 3 additions & 0 deletions config/sync/user.role.authenticated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ status: true
dependencies:
config:
- filter.format.basic_html
- rest.resource.oai_pmh
module:
- comment
- contact
- filter
- matomo
- media
- rest
- shortcut
- system
_core:
Expand All @@ -28,3 +30,4 @@ permissions:
- 'skip comment approval'
- 'use text format basic_html'
- 'view media'
- 'restful get oai_pmh'