Skip to content

Commit

Permalink
Merge branch 'auth_saml-unsolicited-request' of github.com:tb-flyt/se…
Browse files Browse the repository at this point in the history
…rver-auth into auth_saml-unsolicited-request
  • Loading branch information
tb-flyt committed Feb 27, 2024
2 parents a4612e6 + d09a37a commit 2b0ca77
Show file tree
Hide file tree
Showing 127 changed files with 15,368 additions and 138 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ addon | version | maintainers | summary
[auth_jwt_demo](auth_jwt_demo/) | 16.0.1.1.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Test/demo module for auth_jwt.
[auth_jwt_server_env](auth_jwt_server_env/) | 16.0.1.0.0 | | This addon adds auth.jwt.validator fields to server env
[auth_ldaps](auth_ldaps/) | 16.0.1.0.0 | | Allows to use LDAP over SSL authentication
[auth_oauth_ropc](auth_oauth_ropc/) | 16.0.1.0.0 | | Allow to login with OAuth Resource Owner Password Credentials Grant
[auth_oidc](auth_oidc/) | 16.0.1.0.2 | [![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/) | 16.0.1.0.0 | | This module allows to use server env for OIDC configuration
[auth_saml](auth_saml/) | 16.0.1.0.2 | [![vincent-hatakeyama](https://github.com/vincent-hatakeyama.png?size=30px)](https://github.com/vincent-hatakeyama) | SAML2 Authentication
[auth_saml](auth_saml/) | 16.0.1.0.4 | [![vincent-hatakeyama](https://github.com/vincent-hatakeyama.png?size=30px)](https://github.com/vincent-hatakeyama) | SAML2 Authentication
[auth_session_timeout](auth_session_timeout/) | 16.0.1.0.0 | | This module disable all inactive sessions since a given delay
[auth_signup_verify_email](auth_signup_verify_email/) | 16.0.1.0.0 | | Force uninvited users to use a good email for signup
[auth_user_case_insensitive](auth_user_case_insensitive/) | 16.0.1.0.0 | | Makes the user login field case insensitive
Expand All @@ -40,6 +41,7 @@ addon | version | maintainers | summary
[users_ldap_groups](users_ldap_groups/) | 16.0.1.0.0 | | Adds user accounts to groups based on rules defined by the administrator.
[users_ldap_mail](users_ldap_mail/) | 16.0.1.0.0 | [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | LDAP mapping for user name and e-mail
[users_ldap_populate](users_ldap_populate/) | 16.0.1.0.0 | [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | LDAP Populate
[vault](vault/) | 16.0.1.0.0 | | Password vault integration in Odoo

[//]: # (end addons)

Expand Down
17 changes: 13 additions & 4 deletions auth_admin_passkey/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-08-01 02:43+0000\n"
"PO-Revision-Date: 2022-02-21 12:17+0000\n"
"Last-Translator: Simone Rubino <simone.rubino@agilebg.com>\n"
"PO-Revision-Date: 2024-01-03 14:33+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\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"
"X-Generator: Weblate 4.3.2\n"
"X-Generator: Weblate 4.17\n"

#. module: auth_admin_passkey
#. odoo-python
Expand All @@ -40,11 +40,20 @@ msgid ""
"- Login date : %(login_date)s\n"
"\n"
msgstr ""
"L'utente amministratore di sistemaha usato la sua passkey per accedere con "
"%(login)s.\n"
"\n"
"\n"
"\n"
"Informazioni tecniche di seguito: \n"
"\n"
"- Data accesso : %(login_date)s\n"
"\n"

#. module: auth_admin_passkey
#: model:ir.model,name:auth_admin_passkey.model_res_users
msgid "User"
msgstr ""
msgstr "Utente"

#, python-format
#~ msgid "<pre>User with login '%s' has the same password as you.</pre>"
Expand Down
37 changes: 37 additions & 0 deletions auth_api_key_server_env/i18n/it.po
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_api_key_server_env
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-01-03 14:33+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\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"
"X-Generator: Weblate 4.17\n"

#. module: auth_api_key_server_env
#: model:ir.model,name:auth_api_key_server_env.model_auth_api_key
msgid "API Key"
msgstr "Chiave API"

#. 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 "Server ambiente predefinito"

#. module: auth_api_key_server_env
#: model:ir.model.fields,field_description:auth_api_key_server_env.field_auth_api_key__tech_name
msgid "Tech Name"
msgstr "Nome tecnico"

#. module: auth_api_key_server_env
#: model:ir.model.fields,help:auth_api_key_server_env.field_auth_api_key__tech_name
msgid "Unique name for technical purposes. Eg: server env keys."
msgstr "Nome univoco per motivi tecnici. Es: chiavi server ambiente."
Loading

0 comments on commit 2b0ca77

Please sign in to comment.