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 |
Laurent Mignon (aka lmi)
|
68e03a3711
|
Improve doc
|
10 years ago |
Laurent Mignon (aka lmi)
|
8f9fcae4dc
|
Addons configuration parameter is now a field part of the Authentication group from base_setup[C
|
10 years ago |
Laurent Mignon (aka lmi)
|
ec8f4a7292
|
Improve module description
|
10 years ago |
Laurent Mignon
|
9b99c2dc57
|
[FIX] if the default login page is disabled, redirect with *401*
|
10 years ago |
Laurent Mignon
|
2f51036928
|
[PEP8] line lenght is now ridiculous (80 chars)
|
10 years ago |
Laurent Mignon
|
c893a706b8
|
port auth_from_http_remote_user to 8.0
|
10 years ago |
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
|
10 years ago |
Holger Brunn
|
f83737f6e8
|
Merge pull request #25 from dreispt/fix-travis-badge
[FIX] TravisCI build badge on master branch
|
10 years ago |
Daniel Reis
|
fd3563f572
|
Fix TravisCI build badge on master branch
|
10 years ago |
Stéphane Bidoul
|
2b91a25359
|
port dbfilter_from_header to 8.0
|
11 years ago |
Stéphane Bidoul
|
23f9b8c2cb
|
8.0 .travis.yml
|
11 years ago |
Stéphane Bidoul
|
2a7ed7af2e
|
move all modules to __unported__ on master branch and set installable=False
|
11 years ago |
Stéphane Bidoul
|
58f7c295c9
|
Merge branch '7.0'
|
11 years ago |
Yannick Vaucher
|
2e49b18431
|
Merge pull request #3 from yvaucher/7.0-travis-coverage
7.0 travis coverage
|
11 years ago |
Yannick Vaucher
|
f3418af635
|
add conf file
|
11 years ago |
Yannick Vaucher
|
c9022a86c5
|
add README.md
|
11 years ago |
Yannick Vaucher
|
0a9354aeb0
|
add .coveragerc
|
11 years ago |
Yannick Vaucher
|
176b7fdef4
|
add .travis.yml
|
11 years ago |
Yannick Vaucher
|
d55d49fc05
|
Merge pull request #11 from yvaucher/7.0-pep8-server-environment
[PEP8] server_environment
|
11 years ago |
Yannick Vaucher
|
ceef79a487
|
[PEP8] server_environment
|
11 years ago |
Yannick Vaucher
|
53d144578f
|
Merge pull request #10 from bealdav/7.0-config-helper
[ADD] config helper module
|
11 years ago |
david.beal@akretion.com
|
982a3492e3
|
[ADD] config helper module
|
11 years ago |
Yannick Vaucher
|
cde83d1f1d
|
Merge pull request #6 from yvaucher/7.0-unported
add missing installable and move unported in __unported__
|
11 years ago |
Yannick Vaucher
|
c79a80f863
|
add missing installable and move unported in __unported__
|
11 years ago |
Yannick Vaucher
|
63a3f5e7af
|
Merge pull request #5 from yvaucher/7.0-gitignore-license
7.0 gitignore license
|
11 years ago |
Yannick Vaucher
|
93f1a13741
|
Merge pull request #4 from yvaucher/7.0-gitignore-license
7.0 gitignore license
|
11 years ago |
Yannick Vaucher
|
3be4d860f7
|
add .gitignore
|
11 years ago |
Yannick Vaucher
|
110393d27f
|
Add license
|
11 years ago |
unknown
|
5846255653
|
[REF] flake8 for 'mass_editing', 'auth_admin_passkey', 'disable_openerp_online' modules;
|
11 years ago |
unknown
|
17e575c3da
|
[ADD] import_odbc and base_external_dbsource from lp:openobject-extension/7.0
|
11 years ago |
Sylvain LE GAL
|
e79795fc32
|
[REF] 'mass_editing': flake8.
|
11 years ago |
Sylvain LE GAL
|
17dee822dd
|
[REF] 'auth_admin_passkey': flake8.
|
11 years ago |
Sylvain LE GAL
|
085bbcc264
|
[REF] 'disable_openerp_online': flake8.
|
11 years ago |
Launchpad Translations on behalf of server-env-tools-core-editors
|
d6a437f623
|
Launchpad automatic translations update.
|
11 years ago |
unknown
|
f1c3fbd7e5
|
[FIX] auth_admin_passkey: uncaught error with admin password and bad login by checking if user_id is set instead of only checking if different than SUPERUSER_ID
|
11 years ago |
Sylvain LE GAL
|
0484b8aaff
|
[REF] fix comments;
|
11 years ago |
Sylvain LE GAL
|
b4883bd9c3
|
[FIX] bug #1319391;
|
11 years ago |
Sylvain LE GAL
|
ed3a612a5c
|
[ADD] Test #6 to test the bug #1319391;
[ADD] Test #1 to #5 to avoid regression;
|
11 years ago |
Launchpad Translations on behalf of server-env-tools-core-editors
|
4ff9b77850
|
Launchpad automatic translations update.
|
11 years ago |
unknown
|
80f6954ce5
|
[FIX] eval module not being masked by aliased import
|
11 years ago |