Skip to content

Commit

Permalink
Merge pull request #521 from OCA/14.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/server-auth (14.0)
  • Loading branch information
bt-admin authored Dec 6, 2024
2 parents 29f8761 + 94f6360 commit 5888080
Show file tree
Hide file tree
Showing 16 changed files with 2,667 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ addon | version | maintainers | summary
[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.2.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider
[auth_oidc_environment](auth_oidc_environment/) | 14.0.1.0.1 | | This module allows to use server env for OIDC configuration
[auth_saml](auth_saml/) | 14.0.1.2.1 | | SAML2 Authentication
[auth_saml](auth_saml/) | 14.0.1.2.2 | | SAML2 Authentication
[auth_session_timeout](auth_session_timeout/) | 14.0.1.0.2 | | 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
[auth_user_case_insensitive](auth_user_case_insensitive/) | 14.0.1.0.1 | | Makes the user login field case insensitive
Expand Down
89 changes: 89 additions & 0 deletions auth_api_key_group/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_api_key_group
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\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_api_key_group
#: model:ir.model,name:auth_api_key_group.model_auth_api_key
msgid "API Key"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model,name:auth_api_key_group.model_auth_api_key_group
msgid "API Key auth group"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__auth_api_key_ids
msgid "API Keys"
msgstr ""

#. module: auth_api_key_group
#: model:ir.actions.act_window,name:auth_api_key_group.auth_api_key_group_act_window
#: model:ir.ui.menu,name:auth_api_key_group.auth_api_key_group_menu
msgid "Auth Api Key Groups"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key__auth_api_key_group_ids
msgid "Auth Groups"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__code
msgid "Code"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__create_uid
msgid "Created by"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__create_date
msgid "Created on"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key__display_name
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__display_name
msgid "Display Name"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key__id
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__id
msgid "ID"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key____last_update
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group____last_update
msgid "Last Modified on"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__write_uid
msgid "Last Updated by"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__write_date
msgid "Last Updated on"
msgstr ""

#. module: auth_api_key_group
#: model:ir.model.fields,field_description:auth_api_key_group.field_auth_api_key_group__name
msgid "Name"
msgstr ""
40 changes: 40 additions & 0 deletions auth_api_key_server_env/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_api_key_server_env
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\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_api_key_server_env
#: model:ir.model,name:auth_api_key_server_env.model_auth_api_key
msgid "API Key"
msgstr ""

#. module: auth_api_key_server_env
#: model:ir.model.fields,field_description:auth_api_key_server_env.field_auth_api_key__display_name
msgid "Display Name"
msgstr ""

#. module: auth_api_key_server_env
#: model:ir.model.fields,field_description:auth_api_key_server_env.field_auth_api_key__id
msgid "ID"
msgstr ""

#. module: auth_api_key_server_env
#: model:ir.model.fields,field_description:auth_api_key_server_env.field_auth_api_key____last_update
msgid "Last Modified on"
msgstr ""

#. module: auth_api_key_server_env
#: model:ir.model.fields,field_description:auth_api_key_server_env.field_auth_api_key__server_env_defaults
msgid "Server Env Defaults"
msgstr ""
14 changes: 14 additions & 0 deletions auth_jwt_demo/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\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"
47 changes: 47 additions & 0 deletions auth_oauth_autologin/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_oauth_autologin
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\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_oauth_autologin
#: model:ir.model.fields,field_description:auth_oauth_autologin.field_auth_oauth_provider__autologin
msgid "Automatic Login"
msgstr ""

#. module: auth_oauth_autologin
#: model:ir.model.fields,field_description:auth_oauth_autologin.field_auth_oauth_provider__display_name
msgid "Display Name"
msgstr ""

#. module: auth_oauth_autologin
#: model:ir.model.fields,field_description:auth_oauth_autologin.field_auth_oauth_provider__id
msgid "ID"
msgstr ""

#. module: auth_oauth_autologin
#: model:ir.model.fields,help:auth_oauth_autologin.field_auth_oauth_provider__autologin
msgid ""
"If exactly one enabled provider has this checked, the login screen redirects"
" to the OAuth provider."
msgstr ""

#. module: auth_oauth_autologin
#: model:ir.model.fields,field_description:auth_oauth_autologin.field_auth_oauth_provider____last_update
msgid "Last Modified on"
msgstr ""

#. module: auth_oauth_autologin
#: model:ir.model,name:auth_oauth_autologin.model_auth_oauth_provider
msgid "OAuth2 provider"
msgstr ""
40 changes: 40 additions & 0 deletions auth_oidc_environment/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_oidc_environment
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\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_oidc_environment
#: model:ir.model.fields,field_description:auth_oidc_environment.field_auth_oauth_provider__display_name
msgid "Display Name"
msgstr ""

#. module: auth_oidc_environment
#: model:ir.model.fields,field_description:auth_oidc_environment.field_auth_oauth_provider__id
msgid "ID"
msgstr ""

#. module: auth_oidc_environment
#: model:ir.model.fields,field_description:auth_oidc_environment.field_auth_oauth_provider____last_update
msgid "Last Modified on"
msgstr ""

#. module: auth_oidc_environment
#: model:ir.model,name:auth_oidc_environment.model_auth_oauth_provider
msgid "OAuth2 provider"
msgstr ""

#. module: auth_oidc_environment
#: model:ir.model.fields,field_description:auth_oidc_environment.field_auth_oauth_provider__server_env_defaults
msgid "Server Env Defaults"
msgstr ""
2 changes: 1 addition & 1 deletion auth_saml/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SAML2 Authentication
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:deab667d56b2aa6d70e1fb4eff90360d738934b7db9c3fef335508581bd66197
!! source digest: sha256:d349821e2e9d4b6260b4ecc8629e2439e992e251f50a8f3fb657ffc98482f714
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion auth_saml/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "SAML2 Authentication",
"version": "14.0.1.2.1",
"version": "14.0.1.2.2",
"category": "Tools",
"author": "XCG Consulting, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-auth",
Expand Down
Loading

0 comments on commit 5888080

Please sign in to comment.