Commit Graph

24 Commits

Author SHA1 Message Date
Antony Lesuisse 3d8b7984be import cleanups part1
bzr revid: al@openerp.com-20131022170659-kg9err029ha22evh
2013-10-22 19:06:59 +02:00
Thibault Delavallée 3e8f06ad06 [FIX] auth_signup: refactoring to new framework introduced an authentification level to user for login; none seems to be required because the user is not authentified anymore.
bzr revid: tde@openerp.com-20130703134953-ltdsi9m409mrev2c
2013-07-03 15:49:53 +02:00
niv-openerp a574ce71bf Small refactoring
bzr revid: nicolas.vanhoren@openerp.com-20130621124534-bvsjihld3j9vqpkw
2013-06-21 14:45:34 +02:00
niv-openerp 56f2e7631f Some more refactoring to use @route()
bzr revid: nicolas.vanhoren@openerp.com-20130620100122-3mtvqr1w5yrikitk
2013-06-20 12:01:22 +02:00
niv-openerp f3bd6b3baf Added @nodb where it is required
bzr revid: nicolas.vanhoren@openerp.com-20130611165947-36997uizrxtnore0
2013-06-11 18:59:47 +02:00
dle@openerp.com 64e0800251 [FIX]auth_signup: signup controllers signatures uses **values instead of login,password,...
bzr revid: dle@openerp.com-20130305143204-p0a12q9ujrhxu67d
2013-03-05 15:32:04 +01:00
Fabien Meghazi 977eaed2c8 [FIX] make a json request out of reset_password
bzr revid: fme@openerp.com-20130226161925-v8sr2r1zgcki6n3z
2013-02-26 17:19:25 +01:00
Raphael Collet 88053a85a2 [IMP] auth_signup: move exception guard from second-order method to controller method
bzr revid: rco@openerp.com-20121206132446-w1884yc337wj037d
2012-12-06 14:24:46 +01:00
Raphael Collet 4d200952f7 [IMP] auth_signup: on login page, show the links 'Sign Up' and 'Reset Password' only when enabled
bzr revid: rco@openerp.com-20121203154811-1v0f3eu444rkw6cp
2012-12-03 16:48:11 +01:00
Raphael Collet 41ceffd52b [ADD] auth_signup: merge in functionality of auth_reset_password
bzr revid: rco@openerp.com-20121203144424-39wrr5z78smswox2
2012-12-03 15:44:24 +01:00
Raphael Collet 48a854522a [IMP] auth_signup: split controller method to allow overridding
bzr revid: rco@openerp.com-20121123160048-vaeiyeok9x430dku
2012-11-23 17:00:48 +01:00
Olivier Dony c9d5148991 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121107114202-mt3gny8e2497m7qf
2012-11-07 12:42:02 +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
Olivier Dony c7757baf77 [IMP] edi: ported web part to 7.0 + removed the EDI preview- and export-related parts
As started in previous commits, in 7.0 there is no more
static storage of exported EDI documents, and they are
instead replaced by the improved portal - which will
provide the preview as well as export capabilities.
(The export might be added in a second phase)

bzr revid: odo@openerp.com-20121016122913-ndl0l36buhku3kxy
2012-10-16 14:29:13 +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
Antony Lesuisse 84a7523a63 [IMP] remove standalone web client, fix imports
bzr revid: al@openerp.com-20121010204617-ah29rz616xo7i2dr
2012-10-10 22:46:17 +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 9906a2bda1 [IMP] auth_signup: improve error message handling in web client
bzr revid: rco@openerp.com-20120925143433-p4r2gl6t37dw0s17
2012-09-25 16:34:33 +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
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
Christophe Simonis 661b4e0786 [IMP] auth_signup: use contextmanager to manage the cursor
bzr revid: chs@openerp.com-20120813150605-964tpaedgremjnoa
2012-08-13 17:06:05 +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 875d7541d9 sign up with controller
bzr revid: al@openerp.com-20120812170603-mnp54q5xn9htg6vj
2012-08-12 19:06:03 +02:00