793 Commits (5737ebc97c048eb46c3850698bc3304fafb4a518)
 

Author SHA1 Message Date
Leonardo Pistone 87868b026f Merge pull request #48 from nbessi/port_of_server_env 10 years ago
Nicolas Bessi e6e7079e9d Remove dead commented code 10 years ago
Nicolas Bessi 2eb7e27ba8 Improve performance by moving _build_osv in init 10 years ago
Nicolas Bessi fca8e9e7a9 Add unit test for server environment 10 years ago
Nicolas Bessi 269e2ca36f Refactor in order to support dotted parameters 10 years ago
Nicolas Bessi e4e5e8174e Fix typo in dir name 10 years ago
Nicolas Bessi d3788534b4 Link server_environment_files_sample to server_environment_files in 10 years ago
Nicolas Bessi b8bc5c2e06 Add doctstring and remove dead code 10 years ago
Nicolas Bessi 0771efa10a Add git support to get revision 10 years ago
Nicolas Bessi 1563582d03 Port server environment to version 8.0 10 years ago
Nicolas Bessi e1d8e4ffe9 Moving server environment module and sample module 10 years ago
Daniel Reis 43abd511ac Port users_ldap_populate to v8 10 years ago
Daniel Reis 1796785cab Fix PEP8 10 years ago
Daniel Reis 312c45e90b Port users_ldap_mail to v8 10 years ago
Daniel Reis 7e49509862 Move users_ldap_mail out of unported 10 years ago
Daniel Reis 73a1c76f61 Move users_ldap_populate out of unported 10 years ago
lauris c61521b3c3 Real fix for PEP8 errors 10 years ago
lauris 131cf140f3 PEP8 fix for /import_odbc/import_odbc.py 10 years ago
lauris d2c7818403 base_external_dbsource and import_odbc modules moved out of __unported__ and adopted for instalation on v8.0 : created new form views for both modules as old ones was for v6.1 10 years ago
Alexandre Fayolle f2cb9ff343 changed branch ref in README.md 10 years ago
Alexandre Fayolle 5e310b4c60 Merge branch '7.0' to master 10 years ago
Pedro M. Baeza 7841e39ca7 Merge pull request #26 from hbrunn/8.0-disable_openerp_online 10 years ago
Sandy Carter 9b6eee8e46 Tighten type check in domain (closes #15) 10 years ago
Sandy Carter 7fc2ef47e0 Tighten type check in domain 10 years ago
Stéphane Bidoul c2fec40d13 auth_http_remote_user: test if already authenticated based on login instead of uid 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) 10 years ago
Pedro M. Baeza 4765f546f4 Merge pull request #32 from avanzosc/8.0-mass_editing 10 years ago
Laurent Mignon (aka lmi) 8c7115e2d3 [FIX] return 'None' if no user name is found in the request hearder 10 years ago
Yannick Vaucher 9a06383c92 Merge pull request #33 from acsone/8.0-fix-travis 10 years ago
Laurent Mignon (aka lmi) 0a87609cf2 [FIX] travis (use the one from OCA) 10 years ago
Laurent Mignon (aka lmi) 4c4e2139cd [PEP8] 10 years ago
Laurent Mignon (aka lmi) b939815513 [FIX] travis 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 10 years ago
oihane 9e24c6fc35 [MOD] Splitted mass_editing.py into two files 10 years ago
oihane 89dcf08a1e [MOD] Some changes 10 years ago
oihane 27970ad2ab [ADD] Migrated <mass_editing> for Odoo 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
Holger Brunn 97b570b739 [IMP] rebranding 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