186 Commits

Author SHA1 Message Date
SleepWalker
6e9542f592 Fix some flow errors 2018-05-03 08:15:09 +03:00
ErickSkrauch
cf3a33937a Implemented UI for Accounts applications management.
Introduced copy service and injected it usage into auth finish page.
Introduced Collapse component.
Introduced Radio component.
Generalized Checkbox component to share Radio component styles.
Improved Textarea component: it now has auto height functionality.
Improved profile/BackButton component: now you can pass custom url.
BSOD is no longer displayed on 404 response.
2018-03-25 22:23:59 +03:00
ErickSkrauch
1ce44c8430 Write all E-mail terms via non-break dash. Replace all usages of short dash via long dash. Pull translates. 2018-03-17 18:17:02 +03:00
ErickSkrauch
fe4c386dfc More general description for the account choosing state 2018-03-14 15:13:16 +03:00
SleepWalker
36f4fb8e34 #389: properly remove acc, when going back from password sate during relogin. Fix e2e tests 2018-03-13 23:04:29 +02:00
SleepWalker
64e9056730 #389: do not allow return to profile during re-login (temporary solution) 2018-02-28 23:58:45 +02:00
SleepWalker
9f926e42bc #389: automatically revoke account, when user clicks back during re-login 2018-02-28 23:58:02 +02:00
SleepWalker
206627be17 #389: add e2e tests for invalid refreshToken case. Minor bug fixes 2018-02-18 20:15:22 +02:00
SleepWalker
bf2976c009 #389: allow switch accounts, when refreshToken is invalid. Fix oauth in case, when refreshToken is invalid 2018-02-17 21:59:35 +02:00
SleepWalker
e91bb09c33 #389: fix react warning about setState on unmounted component 2018-02-12 22:20:53 +02:00
SleepWalker
94217ff519 01.01.2018 2018-01-01 19:00:38 +02:00
SleepWalker
9afa4be8cb #365: Redirect user to login page, when token can not be refreshed. Further improvement of auth errors handling 2017-12-30 21:08:22 +02:00
SleepWalker
d28337cb7f Fix codestyle 2017-10-23 22:01:49 +03:00
SleepWalker
82744f9300 #305: fix linting errors after installing flow plugin for eslint.
Improve Authflow#run() typing
2017-10-23 22:01:49 +03:00
SleepWalker
d1b19a2285 #305: implement disable mfa form 2017-10-23 22:01:48 +03:00
SleepWalker
02ce9bb3b5 #305: fix linting errors after upgrading to eslint 4 2017-10-23 22:01:30 +03:00
SleepWalker
e21f6c397d #305: migrate to flowtype 0.5.3 2017-10-23 22:01:30 +03:00
SleepWalker
506b2db6ce #305: fix the rest of linting warnings 2017-10-23 21:59:23 +03:00
SleepWalker
70dd7dcbfb #305: run codemod to migrate from deprecated React.PropTypes to prop-types package 2017-10-23 21:59:23 +03:00
SleepWalker
5a16fe26ae #305: add mfa step during auth 2017-10-23 21:59:23 +03:00
SleepWalker
64516b8a08 #359: detect unknown oauth scopes on frontend and log if found any. Provide user friendly fallback in case if no translation for some of scopes 2017-10-17 20:50:34 +03:00
SleepWalker
622f02ebee #337: fix some linting errors 2017-06-12 22:33:49 +03:00
SleepWalker
30d286a1f5 #337: rename jsx -> js 2017-06-12 22:19:16 +03:00
SleepWalker
ed53c9b564 #337: improve code style in some places 2017-06-12 22:10:18 +03:00
SleepWalker
3ac62e5eeb #85: fix linting errors 2017-06-08 07:58:20 +03:00
SleepWalker
6ead1bd01f #85: move all test files alongside with tested files 2017-06-08 07:58:19 +03:00
SleepWalker
6b81385dc5 #85: updated to react router 4 and migrated code to support a new api 2017-06-08 07:58:19 +03:00
SleepWalker
6f4eb97b48 #85: drop react-router-redux dependency 2017-06-08 07:58:19 +03:00
ErickSkrauch
b1fe20bd51 Разделены переводы для строк "правила проекта" на странице регистрации и странице принятия обновлённых правил 2017-05-30 13:45:35 +03:00
ErickSkrauch
6dd628cc99 Merge branch 'develop' into forgot_password_captcha
# Conflicts:
#	api/models/authentication/ForgotPasswordForm.php
2017-04-25 21:00:01 +03:00
SleepWalker
692e9b0ccd #330: do not alter payload in ForgotPasswordState. Just pass it through 2017-04-21 08:28:19 +03:00
SleepWalker
876d3da4ab #327: fix forgot password behaviour for logged in user 2017-04-19 20:51:04 +03:00
ErickSkrauch
c1e9cdc6b9 Попытка сделать frontend для отображения капчи на странице запроса восстановления пароля 2017-04-18 19:47:46 +03:00
SleepWalker
dcf95410d7 #316: add localStorage wrapper with feature detection 2017-04-11 22:18:40 +03:00
ErickSkrauch
23e7b811fe Со страницы выбора аккаунтов удалена ссылка на создание нового аккаунта 2017-03-07 01:43:33 +03:00
SleepWalker
fbcc2a740c #304: show Create new account link on LoginPanel for authorized users 2017-03-03 07:48:25 +02:00
ErickSkrauch
a2123117d4 Исправлена ссылка "Форма обратной связи" под формой восстановления пароля 2017-02-24 00:07:05 +03:00
SleepWalker
cfcfe39bb7 Completly reset all auth state on header logo click 2017-02-01 08:25:15 +02:00
SleepWalker
a1c713236a Exmplitly create redirect action for auth instead of if statement in AuthFlow.run 2017-02-01 08:22:12 +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
bf1cfda59c Minor fixes 2017-01-27 08:28:15 +02:00
ErickSkrauch
bdbc34b163 Образованы базовые стили для ссылок 2017-01-14 01:35:22 +03:00
SleepWalker
274c28a923 #246: remove logout from user/actions. Use logoutAll from account/actions everywhere 2017-01-04 07:52:46 +02:00
SleepWalker
70ae13ae84 #242: fix panel.scss import issue 2016-12-04 17:00:27 +02:00
SleepWalker
6498858d33 #48: add support for prompt and login_hint oauth params 2016-11-19 16:41:15 +02:00
SleepWalker
fa070096c6 #48: recalculate choose account panel height, when user log out from one account 2016-11-19 14:37:17 +02:00
SleepWalker
79a9efb561 #48: add logout all link on choose account panel 2016-11-19 14:19:23 +02:00
SleepWalker
13b4dcbbe8 #48: reset oauthData on logo click 2016-11-19 12:54:24 +02:00
SleepWalker
b6b8468904 #48: account switcher for oauth 2016-11-13 16:47:56 +02:00