Commit Graph

460 Commits

Author SHA1 Message Date
ebd5b238cd Web: Client: added sorter by first name/last name to accessRights page, added translations, applied a field filter for api requests 2019-11-11 13:57:19 +03:00
9640fb7633 Web: Client: added loader on accessRights page 2019-11-11 09:45:52 +03:00
df36ffbf68 Merge branch 'master' into feature/advanced-selector-v2 2019-11-11 09:45:41 +03:00
ed4269eb83 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-11-08 15:41:10 +03:00
ffa5ba9a1f Web: Client: added filterInput to accessRights page 2019-11-08 15:41:03 +03:00
Ilya Oleshko
7a569af04c Merge branch 'master' of github.com:ONLYOFFICE/AppServer 2019-11-08 14:52:13 +03:00
Ilya Oleshko
4e1ae0d953 web: Client: Hide Settings for People module administrator 2019-11-08 14:49:12 +03:00
19b1a0a825 Web: Client: fixed paging navigation on accessRights page, deleted OwnerId from settingController 2019-11-08 14:05:06 +03:00
b66970c03a Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-11-08 11:29:03 +03:00
88ab13fcc6 Web: Client: fixed paging on accessRights page 2019-11-08 11:28:56 +03:00
Daniil Senkiv
fd0d8b48be Web.Client: added expanded message fro authorized users 2019-11-08 10:56:47 +03:00
Daniil Senkiv
282cf20997 Web.Client: Settings: Customization: fixed in constructor: select first item in timezone and language comboboxes, if not found current value from redux 2019-11-08 10:55:35 +03:00
cddd6ce1ed Web: Client: fixed paging visibility 2019-11-08 09:48:57 +03:00
43fb0bd7b5 Web: Client: added paging to accessRights page, added new translations, added filter to accessRights page, renamed actions, deleted unused selectors, added filter to getListAdmins api 2019-11-08 09:27:00 +03:00
Daniil Senkiv
6ccca21fb3 Web.Client: Settings: Customization: fixed: select first item in timezone and language comboboxes, if not found current value from redux 2019-11-07 17:12:00 +03:00
0ca200bdea Merge branch 'master' into feature/advanced-selector-v2 2019-11-07 14:01:59 +03:00
Daniil Senkiv
e6f13f3dfb web.Client: saved culture and greetingSettings after logout; deleted unused data "settingsTree" 2019-11-07 10:14:26 +03:00
Daniil Senkiv
dc09621f5d Web.Api: added unconditional getting greetingSettings;
Web.Client: moved greetingSettings from setting reducer to auth reducer
2019-11-07 10:06:13 +03:00
Daniil Senkiv
5a9ea7618a Web.Client: Settings: customization: fixed component lifecycle 2019-11-06 17:02:39 +03:00
Daniil Senkiv
011683b777 Web.Client: Settings: Customization: greeting settings: fixed and separated logic for save and restore buttons 2019-11-06 14:48:32 +03:00
Daniil Senkiv
7d159d8659 Web.Client/Server: renamed companyName to greetingSettings 2019-11-06 14:32:04 +03:00
Daniil Senkiv
656d82010b Web.Client: applied getting companyName(greetingTitle) to all Confirm sub-components, removed customNames file 2019-11-06 14:17:13 +03:00
Daniil Senkiv
a877f9d0dd Web.Client/Server: added getting companyName from initial api request, applied to Login component 2019-11-06 14:14:23 +03:00
87e76575d8 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore
# Conflicts:
#	web/ASC.Web.Client/src/store/settings/reducer.js
2019-11-06 11:38:07 +03:00
95c1746c04 Web: Client: fixed showing admins and users on accessRights page, renamed reducer fields 2019-11-06 11:35:09 +03:00
e722f09829 web: Client: Update yarn.lock 2019-11-06 11:09:59 +03:00
559c87a450 Merge branch 'master' into feature/advanced-selector-v2
# Conflicts:
#	products/ASC.People/Client/yarn.lock
#	web/ASC.Web.Client/yarn.lock
2019-11-06 10:50:05 +03:00
Daniil Senkiv
e8d1c3bb46 Web.Client: Login: applied greetingTitle to login page 2019-11-05 17:14:56 +03:00
Daniil Senkiv
a914ace184 Web.Client: Settings: Customization: applied dropDownMaxHeight prop after changes (00b421556b) 2019-11-05 17:03:04 +03:00
Daniil Senkiv
a153d90082 Web.Client/Server: Settings: added changing greetingTitle 2019-11-05 16:15:47 +03:00
9d114185ad Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore
# Conflicts:
#	web/ASC.Web.Client/src/components/pages/Settings/locales/en/translation.json
#	web/ASC.Web.Client/src/components/pages/Settings/locales/ru/translation.json
2019-11-05 15:16:33 +03:00
e9ffc8f363 Web: Client: added loader to accessRights page, fixed selected users bug, replace selector functions, added new translations 2019-11-05 15:13:21 +03:00
77085f7510 web: People: Fixed api getUser refactoring bug 2019-11-05 13:31:03 +03:00
Daniil Senkiv
bee0c91442 Web.Client: Settings: applied current translation keys 2019-11-05 11:51:27 +03:00
Daniil Senkiv
3c36446d2b Web.Client: Settings: change link in settingsTree 2019-11-05 11:19:26 +03:00
Daniil Senkiv
ba88e13503 Web.Client: Settings: Layout: refactoring, rewritten utils function for settingsTree with any nesting, added new functions 2019-11-05 10:45:16 +03:00
Daniil Senkiv
fd1f1aaa93 Web.Client: Settings: settingsTree: added tKey property for translation keys, remove title unused property 2019-11-05 10:40:39 +03:00
Daniil Senkiv
7e7af6a1cf Merge branch 'master' of https://github.com/ONLYOFFICE/AppServer 2019-11-05 10:36:29 +03:00
Daniil Senkiv
61ac78982b Web.client: Settings: Body: Header: deleted unused state variable 2019-11-01 16:12:48 +03:00
Daniil Senkiv
76383bbb91 Web.client: Settings: moved settingsTree from constants to utils 2019-11-01 16:11:35 +03:00
dc3ccbe7b7 Web: Client: refactoring accessRights code, added new translations, refactoring api requests 2019-11-01 15:09:16 +03:00
Daniil Senkiv
d7369489e1 Web.Client: Settings: remove redux usage in Layout sub-components 2019-11-01 14:31:59 +03:00
Daniil Senkiv
1d5baa847f Web.Client: Settings: added utils 2019-11-01 12:17:12 +03:00
Daniil Senkiv
9ee8282c14 Web.Client: Settings: refactoring 2019-11-01 12:15:23 +03:00
b8b0a64fb2 Web: Client: fixed imports after rename folder 2019-11-01 09:49:40 +03:00
770fdbc691 Web: Client: fixed AdvancedSelector search on accessRights page, rename people folder with actions to setting 2019-11-01 09:36:35 +03:00
7cda5b4bbe Web: Client: fixed update listUsers for AdvancedSelector on accessRights page 2019-10-31 16:31:48 +03:00
c94a3a005d Web: Client: added AdvancedSelector to accessRights page with search, added function add new users 2019-10-31 10:22:44 +03:00
Daniil Senkiv
7bc53607c4 Web.Client: Settings: fixed: translations not applied on following a '/settings' link 2019-10-30 15:40:55 +03:00
Daniil Senkiv
a7ab8f48e0 Web.Api: SettingsController: added new model for timezones, changed api method 2019-10-30 14:33:27 +03:00
Daniil Senkiv
fafa3f5ec0 Revert "Web.Api: SettingsController: added new model for timezones"
This reverts commit 43c445d31b.
2019-10-30 11:02:46 +03:00
Daniil Senkiv
43c445d31b Web.Api: SettingsController: added new model for timezones 2019-10-30 09:49:38 +03:00
010397f3b0 Web: Client: code refactoring, added delete administrator button 2019-10-29 16:55:25 +03:00
88f364473e Web: Client: added field admins and owner to redux, added new actions 2019-10-29 16:52:37 +03:00
7a8d7368d2 Web: Client: added new api methods getUserList, changeProductAdmin, getUserById, renamed people to settings in the rootReducer 2019-10-29 16:51:10 +03:00
Daniil Senkiv
1a9cfd4e33 Web.Client: Settings: used settings tree for showing current settings 2019-10-29 13:57:39 +03:00
Daniil Senkiv
41de179671 Web.Client: Settings: added and applied translations 2019-10-29 13:56:09 +03:00
Daniil Senkiv
b9faf28210 Web.Client: Settings: passed right prop currentModuleId to Layout, changed prop currentModuleId from Settings 2019-10-29 09:14:12 +03:00
c43ce99a9b web: Components: Added loading for options parts 2019-10-28 17:45:47 +03:00
Daniil Senkiv
167a9734d9 Web.Client: Settings: Article: Body: applied Link component to tree nodes instead of plain text 2019-10-28 17:16:59 +03:00
Daniil Senkiv
6bf888567a Web.Client: Settings: Customization: refactoring, used redux for Api requests 2019-10-28 16:07:59 +03:00
Daniil Senkiv
bdc6245c1a Web.Client: Settings: Article: Body: refactoring 2019-10-28 11:15:05 +03:00
Daniil Senkiv
ca3137ba09 Web.Client: Settings: Article, Header: refactoring 2019-10-28 11:03:41 +03:00
Daniil Senkiv
18da5ca606 Web.Client: Settings: Common: fixed style 2019-10-28 09:56:26 +03:00
Daniil Senkiv
1d70468065 Web.Client: Settings: Common: fixed style for combobox 2019-10-28 09:27:18 +03:00
d2cca81175 web: Components: Split AdvancedSelector to several parts + added InfinitLoader 2019-10-27 21:30:04 +03:00
Daniil Senkiv
e846053e85 Web.Client: Settings: Common: added translations 2019-10-25 21:21:06 +03:00
Daniil Senkiv
821f804ccd Web.Client/Api: Settings: Common: added changing portal language and timezone 2019-10-25 20:35:46 +03:00
Daniil Senkiv
a47005115a Web.Client: Settings: applied Scrollbar component for page 2019-10-25 09:53:05 +03:00
67febac1d6 Web: Client: added people store, added getUserList to accessRights with redux 2019-10-25 09:35:45 +03:00
01f1fe11dc Web: Client: replace accessRights page to security folder, added new translations to resourceConfig, added api getUsers 2019-10-24 15:06:21 +03:00
9889217a05 Web: Client: fixed accessRights page routing, fixed translations and styles 2019-10-24 13:20:36 +03:00
ca69114365 Web: Client: added accessRights page with route and translations 2019-10-24 09:28:11 +03:00
Daniil Senkiv
2114c32710 Web.Client: Settings: Article: Body: refactoring, added manage links 2019-10-23 20:24:42 +03:00
Daniil Senkiv
5d4341105d Web.Client: Settings: deleted unused code 2019-10-23 20:23:06 +03:00
Daniil Senkiv
30d09d59e5 Web.Client: Settings: renamed Customization component, added component for non-implemented settings, added routing 2019-10-23 20:21:55 +03:00
Daniil Senkiv
e6a191050a Web.Client: Settings: added empty sectionBodyContent 2019-10-22 15:21:31 +03:00
Daniil Senkiv
1586179fc9 Web.Client: Settings: added sectionHeaderContent with changing header 2019-10-22 15:11:46 +03:00
Daniil Senkiv
8f9a5d1835 Web.Client: added articleHeader and articleBody, used redux 2019-10-22 14:48:37 +03:00
Daniil Senkiv
55a7250f4f Web.Client: Layout: hided settings from users 2019-10-21 18:05:07 +03:00
Daniil Senkiv
f44219bff9 Web.Client: added Settings page, empty commonSettings page 2019-10-21 16:57:53 +03:00
Daniil Senkiv
c65ad5e9ea Web.Client: rewritten PrivateRoute 2019-10-21 16:56:08 +03:00
Daniil Senkiv
99bccc1569 Web.Client: added settings link in modules 2019-10-21 16:54:43 +03:00
17563fcfb2 Web: Client: fix tooltip on login page 2019-10-18 15:16:19 +03:00
354ad5002a Web: Client: fixed tooltip style on "Login" page 2019-10-10 15:01:10 +03:00
1c7d5177a6 Web: Client: fixed error message on login page 2019-10-08 15:02:02 +03:00
11cba99123 Web: Client: fixed changePassword page, fixed doule toastr 2019-10-08 12:23:28 +03:00
639b4e5d33 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-10-08 11:43:02 +03:00
d581c7fa40 Web: Client: fixed tooltip on login page 2019-10-08 11:42:54 +03:00
Daniil Senkiv
c7dc4fb950 Web.Client: Confirm: activateEmail: applied changes after (67c9a08) 2019-10-08 11:12:05 +03:00
55af6386ae Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore
Conflicts:
	web/ASC.Web.Client/src/components/pages/Confirm/sub-components/activateUser.js
2019-10-08 11:01:55 +03:00
35de773d36 web: Client: Fixed error handlers 2019-10-08 11:00:50 +03:00
Daniil Senkiv
d3ac9ff557 Web.Client: Confirm: changeEmail: applied changes after (67c9a08) 2019-10-08 10:55:55 +03:00
Daniil Senkiv
1d2ba0d5de Web.Components/Client: Layout: fixed missing render in profile-actions sub-component in the case of changing user data or avatar 2019-10-08 10:34:09 +03:00
Daniil Senkiv
838a56f6b7 Web.Client: Confirm: activateUser: fixed appearing error in the case of empty password field 2019-10-08 10:31:15 +03:00
Daniil Senkiv
38f9cacd5e Web.Client: Confirm: activateUser: applied changes after (67c9a08604) and (59dc9eecd8) 2019-10-08 10:29:33 +03:00
d941f3aeb5 web: client: Removed commented code 2019-10-07 15:41:20 +03:00
6dbd5a0a8c Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-10-07 15:39:13 +03:00
59dc9eecd8 web: Client: Refactoring: ConfirmRoute: Simplified methods and calls; Added forUnauthorized for LinkInvite; Removed useless actions; 2019-10-07 15:38:10 +03:00
9098db077e Web: Client: fixed login tooltip translation 2019-10-07 14:57:18 +03:00
3511ec7a56 Web: Client: added checkbox and question icon on login page, added new translations, fixed button size 2019-10-07 14:47:38 +03:00
7f155e875b Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-10-07 14:34:19 +03:00
67c9a08604 web: Added api client with common settings for all requests 2019-10-07 14:34:10 +03:00
Daniil Senkiv
393de2b4d6 Web.Client: Confirm: fixed changeEmail sub-component 2019-10-04 13:58:51 +03:00
Daniil Senkiv
24191334f4 Web.Client: added new prop for ConfirmRoute component 2019-10-04 13:57:55 +03:00
24a4e5456c web: Client: Added more checkResponseError call 2019-10-04 11:20:08 +03:00
69855a8157 web: Client: Moved checkResponseError to utils.js; 2019-10-04 10:49:38 +03:00
7002fda837 web: Client: Changed BrowserRouter to Router with separated history.js 2019-10-04 10:39:58 +03:00
Daniil Senkiv
2ed3ee4905 Web.Client/Core: added method of deleting self profile 2019-10-04 07:58:38 +03:00
e9ab62a9b7 Web: Client: transferred modal-dialog to sub-component 2019-10-03 09:07:03 +03:00
16c7740fc6 Web: Client: fixed Login page "keydown" event 2019-10-02 16:59:38 +03:00
fae9b49f21 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore
# Conflicts:
#	web/ASC.Web.Client/src/store/services/api.js
#	web/ASC.Web.Client/src/store/services/fakeApi.js
2019-10-02 16:16:34 +03:00
472c874739 Web: Client: added password recovery to "Login" page, added new translations, added api and fakeApi "sendInstructionsToChangePassword" 2019-10-02 16:10:40 +03:00
Daniil Senkiv
7208b56dde Web.Client: Confirm: added logout in activateUser component 2019-10-02 14:53:15 +03:00
Daniil Senkiv
b348c918ad Web.Client: Confirm: added profileRemove page with deletion profile only from admin account 2019-10-02 14:52:40 +03:00
695c1c64d8 web: People: Added Error route for NotImplemented Confirm routes 2019-10-02 12:26:54 +03:00
Daniil Senkiv
c7ebfc90ea Web.Client: Confirm: createUser: added refreshing page 2019-10-02 12:01:31 +03:00
Daniil Senkiv
ef277b17e5 Web.Client: Home: added showing errors 2019-10-02 11:35:01 +03:00
Daniil Senkiv
f0b20ed9bc Web.Client: Confirm: activateUser: added refreshing page 2019-10-02 11:33:46 +03:00
Daniil Senkiv
086870fd37 Web.Client: Confirm: used lazy 2019-10-02 11:32:48 +03:00
Daniil Senkiv
188443f49f Web.Client: confirmRoute: refactoring 2019-10-02 11:31:50 +03:00
7121cc243f Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-10-02 10:12:40 +03:00
cad26bd565 Web: Client: fixed "About" page, added new translations, added toastr with success and error messages 2019-10-02 10:12:32 +03:00
Daniil Senkiv
f7f0116614 Web.Client: Confirm: activate user: added hidden email field 2019-10-02 09:20:41 +03:00
Daniil Senkiv
f06fc2dba1 Web.Client: applied confirmRoute to changePassword sub-component 2019-10-01 15:59:53 +03:00
Daniil Senkiv
22f4741873 Web.Client: fixed actions 2019-10-01 15:47:21 +03:00
Daniil Senkiv
02c3221eda Web.Client: applied confirmRoute to activateEmail sub-component, using logout 2019-10-01 15:46:36 +03:00
Daniil Senkiv
2ecfb7022f Web.Client: deleted unused fake api method 2019-10-01 14:41:30 +03:00
Daniil Senkiv
dcc9c15b8c Web.Client: Confirm: createUser: refactoring 2019-10-01 14:40:44 +03:00
Daniil Senkiv
d4b8b3e85f Web.Client: Confirm: fixed typo 2019-10-01 14:39:54 +03:00
Daniil Senkiv
7a5e6aa8ad Web.Client: applied confirmRoute to changeEmail sub-component 2019-10-01 14:31:30 +03:00
1849e3fa78 Web: Client: fixed "changePassword" page styles, added logout 2019-10-01 13:43:17 +03:00
6031e45334 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-10-01 12:37:16 +03:00
51566c29ea web: Change storing token from cookie to localstorage 2019-10-01 12:37:06 +03:00
Daniil Senkiv
384a9a4a84 Web.Client: applied confirmRoute to activateUser sub-component, fixed decomposeConfirmLink helper 2019-10-01 12:16:02 +03:00
bfd930b84b Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-10-01 11:47:56 +03:00
Daniil Senkiv
7fc471a01d Web.Client: renamed action 2019-10-01 11:43:46 +03:00
Daniil Senkiv
98a135fec8 Web.Client: applied confirmRoute to createUser sub-component 2019-10-01 11:40:12 +03:00
99ba2483c8 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-10-01 11:37:59 +03:00
Daniil Senkiv
bf81aac3f8 Web.Client: added confirmRoute component 2019-10-01 11:16:33 +03:00
Daniil Senkiv
d897663d28 Web.Client: Confirm: separated 2 scenarios 2019-10-01 11:12:11 +03:00
c4ae71de63 Web: Client: deleted comments from translation.json 2019-10-01 10:57:58 +03:00
c4f22d68f8 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-10-01 10:42:48 +03:00
1236194464 Web: Client: refactoring "PasswordChange" page, added get password settings 2019-10-01 10:42:31 +03:00
f2c0396a1a Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-09-30 15:47:25 +03:00
2c44b89dd8 web: Client: Added translation of Confirm page 2019-09-30 15:47:14 +03:00
e8303fbc30 web: Client: Applied portal culture for Login Page 2019-09-30 15:38:58 +03:00
Daniil Senkiv
2b087d6e20 Web.Client: Confirm: activateEmail: added real api method, fixed generation link 2019-09-30 14:30:26 +03:00
Daniil Senkiv
2f909d7ff0 Web.Client: Confirm: createUser: added changing data on confirm activation link 2019-09-30 13:47:24 +03:00
Daniil Senkiv
bcace16155 Web.Client: Confirm: activateEmail: fixed getting email data 2019-09-30 13:46:04 +03:00
Daniil Senkiv
7644644c03 Web.Client: fixed path 2019-09-30 13:37:24 +03:00
b5c18d8058 web: Client: Added translation of About page 2019-09-30 12:42:04 +03:00
51a39a34d1 web: Client: Added translation of Error page 2019-09-30 12:30:26 +03:00
3288fb3b84 web: Added translation of Layout for People/Web clients 2019-09-30 12:20:56 +03:00
245b9b519f Web: Client: added getPasswordSettings to page "changePassword" 2019-09-30 09:15:33 +03:00
Daniil Senkiv
82f2808f2c Web.Client: added passing headers for activation status request 2019-09-27 17:30:28 +03:00
Daniil Senkiv
e859c67bd0 Web.Client: added test version of Activate user scenario 2019-09-27 16:56:53 +03:00
49ba16ba4b Web: Client: fixed change password link 2019-09-27 15:05:38 +03:00
Daniil Senkiv
f26867854b Web.Client: revert routing (6804a3ab6b) 2019-09-27 12:00:29 +03:00
Daniil Senkiv
6804a3ab6b Web.Client: changed routing, fixed changeEmail state 2019-09-26 15:00:23 +03:00
20a9d01dd4 Web: Client fix password field 2019-09-26 13:12:53 +03:00
a8d4cabdaa Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore
# Conflicts:
#	web/ASC.Web.Client/src/store/services/api.js
2019-09-26 13:10:23 +03:00
Daniil Senkiv
fd08ae9039 Web.Client: Confirm: added changeEmail sub-component 2019-09-26 12:45:10 +03:00
e7391d01d1 Web: Client: added translations, fixed changePassword api 2019-09-26 12:22:56 +03:00
Daniil Senkiv
6840945d00 Web.Client: in addition to 6c3dc95c80 2019-09-25 16:44:47 +03:00
Daniil Senkiv
6c3dc95c80 Web.Client: renamed api method 2019-09-25 16:39:46 +03:00
cb68c873be Web: Client: replaced component "TextInput" to "PasswordInput" 2019-09-25 13:56:31 +03:00
37988eccc8 web: Client: Fixed rename 2019-09-25 12:46:42 +03:00
25b5393bb9 web: Client: Fixed rename 2019-09-25 11:49:46 +03:00
52f876d9a4 web: Client: Refactoring Confirm password change methods 2019-09-25 10:47:55 +03:00
067b9f9b24 Update yarn locks 2019-09-25 09:45:03 +03:00
NikolayRechkin
eca9d8ccc3 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-09-25 09:04:45 +03:00
NikolayRechkin
7bcf2a6bf8 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-09-25 09:04:30 +03:00
NikolayRechkin
14f654d10c web: people: new avatar editor 2019-09-24 17:17:10 +03:00
Ilya Oleshko
1ad079e7b5 Web.Client: Confirm: PhoneActivation: Added default page. 2019-09-24 17:11:47 +03:00
Daniil Senkiv
20fa73b731 Web.Client: Confirm: createUser: fixed 2019-09-24 15:22:21 +03:00
cd2e4f81c6 Web: Client: fix merge 2019-09-24 12:30:39 +03:00
0f7a0dcf54 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore
# Conflicts:
#	web/ASC.Web.Client/src/store/services/api.js
#	web/ASC.Web.Client/src/store/services/fakeApi.js
2019-09-24 11:49:35 +03:00
b33c9bfb69 Web: Client: added fakeApi to changePassword page 2019-09-24 11:46:59 +03:00
Daniil Senkiv
c4ea1f6013 Web.Client: Login: refactoring 2019-09-24 11:38:59 +03:00
Daniil Senkiv
ed7951376d Web.Client: Confirm: added activateEmail sub-component 2019-09-24 11:05:05 +03:00
Daniil Senkiv
05762f9825 Web.Client: Login: fixed changing email input 2019-09-23 17:21:54 +03:00
Daniil Senkiv
cf0e438985 Web.Client: added handler for confirmedEmail in Login 2019-09-23 15:26:20 +03:00
Daniil Senkiv
5333930da9 Web.Client: Confirm: createUser: removed wrappers 2019-09-23 12:31:03 +03:00
Daniil Senkiv
31967bf9a1 Web.Client: Confirm: createUser: refactoring 2019-09-23 12:27:05 +03:00
Daniil Senkiv
49ee05a926 Web.Client: Confirm: changed routing 2019-09-23 11:48:33 +03:00
dafe2d478a Web: Client: added "changePassword" page 2019-09-23 10:47:45 +03:00
4d71a82119 Web: Client: added new words in translation.json 2019-09-23 10:44:09 +03:00
e5753d5131 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-09-20 11:22:40 +03:00
2e68bf04d5 web: Client: Init empty confirm pages with routing 2019-09-20 11:22:32 +03:00
381b038d70 Web: Client: fixed "About" page styles 2019-09-20 09:02:29 +03:00
Daniil Senkiv
1fb77a6606 People.Client: Invite dialog: used redux, localStorage, reduced re-rendering 2019-09-19 15:30:53 +03:00
7f419d266c Web.Client: created "About" page 2019-09-19 14:38:55 +03:00
165cba3a0a Web: update yarn lock files 2019-09-18 11:30:38 +03:00
Daniil Senkiv
8278678585 Web.Client: Confirm: fixed 2019-09-17 16:09:01 +03:00
Daniil Senkiv
a8f6f03f60 Web.Client: Confirm: deleted unused code, fixed double clicking on button, optimization 2019-09-17 16:08:06 +03:00
Daniil Senkiv
88ee103a00 Web.Client: Confirm: rewritten to class component 2019-09-13 10:23:58 +03:00
Daniil Senkiv
d7c887fc7f Web.Client: Confirm: used redux, fixed styles, added fakeApi and real api methods, fixed routing for Login component 2019-09-12 20:38:15 +03:00
d24c5bd54b grammar fix 2019-09-12 11:38:04 +03:00
Daniil Senkiv
c05d6e01b3 Web.Client: added PublicRoute component 2019-09-11 15:23:18 +03:00
2dd1b4c29f Restored and update yarn.lock files 2019-09-11 12:23:23 +03:00
63cabe4c8a web: components: Applied temp fix for security vulnerabilities js-yaml used by babel-plugin-inline-react-svg (https://github.com/airbnb/babel-plugin-inline-react-svg/issues/45) 2019-09-11 12:10:20 +03:00
Daniil Senkiv
ddcd033348 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-09-09 14:04:19 +03:00
5ac14818af web: components: Moved some packages to devDependencies 2019-09-09 12:58:09 +03:00
4123bd7923 Merge branch 'master' into refactoring/asc-web-components 2019-09-09 11:16:00 +03:00
Daniil Senkiv
7e52319bb6 Web.Client: used const for input width, for attr 'name' of password field 2019-09-09 11:13:10 +03:00
Daniil Senkiv
ad42d2e363 Web.Client: Confirm: improved email regex 2019-09-09 10:56:50 +03:00
Daniil Senkiv
9ea3ba0a4d Web.Client: fixed password validating, used const for attr name of email field 2019-09-09 10:55:22 +03:00
7ed1236abd Update yarn.lock files 2019-09-09 10:43:24 +03:00
bc4f682642 web: Merged all files .code-workspace into one in root 2019-09-09 09:42:28 +03:00
3774aaea72 Merge branch 'master' into refactoring/asc-web-components
# Conflicts:
#	web/ASC.Web.Components/package.json
2019-09-07 12:01:00 +03:00
Daniil Senkiv
8a98dcd778 Web.Client: Confirm: added fake loading 2019-09-06 18:53:50 +03:00
Daniil Senkiv
0ae688ff05 Web.Client: Confirm: implement onCopyToClipboard, validatePassword in PasswordInput component, added translation, implement Toast component 2019-09-06 18:42:28 +03:00
Daniil Senkiv
04fa45d595 Web.Client: Confirm: removed reactstrap styles 2019-09-06 16:18:43 +03:00
Daniil Senkiv
09384729d9 Web.Client: Confirm: moved email field 2019-09-06 11:50:58 +03:00
Daniil Senkiv
f315bc411a Web.Client: Confirm: in addition to (b63b63a48b) 2019-09-05 15:31:53 +03:00
Daniil Senkiv
b63b63a48b Web.Client: Confirm: PasswordInput component applied 2019-09-05 15:30:26 +03:00
Daniil Senkiv
e2e5d32877 Web.Client: Confirm: added translations, layout markup and validating for simple form 2019-09-05 12:32:18 +03:00
Daniil Senkiv
da09240b8d Web.Client: Login: fixed translation 2019-09-05 12:28:36 +03:00
193ee7def8 web: Client: Added empty Confirm page 2019-09-03 14:41:08 +03:00
Daniil Senkiv
eea51947d3 Web.Client: added webpack config for moving translation resources 2019-09-03 13:35:33 +03:00
Daniil Senkiv
5f878e4537 Web.Client: added packages: react-app-rewired, copy-webpack-plugin 2019-09-03 13:34:53 +03:00
Daniil Senkiv
347ec412b2 Web.Client: deleted unsused i18n config and translation files 2019-09-03 12:42:16 +03:00
Daniil Senkiv
3d8fcde7bc Web.Client: renamed About component 2019-09-03 12:40:57 +03:00
Daniil Senkiv
2558566983 Web.Client: translated Login component 2019-09-03 12:40:08 +03:00
Daniil Senkiv
4725d00f6f Web.Client: translated Home component 2019-09-03 12:38:31 +03:00
Daniil Senkiv
2b72eabd2f Web.Client: translated Layout component, added translated Error component 2019-09-03 12:36:52 +03:00
afc3303301 web: components: Removed react-calendar-v2.13.2.tgz 2019-09-02 10:13:37 +03:00
2aeec3ea68 web: New packages fixes 2019-08-29 16:23:47 +03:00
4f4aca88a9 web: Update packages 2019-08-29 09:40:44 +03:00
Daniil Senkiv
bdb166bc25 Web/People: fixed translation function 2019-08-20 12:34:16 +03:00
b53b79b8f9 Updated yarn.lock files 2019-08-20 10:23:15 +03:00
Daniil Senkiv
1fb3799208 Web: Client: translated existing words in current version, Login [EN] 2019-08-19 14:27:04 +03:00
Daniil Senkiv
7c28197679 Web: Client: translated existing words in current version, Layout [EN] 2019-08-19 14:25:46 +03:00
cc2ea5f5eb Fixed yarn.lock files 2019-08-19 14:13:09 +03:00
79178a0edc Changed folder for asc-web-components (npm-local/ -> packages/); Added react-calendar v2.13.2 (with important fix) 2019-08-19 13:30:18 +03:00
8a2310c8e1 web: Client: Re-written StudioLayout 2019-08-15 16:47:00 +03:00
e1234d900c web: Client: Added loading portal settings 2019-08-15 15:46:53 +03:00
97a84cde69 web: Client: Re-written Login page to styled components 2019-08-15 12:02:03 +03:00
109b41bfa6 web: Client: Added styled-components 2019-08-15 12:01:31 +03:00
4d18d6a894 web: Client: Refactoring: Moved actions and reducers to store folder;
Moved utils to store/services folder;
Made Home component lazy;
2019-08-15 10:48:16 +03:00
a9ce68847f web: client: Init translation 2019-08-13 17:47:40 +03:00
Ilya Oleshko
f735231207 web: Components: Added ability to adjust height of DropDown component. Added for Components react-window library. Fixed DropDown readme. 2019-08-13 14:21:46 +03:00
4da674ab75 web: People: Added people.svg 2019-08-05 18:24:34 +03:00
79a203e4a3 Fix: TypeError: console.log(...) is not a function 2019-07-28 23:49:43 +03:00
348b5f63c2 web: Client: Added routing to @self profile 2019-07-25 10:54:50 +03:00
580b7c57ae web: fixed code-workspace file 2019-07-20 13:18:59 +03:00
Daniil Senkiv
1927efb32f Web.Client: update library for Toast component, in addition to (fa2f9332e6) 2019-07-18 17:40:34 +03:00
f610230b2e web: Added code-workspace file 2019-07-18 13:26:27 +03:00
a7148cb793 npm install changed to yarn 2019-07-17 16:46:08 +03:00