Commit Graph

602 Commits

Author SHA1 Message Date
05249ddf77 Merge branch 'develop' into feature/browserlist 2023-02-28 13:48:19 +03:00
0386034439 Added browserDetector at editor and login templates 2023-02-28 13:47:43 +03:00
Viktor Fomin
1914cfd98f Fix Bug 61352: login xss 2023-02-24 23:47:36 +03:00
Viktor Fomin
4bc3ca7101 Login: fix mobile style 2023-02-10 03:04:26 +03:00
Viktor Fomin
3ceda4c395 Login: fix style 2023-02-09 21:26:28 +03:00
Timofey Boyko
698b00eabb Web:Login: refactoring 2023-02-08 11:03:15 +03:00
Timofey Boyko
2bbcf5a03a Web: move wrongPortalNameUrl to common/constants 2023-02-08 10:58:35 +03:00
Timofey Boyko
469455312b Web:Login:Server: delete useless code 2023-02-08 10:58:03 +03:00
Timofey Boyko
ede3a5d21d Web:Login: add mechanism for throwing error from server 2023-02-07 18:36:44 +03:00
Timofey Boyko
1dc5d41884 Web:Login: fix error message type 2023-02-07 18:36:16 +03:00
Timofey Boyko
7e23b7118e Web:Login:Server: add protect for undefined values 2023-02-07 18:32:17 +03:00
Timofey Boyko
88624cccf0 Web:Login:Client: add protect for undefined values 2023-02-07 18:32:02 +03:00
Timofey Boyko
b6ece7b2ac Web:Login: add correct theme for Error502 and pass it to all components inside 2023-02-07 18:26:51 +03:00
Timofey Boyko
03116b8ffa Web:Login: update interfaces and add new IError for error from server 2023-02-07 18:26:05 +03:00
Timofey Boyko
2397482010 Web:Login: add html template to catch section and send error to client 2023-02-07 18:25:37 +03:00
Timofey Boyko
131dd06bdb Web: fix build 2023-02-06 19:15:04 +03:00
Timofey Boyko
6137e2a122 Web: remove before-build-webpack-plugin and apply custom plugin for create autoGeneratedTranlsations files 2023-02-06 11:32:02 +03:00
Timofey Boyko
ccbe89546f Web:Login: add autoGeneratedTranslations.ts to gitignore file 2023-02-03 19:08:46 +03:00
Timofey Boyko
0b7b214fbb Web: change prebuild-webpack-plugin for before-build-webpack-plugin 2023-02-03 18:52:51 +03:00
Timofey Boyko
d83c9520dc Web:Login: fix 2023-02-03 17:51:44 +03:00
Timofey Boyko
d4314b6601 Web:Login: commit new autoGeneratedTranslations 2023-02-03 17:16:32 +03:00
Timofey Boyko
69c2390895 Web:Login:Client: fix helpers for work with translations files 2023-02-03 17:16:01 +03:00
Timofey Boyko
2502557c58 Web:Login:Server: send only en and current lang locales to client 2023-02-03 17:15:17 +03:00
Timofey Boyko
e8cdfd6213 Web:Login:Server:i18n: import locales as resources 2023-02-03 17:14:54 +03:00
Timofey Boyko
500d1fe09b Web:Login: remove file loader for json file for server 2023-02-03 17:14:20 +03:00
Timofey Boyko
bc3cf59630 Web:Login: add additional path for beforeBuild script 2023-02-03 17:14:02 +03:00
Timofey Boyko
dcb1f29306 Web:Login: add new alias CLIENT_PUBLIC_DIR 2023-02-03 17:13:29 +03:00
Timofey Boyko
7fff409f0f Web:Login:Server: add function for changed currentLanguage to correct currentLanguage 2023-02-03 14:22:08 +03:00
961b0ad613 Merge branch 'release/rc-v1.2.0' into feature/fonts-static-versioned 2023-02-02 17:46:41 +03:00
Timofey Boyko
9f0d2b62cb Web: fix regexp for json locales 2023-02-02 17:09:26 +03:00
Timofey Boyko
9e67aadbe9 Web: delete useless code 2023-02-02 17:07:41 +03:00
de95953b14 Web: Fix OS path separator split 2023-02-02 16:50:45 +03:00
Timofey Boyko
4bd1483718 Web:Login:Template: change fonts import 2023-02-02 15:15:17 +03:00
Timofey Boyko
27b7723cb2 Web:Login:Client: delete useless code 2023-02-02 15:14:57 +03:00
Timofey Boyko
9b07ea2b61 Web:Login: add asset/resource type for woff2 format and disable emit files, also change asset path 2023-02-02 15:14:23 +03:00
Timofey Boyko
779cd5f4c8 Web: update regexp for webpack for work with locales files as url 2023-02-01 18:49:17 +03:00
Timofey Boyko
7beb8403cc Web:Login: fix multi create auto generated translations file 2023-02-01 18:43:01 +03:00
Timofey Boyko
57d6925791 Web: update webpack configs for work with auto generated translations file 2023-02-01 18:36:43 +03:00
Timofey Boyko
72e3fe9032 Web: rename translations to autoGeneratedTranslations 2023-02-01 17:53:33 +03:00
Timofey Boyko
2b2b8377c7 Web: add beforeBuild to all modules 2023-02-01 16:06:33 +03:00
Timofey Boyko
531e265e73 Web:Login: add prebuild-webpack-plugin 2023-02-01 16:04:41 +03:00
Timofey Boyko
1dd4f2b42d Web:Login: delete useless code 2023-02-01 11:50:45 +03:00
Timofey Boyko
440e80e9d3 Web:Login:Helpers: fix loadLanguagePath and initI18n functions for work with static locales 2023-02-01 11:45:20 +03:00
Timofey Boyko
a8f550b0c5 Web:Login: disable copy file with file-loader and return copy-webpack-plugin for locales 2023-02-01 11:41:34 +03:00
Timofey Boyko
f56f136e8e Web:Login: fix work with hashed translation 2023-01-31 19:23:36 +03:00
Timofey Boyko
71c14db6df Revert 6bbf8e3a62 2023-01-31 18:56:58 +03:00
Timofey Boyko
713b8b6369 Web:Login: delete useless code 2023-01-31 18:54:13 +03:00
Timofey Boyko
521a1658c6 Web:Editor: disable sw and fix tranlsation hash 2023-01-31 17:10:19 +03:00
Timofey Boyko
f9e09b2299 Web:Login: fix work with hashed translation 2023-01-31 11:27:45 +03:00
Timofey Boyko
17a1ab2152 Web:Login: update webpack config for work with json files as url 2023-01-30 19:18:49 +03:00
Timofey Boyko
6bbf8e3a62 Web: move all Locales from Login and Editor to public dir 2023-01-30 15:11:30 +03:00
Timofey Boyko
d3e28341a7 Web:Login: add PUBLIC_DIR alias 2023-01-27 16:30:33 +03:00
Timofey Boyko
ab7e49b93e Merge branch 'release/rc-v1.2.0' into bugfix/images-static-versioned 2023-01-27 16:01:11 +03:00
Timofey Boyko
cfe642a82f Web:Login:Server: disable cache-control 2023-01-27 13:53:34 +03:00
7db5e5f353 Merge branch 'release/rc-v1.2.0' into bugfix/restoring-portal 2023-01-27 12:11:11 +03:00
Timofey Boyko
76bd31350f Merge branch 'release/rc-v1.2.0' into bugfix/images-static-versioned 2023-01-27 11:42:52 +03:00
761a8357dd Fix Bug 60788 - Rooms.Search. The background scrolls behind the List accounts panel on the touchpad in Chrome on MacOS. 2023-01-26 20:23:50 +03:00
Timofey Boyko
123e25d907 Web:Login: change 'client/' to '/login/' to images 2023-01-26 17:00:17 +03:00
Timofey Boyko
6fbef8ee4d Web:Login: change assets rule 2023-01-26 16:59:53 +03:00
75ef9b68f3 Merge branch 'release/rc-v1.2.0' into bugfix/restoring-portal 2023-01-24 18:36:09 +03:00
Timofey Boyko
f2a28941ee Web:Login: fix hash url at template 2023-01-24 18:19:13 +03:00
Timofey Boyko
9e5f76d7c0 Web: fix double slash for favicon 2023-01-24 17:37:18 +03:00
7b55fe5a68 Web: Added portal recovery pages to the login page. 2023-01-24 16:19:06 +03:00
Timofey Boyko
ef1d0c0184 Web: change assetModuleFilename rule 2023-01-19 15:37:15 +03:00
Timofey Boyko
aa56742bce Web:Login: fix webpack rules 2023-01-16 17:58:55 +03:00
Timofey Boyko
0cb238e5d3 Merge branch 'release/rc-v1.2.0' into feature/static-versioned 2023-01-16 10:36:22 +03:00
Viktor Fomin
e71573ba9d Login: useThemeDetector 2023-01-13 22:00:38 +03:00
Timofey Boyko
b46d21c258 Merge branch 'release/rc-v1.2.0' into feature/static-versioned 2023-01-11 18:47:06 +03:00
Timofey Boyko
6b8afcaa33 Web: add import svg with url 2023-01-11 18:08:01 +03:00
Timofey Boyko
2ee7c8e124 Web:Login: fix importan images 2023-01-09 16:41:19 +03:00
Timofey Boyko
96d3458e2d Merge branch 'release/rc-v1.2.0' into feature/static-versioned 2023-01-09 11:03:08 +03:00
6526b1463d edited en 2022-12-30 14:56:53 +03:00
9aad0214a3 Translations: Added rus translations (by Google) 2022-12-28 21:42:28 +03:00
Timofey Boyko
9fc5ce7f23 Web:Login:Client: fix import default logo 2022-12-27 18:20:34 +03:00
Timofey Boyko
c1ee0f7f05 Web:Login: fix webpack rules 2022-12-27 18:19:59 +03:00
Timofey Boyko
774065c165 Web: fix default logo import 2022-12-27 17:04:56 +03:00
Timofey Boyko
205fc24365 Web:Login: add new webpack rules for assets 2022-12-27 16:59:04 +03:00
Viktor Fomin
f9be71a87f Login: use custom favicon 2022-12-27 14:39:26 +03:00
Akmal Isomadinov
c97e59ee67 Web: Fixed cyclic import LoginContainer 2022-12-26 17:45:02 +05:00
e907b3aaf9 Update login.babel and applied sorting 2022-12-23 19:10:19 +03:00
Akmal Isomadinov
c62000f3f5 Web: Fixed redirection after login 2022-12-23 15:56:42 +05:00
Akmal Isomadinov
9f88b7a14f Web:Login Fixed warning useLayoutEffect 2022-12-22 20:48:35 +05:00
Viktor Fomin
04bd4ab927 Login: use useLayoutEffect 2022-12-22 14:56:24 +03:00
Akmal Isomadinov
532f94ba0c Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/DocSpace into release/rc-v1.2.0
# Conflicts:
#	packages/client/src/helpers/confirmRoute.js
2022-12-22 15:47:55 +05:00
Akmal Isomadinov
e816a72280 Web:Login Fixed invalid link error handler and login/error page 2022-12-22 15:32:11 +05:00
Akmal Isomadinov
0010ca4b5a Web:Login:Locales Updated translations for the login/error page 2022-12-22 15:16:58 +05:00
e8141c6f22 Web: Changed load Docspace config for clients 2022-12-20 19:51:49 +03:00
Akmal Isomadinov
2e66174a87 Web Fixed catch 2022-12-16 17:17:30 +05:00
Viktor Fomin
15ff7aa19d Merge branch 'develop' into feature/fix-whitelable 2022-12-06 16:50:55 +03:00
Elyor Djalilov
a1710df2ef unused key removed 2022-11-30 19:26:49 +05:00
Elyor Djalilov
c628368e9b deleted duplicate keys 2022-11-28 13:26:08 +05:00
Viktor Fomin
75bcfdbdd2 Login: SimpleNav: fix logo 2022-11-23 06:18:48 +05:00
Viktor Fomin
85f092aa0d Login: fix logo 2022-11-23 06:18:24 +05:00
Viktor Fomin
2d41cd5a72 Login: fix logo 2022-11-22 12:48:34 +05:00
7415a19a5e Merge branch 'develop' into bugfix/login 2022-11-17 19:05:09 +03:00
9da275952c fix nconf 2022-11-17 15:58:13 +03:00
Viktor Fomin
9cca8532c3 Merge branch 'develop' into bugfix/login 2022-11-16 19:58:03 +05:00
Viktor Fomin
09796e8ec4 Web: fix serve 2022-11-16 19:55:46 +05:00
Viktor Fomin
6c3684985f Login: use more login from common 2022-11-16 17:23:31 +05:00
Viktor Fomin
eb22002d64 Login: delete useless 2022-11-16 17:22:58 +05:00
e50833f7f3 common settings for configure aws cloudwatch credentials 2022-11-16 12:44:53 +03:00
Viktor Fomin
5a214cc658 Login: fix style 2022-11-16 00:56:27 +05:00
Viktor Fomin
5a9c9f20d2 Login: fix text color 2022-11-16 00:49:53 +05:00
Viktor Fomin
343d2ee9fd Login: fix 2022-11-16 00:46:18 +05:00
Viktor Fomin
c7e34d63be Login: fix warnings 2022-11-15 19:34:39 +05:00
Viktor Fomin
680679e480 Merge branch 'develop' into bugfix/login 2022-11-15 19:31:42 +05:00
Viktor Fomin
8e2811074f Login: fix style 2022-11-15 15:25:38 +05:00
Viktor Fomin
012aa3bc2c Login: fix style 2022-11-15 15:13:23 +05:00
Viktor Fomin
42f263294e Login: fix enable admin message 2022-11-15 15:13:16 +05:00
Viktor Fomin
ee239756c7 Login: fix 2022-11-15 14:52:37 +05:00
7c0d97361d Merge branch 'develop' into feature/Add-identifier-for-test 2022-11-15 10:38:41 +03:00
Viktor Fomin
5d0f809a4a Login: fix style 2022-11-14 17:25:45 +05:00
Viktor Fomin
a62dbbc49c Login: fix style 2022-11-14 17:21:07 +05:00
Viktor Fomin
d8761eda42 Login: add bg pattern 2022-11-14 17:17:17 +05:00
Viktor Fomin
97f0277449 Merge branch 'develop' into bugfix/login 2022-11-14 17:13:21 +05:00
Viktor Fomin
08c86d8a37 Login: add support ssr theme 2022-11-14 17:13:07 +05:00
7bf47d6251 Fix login connect ECONNREFUSED ::1:8092 2022-11-14 13:48:28 +03:00
Akmal Isomadinov
4c51c6dc55 Web:Login:Client:Components:Login Added id 2022-11-14 13:04:18 +05:00
Akmal Isomadinov
7c7ecd210a Web:Login:Client:Components:Sub-Components: Added id for test 2022-11-14 13:04:18 +05:00
Akmal Isomadinov
c790439098 Web:Login:Client:Components:Login: Added id to the RecoverAccessModalDialog 2022-11-14 13:04:17 +05:00
Akmal Isomadinov
e3363c1a84 Web:Login:Client:Components:Sub-Components: Add id to the ForgotPasswordModalDialog component for the test 2022-11-14 13:04:17 +05:00
Akmal Isomadinov
2ab04c6a1d Web:Login:Components:Sub-Components: Add id for forgot password link 2022-11-14 13:04:17 +05:00
Viktor Fomin
92844a82bf Login: add support dark theme 2022-11-13 05:09:14 +05:00
Viktor Fomin
b8df7f8b6a Merge branch 'develop' into bugfix/login 2022-11-13 03:59:57 +05:00
518e10f4ee Added opportunity to start production frontend 2022-11-11 11:28:03 +03:00
Viktor Fomin
f94023403a Login: fix crash 2022-11-11 13:08:49 +05:00
Viktor Fomin
6f1f1e6dc5 Login: fix style 2022-11-11 12:59:27 +05:00
Viktor Fomin
643e9285ce Login: fix line, text colors 2022-11-11 04:41:49 +05:00
Viktor Fomin
8aa148d79e Login: fix padding 2022-11-11 04:16:45 +05:00
19e7742803 Fix ERR_OSSL_EVP_UNSUPPORTED and remove codeceptjs (canvas issue) 2022-11-10 16:46:14 +03:00
dfb1509961 Update more-login.tsx
Added logging
2022-11-07 22:43:22 +03:00
Viktor Fomin
8f39246f5e Login: fix 2022-11-01 15:51:51 +05:00
Viktor Fomin
8a77cad5f4 Merge branch 'develop' into feature/whitelabel 2022-10-27 17:13:27 +05:00
Viktor Fomin
e231dafb62 Login: fix help button color 2022-10-27 17:10:39 +05:00
Viktor Fomin
61d8379753 Login: delete useless 2022-10-27 16:05:10 +05:00
Viktor Fomin
80ef93d7f7 Login: use whitelabel logo 2022-10-27 16:04:53 +05:00
Viktor Fomin
10fb8b159b Login: use from common 2022-10-24 15:01:54 +05:00
Viktor Fomin
37ead8c825 Login: add mounted hook 2022-10-24 12:45:00 +05:00
Viktor Fomin
1b0c161b15 Login: fix 2022-10-24 12:16:04 +05:00
Viktor Fomin
8983855bd2 Login: fix template style 2022-10-21 15:32:25 +05:00
Viktor Fomin
29c646c14d Login: wait tReady 2022-10-21 15:16:22 +05:00
Viktor Fomin
e67b10eada Login: fix style 2022-10-21 15:16:08 +05:00
Viktor Fomin
fc10e8731f Login: fix 2022-10-20 20:45:51 +05:00
Viktor Fomin
8f97977da3 Login: fix template style 2022-10-20 20:43:20 +05:00
Viktor Fomin
6c6850ffa2 Login: auto theme 2022-10-20 20:25:28 +05:00
Viktor Fomin
12b3ea476f Login: fix style 2022-10-20 17:57:52 +05:00
Viktor Fomin
e2951f1586 Login: fix style 2022-10-20 17:54:26 +05:00
Viktor Fomin
d2fe1b8e9b Login: fix access for auth user 2022-10-20 15:32:20 +05:00
Viktor Fomin
a3f505f2b6 Login: use theme from store 2022-10-20 14:04:48 +05:00
Viktor Fomin
0e59cf271e Login: add support dark theme 2022-10-20 14:01:20 +05:00
Viktor Fomin
9c421fdbec Login: add theme for nav 2022-10-19 23:53:09 +05:00
Viktor Fomin
b4bf23faaa Login: delete useless 2022-10-19 15:08:20 +05:00
Viktor Fomin
c3243584d2 Login: use greeting title from settings 2022-10-18 15:58:32 +05:00
Viktor Fomin
b21c9e079b Login: add types 2022-10-18 13:58:15 +05:00
Viktor Fomin
c090b22b83 Login: fix style 2022-10-18 13:51:33 +05:00
Viktor Fomin
e2770c3375 Login: add mobile header 2022-10-18 01:12:25 +05:00
Viktor Fomin
6586de55b6 Login: use color pattern 2022-10-17 20:53:57 +05:00
Viktor Fomin
c82f6dbc03 Login: fix color 2022-10-14 14:22:15 +05:00
Viktor Fomin
ce1b77c2b1 Merge branch 'develop' into bugfix/login 2022-10-12 12:29:16 +05:00
Viktor Fomin
cd2acf9602 Login: fix button size 2022-10-11 14:38:05 +05:00
Viktor Fomin
d7dbb429b7 Login: fix login if user logged in 2022-10-10 15:59:53 +05:00
Viktor Fomin
90e833c00c Login: fix help color 2022-10-06 17:54:58 +03:00
22381f8f44 Web: Moved dialog to common folder. 2022-09-19 15:12:49 +03:00
cd16261353 Web: fixed after merge. 2022-09-16 09:32:24 +03:00
bec4f11dcd Merge branch 'develop' into feature/stripe
# Conflicts:
#	common/ASC.Api.Core/Extensions/HostBuilderExtension.cs
#	common/services/ASC.Notify/Program.cs
#	common/services/ASC.Studio.Notify/Program.cs
#	common/services/ASC.Webhooks.Service/Program.cs
#	packages/common/components/Loaders/index.js
#	packages/common/store/AuthStore.js
#	packages/login/src/client/components/sub-components/recover-access-modal-dialog.tsx
#	packages/login/webpack.config.js
#	products/ASC.Files/Service/Program.cs
#	web/ASC.Web.Api/Program.cs
2022-09-15 17:16:04 +03:00
8df94b6af1 i18n: Translations: fix project files + sorting 2022-09-09 18:02:39 +03:00
ead45257f1 Web: Added 'Recover Access Modal Dialog' to the unavailable portal page. 2022-09-09 11:25:55 +03:00
d016efea48 Web: Moved translations to the common. 2022-09-09 11:12:02 +03:00
bd519f4184 Web: Login: Renamed locale folders 2022-09-06 13:01:23 +03:00
Artem Tarasov
65f1b61998 Web: Login/Editor: fixed showing warnings about request as expression 2022-09-05 13:16:04 +03:00
Artem Tarasov
a3f344712b Web: Login/Editor: added webpack-filter-warnings-plugin 2022-09-05 13:14:32 +03:00
7b623c4e30 Merge branch 'develop' into feature/stripe
# Conflicts:
#	packages/client/src/pages/PortalSettings/Layout/Article/Body/index.js
#	packages/client/src/pages/PortalSettings/utils/settingsTree.js
#	packages/common/store/AuthStore.js
#	packages/components/slider/index.js
#	web/ASC.Web.Api/Api/Settings/SettingsController.cs
2022-09-05 10:19:52 +03:00
Artem Tarasov
d7b517c25e Web: Login: fixed production build 2022-09-05 04:25:32 +03:00
e136a41928 Merge branch 'feature/login-ssr' of github.com:ONLYOFFICE/DocSpace into feature/login-ssr 2022-09-02 17:15:36 +03:00
b5048bfafe Web: Fix react types warnings 2022-09-02 17:15:05 +03:00
6bcc951ad4 Web: Fix warning 2022-09-02 17:14:20 +03:00
Artem Tarasov
b0019f0967 Web: Login: deleted unnecessary code 2022-09-01 14:57:32 +03:00
Artem Tarasov
45bcfe4a8d Web: Login/Client: fixed parameter url name 2022-09-01 14:53:37 +03:00
f751cc5a8b Web: Auto-fix 2022-09-01 12:22:20 +03:00
Artem Tarasov
3f27595995 Web: Login: fixed server build 2022-09-01 01:50:27 +03:00
Artem Tarasov
3e34505eed Web: Login/Components: fixed styles 2022-09-01 01:14:24 +03:00
Artem Tarasov
8c28fda299 Web: Login/ColorTheme: fixed ssr 2022-08-31 18:32:13 +03:00
Artem Tarasov
d8e98fa208 Web: Login: MoreLogin mf fix 2022-08-31 18:02:05 +03:00
Artem Tarasov
1931e56f07 Web: Login: added LoginStore 2022-08-31 17:32:33 +03:00
370696aba0 Web: Fixed property name for ColorTheme component, changed type => themeId 2022-08-31 15:38:39 +03:00
a9338edd81 Web: Transferring translations to a common file 2022-08-31 15:22:48 +03:00
Artem Tarasov
0621fd9c86 Merge branch 'develop' into feature/login-ssr
# Conflicts:
#	packages/client/src/components/dialogs/ConnectDialog/index.js
#	packages/login/src/Login.jsx
#	packages/login/src/client/components/sub-components/forgot-password-modal-dialog.tsx
#	packages/login/src/client/components/sub-components/recover-access-modal-dialog.tsx
#	yarn.lock
2022-08-30 18:38:12 +03:00
Artem Tarasov
73f2983177 Web: Login: added build scripts 2022-08-30 18:13:12 +03:00
Artem Tarasov
bc0e986707 Web: Login/Common: added language cookie setting on the server 2022-08-30 17:50:54 +03:00
Artem Tarasov
7e487bb064 Web: Login: deleted unnecessary code 2022-08-30 17:39:27 +03:00
Artem Tarasov
ee7986e7bb Web: Login: added getting language from portal settings, removed accept-language-parser 2022-08-30 15:00:31 +03:00
Artem Tarasov
b5c3e0b241 Web: Login: deleted unnecessary files 2022-08-30 14:42:20 +03:00
Artem Tarasov
25c1672e30 Web: Login: RoomsLogin moved to Login 2022-08-30 14:41:09 +03:00
Artem Tarasov
456166a7d5 Web: Login: RoomsLogin moved to Login 2022-08-30 14:40:46 +03:00
Artem Tarasov
bf925aeeed Web: Login: added types for IS_PERSONAL, IS_ROOMS_MODE 2022-08-30 13:30:29 +03:00
Artem Tarasov
044fd627e5 Web: Login: added support for rooms mode in webpack 2022-08-30 13:28:51 +03:00
Artem Tarasov
8a15cbc331 Web: Login: deleted console.log 2022-08-30 12:57:05 +03:00
Artem Tarasov
0c4033869f Web: Login/Client: fixed login routes 2022-08-30 12:56:28 +03:00
Artem Tarasov
b6e77cb2ac Web: Login: added code login to routes 2022-08-30 00:41:16 +03:00
Artem Tarasov
d1df749053 Web: Login: refactoring 2022-08-30 00:02:37 +03:00
Artem Tarasov
e1302e8b01 Web: Login: fixed styled-components warnings 2022-08-30 00:01:46 +03:00
Artem Tarasov
9bfc072508 Web: Login: added routing 2022-08-30 00:01:08 +03:00
Vlada Gazizova
2f822b0406
Merge branch 'develop' into feature/settings-common 2022-08-29 22:27:08 +03:00
ab654bc889 Web: Fix same key duplication warning 2022-08-29 11:33:52 +03:00
Artem Tarasov
146dafd96d Web: Login: modified render 2022-08-27 01:54:43 +03:00
Artem Tarasov
173404cdac Web: Login: added getCurrentLanguage 2022-08-27 01:53:48 +03:00
Artem Tarasov
ca5cad166d Web: Login: added route login/error=:error 2022-08-27 01:53:28 +03:00
Artem Tarasov
33d4d7c8df Web: Login: added global types 2022-08-27 01:52:57 +03:00
Artem Tarasov
8fe5c7f1d7 Web: Login/Client: InvalidError Component moved to Login 2022-08-27 01:51:40 +03:00
Artem Tarasov
0a3ebbc436 Web: Login: translations for InvalidError moved to login 2022-08-27 01:48:29 +03:00
Artem Tarasov
106152a2a4 Web: Login/Common: fixed types 2022-08-27 00:49:06 +03:00
Artem Tarasov
adb1946bc2 Web: Login: fixed register-modal-dialog 2022-08-26 19:03:33 +03:00
Artem Tarasov
8dd1915942 Web: Login: fix register container 2022-08-26 18:54:45 +03:00
Artem Tarasov
29cca35e6f Web: Login: moved CodeLogin 2022-08-26 16:38:55 +03:00
Artem Tarasov
ba23703c53 Web: Login: fixed types 2022-08-26 16:38:32 +03:00
Artem Tarasov
f982793225 Web: Login: fixed show tooltip 2022-08-26 13:00:24 +03:00
Artem Tarasov
1491bb1a3a Web: Login: added preload fonts 2022-08-26 13:00:04 +03:00
Artem Tarasov
2f70694632 Web: Login: fix oAuth, modified types 2022-08-25 18:13:46 +03:00
Artem Tarasov
7735e0b0a3 Web: Login: fix react warnings 2022-08-25 15:47:24 +03:00
Artem Tarasov
53bdd5b792 Web: Login: fix after merge (styles) 2022-08-25 15:44:34 +03:00
Artem Tarasov
3177d1d524 Web: Login: added RecoverAccessModalDialog 2022-08-25 14:03:39 +03:00
Artem Tarasov
d4208853b6 Web: Login: fixed page flickering when hydrated 2022-08-25 11:09:03 +03:00
Artem Tarasov
db70f2fd71 Web: Login: added setting the document title on the server 2022-08-24 18:46:39 +03:00
Artem Tarasov
999d9c7abd Web: Login: applied nconf, logPath is now taken from appsettings.services.json 2022-08-24 17:37:47 +03:00
Artem Tarasov
436fb991de Web: Login: added nconf to Login 2022-08-24 17:28:28 +03:00
Artem Tarasov
0d81b98920 Web: Login: added ErrorBoundary, refactoring 2022-08-24 12:13:07 +03:00
Artem Tarasov
6f9120ee03 Merge branch 'develop' into feature/login-ssr
# Conflicts:
#	packages/client/src/store/TargetUserStore.js
#	packages/common/store/AuthStore.js
#	packages/common/store/SettingsStore.js
#	packages/common/utils/index.ts
#	packages/login/src/Login.jsx
#	packages/login/src/RoomsLogin.jsx
2022-08-24 10:17:39 +03:00
Artem Tarasov
55ccb50046 Web: Login: added ErrorBoundary 2022-08-23 18:55:07 +03:00
Artem Tarasov
092408ce50 Web: Login: refactoring client 2022-08-23 18:54:50 +03:00
Artem Tarasov
a1ac7420b9 Web: Login: fixed language switching on the server 2022-08-23 18:54:12 +03:00
Artem Tarasov
31603541b1 Web: Login: added authCallback, modified types 2022-08-22 15:09:03 +03:00
36c30428fc Merge branch 'develop' into feature/settings-common 2022-08-19 15:05:33 +03:00
Artem Tarasov
eb9146685e Web: Login: fix redirect to home after login 2022-08-19 12:31:15 +03:00
Artem Tarasov
87d13d5d81 Web: Login: added MoreLogin to Login 2022-08-18 17:12:54 +03:00
Artem Tarasov
582e42194a Web: Login: added more-login 2022-08-18 17:09:55 +03:00
Artem Tarasov
9a3e09961f Web: Login: added oAuthLogin, query params 2022-08-18 10:52:38 +03:00
Artem Tarasov
1de8c98913 Web: Login: added loginUtils, added types 2022-08-18 10:51:35 +03:00
Artem Tarasov
95e97ac8ed Web: Login: modified webpack config 2022-08-17 10:24:39 +03:00
Artem Tarasov
d53b3bcb6a Web: Login: added types 2022-08-17 10:24:19 +03:00
Artem Tarasov
39d5419790 Web: Login: moved sub-components, added LoginForm 2022-08-17 10:22:48 +03:00
b65b7c75e5 Move translates from NavMenu to Login 2022-08-16 16:26:00 +03:00
a9591c875c Login: add recover access dialog 2022-08-16 12:51:28 +03:00
6ef8662ab3 Login: RecoverAccess: add logic 2022-08-16 12:50:35 +03:00
acd6ed8b57 Login: move recover access modal from client 2022-08-16 12:33:45 +03:00
e08d1342c2 Login: fix style 2022-08-16 12:06:32 +03:00
34453e8cea Login: fix style 2022-08-16 11:47:54 +03:00
Artem Tarasov
1e7068a63b Web: Login: moved forgot-password-modal-dialog, added types 2022-08-16 01:47:37 +03:00
Artem Tarasov
6dcb42ec0b Web: Login/Client: applied changes 2022-08-15 18:55:39 +03:00
Artem Tarasov
885c92a562 Web: Login: added ssoButton 2022-08-12 22:42:39 +03:00
Artem Tarasov
8fd0a56544 Web: Login: added Logo and Heading 2022-08-12 22:36:51 +03:00
Artem Tarasov
15b45f74d4 Web: Login: added detect of desktop editors 2022-08-12 22:36:03 +03:00
Artem Tarasov
d072c36355 Web: Login: fixed types 2022-08-12 22:34:47 +03:00
Artem Tarasov
02e555ce67 Web: Login: fixed import svg 2022-08-12 22:34:28 +03:00
4e9c7a713d Merge 2022-08-12 18:07:44 +03:00
b82a4206e0 Merge branch 'develop' into feature/settings-common 2022-08-12 18:04:11 +03:00
c72a9b18e0 Login: comment signin with code 2022-08-12 14:40:25 +03:00
191f527028 Login: RoomsLogin: fix 2022-08-12 13:48:30 +03:00
d32cadc5e3 Login: RoomsLogin: add background pattern 2022-08-12 13:36:08 +03:00
938b34bcdc Login: redesign 2022-08-12 13:33:38 +03:00
4638c8dca5 Login: add translates 2022-08-12 13:33:20 +03:00
f60aaef514 Login: CodeLogin: add logo 2022-08-12 13:32:58 +03:00
ba66b55d4d Login: fix register height 2022-08-12 13:07:42 +03:00
Artem Tarasov
045850f3a9 Web: Login: fixed types, client preparation 2022-08-11 18:31:06 +03:00
Artem Tarasov
c185c07030 Web: Login: migrated StyledLogin 2022-08-11 18:11:19 +03:00
Artem Tarasov
f211b5a771 Web: Login: fixed duplicate global styles on every request 2022-08-11 17:45:13 +03:00
Artem Tarasov
64cf09eed0 Web: Login: added I18nextProvider 2022-08-11 13:41:31 +03:00
Artem Tarasov
f196e9f47c Web: Login: added initialization window.i18n 2022-08-11 13:26:48 +03:00
Artem Tarasov
0241a9f5e8 Web: Login: added transfer of initializing state and i18n on the server 2022-08-11 11:33:38 +03:00
Artem Tarasov
abaccc3074 Web: Login: added getting state on the client 2022-08-11 11:31:52 +03:00
Artem Tarasov
61ed72d647 Web: Login: added types 2022-08-11 11:30:43 +03:00
Artem Tarasov
cb6b8fcc7a Web: Login: fix mf config 2022-08-11 11:29:43 +03:00
2aed8eb3a0 Merge branch 'develop' of github.com:ONLYOFFICE/DocSpace into feature/login-confirm-redesign
# Conflicts:
#	packages/asc-web-components/index.js
#	packages/client/src/DocspaceLogo/index.js
#	packages/client/src/pages/Confirm/ConfirmWrapper.js
#	packages/components/form-wrapper/index.js
#	web/ASC.Web.Client/src/Shell.jsx
#	web/ASC.Web.Client/src/components/NavMenu/sub-components/header-unauth.js
#	web/ASC.Web.Client/src/components/pages/Confirm/index.js
#	web/ASC.Web.Client/src/components/pages/Confirm/sub-components/StyledConfirm.js
#	web/ASC.Web.Client/src/components/pages/Confirm/sub-components/changeOwner.js
#	web/ASC.Web.Client/src/components/pages/Confirm/sub-components/changePassword.js
#	web/ASC.Web.Client/src/components/pages/Confirm/sub-components/changePhone.js
#	web/ASC.Web.Client/src/components/pages/Confirm/sub-components/createUser.js
#	web/ASC.Web.Client/src/components/pages/Confirm/sub-components/profileRemove.js
#	web/ASC.Web.Client/src/components/pages/Confirm/sub-components/tfaActivation.js
#	web/ASC.Web.Client/src/components/pages/Confirm/sub-components/tfaAuth.js
#	web/ASC.Web.Login/src/Login.jsx
#	web/ASC.Web.Login/src/StyledLogin.js
2022-08-10 16:16:43 +03:00
Artem Tarasov
3967f2d69d Web: Login: added getInitialState() 2022-08-08 18:36:05 +03:00
Artem Tarasov
7251258ddb Web: Login: fixed detected language 2022-08-08 16:26:33 +03:00
Artem Tarasov
cf7bd31806 Web: Login: added language detection on the server 2022-08-05 19:42:52 +03:00
Artem Tarasov
3724197121 Web: Login: added accept-language-parser 2022-08-05 19:42:07 +03:00
Artem Tarasov
a520446d69 Web: Packages: localStorage usage changed to cookies when saving language 2022-08-05 17:21:14 +03:00
Artem Tarasov
c37178a07b Merge branch 'develop' into feature/login-ssr 2022-08-05 11:58:06 +03:00
Artem Tarasov
8e57b6896a Web: Login: added cookie-parser 2022-08-05 11:55:58 +03:00
Artem Tarasov
5a09700b22 Web: Login: added i18n 2022-08-05 11:31:45 +03:00
Artem Tarasov
fc6eb7ef4d Web: Login: added @types/i18next-fs-backend 2022-08-05 11:31:25 +03:00
Artem Tarasov
333627496b Web: Login: deleted node-externals 2022-08-05 10:19:43 +03:00
Artem Tarasov
51547ad03c Web: Login: added GlobalStyle, refactoring server 2022-08-04 18:50:56 +03:00
b28915462b Web: Fix login and logout 2022-08-04 18:23:19 +03:00
Artem Tarasov
52ac3aef49 Web: Login: added config.json 2022-08-04 17:28:49 +03:00
Artem Tarasov
d252cc799a Web: Login: rewritten logger, fixed types 2022-08-04 17:03:13 +03:00
Artem Tarasov
c0bda3de5f Web: Login: added types of morgan 2022-08-04 17:02:23 +03:00
Artem Tarasov
fb403556fc Web: Login: fixed types of ws 2022-08-04 14:56:19 +03:00
Artem Tarasov
16af62e19b Web: Login: added types of compression 2022-08-04 14:55:39 +03:00
Artem Tarasov
c6d00f1a76 Web: Login: deleted devMiddleware, fix types 2022-08-04 13:53:02 +03:00
Artem Tarasov
276bfff287 Web: Login: fixed types 2022-08-04 13:09:12 +03:00
Artem Tarasov
52fd53a381 Web: Login: added index.d.ts 2022-08-04 12:14:55 +03:00
Artem Tarasov
b8f32739e5 Web: Login: added base client 2022-08-04 12:14:35 +03:00
Artem Tarasov
601ff4190f Web: Login: added base server 2022-08-04 12:14:03 +03:00
Artem Tarasov
ea515f6dee Web: Login: updated packages, webpack config, tsconfig 2022-08-04 12:12:36 +03:00
Artem Tarasov
9e8ff9d312 Web: Login: added tsconfig 2022-08-03 17:33:44 +03:00
Artem Tarasov
b8193f3545 Web: Login: added packages, fix webpack config 2022-08-03 17:33:26 +03:00
Artem Tarasov
82af50eeb3 Web: Login: added @babel/preset-typescript 2022-08-03 16:31:57 +03:00
Artem Tarasov
d481de8f7b Web: Login: fix after merge 2022-08-02 11:21:29 +03:00
Artem Tarasov
7d1939f76d Merge branch 'develop' into feature/login-ssr
# Conflicts:
#	packages/login/src/server/lib/template.ts
#	packages/login/tsconfig.json
#	packages/login/webpack/webpack.base.js
#	packages/login/webpack/webpack.client.js
#	packages/login/webpack/webpack.server.js
#	web/ASC.Web.Login/package.json
#	yarn.lock
2022-08-02 10:41:10 +03:00
d093c97b97 Web: Renamed 'studio' to 'client' (bat-files, nginx configs, react, MF, themes) 2022-08-01 15:37:33 +03:00
e7252c4bc4 Web: Moved all clients app to packages directory 2022-07-22 22:01:25 +03:00