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

Admin interface #166

Open
wants to merge 41 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
140f792
update matomo to new instance
skasberger May 25, 2022
d5203a4
update matomo to new instance
skasberger May 25, 2022
5660044
update matomo to new instance
skasberger May 25, 2022
c66fb36
update matomo to new instance
skasberger May 25, 2022
acb0205
add repo status badge
skasberger Aug 30, 2022
67a6c7e
add repo status to docs
skasberger Aug 30, 2022
5ffc52c
fix docs issue
skasberger Aug 30, 2022
47ce112
updated README with /api/admin endpoints
bwbrock Nov 2, 2023
57f7a07
get_setting() and get_settings() added
bwbrock Nov 3, 2023
4d6ff60
no auth neccessary for get_setting() and get_settings()
bwbrock Nov 3, 2023
6d91caf
README updated for get_settings() and get_setting()
bwbrock Nov 3, 2023
df0e9e2
added list_auth_provider_factories()
bwbrock Nov 3, 2023
299a3d9
delete_setting(setting) added
bwbrock Nov 9, 2023
94cec79
add list_role_assignments(identifier)
bwbrock Nov 9, 2023
ed68062
add list_user(identifier)
bwbrock Nov 9, 2023
deb3c54
list_role_assignments(), show_role_assignee()
bwbrock Nov 15, 2023
6d958e0
list_permissions()
bwbrock Nov 15, 2023
aeb48ec
reorder
bwbrock Nov 15, 2023
1d9f6b8
docstring fix
bwbrock Nov 15, 2023
0fc1f8b
list_auth_providers(), add_auth_provider(), show_auth_provider()
bwbrock Nov 16, 2023
b0b36e1
update README to current status
bwbrock Nov 16, 2023
151419e
add URL of docs to docstrings
bwbrock Nov 16, 2023
c311f31
add complete admin api to README
bwbrock Nov 16, 2023
f0bd21e
configure_setting()
bwbrock Nov 16, 2023
ebe1448
list_users() cleaned up and disabled
bwbrock Nov 16, 2023
04fd82e
list_global_roles()
bwbrock Nov 16, 2023
a70ab86
create_global_role()
bwbrock Nov 16, 2023
3fa711d
update README + comments
bwbrock Nov 16, 2023
687fdc9
delete_global_role(role)
bwbrock Nov 16, 2023
3b1801d
README update for delete_global_role(role)
bwbrock Nov 16, 2023
8e3edb3
fix docstring
bwbrock Nov 16, 2023
c1d7548
create_user(user_json)
bwbrock Nov 16, 2023
5246465
delete_auth_provider(id), check_auth_provider_enabled(id)
bwbrock Nov 16, 2023
c431f5e
merge_users(dest_acct, source_acct)
bwbrock Nov 17, 2023
cabf4c1
change_user_identifier(old_identifier, new_identifier)
bwbrock Nov 17, 2023
e333b07
superuser_toggle(identifier)
bwbrock Nov 17, 2023
816db9b
deactivate_user(identifier)
bwbrock Nov 17, 2023
8bd7221
remove_user_roles(identifier)
bwbrock Nov 17, 2023
499c934
show_user_traces(identifier)
bwbrock Nov 17, 2023
72df2b7
fix README
bwbrock Nov 30, 2023
0838f29
Merge branch 'develop' into admin-interface
bwbrock Nov 30, 2023
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# pyDataverse

[![Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.](https://www.repostatus.org/badges/latest/unsupported.svg)](https://www.repostatus.org/#unsupported)

pyDataverse is a Python module for [Dataverse](http://dataverse.org).
It helps to access the Dataverse [API's](http://guides.dataverse.org/en/latest/api/index.html) and manipulate, validate, import and export all Dataverse data-types (Dataverse, Dataset, Datafile).

Expand Down
Loading