Commit Graph

25 Commits

Author SHA1 Message Date
Olivier Dony 340ec6d5c3 [IMP] auth_signup: pass db in query string params, in order to trigger mono-db mode
Works after recent monodb patch in web,
at rev.3460 rev-id: al@openerp.com-20121119170802-gdrh1nrj3vtogfvw

bzr revid: odo@openerp.com-20121119175114-3conxxaym32eflgp
2012-11-19 18:51:14 +01:00
Olivier Dony ac7e2607ff [IMP] auth_signup: allow passing more options to signup URL
bzr revid: odo@openerp.com-20121116161554-9laa2orf0l9kl5ju
2012-11-16 17:15:54 +01:00
Antony Lesuisse cdd2398496 [MERGE] auth_signup jsonrpc instead of post and redirect
bzr revid: al@openerp.com-20121103144237-5otizomez1du5iyq
2012-11-03 15:42:37 +01:00
Christophe Simonis 9b1daf3861 [FIX] auth_signup: do the signup via ajax, allowing web client to respect hash values and execute initially asked action
bzr revid: chs@openerp.com-20121023191805-6ct40v4klj75fdpx
2012-10-23 21:18:05 +02:00
Antony Lesuisse 462eccb10d [FIX] auth_signup pass on the state
bzr revid: al@openerp.com-20121011000534-w3wa7m3mh1znylde
2012-10-11 02:05:34 +02:00
Raphael Collet 295e96d528 [IMP] auth_signup: add state (function field) on res.users: new, active, resetting password
bzr revid: rco@openerp.com-20121002145757-2m4dj7t5zq2sztfc
2012-10-02 16:57:57 +02:00
Raphael Collet c2a1e7e15d [FIX] auth_signup: fix condition to test validity of signup token
bzr revid: rco@openerp.com-20121001150333-dcf9co7bpsau5x2k
2012-10-01 17:03:33 +02:00
Raphael Collet 05aaabdbdd [IMP] auth_signup, portal: include a correct login/signup url in partner emails
bzr revid: rco@openerp.com-20121001091441-axamc9xp9nq5ibk2
2012-10-01 11:14:41 +02:00
Raphael Collet ad2d3c360f [IMP] auth_signup: fallback to login when token is no longer valid but user exists
bzr revid: rco@openerp.com-20120928142103-3a4vbs7y3gw135qm
2012-09-28 16:21:03 +02:00
Raphael Collet 3efe72ad6a [IMP] auth_signup: simplify user creation in signup, thanks to the fix of method copy()
bzr revid: rco@openerp.com-20120928120944-a2hgusq8gg3qf83n
2012-09-28 14:09:44 +02:00
Raphael Collet bf5395ab3d [IMP] auth_signup: add function fields signup_valid, signup_url, and method prepare_signup
bzr revid: rco@openerp.com-20120928085843-0erxrzva9lk5tqfh
2012-09-28 10:58:43 +02:00
Raphael Collet b80d84aafc [IMP] auth_signup: remove temporary function field signup_url, and clean methods
bzr revid: rco@openerp.com-20120927082704-wtuvir9tm2pgsvnq
2012-09-27 10:27:04 +02:00
Raphael Collet 479dfb7ea0 [FIX] auth_signup: fix the creation of a user attached to a partner from a user template
bzr revid: rco@openerp.com-20120926150459-9degade1ra9sk0ds
2012-09-26 17:04:59 +02:00
Raphael Collet e184913f34 [FIX] auth_signup: store and retrieve config parameters that may be null
bzr revid: rco@openerp.com-20120925125522-2t74fta15yfoesc1
2012-09-25 14:55:22 +02:00
Raphael Collet aceae3501e [IMP] auth_signup: extend the login form to allow signups
bzr revid: rco@openerp.com-20120925104013-f2vfqcjknx7zyo26
2012-09-25 12:40:13 +02:00
Raphael Collet d19ea766fa [IMP] auth_signup: improve API and implementation of signup
bzr revid: rco@openerp.com-20120924082609-75dnuzwrlhtvafh4
2012-09-24 10:26:09 +02:00
Raphael Collet 7873305eb1 [IMP] auth_signup: define new model and methods for signup
bzr revid: rco@openerp.com-20120921104237-krjff0k8lvhric8c
2012-09-21 12:42:37 +02:00
Raphael Collet 7655344ec5 [FIX] auth_signup: fix reference to template user for signup
bzr revid: rco@openerp.com-20120920074514-en23fuwudyn2zxjx
2012-09-20 09:45:14 +02:00
Mayur Maheshwari (OpenERP) 0b87880029 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012114258-w2q3hg1wb5wlt8wi
2012-10-12 17:12:58 +05:30
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
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
Christophe Simonis 4077ff353b [FIX] auth_signup: flake8
bzr revid: chs@openerp.com-20120813132543-v79g6om8a4ge9zsb
2012-08-13 15:25:43 +02:00
Antony Lesuisse d946d35ee0 oauth wip
bzr revid: al@openerp.com-20120813000149-lslqyhszzz8axhrv
2012-08-13 02:01:49 +02:00
Antony Lesuisse 4dc0440cb1 wip options
bzr revid: al@openerp.com-20120812174306-p47bfuzo2r030r3t
2012-08-12 19:43:06 +02:00
Antony Lesuisse 875d7541d9 sign up with controller
bzr revid: al@openerp.com-20120812170603-mnp54q5xn9htg6vj
2012-08-12 19:06:03 +02:00