OCA Transbot
49a147cd3a
OCA Transbot updated translations from Transifex
8 years ago
Sylvain LE GAL
2a971c7ec8
[FIX] various improvement. Courtesy @dreispt review
8 years ago
aheficent
5d80520314
[IMP]encode output file
8 years ago
Florian da Costa
fd56ad74da
Fix version
8 years ago
Sylvain LE GAL
6493b38ff1
[REF] create a new module sql_request_abstract
8 years ago
Mourad Elhadj Mimoune
55784681d3
[MIG] Migrate module from 8.0 to 9.0
8 years ago
Benoit
d3f9d9c923
[IMP] add support of variables in queries
[FIX] encoding with mogrify
[FIX] hide placeholder
9 years ago
Florian da Costa
8e1d3d5e49
Add sql export module (migration from v7)
Add rollback after executing query as a double security with blacklist terms
add known issue in readme
9 years ago
Pedro M. Baeza
574a2de4e0
Merge pull request #1191 from Yenthe666/patch-1
[FIX] base_technical_features: add web dependency for fixing base_imp…
7 years ago
Yenthe V.G
fadfec94cf
[FIX] base_technical_features: add web dependency for fixing base_import tests
7 years ago
Pedro M. Baeza
609d3a1ed7
Merge pull request #1189 from nek-v/patch-1
[IMP] mass_editing: Update ru.po
7 years ago
nek
b07b30c410
Update ru.po
7 years ago
Pedro M. Baeza
dd8f0a5f5b
Merge pull request #1184 from Tecnativa/10.0-auth_signup_verify_email-fix_integration_tests
[FIX] auth_signup_verify_email: Better integration tests
7 years ago
Jairo Llopis
ca4e088448
[FIX] auth_signup_verify_email: Better integration tests
- Remove commits in tests.
- Bigger timeout.
- Run at post-install, since partners are created, which easily leads to `ProgrammingError`s.
7 years ago
OCA Transbot
21a1c80140
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
2c6e6004e9
[IMP] mass_editing: Execute tests at the end for compatibility
This way, if you install the module with mail module for example,
you don't receive an error about a null value in some fields.
7 years ago
Sébastien BEAU
9ceecee4f1
[IMP] make posible to call the onchange on an existing record and avoid returning computed value
7 years ago
OCA Git Bot
364f08eb24
[UPD] addons table in README.md
7 years ago
beau sebastien
fe3d2d4859
Merge pull request #1143 from acsone/10-fix_method_visibility-lmi
[IMP] keychain: get_password must not be accessible from outside
7 years ago
OCA Git Bot
0cfd9ed3dd
[ADD] setup.py
7 years ago
OCA Git Bot
d11ae99605
[UPD] addons table in README.md
7 years ago
Lois Rilo
110f47f4c7
[10.0][MIG] base_cron_exclusion ( #1105 )
* [9.0][ADD] base_cron_exclusion
* [10.0][MIG] base_cron_exclusion
7 years ago
Laurent Mignon (ACSONE)
a57347b55d
[IMP] keychain: get_password must not be accessible from outside
7 years ago
Holger Brunn
4dd3e43075
[MIG] users_ldap_groups
7 years ago
nguyenductamlhp
3110671291
[10.0][FIX] Error when set disable History password (set History in Company as 0) of user in company ( #1126 )
* [FIX] Error when set disable History password of user in company
* [REF] Update version
7 years ago
OCA Git Bot
8c39729b03
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
afb2680dce
Merge pull request #1141 from joserprieto/10.0
Remove duplicated module "mgmtsystem_kpi" is on the URL https://github.com/OCA/management-system/tree/10.0/mgmtsystem_kpi (project Management System)
7 years ago
joserprieto
0b655b168a
Remove duplicated module "mgmtsystem_kpi" is on the URL https://github.com/OCA/management-system/tree/10.0/mgmtsystem_kpi (project Management System)
7 years ago
OCA Git Bot
c232c5720c
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
e2078c8f33
Merge pull request #1109 from LasLabs/bugfix/10.0/password_security-request_params
[10.0][FIX] password_security: No login success with no params
7 years ago
OCA Transbot
3b56f099f1
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
4c8baaa5d8
[UPD] addons table in README.md
7 years ago
Oleg Bulkin
9f44f37e11
[FIX][IMP] base_kanban_stage: Default stage and tests
* Add default stage_id logic that returns lowest sequence stage associated with
inheriting model and update unit tests accordingly
* Improve _read_group_stage_ids unit test
* Implement latest abstract model testing strategy
7 years ago
Oleg Bulkin
edda690f2c
[FIX] auth_totp: RPC access
* Add res.users logic to prevent RPC access for users with MFA enabled even
when those users have recently logged in
7 years ago
OCA Transbot
110d313a54
OCA Transbot updated translations from Transifex
7 years ago
Oleg Bulkin
74fcce91ee
PR commit
7 years ago
Oleg Bulkin
c8d5b50777
[FIX] auth_totp: Various issues
* Restructure controller and res.users logic to prevent RPC authentication for
users with MFA enabled and add support for multiple simultaneous MFA sessions
* Switch trusted device cookies from using the DB secret to user-level secret
keys, thereby increasing security
* Remove MFA login tokens and trusted device model, which are now redundant
* Add migration logic that generates a trusted device cookie key for every user
with MFA enabled and cleans up device model ir records to prevent warnings
* Update unit tests and remainder of module accordingly
7 years ago
OCA Git Bot
daca284071
[UPD] addons table in README.md
7 years ago
Dave Lasley
58207e6119
Merge pull request #1121 from grindtildeath/10.0_fix_auth_totp_special_chars
[10.0][Fix] Auth_totp: Ensure no special chars are passed to totp.provisioning_uri
7 years ago
Akim Juillerat
e76742a767
Ensure no special chars are passed to totp.provisioning_uri
7 years ago
OCA Git Bot
61650f79c1
[UPD] addons table in README.md
7 years ago
Dave Lasley
98185e6985
[FIX] password_security: No login success with no params
* Default the `login_success` parameter to False instead of True in order to mitigate lack of parameter existence due to unknown module. Fixes OCA#1081
7 years ago
Dave Lasley
3e2546f65d
Merge pull request #1117 from versada/bugfix/10.0/fix-sentry-tests
[10.0][FIX] sentry: fix tests after raven 6.4.0
7 years ago
Naglis Jonaitis
39d27afa5e
[FIX] sentry: Fix SanitizeOdooCookiesProcessor after raven 6.4.0
Closes #1096
7 years ago
OCA Transbot
3bb12bd80c
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
c6796c4d66
[UPD] addons table in README.md
7 years ago
OCA Git Bot
e28dc91f9b
[ADD] setup.py
7 years ago
Brenton Hughes
37dc920c5e
[ADD] base_export_security: Create module ( #917 )
* [ADD] base_export_security: Create module
* Add Export Rights security group, access rights
* Add user rights checks to prevent unauthorized exports and hide
Export menu item from unauthorized users
* Add Export model for logging data export activity
* Add views, menu link for Export Logs
* Add data exports discussion channel, notifications of exports
* [IMP] base_export_security: Make requested changes
* Fix manifest website and depends
* Fix xml structure
* Rename model 'export' -> 'export.event'
* Simplify date calculation
* Use % instead of .format
* Avoid translating variables
* Assign recordsets to variables instead of ids
* Use (6, _, ids) command instead of (4, id, _)
* Clean up syntax redundancies
* Remove unnecessary sort
* Override export_data method with inheritance/super
* [FIX] base_export_security: Fix eslint errors
* Fix prefer-rest-params
* Fix no-prototype-builtins
* Fix comma-dangle
* Fix dot-location
* Fix unnecessary apply
* [IMP] base_export_security: Update readme
* Add three screenshots from PR to readme
7 years ago
Holger Brunn
3632a32454
[FIX] squelch expected error log
7 years ago
Holger Brunn
24d7ebda49
[FIX] install mailserver for tests
7 years ago