Commit Graph

23 Commits

Author SHA1 Message Date
Denis Ledoux 0306adbfe3 [FIX] *: using werkzeug.url_encode instead of urllib.urlencode because urliblib.encode does not accept unicode
bzr revid: dle@openerp.com-20140129121316-b5f5e4r6fz9l80kq
2014-01-29 13:13:16 +01:00
Raphael Collet a50bc125f8 [IMP] auth_oauth: doc improvement
bzr revid: rco@openerp.com-20121127100635-vzbuw6a73286t2t2
2012-11-27 11:06:35 +01:00
Raphael Collet 867a84c3f8 [FIX] auth_oauth: improve method _auth_oauth_signin
bzr revid: rco@openerp.com-20121126104251-j6355zk91f468y5y
2012-11-26 11:42:51 +01:00
Raphael Collet c15ca7dbe9 [IMP] auth_oauth: refactor method auth_oauth to ease the addition of signin methods
bzr revid: rco@openerp.com-20121126094626-88rfueeeycy66wsi
2012-11-26 10:46:26 +01:00
Raphael Collet e0f9859641 [FIX] auth_oauth: use the right credentials when logging on the client database
bzr revid: rco@openerp.com-20121116105820-420abdggm9lzx0pe
2012-11-16 11:58:20 +01:00
Raphael Collet 898bdf9e98 [IMP] auth_oauth: refactor a bit method auth_oauth for reuse
bzr revid: rco@openerp.com-20121116092612-x1mef7uvvl0cn5gp
2012-11-16 10:26:12 +01:00
Christophe Simonis 9c3d680214 [FIX] auth_oauth: correct the constraint. How the heck did runbot still green?
bzr revid: chs@openerp.com-20121011114058-svvb5fbz8dye12jk
2012-10-11 13:40:58 +02:00
Christophe Simonis 4436d11ad7 [FIX] auth_oauth: add unique constraint on (oauth_provide_id,oauth_uid) + do not try to create user if signup is not installed
bzr revid: chs@openerp.com-20121010140104-4amqblnbu0es753x
2012-10-10 16:01:04 +02:00
Fabien Meghazi 7796ecaccf [FIX] auth_oauth calling refactored method
bzr revid: fme@openerp.com-20121010125545-kolr1xcmgvtt1ouc
2012-10-10 14:55:45 +02:00
Fabien Meghazi 94e4c0750e [IMP] auth_oauth2: log provider error
bzr revid: fme@openerp.com-20121010121919-cefodm7vzat5z321
2012-10-10 14:19:19 +02:00
Fabien Meghazi 4536fe76ca [FIX] oauth: make oauth works with providers not necessarily returning name and email (eg: facebook, OpenERP online)
bzr revid: fme@openerp.com-20120926094336-xir22x45wpn98lqd
2012-09-26 11:43:36 +02:00
Stephane Wirtel 1eac0fbe52 [REF] Replace the user id 1 by openerp.SUPERUSER_ID
bzr revid: stw@openerp.com-20120831135136-8k2wjeiixqt6tnkr
2012-08-31 15:51:36 +02:00
Antony Lesuisse 23178302c4 oauth generic with buttons from zocial
bzr revid: al@openerp.com-20120815224708-rcge3914klkwrw6u
2012-08-16 00:47:08 +02:00
Antony Lesuisse 35e620ce68 [FIX] check credentials now works
bzr revid: al@openerp.com-20120815211004-3arwfttwprm3tblh
2012-08-15 23:10:04 +02:00
Antony Lesuisse 334bc0ff66 [IMP] generic oauth providers
bzr revid: al@openerp.com-20120815180913-2y889mtgg15v5lqb
2012-08-15 20:09:13 +02:00
vta vta@openerp.com 397c67348e [ADD] Added the oauth providers table and views.
bzr revid: vta@openerp.com-20120814142904-7pjt91gl9ld2vxmf
2012-08-14 16:29:04 +02:00
vta vta@openerp.com 0dd635d603 [FIX] Fixed logged user redirection
bzr revid: vta@openerp.com-20120814131322-sww9yuik9jn2tn3p
2012-08-14 15:13:22 +02:00
vta vta@openerp.com ba5168192a [FIX] main.py
bzr revid: vta@openerp.com-20120814124636-nhv4iurcc9phe3cm
2012-08-14 14:46:36 +02:00
vta vta@openerp.com ebc010fd39 [FIX] Fixed auth_oauth method
bzr revid: vta@openerp.com-20120814115555-qyveeb9fibs598rh
2012-08-14 13:55:55 +02:00
vta vta@openerp.com 6b2738dc13 [FIX] added password to auth process
bzr revid: vta@openerp.com-20120814101337-b3ucei2tdyyinsbd
2012-08-14 12:13:37 +02:00
vta vta@openerp.com acd84e72c6 [FIX] res_user check method partial fix.
bzr revid: vta@openerp.com-20120814063413-kymp5dq5sbz2iih8
2012-08-14 08:34:13 +02:00
vta vta@openerp.com 7c3a72300c [FIX] Fixed login to OpenERP with Google OAuth2. Still fails when redirecting an authenticated user.
bzr revid: vta@openerp.com-20120813123333-b4jwsrn106lakbnh
2012-08-13 14:33:33 +02:00
Antony Lesuisse 7ff74cc4b1 oauth wip
bzr revid: al@openerp.com-20120812232612-9cib8w333no9hg3d
2012-08-13 01:26:12 +02:00