-
-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.0][MIG] auth_session_timeout: Migration to 17.0 #646
Merged
OCA-git-bot
merged 40 commits into
OCA:17.0
from
Ontinet-com:17.0-mig-auth_session_timeout
Oct 31, 2024
Merged
Changes from 39 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
105309a
inactive_session_timeout > auth_session_timeout
pedrobaeza b67b4d0
auth_session_timeout: References to old name
pedrobaeza bd23d07
Make modules uninstallable
pedrobaeza bbb793c
Rename manifest files
pedrobaeza 04d76b7
auth_session_timeout: Migrate to v10 * Bump versions * Installable to…
lasley 01094a7
Module auth_session_timeout: Pluggability (#887)
jmorgannz 35465eb
auth_session_timeout: Deprecate backwards compat + improve * Deprecat…
lasley 9bed7d3
corrects AttributeError: 'HttpRequest' object has no attribute 'http'…
beenhere4hours 4b3e923
auth_session_timeout: Migration to 11.0
nadiaafa cf8041d
[MIG] auth_session_timeout: Migration to version 11.0
zaoral 5cf72ec
[12.0][MIG] auth_session_timeout
b9bbc41
Translated using Weblate (Portuguese (Brazil))
a963a14
[MIG] auth_session_timeout: Migration to 13.0
rruebner 53ed9f8
[REF] pre-commit lint
dreispt 9970dce
Update translation files
oca-transbot efa246b
Update translation files
oca-transbot 3081588
[MIG] auth_session_timeout: Migration to 14.0
Chandresh-SerpentCS 83b1477
[FIX] auth_session_timeout: session timeout applies only to user
pierre-halleux 86a0c7a
auth_session_timeout 14.0.1.0.1
OCA-git-bot dfadf06
Translated using Weblate (Portuguese (Brazil))
cba782d
[IMP] auth_session_timeout: black, isort
flachica 1a075d9
[MIG] auth_session_timeout: Migration to 15.0
flachica 52aacb6
Translated using Weblate (Catalan)
Noel000 768fdb3
Translated using Weblate (Italian)
mymage 017acec
Translated using Weblate (Italian)
francesco-ooops b7d71da
[MIG] auth_session_timeout: Migration to 16.0
bosd 4c6270d
[13.0][IMP] timeout check triggered on session uid
gfcapalbo 540390f
[FIX] auth_session_timeout: problem whereby page is refreshed with F5…
thomaspaulb fb540d5
[UPD] Update auth_session_timeout.pot
5173855
[BOT] post-merge updates
OCA-git-bot 37c820e
Update translation files
weblate da5e663
Translated using Weblate (Spanish)
Ivorra78 232cd50
Update translation files
weblate a297521
Translated using Weblate (Spanish)
Ivorra78 938bb09
Translated using Weblate (Italian)
mymage 64bcac2
Translated using Weblate (Catalan)
jabelchi 2bb2d4b
[IMP] auth_session_timeout: pre-commit auto fixes
Loregs2 495241a
[MIG] auth_session_timeout: Migration to 17.0
Loregs2 5e04c9c
[17.0][IMP] auth_session_timeout: user websocket instead of longpolling
Loregs2 cb373c8
[ADD] auth_session_timeout:Added pre-migration script for inactive_se…
bizzappdev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
========================= | ||
Inactive Sessions Timeout | ||
========================= | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:809af48b1b6d53fa519fcbd3e75285f656e3e862e7c5c57ba2e7e3a800fab2ff | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Production/Stable | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github | ||
:target: https://github.com/OCA/server-auth/tree/17.0/auth_session_timeout | ||
:alt: OCA/server-auth | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_session_timeout | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module was written to be able to kill(logout) all inactive sessions | ||
since a given delay. On each request the server checks if the session is | ||
yet valid regarding the expiration delay. If not a clean logout is | ||
operated. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
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 | ||
|
||
Usage | ||
===== | ||
|
||
Setup the session parameters as described above. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-auth/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 | ||
`feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20auth_session_timeout%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
------- | ||
|
||
* ACSONE SA/NV | ||
* Dhinesh D | ||
* Jesse Morgan | ||
* LasLabs | ||
|
||
Contributors | ||
------------ | ||
|
||
- Cédric Pigeon <cedric.pigeon@acsone.eu> | ||
- Dhinesh D <dvdhinesh.mail@gmail.com> | ||
- Jesse Morgan <jmorgan.nz@gmail.com> | ||
- Dave Lasley <dave@laslabs.com> | ||
- Nadia Afakrouch <nadia.afa@gmail.com> | ||
- Chandresh Thakkar <cthakkar@opensourceintegrators.com> | ||
- `Greenice <https://www.greenice.com>`__: | ||
|
||
- Fernando La Chica <fernandolachica@gmail.com> | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/17.0/auth_session_timeout>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# (c) 2015 ACSONE SA/NV, Dhinesh D | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# (c) 2015 ACSONE SA/NV, Dhinesh D | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "Inactive Sessions Timeout", | ||
"summary": """ | ||
This module disable all inactive sessions since a given delay""", | ||
"author": "ACSONE SA/NV, " | ||
"Dhinesh D, " | ||
"Jesse Morgan, " | ||
"LasLabs, " | ||
"Odoo Community Association (OCA)", | ||
"maintainer": "Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/server-auth", | ||
"category": "Tools", | ||
"development_status": "Production/Stable", | ||
"version": "17.0.1.0.0", | ||
"license": "AGPL-3", | ||
"data": ["data/ir_config_parameter_data.xml"], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- | ||
(c) 2015 ACSONE SA/NV, Dhinesh D | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
--> | ||
<odoo noupdate="1"> | ||
<record id="inactive_session_time_out_delay" model="ir.config_parameter"> | ||
<field name="key">inactive_session_time_out_delay</field> | ||
<field name="value">7200</field> | ||
</record> | ||
<record id="inactive_session_time_out_ignored_url" model="ir.config_parameter"> | ||
<field name="key">inactive_session_time_out_ignored_url</field> | ||
<field name="value">/calendar/notify,/websocket</field> | ||
</record> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * auth_session_timeout | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" | ||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" | ||
"Language: ar\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " | ||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_http | ||
msgid "HTTP Routing" | ||
msgstr "" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_config_parameter | ||
msgid "System Parameter" | ||
msgstr "" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_res_users | ||
msgid "User" | ||
msgstr "" | ||
|
||
#~ msgid "Users" | ||
#~ msgstr "المستخدمون" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * auth_session_timeout | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_http | ||
msgid "HTTP Routing" | ||
msgstr "" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_config_parameter | ||
msgid "System Parameter" | ||
msgstr "" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_res_users | ||
msgid "User" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * auth_session_timeout | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" | ||
"PO-Revision-Date: 2024-05-10 08:36+0000\n" | ||
"Last-Translator: jabelchi <jabelchi@gmail.com>\n" | ||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" | ||
"Language: ca\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_http | ||
msgid "HTTP Routing" | ||
msgstr "Encaminament HTTP" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_config_parameter | ||
msgid "System Parameter" | ||
msgstr "Paràmetre del sistema" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_res_users | ||
msgid "User" | ||
msgstr "Usuari" | ||
|
||
#~ msgid "Users" | ||
#~ msgstr "Usuaris" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * auth_session_timeout | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" | ||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" | ||
"Language: da\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_http | ||
msgid "HTTP Routing" | ||
msgstr "" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_config_parameter | ||
msgid "System Parameter" | ||
msgstr "" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_res_users | ||
msgid "User" | ||
msgstr "" | ||
|
||
#~ msgid "Users" | ||
#~ msgstr "Brugere" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * auth_session_timeout | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
# Niki Waibel <niki.waibel@gmail.com>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" | ||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" | ||
"Last-Translator: Niki Waibel <niki.waibel@gmail.com>, 2017\n" | ||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" | ||
"Language: de\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_http | ||
msgid "HTTP Routing" | ||
msgstr "" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_config_parameter | ||
msgid "System Parameter" | ||
msgstr "" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_res_users | ||
msgid "User" | ||
msgstr "" | ||
|
||
#~ msgid "Users" | ||
#~ msgstr "Benutzer" | ||
|
||
#~ msgid "ir.config_parameter" | ||
#~ msgstr "ir.config_parameter" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * auth_session_timeout | ||
# | ||
# Translators: | ||
# OCA Transbot <transbot@odoo-community.org>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-12-01 02:09+0000\n" | ||
"PO-Revision-Date: 2017-12-01 02:09+0000\n" | ||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" | ||
"el_GR/)\n" | ||
"Language: el_GR\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_http | ||
msgid "HTTP Routing" | ||
msgstr "" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_ir_config_parameter | ||
msgid "System Parameter" | ||
msgstr "" | ||
|
||
#. module: auth_session_timeout | ||
#: model:ir.model,name:auth_session_timeout.model_res_users | ||
msgid "User" | ||
msgstr "" | ||
|
||
#~ msgid "Users" | ||
#~ msgstr "Χρήστες" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, a migration script needs to be added to change the config parameter from longpolling/poll to websocket
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @bizzappdev !