Commit Graph

120 Commits

Author SHA1 Message Date
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
SleepWalker
f10bfa894b #184: support for /oauth2/v1/[clientId] requests 2016-08-07 17:49:26 +03:00
SleepWalker
0149fc59d6 Show 404 for unknown authFlow requests. Pass {path, query, params} as first argument to authFlow#handleRequest 2016-08-07 16:54:59 +03:00
SleepWalker
a8d72787b2 #14: add captcha for register page 2016-08-05 08:43:46 +03:00
SleepWalker
32c333d159 #14: integrate captcha with backend. Add validation message 2016-08-05 08:41:33 +03:00
SleepWalker
6dcf985936 Remove change password auth panel 2016-08-02 22:13:11 +03:00
SleepWalker
cb1a4b7d55 #104: add AcceptRules auth panel 2016-08-02 21:59:29 +03:00
SleepWalker
4716c679b9 #14: add captcha support for resend-activation 2016-07-31 16:53:16 +03:00
SleepWalker
a12544e819 Decouple middleware handling logic into separate class 2016-07-30 21:22:33 +03:00
SleepWalker
a04dd4a444 Rearrange services files 2016-07-30 21:19:25 +03:00
SleepWalker
ae11dbdc97 #149: show bsod for 500 errors 2016-07-29 22:29:27 +03:00
SleepWalker
4394346a2a Add docs for request.js 2016-07-29 21:15:16 +03:00
SleepWalker
3804c1c143 Decouple the rest of an api calls 2016-07-28 08:03:30 +03:00