From 68a5523423f4a6a8163b4079c1d8a8f7a44fed02 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 3 Mar 2025 13:02:27 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- auth_session_timeout/README.rst | 26 +++++++++---------- auth_session_timeout/__manifest__.py | 2 +- .../static/description/index.html | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 1df4491ef7..0f344c889f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ addon | version | maintainers | summary [auth_oauth_multi_token](auth_oauth_multi_token/) | 17.0.1.0.0 | | Allow multiple connection with the same OAuth account [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.1 | [![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_session_timeout](auth_session_timeout/) | 17.0.1.0.1 | | 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 f72b4a47ad..95cb874c40 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:6f3e687067d94eeb9487d1abe5aba562854a6f47100fb3475fe038f51ea86d7d + !! source digest: sha256:4bf08a0095aa7e9cb8c59593811fd93a4a8e111755155f59b14f48fff523d9e3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -43,10 +43,10 @@ Configuration Two system parameters are available: -- ``inactive_session_time_out_delay``: validity of a session in seconds - (default = 2 Hours) -- ``inactive_session_time_out_ignored_url``: technical urls where the - check does not occur +- ``inactive_session_time_out_delay``: validity of a session in seconds + (default = 2 Hours) +- ``inactive_session_time_out_ignored_url``: technical urls where the + check does not occur Usage ===== @@ -77,15 +77,15 @@ Authors Contributors ------------ -- Cédric Pigeon -- Dhinesh D -- Jesse Morgan -- Dave Lasley -- Nadia Afakrouch -- Chandresh Thakkar -- `Greenice `__: +- Cédric Pigeon +- Dhinesh D +- Jesse Morgan +- Dave Lasley +- Nadia Afakrouch +- Chandresh Thakkar +- `Greenice `__: - - Fernando La Chica + - Fernando La Chica Maintainers ----------- diff --git a/auth_session_timeout/__manifest__.py b/auth_session_timeout/__manifest__.py index ac74bf46a7..00343eb56d 100644 --- a/auth_session_timeout/__manifest__.py +++ b/auth_session_timeout/__manifest__.py @@ -14,7 +14,7 @@ "website": "https://github.com/OCA/server-auth", "category": "Tools", "development_status": "Production/Stable", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "license": "AGPL-3", "data": ["data/ir_config_parameter_data.xml"], "installable": True, diff --git a/auth_session_timeout/static/description/index.html b/auth_session_timeout/static/description/index.html index 5a7fc66400..2bbd1f90ab 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:6f3e687067d94eeb9487d1abe5aba562854a6f47100fb3475fe038f51ea86d7d +!! source digest: sha256:4bf08a0095aa7e9cb8c59593811fd93a4a8e111755155f59b14f48fff523d9e3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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