Commit Graph

  • b22af28a1f clear location.hash when clicking on active app item SleepWalker 2018-11-10 11:51:08 +0200
  • 0ad3499609 Some minor fixes and e2e tests for creating of website app SleepWalker 2018-11-10 11:03:47 +0200
  • 19453584d0 Adjust animation speed, fix action block padding ErickSkrauch 2018-11-05 18:18:30 +0300
  • a08cbbc0ff Merge remote-tracking branch 'origin/develop' into 22-oauth-app-managment SleepWalker 2018-11-04 10:55:07 +0200
  • 21cdaed54c Fix app actions bg SleepWalker 2018-11-04 10:46:11 +0200
  • 71bfc01e4d Add RequestAbortedError and fix current e2e tests SleepWalker 2018-11-04 10:09:42 +0200
  • a9d67bc3e7 Bump e2e deps SleepWalker 2018-11-04 08:49:18 +0200
  • 8e50b3f30d Clear location.hash, when switch active app SleepWalker 2018-11-04 08:22:04 +0200
  • 439453c258 Add animation for app actions toggling SleepWalker 2018-11-04 08:07:04 +0200
  • acbf61ab40 Split ApplicationsIndex into smaller parts SleepWalker 2018-11-04 07:31:31 +0200
  • 4931ea5598 Update yarn lock with yarn 1.10.x SleepWalker 2018-11-03 22:01:10 +0200
  • b6386f670d Add Serbian language. Pull locales. ErickSkrauch 2018-10-26 16:37:54 +0300
  • 875e0b6e6b #22: fix code style SleepWalker 2018-05-13 22:32:53 +0300
  • a860e10847 #22: use opaque loader background on first show SleepWalker 2018-05-13 22:32:22 +0300
  • 64cb197756 #22: fix set state warnings in Form.js SleepWalker 2018-05-07 22:23:26 +0300
  • c454c58d5c #22: refactor application forms SleepWalker 2018-05-05 12:01:25 +0300
  • f6b925122f #22: decpouple ApplicationsIndex from HOCs. Create ContactLink component SleepWalker 2018-05-05 10:42:29 +0300
  • e66840a391 #22: fix tests SleepWalker 2018-05-05 10:05:57 +0300
  • 6f650ba0c5 #22: minor code style and type anotations improvements SleepWalker 2018-05-05 09:43:43 +0300
  • bfff6894b5 #22: refactor actions and reducer SleepWalker 2018-05-05 09:42:21 +0300
  • 6e9542f592 Fix some flow errors SleepWalker 2018-05-03 08:15:09 +0300
  • 9760eba3af Change copy-to-clipboard version specification to receive minor updates too SleepWalker 2018-05-02 22:10:04 +0300
  • dae803abfd Fix bsod tests SleepWalker 2018-05-02 22:08:31 +0300
  • bd77abcdd8 Merge remote-tracking branch 'origin/develop' into 22-oauth-app-managment SleepWalker 2018-05-02 21:55:34 +0300
  • 993dd4dbb5 Add event id for BSOD email url SleepWalker 2018-05-02 21:22:13 +0300
  • aaad2006ab Add fingerprints in case, when we are logging messages SleepWalker 2018-05-02 20:49:23 +0300
  • e7923fc1b8 Refactor logger.js SleepWalker 2018-05-02 20:48:50 +0300
  • fde1d36287 #397: ensure, that recaptcha.render will be called with an existing el ref SleepWalker 2018-04-18 22:49:10 +0300
  • 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. ErickSkrauch 2018-03-25 22:16:45 +0300
  • cc50dab0e4 User panel now have auto width ErickSkrauch 2018-03-25 22:23:35 +0300
  • fb9f6e118e Catch error on Google Analytics loading ErickSkrauch 2018-03-25 22:23:10 +0300
  • fe9de056df Fix scrollTo function: targetEl is now has priority on location hash ErickSkrauch 2018-03-25 22:22:43 +0300
  • cb00d0c712 Remove version definition from the application and pass it on build time ErickSkrauch 2018-03-17 19:13:12 +0300
  • 83c72e795d Update CSP config to support recaptcha.net domain ErickSkrauch 2018-03-17 18:21:53 +0300
  • 1ce44c8430 Write all E-mail terms via non-break dash. Replace all usages of short dash via long dash. Pull translates. ErickSkrauch 2018-03-17 18:17:02 +0300
  • 1ba8aaf093 Replace google.com/recaptcha to recaptcha.net domain to possibly solve China troubles ErickSkrauch 2018-03-16 19:05:39 +0300
  • 8d559cb616 Fix missing dot for rules page. Pull translates. ErickSkrauch 2018-03-14 15:42:10 +0300
  • e909fefae5 Extract new lines. Fix i18n:collect command to update languages by i18n/index.json definitions. ErickSkrauch 2018-03-14 15:18:58 +0300
  • fe4c386dfc More general description for the account choosing state ErickSkrauch 2018-03-14 15:13:16 +0300
  • 16d11de977 Added e2e test for attempt to open direct register page with invalid refresh token state ErickSkrauch 2018-03-14 14:41:29 +0300
  • 36f4fb8e34 #389: properly remove acc, when going back from password sate during relogin. Fix e2e tests SleepWalker 2018-03-13 22:51:37 +0200
  • 64e9056730 #389: do not allow return to profile during re-login (temporary solution) SleepWalker 2018-02-28 23:58:45 +0200
  • 9f926e42bc #389: automatically revoke account, when user clicks back during re-login SleepWalker 2018-02-28 23:58:02 +0200
  • f1d33bf7ec #389: fix logout in case, when all the accounts have invalid tokens SleepWalker 2018-02-27 23:17:31 +0200
  • 206627be17 #389: add e2e tests for invalid refreshToken case. Minor bug fixes SleepWalker 2018-02-18 20:09:32 +0200
  • bf2976c009 #389: allow switch accounts, when refreshToken is invalid. Fix oauth in case, when refreshToken is invalid SleepWalker 2018-02-17 21:59:35 +0200
  • f64fb3b96b #389: improve error handling in AccountSwitcher SleepWalker 2018-02-17 21:55:47 +0200
  • 6135fea66c #389: do not send token with /api/options request SleepWalker 2018-02-12 22:56:10 +0200
  • 1bfcb17ae4 #389: log captcha init errors SleepWalker 2018-02-12 22:54:56 +0200
  • e972f5a795 #389: add some actions doc blocks SleepWalker 2018-02-12 22:54:31 +0200
  • 741639bd2b #389: fail early in case, when before request middleware was rejected SleepWalker 2018-02-12 22:53:46 +0200
  • e91bb09c33 #389: fix react warning about setState on unmounted component SleepWalker 2018-02-12 22:20:53 +0200
  • bd31aa1ebf 1.1.25-dev [skip ci] ErickSkrauch 2018-01-28 13:43:25 +0300
  • 206ef9b93b 1.1.24 [skip ci] ErickSkrauch 2018-01-28 13:41:49 +0300
  • 9c975aa8cf Добавлено nonce поле для скрипта, исправляющего fetch в Edge ErickSkrauch 2018-01-28 13:41:38 +0300
  • 81b3da18aa Пул переводов ErickSkrauch 2018-01-28 13:37:51 +0300
  • d075476577 Добавлен упрощённый китайский ErickSkrauch 2018-01-06 19:07:50 +0300
  • a581292e83 1.1.24-dev [skip ci] ErickSkrauch 2018-01-04 02:10:16 +0300
  • c52c834241 1.1.23 [skip ci] ErickSkrauch 2018-01-04 02:08:37 +0300
  • fb3dcfc0da Fixes ACCOUNTS-3T3. В переключателе языков, при вводе символов, образующих регулярное выражение, падало исключение. ErickSkrauch 2018-01-04 02:04:36 +0300
  • 927116db5f Sentry добавлен в допустимый список connect-src для CSP ErickSkrauch 2018-01-04 02:03:35 +0300
  • 03ac317a1f 1.1.23-dev [skip ci] ErickSkrauch 2018-01-01 23:38:00 +0300
  • 38400c5153 1.1.22 [skip ci] ErickSkrauch 2018-01-01 23:30:24 +0300
  • 83a8667fb3 Hot fix for the isSidebarHidden state issue SleepWalker 2018-01-01 19:24:14 +0200
  • 94217ff519 01.01.2018 SleepWalker 2018-01-01 19:00:38 +0200
  • 7cb8dda4d3 Пул локалей ErickSkrauch 2018-01-01 16:59:35 +0300
  • bf354a0a3d Добавлены заголовки безопасности ErickSkrauch 2017-12-31 15:28:31 +0300
  • a071789e52 Добавлена генерация файла sitemap при сборке проекта ErickSkrauch 2017-12-23 02:00:52 +0300
  • 7dbd569d45 #379: split languageSwitcher to smaller components SleepWalker 2017-12-30 23:38:54 +0200
  • b19eeb9e94 #379: remove package-lock.json and switch vendor dll to track yarn.lock SleepWalker 2017-12-30 21:52:33 +0200
  • 4458b1fe97 #379: move flags related code into a separate module to get rid of code duplication SleepWalker 2017-12-30 21:44:32 +0200
  • 025ba9b1d5 #379: allow dynamic require for flow SleepWalker 2017-12-30 21:42:49 +0200
  • 9afa4be8cb #365: Redirect user to login page, when token can not be refreshed. Further improvement of auth errors handling SleepWalker 2017-12-30 21:04:31 +0200
  • 50d753e006 #365: fix warning on bsod screen SleepWalker 2017-12-25 22:03:52 +0200
  • 3f869f92e2 #365: improve token api errors handling SleepWalker 2017-12-25 22:03:21 +0200
  • d70ac10721 Обновлены файлы переводов ErickSkrauch 2017-12-17 18:02:26 +0300
  • 37ecf721a2 Знак % вынесен в переводы, т.к. он может отличаться в других языках ErickSkrauch 2017-12-17 17:30:05 +0300
  • ed539917d4 Исправлен билд для поддержки загрузки флагов из npm пакета ErickSkrauch 2017-12-17 17:11:29 +0300
  • ba6e997f65 Добавлено уведомление в случае, если после фильтрации не осталось ни одного языка ErickSkrauch 2017-12-17 03:26:09 +0300
  • a523da215d Сокращаем подтекст языка, если он не влезает ErickSkrauch 2017-12-16 20:28:22 +0300
  • 2086a61bb4 Добавлена стилизация полосы прокрутки для webkit браузеров ErickSkrauch 2017-12-16 20:13:19 +0300
  • 44139610f9 Исправлено определение первого языка по клику на Enter в поле фильтрации языков ErickSkrauch 2017-12-16 20:09:58 +0300
  • b76b98e3bf Реализована анимация фильтрации языков ErickSkrauch 2017-12-16 19:55:57 +0300
  • e2c8471ce2 Исправлен placeholder для поля поиска языка Добавлен автофокус при открытии попапа Добавлена адаптивность для переключателя языка ErickSkrauch 2017-12-16 03:36:39 +0300
  • ddd5ddab2e Первичная реализация нового переключателя языков ErickSkrauch 2017-10-15 22:00:21 +0300
  • 3176ada238 Обновлена версия PHP, Node.js и перешли на использование yarn ErickSkrauch 2017-12-13 16:05:30 +0300
  • 702140c73d Try to begin with migration to yarn SleepWalker 2017-12-13 00:13:36 +0200
  • 46217d8cd1 #372: fix redirect to /login page SleepWalker 2017-12-12 23:32:05 +0200
  • 8e998e456c Обновлены переводы ErickSkrauch 2017-12-05 15:26:39 +0300
  • c0d27781c1 Исправлена ширина для блока slide-motion ErickSkrauch 2017-12-05 15:21:29 +0300
  • 475116b8ed Удалён неиспользуемый импорт ErickSkrauch 2017-11-30 14:59:13 +0300
  • 3352da2a57 Полям в профиле добавлены двоеточия, поля E-mail и UUID теперь переводятся ErickSkrauch 2017-11-30 14:56:09 +0300
  • aa57d4c117 Новые строки выгружены в OneSky и обновлены в локальных переводах. ErickSkrauch 2017-11-22 22:49:35 +0300
  • a540191800 Светлый стиль для прелоадера картинки на странице кода mfa Выводим XXXX для непрогруженного кода ErickSkrauch 2017-11-21 15:40:04 +0300
  • 9ec146193b Исправлены английские строки, связанные с двухфакторной аутентификацией ErickSkrauch 2017-11-21 14:10:15 +0300
  • 70eb543477 Доработаны отступы на странице состояния mfa ErickSkrauch 2017-11-21 02:19:54 +0300
  • 95f34a9bb7 Revert: Temporary hide mfa feature ErickSkrauch 2017-11-21 01:36:19 +0300
  • f3b0ee5d7c Немного адаптива для страницы сканирования кода ErickSkrauch 2017-11-21 01:31:55 +0300
  • b096bb8846 Добавлен адаптив для списка рекомендованных приложений при включении MFA ErickSkrauch 2017-11-21 01:04:56 +0300
  • a4601568b8 Исправлено принудительное скругление button на Mac OS в Chrome 62 ErickSkrauch 2017-11-20 00:37:31 +0300