Jairo Llopis
bb2c687aec
Fix eval vulnerability.
11 years ago
Jairo Llopis
ef0733ebdd
Merge
11 years ago
Launchpad Translations on behalf of server-env-tools-core-editors
cc7f0b2cf6
Launchpad automatic translations update.
11 years ago
Sylvain LE GAL
0722cde476
[FIX] translation.
11 years ago
Sylvain LE GAL
55eb25a855
[MRG]
11 years ago
Jairo Llopis
cdd1a5ebdd
Fix bug #1235969 .
11 years ago
unknown
d06b755eef
[ADD] HTTP Basic auth for OpenERP. One module picks up the HTTP authorization
header and tries to login the user with the credentials given. Usually,
you would have a setup that your OpenERP instance sits behind a proxy
that does the authentication and passes it on via those headers.
The second modifies the logout procedure to clear the browser's credential
cache for basic authentication for the site OpenERP is running on.
It is split into two modules because of the web client's habit of loading
all addons which have a static directory, resulting in always executing
auth_from_http_basic's monkey patch. This way the user has to consciously
decide to load the addon.
11 years ago
Sylvain LE GAL
936ebd27b8
[REF] typo.
11 years ago
Sylvain LE GAL
7711cde3c5
[FIX] Incorrect import.
11 years ago
Sylvain LE GAL
fb1763fd05
[REF] change order in an algorithm;
11 years ago
Sylvain LE GAL
80a2e93c8d
[REF] Pep8.
11 years ago
Sylvain LE GAL
dbbef72026
[ADD] copyright information in all files.
11 years ago
Holger Brunn
c5187e5abc
[FIX] pep8
11 years ago
Sylvain LE GAL
316cda1e22
[MRG]
11 years ago
Launchpad Translations on behalf of server-env-tools-core-editors
0d617eb23d
Launchpad automatic translations update.
11 years ago
Sylvain LE GAL
61cac54371
[FIX] res_config.py : incorrect call. self.pool('xxx') -> self.pool['xxx']
[REF] res_users.py : same call to self.pool in other res_users class.
11 years ago
Sylvain LE GAL
4562169feb
[REF] Pep8 and import conventions.
11 years ago
Sylvain LE GAL
e2ec68c69a
[MRG]
11 years ago
Sylvain LE GAL
d437d3af72
[IMP] Emails are now translated.
11 years ago
Sylvain LE GAL
aca963fac4
[IMP] 'auth_admin_passkey' works now indepently from the order of the installation of modules 'auth_admin_passkey' and 'auth_crypt'. (Courtesy of Stefan Rijnhart).
11 years ago
Sylvain LE GAL
bdb535c057
[ADD] 'auth_admin_passkey' : add '.pot' file.
11 years ago
Sylvain LE GAL
2c29253ec7
[IMP] 'auth_admin_passkey' : Manage the special case where an user has the same password as the admin user, sending a mail to admin user.
11 years ago
Sylvain LE GAL
d041c995ef
[IMP] move 'if' test to avoid useless call to check_credentials function if user_id == SUPERUSER_ID. (Courtesy of Stefan Rijnhart).
11 years ago
Launchpad Translations on behalf of server-env-tools-core-editors
67fcbd897d
Launchpad automatic translations update.
11 years ago
Launchpad Translations on behalf of server-env-tools-core-editors
405d6df582
Launchpad automatic translations update.
11 years ago
Sylvain LE GAL
f2610b09b6
[ADD] new module 'auth_admin_passkey' that allow admin user (uid=1) to login with any login and his password.
11 years ago
unknown
efd9f13cd9
[ADD] .pot files
11 years ago
Sandy Carter
039328bdc4
Generate .pot files
11 years ago
Stefan Rijnhart
addc2d5b4f
[RFR] Flake8
11 years ago
Stefan Rijnhart
b0da1f4fb9
[FIX] Label
[FIX] Catch attempt to unlink field from nonexisting model
11 years ago
Launchpad Translations on behalf of server-env-tools-core-editors
fd72766f47
Launchpad automatic translations update.
11 years ago
Jose Morales
ff66ef74c2
[IMP] In 7.0 version of OpenERP it is unnecessary put the type of view when we define it, is why that I remove the tag type in the view to avoid that server shows us a warning
11 years ago
Launchpad Translations on behalf of server-env-tools-core-editors
7c943123be
Launchpad automatic translations update.
11 years ago
Jairo Llopis
4807f127b4
Add translations to mass_editing.
11 years ago
Stefan Rijnhart
077f4c500a
[IMP] Docstrings
11 years ago
Stefan Rijnhart
974b1fc381
[FIX] Data purging now working
11 years ago
Stefan Rijnhart
47996bec34
[ADD] Allow purging of dangling data entries
11 years ago
Jose Morales
f0eb126a88
[IMP] In 7.0 version of OpenERP it is unnecessary put the type of view when we define it, is why that I remove the tag type in the view to avoid that server shows us a warning
11 years ago
Stefan Rijnhart
05b5c7a569
[RFR] Group models per table when detecting columns to purge
to prevent problems with models sharing the same table
11 years ago
Stefan Rijnhart
1c9db99c7e
[FIX] Preserve dangling workflow table which is in use
11 years ago
Stefan Rijnhart
46a72e1449
[FIX] Don't remove uid field from wkf_instance, which is written in
raw SQL query (but never read afterwards). Workaround for
lp:1277899
11 years ago
Jairo Llopis
e459f91c93
Add spanish translation and translation template.
11 years ago
unknown
5486cc51dc
[FIX] error in previous merge
11 years ago
Guewen Baconnier
a5b8f1e434
fix my change guewen.baconnier@camptocamp.com-20140203103254-v1mzu2uib047xb9h, wrong lines replaced...
11 years ago
unknown
9bbd119c91
[IMP] Remove the fields having a relation to the purged models.
11 years ago
unknown
c2722d7caf
[FIX] avoid ''NoneType' object has no attribute 'exists'' error when purging models
11 years ago
Guewen Baconnier
d0eafda358
avoid ''NoneType' object has no attribute 'exists'' error when purging models
11 years ago
Guewen Baconnier
668742e89b
remove relations when purging models
11 years ago
Holger Brunn
32dddd04d5
[IMP] adjust view definitions to 7.0
[FIX] use mail_thread.message_parse in wizard
11 years ago
Launchpad Translations on behalf of server-env-tools-core-editors
fa17e87253
Launchpad automatic translations update.
11 years ago