Commit Graph

146 Commits

Author SHA1 Message Date
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
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