Commit Graph

30 Commits (a219268105d09e7ca60a83c34f2d7ad0e813caa1)

Author SHA1 Message Date
Jairo Llopis 214efbf802 Do not recreate variable in case of dict(). 2015-10-29 16:08:48 +01:00
Jairo Llopis 105e4efece Another typo. 2015-10-28 16:46:58 +01:00
Jairo Llopis 681626fab8 Fix argument name that did not let users to sign up in runbot.
See https://github.com/OCA/server-tools/pull/277#discussion_r42502847
2015-10-28 16:07:56 +01:00
OCA Transbot ddda3d1a05 OCA Transbot updated translations from Transifex 2015-10-26 06:58:47 -04:00
Stéphane Bidoul 6f8a64238b [UPD] prefix versions with 8.0 2015-10-09 10:03:09 +02:00
OCA Transbot 9d4e68282a OCA Transbot updated translations from Transifex 2015-10-05 05:30:46 -04:00
Stéphane Bidoul (ACSONE) f5a35b953b [FIX] remove duplicate key in manifest 2015-09-22 18:18:02 +02:00
Alexandre Fayolle f04b61e2eb remove deprecated test suite declarations 2015-08-27 16:50:21 +02:00
Yannick Vaucher 5c93056356 Add missing default oca icons 2015-08-18 10:47:52 +02:00
Graeme Gellatly 52250700f7 Update Tests to Correctly Get DB
Fix introduced flake 8 errors
2015-07-21 10:42:43 +12:00
Alexandre Fayolle f750eed871 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2015-03-02 17:28:09 +01:00
Pedro M. Baeza 1554026906 [IMP] auth_from_http_remote_user: README.rst 2015-01-21 11:39:50 +01:00
Laurent Mignon (aka lmi) e3e191b455 [PEP-8] 2014-12-08 11:15:15 +01:00
Stéphane Bidoul c2fec40d13 auth_http_remote_user: test if already authenticated based on login instead of uid
Avoids a database query unless authentication is actually required.
2014-08-05 09:24:50 +02:00
Stéphane Bidoul 5e79ce29dc auth_from_http_remote_user: remove unneeded browse 2014-08-04 17:53:24 +02:00
Stéphane Bidoul 68e96cd782 auth_http_remote_user: slight reorganization and some comments (logic remains identical) 2014-08-04 17:50:13 +02:00
Laurent Mignon (aka lmi) 436ffcd53f If HTTP_REMOTE_USER is in the request headers and no corresponding user is found in odoo always issues Unauthorized (avoid redirect to the login page)
If the uid in the session is not the same as the one from the binded HTTP_REMOTE_USER, always logout to clean up the session
2014-08-04 16:42:02 +02:00
Laurent Mignon (aka lmi) 8c7115e2d3 [FIX] return 'None' if no user name is found in the request hearder 2014-08-04 15:08:47 +02:00
Laurent Mignon (aka lmi) 97f491724f [PEP8] 2014-08-04 13:00:44 +02:00
Laurent Mignon (aka lmi) d68a47f05f [FIX] always check the uid in the session and the one in the request to avoid session mismatch... 2014-08-04 12:55:58 +02:00
Laurent Mignon (aka lmi) a70e13365d [FIX] properlyt return the Unauthorized() response to avoid warning in the log file 2014-08-04 12:20:26 +02:00
Laurent Mignon (aka lmi) 8a23567fe3 Improve doc 2014-08-04 12:07:03 +02:00
Laurent Mignon (aka lmi) 1675ae6fbf Code simplification: remove overkill method 2014-08-04 12:03:16 +02:00
Laurent Mignon (aka lmi) 68e03a3711 Improve doc 2014-08-04 11:52:54 +02:00
Laurent Mignon (aka lmi) 8f9fcae4dc Addons configuration parameter is now a field part of the Authentication group from base_setup 2014-08-04 11:48:09 +02:00
Laurent Mignon (aka lmi) ec8f4a7292 Improve module description 2014-07-30 15:50:12 +02:00
Laurent Mignon 9b99c2dc57 [FIX] if the default login page is disabled, redirect with *401* 2014-07-30 11:05:07 +02:00
Laurent Mignon 2f51036928 [PEP8] line lenght is now ridiculous (80 chars) 2014-07-30 11:03:37 +02:00
Laurent Mignon c893a706b8 port auth_from_http_remote_user to 8.0 2014-07-30 10:23:52 +02:00
Laurent Mignon 7dd5bc685e [ADD] This module initialize the session by looking for the field HTTP_REMOTE_USER in the HEADER of the HTTP request and trying^Co bind the given value to a user 2014-07-25 16:42:26 +02:00