Releases: bihealth/sodar-core
v0.8.3
v0.8.2
v0.8.1
v0.8.0
Major update for REST APIs, token management and project management features.
- Add REST API views for the
projectroles
andfilesfolders
apps - Add new base view classes and mixins for API/Ajax views
- Import the
tokens
API token management app from VarFish - Allow assigning roles other than owner for categories
- Allow category delegates and owners to create sub-categories and projects
- Allow moving categories and projects under different categories
- Inherit owner permissions from parent categories
- Allow displaying project apps in categories
- Reorganization of views in apps
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
v0.7.2
Release for minor features and maintenance.
- Enforce API versions in remote project sync
- Separate base API views for SODAR Core API and external SODAR site APIs
- Redesign user autocomplete field
- Set issuing user email to
reply-to
header for role and invite emails - Display hidden project app settings to superusers in project update form
- Allow providing custom keyword arguments for backend plugin
get_api()
throughget_backend_api()
- Enable sorting custom project list columns in plugin definition
- Minor updates and bug fixes
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
v0.7.1
Release for critical role management fixes, minor improvements and maintenance.
- Project list layout and extra column handling improved
- Allow customizing widgets in app settings
- Enable managing global JS/CSS includes in Django settings
- Initial support for deploying site in kiosk mode
- Critical bug fixes for category and project owner management
- Minor updates and fixes
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
v0.7.0
Major release primarily for remote project sync and app settings improvements.
- Sync peer project information for remote target sites
- Enable revoking access to remote projects
- Allow defining app settings in site apps
- "User in project" scope added into app settings
- Support JSON in app settings
- Project owner management moved to project member views
- Numerous minor updates and fixes
- General upgrade for Python dependencies
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
v0.6.2
v0.6.1
Release for adding custom project list columns and general maintenance.
- Add custom project list columns definable in ProjectAppPlugin
- Add example project list column implementation in the filesfolders app
- Minor changes and bug fixes
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
v0.6.0
Release for introducing user settings and siteinfo app.
- Add user specific settings
- Refactor project settings into project/user specific app settings
- Add siteinfo app
- Minor updates and fixes
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.