From 2da03ab78a6e6b29d35c71316b6612b74148b771 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 4 Dec 2023 07:23:09 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- auth_oidc/README.rst | 18 +++++++- auth_oidc/__manifest__.py | 2 +- auth_oidc/static/description/index.html | 60 +++++++++++++++++-------- 4 files changed, 60 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 2e78602ab4..2a428b968a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ addon | version | maintainers | summary [auth_jwt_demo](auth_jwt_demo/) | 14.0.1.3.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Test/demo module for auth_jwt. [auth_ldaps](auth_ldaps/) | 14.0.1.0.1 | | Allows to use LDAP over SSL authentication [auth_oauth_multi_token](auth_oauth_multi_token/) | 14.0.1.0.0 | | Allow multiple connection with the same OAuth account -[auth_oidc](auth_oidc/) | 14.0.1.0.2 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider +[auth_oidc](auth_oidc/) | 14.0.1.1.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider [auth_saml](auth_saml/) | 14.0.1.1.0 | | SAML2 Authentication [auth_session_timeout](auth_session_timeout/) | 14.0.1.0.1 | | This module disable all inactive sessions since a given delay [auth_signup_verify_email](auth_signup_verify_email/) | 14.0.1.0.1 | | Force uninvited users to use a good email for signup diff --git a/auth_oidc/README.rst b/auth_oidc/README.rst index 598b70a0f3..d1d1b8e9c4 100644 --- a/auth_oidc/README.rst +++ b/auth_oidc/README.rst @@ -7,7 +7,7 @@ Authentication OpenID Connect !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6075ec8e46a4ff1874a3d8f4dcf1eb53cc40e9eed22ae294a375e13d2cddacef + !! source digest: sha256:c8cefe7105e98984eea7889baf14e10a530e2a9c2eb7e193f5d285a0515bf688 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -119,6 +119,21 @@ Known issues / Roadmap Changelog ========= +14.0.1.1.0 2023-11-22 +~~~~~~~~~~~~~~~~~~~~~ + +* Forward port OpenID Connect fixes from 13.0 to 14.0 + +14.0.1.0.2 2022-03-14 +~~~~~~~~~~~~~~~~~~~~~ + +* Fix werkzeug deprecated warning for url_encode, url decode + +14.0.1.0.1 2022-01-17 +~~~~~~~~~~~~~~~~~~~~~ + +* Updated readme and pot + 14.0.1.0.0 2021-12-10 ~~~~~~~~~~~~~~~~~~~~~ @@ -159,6 +174,7 @@ Contributors * Alexandre Fayolle * Stéphane Bidoul +* Andreas Perhab Maintainers ~~~~~~~~~~~ diff --git a/auth_oidc/__manifest__.py b/auth_oidc/__manifest__.py index b1679a1bde..6302ce51b9 100644 --- a/auth_oidc/__manifest__.py +++ b/auth_oidc/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Authentication OpenID Connect", - "version": "14.0.1.1.0", + "version": "14.0.1.1.1", "license": "AGPL-3", "author": ( "ICTSTUDIO, André Schenkels, " diff --git a/auth_oidc/static/description/index.html b/auth_oidc/static/description/index.html index 0da0a8ece4..d322b7e0cb 100644 --- a/auth_oidc/static/description/index.html +++ b/auth_oidc/static/description/index.html @@ -367,7 +367,7 @@

Authentication OpenID Connect

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6075ec8e46a4ff1874a3d8f4dcf1eb53cc40e9eed22ae294a375e13d2cddacef +!! source digest: sha256:c8cefe7105e98984eea7889baf14e10a530e2a9c2eb7e193f5d285a0515bf688 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

This module allows users to login through an OpenID Connect provider using the @@ -386,16 +386,19 @@

Authentication OpenID Connect

  • Usage
  • Known issues / Roadmap
  • Changelog
  • -
  • Bug Tracker
  • -
  • Credits @@ -474,26 +477,44 @@

    Known issues / Roadmap

    Changelog

    -

    14.0.1.0.0 2021-12-10

    +

    14.0.1.1.0 2023-11-22

      -
    • Odoo 14 migration
    • +
    • Forward port OpenID Connect fixes from 13.0 to 14.0
    -

    13.0.1.0.0 2020-04-10

    +

    14.0.1.0.2 2022-03-14

      -
    • Odoo 13 migration, add authorization code flow.
    • +
    • Fix werkzeug deprecated warning for url_encode, url decode
    -

    10.0.1.0.0 2018-10-05

    +

    14.0.1.0.1 2022-01-17

    +
      +
    • Updated readme and pot
    • +
    +
    +
    +

    14.0.1.0.0 2021-12-10

    +
      +
    • Odoo 14 migration
    • +
    +
    +
    +

    13.0.1.0.0 2020-04-10

    +
      +
    • Odoo 13 migration, add authorization code flow.
    • +
    +
    +
    +

    10.0.1.0.0 2018-10-05

    • Initial implementation
    -

    Bug Tracker

    +

    Bug Tracker

    Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -501,9 +522,9 @@

    Bug Tracker

    Do not contact contributors directly about support or help with technical issues.

    -

    Credits

    +

    Credits

    -

    Authors

    +

    Authors

    • ICTSTUDIO
    • André Schenkels
    • @@ -511,14 +532,15 @@

      Authors

    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association

    OCA, or the Odoo Community Association, is a nonprofit organization whose