Oleg Bulkin
b5fc807dbf
[FIX] auth_totp: Website compatibility
* Add website compatibility by modifying the decorator on one of the routes and
updating the login_success request parameter as needed
7 years ago
Oleg Bulkin
a17557b066
[FIX] auth_totp: User deletion
* Add ondelete='cascade' to the res.users.authenticator.create wizard model to
properly support deletion of users who have just created an MFA authenticator
7 years ago
Oleg Bulkin
8580b0db57
[IMP] auth_totp: Admin support
* Add MFA fields to normal res.users form view for admin access
* Update record rules to give admins read/unlink access to MFA authenticators
8 years ago
Oleg Bulkin
7c6d27e1ff
[FIX] auth_totp: Permissions fix and other tweaks
* Slightly reword README
* Replace LasLabs logo with OCA one
* Overload _build_model in res.users model to add two MFA fields to the model
class's list of self-writeable fields, allowing these fields to be edited by
users without admin permissions for their own record
* Update view_users_form_simple_modif and the unit tests in the module based
on the self-writeable field change
8 years ago
Dave Lasley
1271eeca32
[MIG] auth_totp: Upgrade to v10
* Rename manifest
* Change openerp references to odoo
* Bump version
* Add pyotp back to requirements
8 years ago
Oleg Bulkin
8cd367163a
[ADD] auth_totp: MFA Support
* Add relevant fields and methods to the res.users model
* Overload check_credentials in res.users to allow for logins using an MFA
login token rather than a password
* Add the res.users.authenticator and res.users.device models, along with
appropriate ACLs and record rules
* Add the res.users.authenticator.create wizard model and an associated view
to facilitate creation of res.users.authenticator records
* Extend base.view_users_form_simple_modif with fields needed to manage the
new functionality
* Add an AuthTotp controller that inherits from Home in the web module and an
associated view to introduce MFA logic to the login process
* Add several new exception classes that inherit from AccessDenied
8 years ago
Dave Lasley
628b11d9c3
Merge pull request #762 from akretion/10-fix-base_kanban_stage
[10.0] Fix base_kanban_stage tests
8 years ago
Florian da Costa
82c249fa17
Leave test mode after base kanban stage tests
8 years ago
OCA Transbot
81d77ba647
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
597d98e132
[ADD] setup.py
8 years ago
OCA Git Bot
7a37fa4ffe
[UPD] addons table in README.md
8 years ago
Sylvain LE GAL
83ee5f322d
Merge pull request #706 from grap/10.0_PORT_mass_sorting
10.0 port mass sorting
8 years ago
Sylvain LE GAL
0cc49b6e46
[IMP] replace search by search_count
8 years ago
Sylvain LE GAL
c16bba503a
[REF] renaming fields and improve readme file
8 years ago
OCA Git Bot
98c437f3d8
[ADD] setup.py
8 years ago
Moises Lopez - https://www.vauxoo.com/
385e9b7b2c
Merge pull request #718 from sharkende/10.0
Migration of auth_signup_verify_email to 10.0
8 years ago
OCA Transbot
9f021a1d92
OCA Transbot updated translations from Transifex
8 years ago
David Beal
b6a6464b3b
FIX warning in mass editing module when read ( #741 )
8 years ago
Pedro M. Baeza
668095d439
Merge pull request #744 from StefanRijnhart/10.0-auditlog_concurrency_rollback
[FIX] Request id no longer exists after concurrency rollback
8 years ago
Stefan Rijnhart
4a3e934530
[FIX] Request id no longer exists after concurrency rollback
8 years ago
OCA Git Bot
6047e95ce9
[ADD] setup.py
8 years ago
OCA Git Bot
3320b98288
[UPD] addons table in README.md
8 years ago
Serpent Consulting Services Pvt Ltd
2d47eb47c4
[MIG] mass_editing: Migration to v10 ( #598 )
8 years ago
OCA Git Bot
333de97fcf
[ADD] setup.py
8 years ago
OCA Git Bot
e2d952bc57
[UPD] addons table in README.md
8 years ago
Dave Lasley
c111073250
Merge pull request #707 from BT-fgarbely/10.0-mig-auditlog
10.0 mig auditlog
8 years ago
OCA Transbot
de13bfa60b
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
5ad0b53152
[UPD] addons table in README.md
8 years ago
Dave Lasley
49b6e9cbf1
Merge pull request #684 from acsone/10.0-mig-base_user_role-ape
[MIG] Port base_user_role to 10.0
8 years ago
Adrien Peiffer (ACSONE)
d2a6e8e8e8
[MIG] base_user_role: Port to 10.0
8 years ago
OCA Transbot
7601436d09
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
9230b6e146
[UPD] addons table in README.md
8 years ago
Andrea Stirpe
b014d6dc1a
[10.0][auto_backup] Menu entry moved ( #735 )
* [10.0][auto_backup] Menu entry moved
* Update version in manifest
8 years ago
OCA Transbot
3e76156bbc
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
77979aa995
[ADD] setup.py
8 years ago
OCA Git Bot
d272a58f48
[UPD] addons table in README.md
8 years ago
Moises Lopez - https://www.vauxoo.com/
e28ef54b14
Merge pull request #725 from EBII/10-scheduler_error_mailer
[10] scheduler error mailer
8 years ago
OCA Git Bot
b4e4a6066b
[ADD] setup.py
8 years ago
OCA Git Bot
fa4d53d5d8
[UPD] addons table in README.md
8 years ago
Daniel Reis
1329206100
Merge pull request #681 from LasLabs/feature/10.0/LABS-134-create-medical_base_stage-object
[10.0][MIG] base_kanban_stage
8 years ago
OCA Transbot
59261486fb
OCA Transbot updated translations from Transifex
8 years ago
Frédéric Garbely
7b8bd4d26f
[MIG] auditlog: Migrated to 10.0
8 years ago
OCA Transbot
df93a962aa
OCA Transbot updated translations from Transifex
8 years ago
MonsieurB
5cda398389
change OpenERP with Odoo
8 years ago
MonsieurB
c6b753ee13
migrate to V10
8 years ago
Dave Lasley
4a8e1951cc
Merge pull request #711 from Yenthe666/patch-1
[auto_backup] FIX: failure type notification
8 years ago
vincent
4d1abc4f3b
Correction of the value of password
8 years ago
Dave Lasley
aebfc5578c
[FIX] base_kanban_stage: Fix test for new API
8 years ago
vincent
8e7ed2413e
Replacing openerp with odoo
8 years ago
vincent
a971eb7526
Module set to installable
Odoo don't let signup without password
8 years ago