diff --git a/README.md b/README.md index 7a1387bfba..2e78602ab4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [auth_api_key_group](auth_api_key_group/) | 14.0.1.1.1 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Allow grouping API keys together. Grouping per se does nothing. This feature is supposed to be used by other modules to limit access to services or records based on groups of keys. [auth_api_key_server_env](auth_api_key_server_env/) | 14.0.1.1.0 | | Configure api keys via server env. This can be very useful to avoid mixing your keys between your various environments when restoring databases. All you have to do is to add a new section to your configuration file according to the following convention: [auth_dynamic_groups](auth_dynamic_groups/) | 14.0.1.0.0 | | Have membership conditions for certain groups -[auth_jwt](auth_jwt/) | 14.0.2.1.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | JWT bearer token authentication. +[auth_jwt](auth_jwt/) | 14.0.2.1.1 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | JWT bearer token authentication. [auth_jwt_demo](auth_jwt_demo/) | 14.0.1.3.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Test/demo module for auth_jwt. [auth_ldaps](auth_ldaps/) | 14.0.1.0.1 | | Allows to use LDAP over SSL authentication [auth_oauth_multi_token](auth_oauth_multi_token/) | 14.0.1.0.0 | | Allow multiple connection with the same OAuth account @@ -34,7 +34,7 @@ addon | version | maintainers | summary [auth_saml](auth_saml/) | 14.0.1.1.0 | | SAML2 Authentication [auth_session_timeout](auth_session_timeout/) | 14.0.1.0.1 | | 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.0 | | Makes the user login field case insensitive +[auth_user_case_insensitive](auth_user_case_insensitive/) | 14.0.1.0.1 | | Makes the user login field case insensitive [base_user_show_email](base_user_show_email/) | 14.0.1.0.0 | | Untangle user login and email [password_security](password_security/) | 14.0.1.1.0 | | Allow admin to set password security requirements. [user_log_view](user_log_view/) | 14.0.1.0.0 | [![trojikman](https://github.com/trojikman.png?size=30px)](https://github.com/trojikman) | Allow to see user's actions log diff --git a/auth_jwt/README.rst b/auth_jwt/README.rst index 35b37e0e1f..1ce20d9cfa 100644 --- a/auth_jwt/README.rst +++ b/auth_jwt/README.rst @@ -7,7 +7,7 @@ Auth JWT !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b09fa6f739619eabee4419108f41dd9eb3e484983412ab858441c6d209132797 + !! source digest: sha256:7cbdd441c1def4a460f5612891bba1406c4ff843cb2f0f254f5d65c3a0478649 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/auth_jwt/__manifest__.py b/auth_jwt/__manifest__.py index c51219c04e..dd4d7cdecd 100644 --- a/auth_jwt/__manifest__.py +++ b/auth_jwt/__manifest__.py @@ -5,7 +5,7 @@ "name": "Auth JWT", "summary": """ JWT bearer token authentication.""", - "version": "14.0.2.1.0", + "version": "14.0.2.1.1", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "maintainers": ["sbidoul"], diff --git a/auth_jwt/static/description/index.html b/auth_jwt/static/description/index.html index 46719b2af9..6fc6a9c25f 100644 --- a/auth_jwt/static/description/index.html +++ b/auth_jwt/static/description/index.html @@ -367,7 +367,7 @@
JWT bearer token authentication.
diff --git a/auth_user_case_insensitive/README.rst b/auth_user_case_insensitive/README.rst index 6789f84e0f..11619b4605 100644 --- a/auth_user_case_insensitive/README.rst +++ b/auth_user_case_insensitive/README.rst @@ -7,7 +7,7 @@ Case Insensitive Logins !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3ee11d56f9b4e31215a6fa8525dff79015c9d4e7d15b9aff9d48315f0b9493ba + !! source digest: sha256:6309fc81652bd770f3e8ac9191bade46f0466d03984c57896944fc6a9f1ef622 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/auth_user_case_insensitive/__manifest__.py b/auth_user_case_insensitive/__manifest__.py index 00d1d4b864..1307cc3d66 100644 --- a/auth_user_case_insensitive/__manifest__.py +++ b/auth_user_case_insensitive/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Case Insensitive Logins", "summary": "Makes the user login field case insensitive", - "version": "14.0.1.0.0", + "version": "14.0.1.0.1", "category": "Authentication", "website": "https://github.com/OCA/server-auth", "author": "LasLabs, Odoo Community Association (OCA)", diff --git a/auth_user_case_insensitive/static/description/index.html b/auth_user_case_insensitive/static/description/index.html index 6b790a4308..c85aaac8ff 100644 --- a/auth_user_case_insensitive/static/description/index.html +++ b/auth_user_case_insensitive/static/description/index.html @@ -367,7 +367,7 @@This module makes user logins case insensitive. It also overwrites the