Commit Graph

11 Commits (c817c5aab3d4901972565ac749b30a22c312081c)

Author SHA1 Message Date
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
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) 8a23567fe3 Improve doc 2014-08-04 12:07:03 +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 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