OCA Transbot
5679043e32
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
0b806c7743
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
0f1f6d81ad
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
6ff35d5880
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
852f3b96d0
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
33daed9bab
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
10f8da6b80
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
1b58ec4045
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
9b17127f16
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
6ff826165b
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
1861b63aff
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
62725f725b
OCA Transbot updated translations from Transifex
8 years ago
Sébastien Alix
f17ce549b6
[8.0] Fix Travis ( #616 )
* [FIX] auth_from_http_remote_user - Lint
* [FIX] server_environment - Lint
* [FIX] base_module_doc_rst - Lint
* [FIX] fetchmail_notify_error_to_sender - Fix XML view, it was the 'active' field from 'fetchmail_attach_from_folder' module which was targeted by mistake (belonging to another data model)
8 years ago
OCA Transbot
4d673ac2da
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
83874871e6
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
2051069339
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
d63d56ecec
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
ebbc2ebfbe
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
0bc424163a
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
1cb729d5b2
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
6612827852
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
3940d468f1
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
0b9c8da515
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
6e097c5cc6
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
55711389c0
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
236647fc3f
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
ff76b13185
OCA Transbot updated translations from Transifex
9 years ago
Jairo Llopis
214efbf802
Do not recreate variable in case of dict().
9 years ago
Jairo Llopis
105e4efece
Another typo.
9 years ago
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
9 years ago
OCA Transbot
ddda3d1a05
OCA Transbot updated translations from Transifex
9 years ago
Stéphane Bidoul
6f8a64238b
[UPD] prefix versions with 8.0
9 years ago
OCA Transbot
9d4e68282a
OCA Transbot updated translations from Transifex
9 years ago
Stéphane Bidoul (ACSONE)
f5a35b953b
[FIX] remove duplicate key in manifest
9 years ago
Alexandre Fayolle
f04b61e2eb
remove deprecated test suite declarations
9 years ago
Yannick Vaucher
5c93056356
Add missing default oca icons
9 years ago
Graeme Gellatly
52250700f7
Update Tests to Correctly Get DB
Fix introduced flake 8 errors
10 years ago
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.
10 years ago
Pedro M. Baeza
1554026906
[IMP] auth_from_http_remote_user: README.rst
10 years ago
Laurent Mignon (aka lmi)
e3e191b455
[PEP-8]
10 years ago
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.
10 years ago
Stéphane Bidoul
5e79ce29dc
auth_from_http_remote_user: remove unneeded browse
10 years ago
Stéphane Bidoul
68e96cd782
auth_http_remote_user: slight reorganization and some comments (logic remains identical)
10 years ago
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
10 years ago
Laurent Mignon (aka lmi)
8c7115e2d3
[FIX] return 'None' if no user name is found in the request hearder
10 years ago
Laurent Mignon (aka lmi)
97f491724f
[PEP8]
10 years ago
Laurent Mignon (aka lmi)
d68a47f05f
[FIX] always check the uid in the session and the one in the request to avoid session mismatch...
10 years ago
Laurent Mignon (aka lmi)
a70e13365d
[FIX] properlyt return the Unauthorized() response to avoid warning in the log file
10 years ago
Laurent Mignon (aka lmi)
8a23567fe3
Improve doc
10 years ago
Laurent Mignon (aka lmi)
1675ae6fbf
Code simplification: remove overkill method
10 years ago