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
Jairo Llopis
fb8b9c7de5
[FIX][base_custom_info] Make tests work
8 years ago
Sergio Teruel Albert
6ab5a97779
[FIX] base_custom_info: fix demo template csv
8 years ago
Pedro M. Baeza
be29d1b235
[IMP] base_custom_info: Make backend UI work
# Conflicts:
# base_custom_info/i18n/es.po
8 years ago
Jairo Llopis
fa4e40d18a
[IMP] base_custom_info: Recursive templates.
- Select an option with an additional template and get it filled on the owner.
- Drop support for onchange, too many bugs to workaround.
- Improve demo data.
- Improve tests.
- Almost cool material icon, this is an app now!
- Fun pics.
# Conflicts:
# base_custom_info/__manifest__.py
8 years ago
Jairo Llopis
4378c7d4be
[IMP]base_custom_info: New types and access rules system.
* Now you can define properties types, and access rules are inherited from the model/record
linked to the custom info record.
* Simplified version of computed value.
* Implement for res.partner.
* Add tests and fix bugs discovered in the meantime.
* Allow to disable partner custom info tab, and custom info menu.
* All of it can be set within general settings.
* Now, by default, this module does not display custom info for partners unless in demo mode.
Better fit for a base module.
* You can disable the top menu entry too if it disturbs you, or enable it for everybody.
* Give a special form when editing in partner custom info tab.
* Sortable properties.
* Sort values at onchange time.
* Improve performance in onchange.
* Split in several model files.
# Conflicts:
# base_custom_info/__manifest__.py
# base_custom_info/i18n/es.po
8 years ago
Jairo Llopis
298f75a2e7
[CHG] base_custom_info: Relicense to LGPL with all authors' consent
# Conflicts:
# base_custom_info/__manifest__.py
8 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
Holger Brunn
2e07f3d74c
[FIX] import for safe_eval
7 years ago
OCA Git Bot
505bc6751b
[ADD] setup.py
7 years ago
OCA Git Bot
7cff877f9f
[UPD] addons table in README.md
7 years ago
Miku Laitinen
13d3cc3c46
[MIG] dead_mans_switch_client: Migration to 10.0
7 years ago
OCA Transbot
d338bf03c8
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
8bd6976a4b
[UPD] addons table in README.md
7 years ago
Dave Lasley
dbe3a502b8
Merge pull request #1084 from LasLabs/bugfix/10.0/gh-1083-add-default-reset-time
[FIX] password_security: Default last write date
7 years ago
Dave Lasley
f5d265211f
[FIX] password_security: Default last write date
* Add a default `password_write_date` to circumvent need for immediate password reset, fixing #1083
7 years ago
Stefan Rijnhart (Opener)
9f5c678c2f
Merge pull request #1024 from acsone/10.0-imp_base_user_role_default_user-bwi
[IMP] Use default user to define default roles to create for a new user
7 years ago
Benjamin Willig
0e50f775c6
[IMP] Use default user to define default roles to create for a new user
7 years ago
OCA Transbot
4b1cd222f7
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
b3e48fa986
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
71b23d8687
Merge pull request #916 from multidadosti-erp/develop-mass-mail-upgrade-button
[FIX] Remove mass mail upgrade button
7 years ago
Pedro M. Baeza
5bf89f45ba
Merge pull request #1077 from StefanRijnhart/fix/10.0/password_security/underscore
[FIX] Underscore is a special character
7 years ago
OCA Git Bot
94c6ea1e64
[UPD] addons table in README.md
7 years ago
Stefan Rijnhart
b039d37ffa
[FIX] Underscore is a special character
7 years ago