From def9106480c9db3400f3d1a65709e848c0e41465 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 31 Oct 2024 10:24:57 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + auth_session_timeout/README.rst | 2 +- auth_session_timeout/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 941978db19..7a45d6c2ff 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [auth_api_key_server_env](auth_api_key_server_env/) | 17.0.1.0.0 | | Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention: [auth_oidc](auth_oidc/) | 17.0.1.1.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider [auth_saml](auth_saml/) | 17.0.1.0.0 | [![vincent-hatakeyama](https://github.com/vincent-hatakeyama.png?size=30px)](https://github.com/vincent-hatakeyama) | SAML2 Authentication +[auth_session_timeout](auth_session_timeout/) | 17.0.1.0.0 | | This module disable all inactive sessions since a given delay [auth_signup_verify_email](auth_signup_verify_email/) | 17.0.1.0.0 | | Force uninvited users to use a good email for signup [auth_user_case_insensitive](auth_user_case_insensitive/) | 17.0.1.0.0 | | Makes the user login field case insensitive [impersonate_login](impersonate_login/) | 17.0.1.0.2 | [![Kev-Roche](https://github.com/Kev-Roche.png?size=30px)](https://github.com/Kev-Roche) | tools diff --git a/auth_session_timeout/README.rst b/auth_session_timeout/README.rst index d358873b5b..f72b4a47ad 100644 --- a/auth_session_timeout/README.rst +++ b/auth_session_timeout/README.rst @@ -7,7 +7,7 @@ Inactive Sessions Timeout !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:809af48b1b6d53fa519fcbd3e75285f656e3e862e7c5c57ba2e7e3a800fab2ff + !! source digest: sha256:6f3e687067d94eeb9487d1abe5aba562854a6f47100fb3475fe038f51ea86d7d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/auth_session_timeout/static/description/index.html b/auth_session_timeout/static/description/index.html index 5ca6ceb3c0..5a7fc66400 100644 --- a/auth_session_timeout/static/description/index.html +++ b/auth_session_timeout/static/description/index.html @@ -367,7 +367,7 @@

Inactive Sessions Timeout

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:809af48b1b6d53fa519fcbd3e75285f656e3e862e7c5c57ba2e7e3a800fab2ff +!! source digest: sha256:6f3e687067d94eeb9487d1abe5aba562854a6f47100fb3475fe038f51ea86d7d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module was written to be able to kill(logout) all inactive sessions diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 0f7d41c059..295291ca4a 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-server-auth" -version = "17.0.20240829.1" +version = "17.0.20241031.0" dependencies = [ "odoo-addon-auth_admin_passkey>=17.0dev,<17.1dev", "odoo-addon-auth_admin_passkey_totp_mail_enforce>=17.0dev,<17.1dev", @@ -9,6 +9,7 @@ dependencies = [ "odoo-addon-auth_api_key_server_env>=17.0dev,<17.1dev", "odoo-addon-auth_oidc>=17.0dev,<17.1dev", "odoo-addon-auth_saml>=17.0dev,<17.1dev", + "odoo-addon-auth_session_timeout>=17.0dev,<17.1dev", "odoo-addon-auth_signup_verify_email>=17.0dev,<17.1dev", "odoo-addon-auth_user_case_insensitive>=17.0dev,<17.1dev", "odoo-addon-impersonate_login>=17.0dev,<17.1dev",