Skip to content

Commit 6286d73

Browse files
committed
[BOT] post-merge updates
1 parent 555e905 commit 6286d73

File tree

4 files changed

+33
-21
lines changed

4 files changed

+33
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ addon | version | maintainers | summary
3636
[auth_oidc](auth_oidc/) | 16.0.1.4.0 | <a href='https://github.com/sbidoul'><img src='https://github.com/sbidoul.png' width='32' height='32' style='border-radius:50%;' alt='sbidoul'/></a> | Allow users to login through OpenID Connect Provider
3737
[auth_oidc_environment](auth_oidc_environment/) | 16.0.1.0.0 | | This module allows to use server env for OIDC configuration
3838
[auth_saml](auth_saml/) | 16.0.1.2.1 | <a href='https://github.com/vincent-hatakeyama'><img src='https://github.com/vincent-hatakeyama.png' width='32' height='32' style='border-radius:50%;' alt='vincent-hatakeyama'/></a> | SAML2 Authentication
39-
[auth_session_timeout](auth_session_timeout/) | 16.0.1.0.0 | | This module disable all inactive sessions since a given delay
39+
[auth_session_timeout](auth_session_timeout/) | 16.0.1.0.1 | | This module disable all inactive sessions since a given delay
4040
[auth_signup_verify_email](auth_signup_verify_email/) | 16.0.1.0.1 | | Force uninvited users to use a good email for signup
4141
[auth_user_case_insensitive](auth_user_case_insensitive/) | 16.0.1.0.0 | | Makes the user login field case insensitive
4242
[base_user_show_email](base_user_show_email/) | 16.0.1.0.0 | | Untangle user login and email

auth_session_timeout/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=========================
26
Inactive Sessions Timeout
37
=========================
@@ -7,13 +11,13 @@ Inactive Sessions Timeout
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:809af48b1b6d53fa519fcbd3e75285f656e3e862e7c5c57ba2e7e3a800fab2ff
14+
!! source digest: sha256:4cc73ee924f84183d4f170f8598db8798aae2bf1e37f6fa66f99d7a71f52b604
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Production/Stable
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github

auth_session_timeout/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"website": "https://github.com/OCA/server-auth",
1515
"category": "Tools",
1616
"development_status": "Production/Stable",
17-
"version": "16.0.1.0.0",
17+
"version": "16.0.1.0.1",
1818
"license": "AGPL-3",
1919
"data": ["data/ir_config_parameter_data.xml"],
2020
"installable": True,

auth_session_timeout/static/description/index.html

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>Inactive Sessions Timeout</title>
6+
<title>README.rst</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger ([email protected])
12-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="inactive-sessions-timeout">
364-
<h1 class="title">Inactive Sessions Timeout</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="inactive-sessions-timeout">
370+
<h1>Inactive Sessions Timeout</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:809af48b1b6d53fa519fcbd3e75285f656e3e862e7c5c57ba2e7e3a800fab2ff
375+
!! source digest: sha256:4cc73ee924f84183d4f170f8598db8798aae2bf1e37f6fa66f99d7a71f52b604
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/16.0/auth_session_timeout"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-auth_session_timeout"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/16.0/auth_session_timeout"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-auth_session_timeout"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module was written to be able to kill(logout) all inactive sessions since
374379
a given delay. On each request the server checks if the session is yet valid
375380
regarding the expiration delay. If not a clean logout is operated.</p>
@@ -388,7 +393,7 @@ <h1 class="title">Inactive Sessions Timeout</h1>
388393
</ul>
389394
</div>
390395
<div class="section" id="configuration">
391-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
396+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
392397
<p>Two system parameters are available:</p>
393398
<ul class="simple">
394399
<li><tt class="docutils literal">inactive_session_time_out_delay</tt>: validity of a session in seconds
@@ -398,21 +403,21 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
398403
</ul>
399404
</div>
400405
<div class="section" id="usage">
401-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
406+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
402407
<p>Setup the session parameters as described above.</p>
403408
</div>
404409
<div class="section" id="bug-tracker">
405-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
410+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
406411
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-auth/issues">GitHub Issues</a>.
407412
In case of trouble, please check there if your issue has already been reported.
408413
If you spotted it first, help us to smash it by providing a detailed and welcomed
409414
<a class="reference external" href="https://github.com/OCA/server-auth/issues/new?body=module:%20auth_session_timeout%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
410415
<p>Do not contact contributors directly about support or help with technical issues.</p>
411416
</div>
412417
<div class="section" id="credits">
413-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
418+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
414419
<div class="section" id="authors">
415-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
420+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
416421
<ul class="simple">
417422
<li>ACSONE SA/NV</li>
418423
<li>Dhinesh D</li>
@@ -421,7 +426,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
421426
</ul>
422427
</div>
423428
<div class="section" id="contributors">
424-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
429+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
425430
<ul class="simple">
426431
<li>Cédric Pigeon &lt;<a class="reference external" href="mailto:cedric.pigeon&#64;acsone.eu">cedric.pigeon&#64;acsone.eu</a>&gt;</li>
427432
<li>Dhinesh D &lt;<a class="reference external" href="mailto:dvdhinesh.mail&#64;gmail.com">dvdhinesh.mail&#64;gmail.com</a>&gt;</li>
@@ -434,9 +439,11 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
434439
</ul>
435440
</div>
436441
<div class="section" id="maintainers">
437-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
442+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
438443
<p>This module is maintained by the OCA.</p>
439-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
444+
<a class="reference external image-reference" href="https://odoo-community.org">
445+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
446+
</a>
440447
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
441448
mission is to support the collaborative development of Odoo features and
442449
promote its widespread use.</p>
@@ -445,5 +452,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
445452
</div>
446453
</div>
447454
</div>
455+
</div>
448456
</body>
449457
</html>

0 commit comments

Comments
 (0)