Commit Graph

132 Commits

Author SHA1 Message Date
SleepWalker
a1c713236a Exmplitly create redirect action for auth instead of if statement in AuthFlow.run 2017-02-01 08:22:12 +02:00
SleepWalker
7f6eddf3c7 Add loader during redirect to external site after oauth 2017-02-01 08:11:36 +02:00
SleepWalker
477b79918f Merge branch '245-multiacc-improvement' into develop
Conflicts:
	frontend/src/index.js
2017-01-31 08:09:16 +02:00
SleepWalker
a685813934 #245: add register link to account chooser auth panel 2017-01-31 08:05:36 +02:00
SleepWalker
b2202f8831 #245: back button on login panel for users with multy accs. Added history service 2017-01-29 17:36:21 +02:00
SleepWalker
a4fd1314c2 #245: disable account switcher after user logged to new account during oauth (ignore prompt=slect_account) 2017-01-29 14:12:08 +02:00
SleepWalker
7178ac0b88 #245: cover loginHint in CompleteState with tests 2017-01-29 13:42:51 +02:00
ErickSkrauch
59b1539478 Merge branch 'bsod_page' into develop 2017-01-28 14:57:47 +03:00
SleepWalker
a33d0b66d0 Add Consolas webfont 2017-01-25 08:22:42 +02:00
SleepWalker
bab6293d9e Add font loading service 2017-01-25 08:22:42 +02:00
SleepWalker
c4eacca87d Enable bsod for testing and fixed errors due to lack of intl context 2017-01-08 20:11:31 +03:00
ErickSkrauch
70dbf2ea6a Базовая вёрстка для bsod страницы 2017-01-08 20:11:30 +03:00
SleepWalker
f1110b0067 #246: remove redundant /current calls during account authentication 2017-01-06 08:04:14 +02:00
SleepWalker
848d33c195 #248: Properly handle password confirm in profile form. Fixes sentry/#36 2017-01-02 16:03:57 +02:00
SleepWalker
26caa13b5f Minor fixes 2017-01-02 15:37:02 +02:00
SleepWalker
a7f52f2d40 #248: handle 5xx responses. Added logging to sentry 2017-01-02 15:09:09 +02:00
SleepWalker
2301aff3d5 Ignore token for some guest-specific requests 2016-12-25 20:09:47 +02:00
ErickSkrauch
1c123965b7 Интегрирована португальская локаль 2016-12-22 01:53:15 +03:00
SleepWalker
7374ac3564 Disable bearer header for refresh-token request 2016-12-12 22:07:49 +02:00
SleepWalker
4bb619fdc6 #259: fix eror when rendering success popup after feedback form submit 2016-12-10 18:07:08 +02:00
SleepWalker
0f4366385e #169: separate environment option for sentry logging 2016-12-06 23:16:34 +02:00
SleepWalker
f9ae7053d0 #169: remove unhandled promise rejections in tests. Added loging for that cases 2016-12-06 23:08:51 +02:00
SleepWalker
febd148b2e #169: forntend logging. Sentry integration 2016-12-06 23:06:45 +02:00
SleepWalker
1e593019be #251: fix forgot password panel 2016-11-23 08:05:28 +02:00
SleepWalker
e4ccf8d193 Do not require refreshToken during auth 2016-11-19 17:50:30 +02:00
SleepWalker
6498858d33 #48: add support for prompt and login_hint oauth params 2016-11-19 16:41:15 +02:00
SleepWalker
d210231766 #48: do not choose account during oauth, when it is only one 2016-11-19 14:43:50 +02:00
SleepWalker
79a9efb561 #48: add logout all link on choose account panel 2016-11-19 14:19:23 +02:00
SleepWalker
78132e9adb #48: add loader during account switching 2016-11-19 11:34:19 +02:00
SleepWalker
5142d65b39 #48: call authentication.logout for each revoked account 2016-11-15 07:55:15 +02:00
SleepWalker
b6b8468904 #48: account switcher for oauth 2016-11-13 16:47:56 +02:00
SleepWalker
586cdfffe4 #48: add/remove accounts from account switcher. Allow authorized users to log in into another account 2016-11-13 11:49:04 +02:00
SleepWalker
a2afac867a #48: fix the bug, whent account.current was requested without disabling refreshToken middleware 2016-11-08 08:30:53 +02:00
SleepWalker
8fbcf27525 #48: add dummy ChooseAccountPanel 2016-11-05 22:23:56 +02:00
SleepWalker
000ce71d3e #48: integrate accounts with app 2016-11-05 12:11:41 +02:00
SleepWalker
7dd58acede #48: initial logic for multy-accounts actions 2016-10-30 14:12:49 +02:00
SleepWalker
28ce3e4b70 Fix bug with infinite loader, when page refreshed on /login with oauth state restoration active 2016-10-25 09:32:50 +03:00
SleepWalker
abf5fbbef6 Fix register route blocked by oauth state restoration feature 2016-10-25 09:01:51 +03:00
ErickSkrauch
38196e8f76 Временный фикс для процесса авторизации (Свят, это нужно будет подлатать) 2016-10-25 02:40:05 +03:00
SleepWalker
8f51ef3273 #219: fix broken change password page 2016-10-09 21:50:34 +03:00
ErickSkrauch
923d7bf83b Merge branch 'authserver_intergration' 2016-09-01 23:19:57 +03:00
SleepWalker
5ed38e0716 #195: use replace state, when navigating to permissions from oauth entry point 2016-08-27 17:36:33 +03:00
SleepWalker
d1a1b2085b #192: respect user-entered email in forgotPassword state 2016-08-27 13:34:44 +03:00
SleepWalker
fdd56bc886 Improve oauth state restore logic 2016-08-27 13:19:02 +03:00
SleepWalker
dc168b5f23 #195: add custom description support for oauth 2016-08-23 07:30:06 +03:00
ErickSkrauch
985b3c800e Добавлено отображение ошибки о блокировке аккаунт на фронте 2016-08-23 01:54:51 +03:00
SleepWalker
016cccf4c9 #14: reset captcha if there are errors in form 2016-08-14 13:10:59 +03:00
SleepWalker
a20b7ec3d4 #188: persist oauth data if if user tries to register during oauth 2016-08-11 22:20:17 +03:00
SleepWalker
54664044eb Add tests for auth middlewares 2016-08-09 22:59:43 +03:00
SleepWalker
3d8c646a94 Display bsod for failed oauth requests 2016-08-07 17:55:40 +03:00