Recent Releases of django-sodar-core
django-sodar-core - v1.2.1
Release for minor updates, maintenance and bug fixes.
- Add Project.getpublicaccess_name() helper
- Add SODARCacheAPI.get_model() helper
- Fix isprojectaccessible() rule predicate implementation
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie 7 months ago
django-sodar-core - v1.2.0
Major feature release for project viewer role, category stats, REST API updates etc.
- Add project viewer role
- Add project viewer role support for project public read-only access
- Add category statistics card and plugin API
- Add top level category public statistics viewing
- Add search by object UUID
- Add user opt-out settings for app alert notifications
- Add project member list pagination, ordering and filtering
- Add project invite retrieval REST API view
- Add temporary project access blocking for superusers
- Add blockprojectaccess management command
- Add saving of home view project list starred filter state
- Add first and last links in pagination controls
- Add user full name and username in timeline event search
- Add PluginAPI class for plugin helpers
- Update projectroles REST API to return user UUIDs instead of nested user serializers
- Update timeline list user displaying
- Upgrade projectroles REST API version to v2.0
- Upgrade projectroles sync REST API version to v2.0
- Upgrade supported develoment and deployment platform to Ubuntu v24.04
- Deprecate plugin helper methods in projectroles.plugins root
- Remove support for SODAR Core features deprecated in v1.1
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
- Python
Published by mikkonie 9 months ago
django-sodar-core - v1.1.6
Release for minor updates, maintenance and bug fixes.
- Add Selenium setup helper mixin for UI tests
- Fix timeline search returning duplicate events
- Upgrade critical dependencies
See changelog for a complete list of updates.
- Python
Published by mikkonie 11 months ago
django-sodar-core - v1.1.5
Release for minor updates, maintenance and bug fixes.
- Add getuserbadge() common template tag
- Update inactive user rendering in project role list
- Update timeline UI event status to support line breaks
- Fix inherited guest role promotion with project delegate limit reached
See changelog for a complete list of updates.
- Python
Published by mikkonie 11 months ago
django-sodar-core - v1.1.4
Release for minor updates, maintenance and bug fixes.
- Add inactive user and superuser display in UI
- Add inactive user stats in siteinfo
- Add deactivate argument for removeroles management command
- Update user dropdown to exclude inactive users
- Update email sending and app alert creation to exclude inactive users
- Fix subject prefix not included in all sent email
- Fix project modify emails and app alerts only created for local parent owner
- Fix project modify emails not honoring email sending app setting
- Fix invalid recipient in project archive and deletion emails
- Fix leave project button displaying for superuser with no role
- Fix project list highlight with root level projects under category details view
See changelog for a complete list of updates.
- Python
Published by mikkonie 12 months ago
django-sodar-core - v1.1.3
Release for minor updates, maintenance and bug fixes.
- Add OIDC user count in siteinfo statistics
- Add superuser setting deletion arg to cleanappsettings
- Update project list highlight setting default value to True
- Fix superuser setting deletion by default in cleanappsettings
- Fix unset string app setting default value returned as None
- Fix user group assignment on initial OIDC user login
See changelog for a complete list of updates.
- Python
Published by mikkonie about 1 year ago
django-sodar-core - v1.1.2
Release for minor updates, maintenance and bug fixes.
- Add optional support contact setting and usage
- Add common template filter tag split()
- Update adminalerts email sending to hide admin user email address
- Fix Django check crash with no database connection
- Fix adminalerts email sending for users with no primary address
See changelog for a complete list of updates.
- Python
Published by mikkonie about 1 year ago
django-sodar-core - v1.1.1
Release for minor updates, maintenance and bug fixes.
- Add noroleusers permission test helper
- Update adminalerts email recipients to include admin creator
- Update appalerts UI to support site read-only mode
- Update remote sync periodic task to support read-only mode
- Fix app setting validation issues
- Fix missing user data in remote sync with user scope app settings (port from v1.0.6)
- Fix invalid legacy values set for project starring app setting
- Fix project leave button active in site read-only-mode
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie about 1 year ago
django-sodar-core - v1.0.6
Hotfix release.
- Fix missing user data in remote sync with user scope app settings
- Python
Published by mikkonie about 1 year ago
django-sodar-core - v1.1.0
Major feature release for project deletion, site read-only mode, paginated project list etc.
- Add project deletion
- Add ability for user to leave project
- Add site read-only mode
- Add siteappsettings site app plugin
- Add removeroles management command
- Add app setting type constants
- Add app setting definition as objects
- Add API view to retrieve user details by user UUID
- Add optional user list/detail API view restriction to users with project roles
- Add optional API token creation restriction to users with project roles
- Add system user retrieval in user list API view
- Add drf-spectacular support for API documentation
- Update project list for flat list display
- Update owner transfer form to allow setting no role for old owner
- Update app settings API
- Update invite creation to fail if active invite exists for user in parent category
- Optimize project list queries
- Upgrade filesfolders REST API version to v2.0
- Upgrade projectroles REST API version to v1.1
- Upgrade sodarcache REST API version to v2.0
- Upgrade timeline REST API version to v2.0
- Remove support for filesfolders REST API <v2.0
- Remove support for sodarcache REST API <v2.0
- Remove support for timeline REST API <v2.0
- Remove support for SODAR Core features deprecated in v1.0
- Remove support for generateschema
- Remove squashed migrations
See changelog for a complete list of updates.
- Python
Published by mikkonie about 1 year ago
django-sodar-core - v1.0.5
Release for minor updates, maintenance and bug fixes.
- Add project list query optimizations from v1.1 dev
- Fix user group assignment on initial LDAP user login
See changelog for a complete list of updates.
- Python
Published by mikkonie about 1 year ago
django-sodar-core - v1.0.4
Release for minor updates, maintenance and bug fixes.
- Add timeline search for display formatting of event name
- Add check mode to cleanappsettings management command
- Add support for all scopes in cleanappsettings undefined setting cleanup
- Update timeline event displaying in UI
See changelog for a complete list of updates.
- Python
Published by mikkonie about 1 year ago
django-sodar-core - v1.0.3
Release for minor updates, maintenance and bug fixes.
- Add auth type in user profile details card
- Add user count in timeline siteinfo statistics
- Add finder role info link in member list
- Add table and strikethrough support for markdown content
- Fix invite create view redirect failing in categories
- Fix role promoting crash as delegate with delegate limit reached
- Fix requiring deprecated SODAR API settings in tests
- Fix syncremote management command crash
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie over 1 year ago
django-sodar-core - v1.0.2
Release for minor updates, maintenance and bug fixes.
- Update app setting rendering in remote sync UI
- Fix project sidebar and dropdown app plugin link order
- Fix remote sync crash on updating user with additional email
- Fix Celery process issues
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie over 1 year ago
django-sodar-core - v1.0.1
Release for minor updates, maintenance and bug fixes.
- Add erroneously removed BatchUpdateRolesMixin test helper
- Fix handling of deprecated "blank" field in timeline object links
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie over 1 year ago
django-sodar-core - v1.0.0
Major feature release for Django v4.2 upgrade, REST API versioning overhaul etc.
- Upgrade to Django v4.2 and Postgres v16
- Add Python v3.11 support
- Add OpenID Connect (OIDC) authentication support
- Add app specific and semantic REST API versioning
- Add REST API versioning independent from repo/site versions
- Add timeline REST API
- Add optional pagination for REST API list views
- Add admin alert email sending to all users
- Add improved additional email address management and verification
- Add user opt-out settings for email notifications
- Add remote sync controls for owners and delegates in project form
- Add target site user UUID updating in remote sync
- Add remote sync of existing target local users
- Add remote sync of USER scope app settings
- Add checkusers management command
- Add Ajax views for sidebar, project dropdown and user dropdown retrieval
- Add CC and BCC field support in sending generic emails
- Add is_set() helper in AppSettingAPI
- Rewrite sodarcache REST API views
- Rewrite user additional email storing
- Rename AppSettingAPI "appname" arguments to "pluginname"
- Plugin API return data updates and deprecations
- Rename timeline app models
- Rename base test classes
- Remove app setting max length limit
- Remove Python v3.8 support
- Remove SAML authentication support
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
- Python
Published by mikkonie over 1 year ago
django-sodar-core - v0.13.4
Release for minor updates, maintenance and bug fixes.
- Add login message customization
- Add missing LDAP settings in siteinfo
- Improve project invite accept link reuse handling
- Fix remote sync crash with target sites using SODAR Core <0.13.3
- Fix LDAP settings on example site
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie about 2 years ago
django-sodar-core - v0.13.3
Release for minor updates, maintenance and bug fixes.
- Add common project badge template
- Add InvalidFormMixin helper mixin
- Add user login/logout logging signals
- Add createdevusers management command
- Add LDAP TLS and user filter settings for example site
- Prevent updating global app settings for remote projects
- Fix hidden JSON project setting reset on non-superuser project update
- Fix custom app setting validation calls in forms
- Fix multiple remote sync app settings updating issues
- Fix request object not provided to performprojectmodify() on create
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie over 2 years ago
django-sodar-core - v0.13.2
Release for minor updates, maintenance and bug fixes.
- Add REST API project context queryset field override
- Add sodar-btn-submit-once class for forms with usage
- Fix project list view rendering issues with finder role
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie over 2 years ago
django-sodar-core - v0.13.1
Release for minor updates, maintenance and bug fixes.
- Improve member invite views
- Improve syncmodifyapi management command
- Revise tour help
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie over 2 years ago
django-sodar-core - v0.13.0
Feature release for full role inheritance, finder role, etc.
- Extend role inheritance to all roles
- Add project finder role
- Add periodic remote project sync using Celery
- Add custom method support for app settings defaults, options and validation
- Add project type restriction to app settings
- Add site-wide scope to app settings
- Add dismissed alerts view to appalerts
- Add sodarcache item deletion via API
- Add omitting of apps in search
- Add custom template include path
- Disallow public guest access for categories
- Replace ProjectUserTag model with app settings
- Change filesfolders app display name from "Small Files" to "Files"
- General bug fixes and minor updates
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 3 years ago
django-sodar-core - v0.12.0
Feature release for adding project archiving, role ranking, etc.
- Add project archiving
- Add role ranking
- Add timeline admin view for all events
- Add timeline search
- Add app settings retrieve/set REST API views
- Add current user info Ajax API view
- Add superuser info to REST API views
- Rename app settings API methods
- Fix path URL support
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
- Python
Published by mikkonie about 3 years ago
django-sodar-core - v0.11.1
Release for minor updates, maintenance and bug fixes.
- Add support for models from other apps in project access URL kwargs
- Allow enabling project breadcrumb scrolling
- Fix timeline app issues
- Fix repository and environment issues
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie about 3 years ago
django-sodar-core - v0.11.0
Release for decoupling taskflowbackend from SODAR Core.
- Remove taskflowbackend app
- Add project modifying API to replace built-in taskflowbackend
- Enable including custom content in the login view
- Upgrade general dependencies
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
- Python
Published by mikkonie over 3 years ago
django-sodar-core - v0.10.13
Final maintenance and minor update release for v0.10.
- Add support for Taskflow testing from a different host or Docker network
- Update contributing and development documentation
- Repository updates
- Bug fixes
See changelog for a complete list of updates.
- Python
Published by mikkonie over 3 years ago
django-sodar-core - v0.10.12
Maintenance and minor update release.
- Add support for specifying plugin name for Timeline events
- Minor updates and optimization
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.11
Minor update, maintenance and bug fix release.
- Add sidebar icon resizing
- Change project create form to require manual setting of project type
- Fix project visibility in project list for inherited owners
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.10
Maintenance and bug fix release.
- Fix layout issues
- Fix search issues
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.9
Minor update, maintenance and bug fix release.
- Add anonymous access support for Ajax API views
- Update project list for client side loading
- Update timeline app status change retrieval and rendering
- Optimize project list queries
- General bug fixes and minor updates
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.8
Minor update, maintenance and bug fix release.
- Drop Python 3.7 support, add Python 3.10 support
- Display missing site settings in siteinfo app
- Fix project creation owner assignment for non-owner category members
- Improve layout in siteinfo and timeline apps
- Upgrade third party Python package dependencies
- Optimize queries in timeline app
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.7
Maintenance and bug fix release.
- Search bug fixes
- REST API project type restriction fixes
- General bug fixes and minor updates
- Upgraded dependencies
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.6
Minor update, maintenance and bug fix release.
- Add additional emails for users
- Add project type restriction for API views
- Add profiling middleware
- Improve management command output
- Improve user representation in email
- Optimize project list queries
- Timeline app bug fixes
- Search results layout fixes
- General bug fixes and minor updates
- Upgraded dependencies
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.5
Minor update, maintenance and bug fix release.
- Display project badge in app alerts
- Custom email header and footer
- Fix remote sync of non-projectroles app settings
- Multiple app settings remote sync bug fixes
- General bug fixes and minor updates
- Upgrade minimum Django version to 3.2.7
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.4
Minor update, maintenance and bug fix release.
- Appalerts list view UI improvements
- Siteinfo app and UI improvements
- Fix API and UI views to return 404 status code if object is not found
- General bug fixes and minor updates
- Upgrade minimum Django version to 3.2.6
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.3
Maintenance and bug fix release.
- General bug fixes and minor updates
- Upgraded dependencies
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.2
Maintenance and bug fix release.
- Project list bug fixes
- General bug fixes and minor updates
- Upgraded dependencies
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.1
Minor update, maintenance and bug fix release.
- Add JQuery status updating for app alerts
- Make project available in PyPI
- Critical bug fixes for remote sync
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.10.0
Release for major platform-level updates including Django 3.2 and Python 3.7+.
- Project upgraded to Django v3.2
- Minimum Python version requirement upgraded to v3.7
- Site icons access via Iconify
- Material Design Icons used as default icon set
- Appalerts app for app-generated user alerts
- Site-wide timeline events
- Timeline events without user
- Allow public guest access to projects for authenticated and anonymous users
- Display Django settings in Site Info app
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.9.1
Final maintenance and minor feature release for the v0.9 branch.
- Add inline head include from environment variables in base template
- Duplicate object UUIDs in REST API view nested lists
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.9.0
The last major release to support Django v1.11.
- Enable modifying local app settings in project update form on target sites
- Add projectroles app settings
- Add remote sync for global projectroles app settings
- Add IP address based access restriction for projects
- Add SSO support via SAML
- Add support for local user invites and local user account creation
- Add batch invites and role updates via management command
- Add REST API views for project invite management
- Add advanced search with multiple terms
- Add REST API view for current user info retrieval
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.8.4
Release for documentation updates for JOSS submission.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.8.3
Maintenance release.
- Fix issues in remote project synchronization
- Fix crashes in siteinfo app from exceptions raised by plugins
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.8.2
Minor update and maintenance release.
- Enable site-wide background jobs
- Critical bug fixes for project member management
- Minor fixes and improvements
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.8.1
Maintenance and bug fix release.
- Fix checking for remote project status in projectroles REST API views
- Miscellaneous bug fixes
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.8.0
Major update for REST APIs, token management and project management features.
- Add REST API views for the
projectrolesandfilesfoldersapps - Add new base view classes and mixins for API/Ajax views
- Import the
tokensAPI 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.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - 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-toheader 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.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - 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.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - 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.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.6.2
Minor release for app settings improvements and maintenance.
- Allow hiding app settings from UI forms
- Add template tag for retrieving app settings
- Upgrade project to Django 1.11.21
- Minor updates and fixes
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - 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.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - 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.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.5.1
Release for sodarcache app updates and minor fixes.
- Sodarcache refactoring and improvements for API, models, management and app config
- New default error templates
- Bug fixes for layout, stability, project environment and minor features
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.5.0
Release for adding the sodarcache app, remote project sync improvements and minor updates.
- New sodarcache app for caching and aggregating data from external services
- Local user mode for site UI and remote sync
- Improved display and logging of remote project sync
- Upgrade to Bootstrap 4.3.1
- Minor updates and bug fixes
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.4.5
Project member management improvements and minor fixes.
- Add user autocomplete in forms
- Allow multiple delegates per project
NOTE: Contains breaking changes, see documentation.
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.4.4
Minor bugfix release.
- Fix template crash in remote project updating UI
- Fix textarea CSS override breaking certain third party components
- Support overflow hover outside of table elements
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.4.3
Minor feature and bug fix release.
- Add display name configuration for projects and categories
- Hide immutable fields in projectroles forms
- Fix view access control for categories
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.4.2
Release for dependency upgrades, minor fixes and refractoring.
- Dependency upgrades (Django 1.11.18, Bootstrap 4.2.1, etc.)
- API view and project permission improvements
- Formatting with Black, general refactoring
- CI setup improvements (Flake8, Codacy)
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.4.1
First public GitHub release.
- Configuration updates for API and Projectroles
- Travis-CI setup
- Minor bug fixes
- General refactoring and cleanup
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.4.0
Release for adding filesfolders and bgjobs apps.
- Add filesfolders app from SODAR v0.4.0
- Add bgjobs app from Varfish-Web
- Secure SODAR Taskflow API views
- Separate test server configuration for SODAR Taskflow
- Extra data variable rendering for timeline
- Additional site settings
- Layout improvements and bug fixes
NOTE: Contains breaking changes, see docs and make sure to update your project accordingly.
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.3.0
Release for adding remote sites and more generic Django apps.
- Add remote project metadata and member synchronization between multiple SODAR sites
- Add adminalerts app
- Add taskflowbackend app
NOTE: Contains breaking changes, see docs and make sure to update your project accordingly.
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.2.1
Release to finalize rebranding of v0.2 to SODAR.
- Rename omicsuuid to sodaruuid in all models
- Rename OMICSCONSTANTS to SODARCONSTANTS
- Rename Taskflow parameter omicsurl to sodarurl
NOTE: Contains breaking changes, make sure to update your project accordingly!
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.2.0
Release for introducing the timeline app and minor changes.
- Add timeline app based on SODAR v0.3.2
- Add example backend app
- Restructure and improve documentation
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago
django-sodar-core - v0.1.0
Initial release.
- Create package based on SODAR v0.3.1
- Add projectroles app
- Overhaul projectroles templates, CSS and Javascript
- Add userprofile app
- Set up example site
- Set up example project and site apps
- Draft initial documentation
See changelog for a complete list of updates.
- Python
Published by mikkonie almost 4 years ago