Rdmo

Latest version: v2.1.3

Safety actively analyzes 630360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 15

1.0.4

Not secure
Changes:

* Fix some issued with ORCID login. New entries were added to `local.py` to allow for more flexible authentication workflows:
* `SOCIALACCOUNT_SIGNUP` is set to `False` by default. Change into `True` to enable users to create an account via social accounts, e.g. ORCID.
* `SOCIALACCOUNT_AUTO_SIGNUP` is set to `False` by default. Set it to `True` to enable automatic creation of an account when using a social account for the first time. Otherwise new users need to fill out a signup form even if the provider does provide the email address. This should be `False` when using the public ORCID API, but can be set to `True` when you are sure that an email is provided by the OAuth provider. For more details please look into [read the docs](https://rdmo.readthedocs.io/en/latest/configuration/authentication/allauth.html#social-accounts).
* Fix vendor files update process
* Fix order of sets in views
* Sort question catalogs alphabetically in right side menu
* Fix minor issues regarding colours and wording

Steps to upgrade:
* `pip install --upgrade rdmo`
* `python manage.py deploy`

1.0.3

Not secure
Changes:
* Fix options export
* Refactor all tests to use pytest
* Update vendor files
* Improve API by adding a few filter options


Steps to upgrade:
* `pip install --upgrade rdmo`
* `python manage.py download_vendor_files`
* `python manage.py collectstatic`
* `python manage.py deploy`

You may need to restart your web server to make it deliver the updated static files.

1.0.2

Not secure
Fixes:
* Pin requirement to compatible versions

Steps to upgrade:
* `pip install --upgrade rdmo`
* `python manage.py deploy`

1.0.01.5.5

First major release: This version of the repository is stable and in use over a long time now and is tested with RDMO 1.5.5.

1.0.1

Not secure
Fixes:
* Fix installation procedure

Steps to upgrade:
* `pip install --upgrade rdmo`
* `python manage.py deploy`

1.0.0

Not secure
Features:
* Add api for memberships
* Refactor remove from project function, members can remove themselves now

Changes:
* Make prefix obligatory to avoid import problems
* Fix url concenation problems
* Fix swagger by removing obsolete renderer
* Update developer docs

Steps to upgrade:
* `pip install --upgrade rdmo`
* `python manage.py deploy`

Page 8 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.