Metadata-Version: 2.1
Name: invenio-users-resources
Version: 2.1.2
Summary: Invenio module providing management APIs for users and roles/groups.
Home-page: https://github.com/inveniosoftware/invenio-users-resources
Author: CERN/TU Wien/JRC
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio users roles groups management
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Requires-Dist: invenio-administration (<2.0.0,>=1.6.0)
Requires-Dist: invenio-accounts (<4.0.0,>=3.0.0)
Requires-Dist: invenio-i18n (>=2.0.0)
Requires-Dist: invenio-notifications (<1.0.0,>=0.1.0)
Requires-Dist: invenio-oauthclient (<4.0.0,>=3.0.0)
Requires-Dist: invenio-records-resources (<5.0.0,>=4.3.0)
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (<3.0.0,>=2.1.0) ; extra == 'elasticsearch7'
Provides-Extra: opensearch1
Requires-Dist: invenio-search[opensearch1] (<3.0.0,>=2.1.0) ; extra == 'opensearch1'
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2] (<3.0.0,>=2.1.0) ; extra == 'opensearch2'
Provides-Extra: tests
Requires-Dist: pytest-black (>=0.3.0) ; extra == 'tests'
Requires-Dist: invenio-app (<2.0.0,>=1.3.3) ; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql] (<2.0.0,>=1.0.14) ; extra == 'tests'
Requires-Dist: pytest-invenio (<3.0.0,>=2.1.0) ; extra == 'tests'
Requires-Dist: sphinx (>=4.5) ; extra == 'tests'

..
    Copyright (C) 2022 CERN.

    Invenio-Users-Resources is free software; you can redistribute it
    and/or modify it under the terms of the MIT License; see LICENSE file for
    more details.

=========================
 Invenio-Users-Resources
=========================

.. image:: https://github.com/inveniosoftware/invenio-users-resources/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-users-resources/actions?query=workflow%3ACI

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-users-resources.svg
        :target: https://github.com/inveniosoftware/invenio-users-resources/releases

.. image:: https://img.shields.io/pypi/dm/invenio-users-resources.svg
        :target: https://pypi.python.org/pypi/invenio-users-resources

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-users-resources.svg
        :target: https://github.com/inveniosoftware/invenio-users-resources/blob/master/LICENSE

Invenio module providing management APIs for users and roles/groups.

TODO: Please provide feature overview of module

Further documentation is available on
https://invenio-users-resources.readthedocs.io/

..
    Copyright (C) 2022 CERN.

    Invenio-Users-Resources is free software; you can redistribute it
    and/or modify it under the terms of the MIT License; see LICENSE file for
    more details.

Changes
=======

Version 2.1.2 (2023-07-31)

- settings notifications: Layout and a11y fixes

Version 2.1.1 (2023-07-12)

- users: make username optional on expansion

Version 2.1.0 (2023-07-07)

- administration: add users administration panel

Version 2.0.1 (2023-07-05)

- fix post_commit hooks
- add translations

Version 2.0.0 (2023-06-30)

- changing the groups tasks interface to use bulk indexing as default

Version 1.9.0 (2023-06-15)

- groups: add description field
- hooks: refactor updating db change history on user or role change

Version 1.8.0 (2023-06-06)

- forms: add notification preferences form and handle
- ui: add notification settings preferences template
- config: allow configuration of user schema

Version 1.7.0 (2023-06-02)

- schemas: add system user schema

Version 1.6.0 (2023-05-05)

- add notifications
- add User notifications preferences

Version 1.5.1 (2023-04-26)

- add explicit dependency of invenio-accounts

Version 1.5.0 (2023-04-25)

- add user locale preferences

Version 1.4.0 (2023-04-25)

- upgrade invenio-records-resources

Version 1.3.0 (2023-04-20)

- upgrade invenio-records-resources
- fix query parser method call with allowlist

Version 1.2.0 (2023-03-24)

- bump invenio-records-resources to v2.0.0
- expand: add ghost user representation

Version 1.1.0 (released 2023-03-02)

- remove deprecated flask-babelex dependency and imports

Version 1.0.2 (released 2022-12-01)

- Add identity to links template expand method

Version 1.0.1 (released 2022-11-15)

- use bulk indexing for `rebuild_index` method in users/groups

Version 1.0.0

- Initial public release.


