Commit Graph

26 Commits

Author SHA1 Message Date
Olivier Dony e6cca53967 [FIX] portal_anonymous: revert incorrect fix for login flickering, try another one that works in monodb mode
The previous fix at revision 8887 was not correct because start() did not call
 _super() in anonymous mode, while still depending on the value of 
`self.selected_db`, that _super() is responsible for setting in monodb mode.
Multi-db mode was working fine.

bzr revid: odo@openerp.com-20130319181137-9quokmivgb3flyct
2013-03-19 19:11:37 +01:00
Fabien Meghazi e1c5625be2 [FIX] Avoid login flicker during anonymous login
bzr revid: fme@openerp.com-20130319144008-zw0n5o0mob99xbo6
2013-03-19 15:40:08 +01:00
Fabien Meghazi 8b90f3d814 [REM] Remove unused code
bzr revid: fme@openerp.com-20130307083507-3v0kp0oyms4v09tn
2013-03-07 09:35:07 +01:00
Fabien Meghazi 8bb8ebba36 [IMP] portal anonymous, hide top bar when clicking Login button
bzr revid: fme@openerp.com-20130305164022-p177nfhajihhm9l6
2013-03-05 17:40:22 +01:00
Fabien Meghazi 97698c02b0 [FIX] Fix modules for monodb login
bzr revid: fme@openerp.com-20130228163319-lyu985ueqj7xpr6u
2013-02-28 17:33:19 +01:00
Olivier Dony 4e96f620e1 [FIX] portal_anonymous: `token` and `login` params are in the URL fragment, not in the query string
The previous test was done on the query string, in which
`token` and `login` are never found, preventin users
from seeing their reset password form.
The test was also incorrectly checking for the presence
of both a `token` and `login`, while any of those should
disable the anonymous mode (sometimes only `token` is
present, e.g. for password reset).

lp bug: https://launchpad.net/bugs/1104070 fixed

bzr revid: odo@openerp.com-20130225155654-0kb9g5zmi8a2ggp4
2013-02-25 16:56:54 +01:00
dle@openerp.com a35080348c [FIX]Anonymous mode must work with url params except the specific token or username params
bzr revid: dle@openerp.com-20130107092547-zj4ciux3id4bnohn
2013-01-07 10:25:47 +01:00
vta vta@openerp.com e88795ae66 [FIX] portal_anonymous login loop
bzr revid: vta@openerp.com-20130104085033-q2ol776craxuhecs
2013-01-04 09:50:33 +01:00
vta vta@openerp.com a9e53f724f [FIX] Fix reset password token issue
bzr revid: vta@openerp.com-20121231150239-oeuvnwbpsvyzh5v5
2012-12-31 16:02:39 +01:00
vta vta@openerp.com 9e65badaa6 [REM] Remove console.log
bzr revid: vta@openerp.com-20121228135249-1qojmcvm7zsyutq8
2012-12-28 14:52:49 +01:00
vta vta@openerp.com 27974575fd [FIX] Fix load_translations, right deferred return, and improved language selection
bzr revid: vta@openerp.com-20121228125244-v8mf6abge6jy4hlg
2012-12-28 13:52:44 +01:00
vta vta@openerp.com 0b522ecf61 [IMP] Try to get the user preference if it exists in the DB
bzr revid: vta@openerp.com-20121227140928-245pknr7g3bxbwdt
2012-12-27 15:09:28 +01:00
vta vta@openerp.com 27938877d5 [IMP] Improve code
bzr revid: vta@openerp.com-20121227132530-2qrid9metzuuhqpo
2012-12-27 14:25:30 +01:00
vta vta@openerp.com 685ca6f022 [FIX] Naming issue
bzr revid: vta@openerp.com-20121227074742-lwdosnvmwe8da8so
2012-12-27 08:47:42 +01:00
vta vta@openerp.com d982e624db [IMP] Improve code
bzr revid: vta@openerp.com-20121227074254-p53wfwjh9qvolby0
2012-12-27 08:42:54 +01:00
vta vta@openerp.com efa8d0e298 [FIX] Fix not working code
bzr revid: vta@openerp.com-20121226181850-00kbdgorw77tqfvu
2012-12-26 19:18:50 +01:00
vta vta@openerp.com 0e61e36117 [FIX] Correct iso format
bzr revid: vta@openerp.com-20121226081520-die900l0op2c4ha8
2012-12-26 09:15:20 +01:00
vta vta@openerp.com 855e877f28 [IMP] Browser's language as default language for anonymous user
bzr revid: vta@openerp.com-20121226074804-rto6je56j60dmp6i
2012-12-26 08:48:04 +01:00
vta vta@openerp.com 6116d9ae0e [FIX] fixed anonymous autologin, and autojump to oauth provider directly
bzr revid: vta@openerp.com-20121218153255-14mwitd6q06bbyor
2012-12-18 16:32:55 +01:00
vta vta@openerp.com 460b677f63 [MERGE] Latest trunk
bzr revid: vta@openerp.com-20121217121005-8ssmg03s9gfdrgak
2012-12-17 13:10:05 +01:00
vta vta@openerp.com 3e8d5d9bad [FIX] Login template and click event handler
bzr revid: vta@openerp.com-20121217101425-8elexsj8leayyba5
2012-12-17 11:14:25 +01:00
vta vta@openerp.com b5648aa982 [FIX] Don't show timezone warning if user anonymous, also fixed click event handler on login
bzr revid: vta@openerp.com-20121217094827-digf2qlawxbjfo09
2012-12-17 10:48:27 +01:00
vta vta@openerp.com 4c02283a78 [FIX] Fixed correct handling of url params
bzr revid: vta@openerp.com-20121214122025-iri7g6bdksmo2846
2012-12-14 13:20:25 +01:00
vta vta@openerp.com 0a6417e21e [FIX] Remove console.log
bzr revid: vta@openerp.com-20121213160828-ko1fwjh2bjtokqay
2012-12-13 17:08:28 +01:00
vta vta@openerp.com d30d4f4b52 [IMP] Avoid anonymous 'autologin' if the url contains a token or a login param
bzr revid: vta@openerp.com-20121213154513-a0eewtxcf9kihfu5
2012-12-13 16:45:13 +01:00
vta vta@openerp.com 2501470305 [IMP] Moved all js code from auth_anonymous to portal_anonymous (changed also all related names, etc.) which will do all the job. Removed auth_anonymous
bzr revid: vta@openerp.com-20121212124049-yttnbx75zxrekvc4
2012-12-12 13:40:49 +01:00