Commit Graph

463 Commits

Author SHA1 Message Date
b2ea40d967 web: Client: Removed commented code 2019-11-25 09:30:54 +03:00
10fd09750d Merge branch 'master' into feature/asc-web-common 2019-11-22 16:49:04 +03:00
604f7278d9 web: Client: Removed old not used code 2019-11-22 16:46:25 +03:00
1043cbc68b web: Common: Removed old not used code 2019-11-22 15:40:51 +03:00
056c098090 ASC.Web.Client: Settings: customization: responsive design 2019-11-22 15:05:50 +03:00
9cda01b5a7 ASC.Web.Client: Settings: whitelabe: responsive design 2019-11-22 15:04:59 +03:00
7976dfdb77 web: Components: Added export PublicRoute, PublicRoute 2019-11-22 14:52:04 +03:00
02d853dbff web: components: link: fix warnings
Warning: Failed prop type: Invalid prop `children` of type `array` supplied to `<<anonymous>>`, expected `string`.
    in Unknown (at customization.js:158)
    in Trans (at customization.js:155)

Warning: Failed prop type: Invalid prop `children` of type `array` supplied to `<<anonymous>>`, expected `string`.
    in Unknown (at ProfileInfo.js:214)
    in Trans (at ProfileInfo.js:211)
2019-11-21 18:24:58 +03:00
035d729c9c web: People: Replaced PrivateRoute to ASC.Web.Common realization 2019-11-21 17:34:17 +03:00
7cb2262837 Merge branch 'master' into feature/asc-web-common
# Conflicts:
#	products/ASC.People/Client/src/components/pages/Home/Section/Body/index.js
#	products/ASC.People/Client/src/store/people/actions.js
2019-11-20 14:29:52 +03:00
00ea5efa28 Web: Client: added help-button header content to client pages, added new translations, fixed showing FilterInput on accessRight admins sub-page 2019-11-20 09:50:13 +03:00
85bcc75f16 web: People: Moved some common utils to ASC.Web.Common 2019-11-19 15:35:56 +03:00
08e9719114 Web: Client: added EmptyScreenContainer with translations to accessRight admins sub-page 2019-11-19 14:53:13 +03:00
ef0d51ab47 web: People: Moved some common constants to ASC.Web.Common 2019-11-19 14:10:56 +03:00
74530bfa76 Merge branch 'master' into feature/asc-web-common
# Conflicts:
#	products/ASC.People/Client/src/App.js
#	web/ASC.Web.Client/src/store/settings/actions.js
#	web/ASC.Web.Client/src/store/settings/reducer.js
2019-11-19 13:34:36 +03:00
2a9e3d1870 web: People: Replaced services folder to ASC.Web.Common realization 2019-11-19 12:40:33 +03:00
629d426a55 Web: Client: refactoring accessRight sub-pages code 2019-11-19 09:25:48 +03:00
c8c037d48b Web: Client: added changeOwner page with translations 2019-11-18 16:12:59 +03:00
da027e13af Web: Client: added pageLoader to accessRights sub-pages, added advanced selector to owner page added new translations 2019-11-18 13:15:17 +03:00
85d6847e29 web: Client: Fixed warnings 2019-11-18 10:15:19 +03:00
b38b9b2a2a web: Client: Replaced services folder to ASC.Web.Common realization 2019-11-18 10:14:44 +03:00
23e3d28857 web: Replaced history to asc-web-common variant 2019-11-15 16:44:54 +03:00
a75d6e7ecc web: Removed auth folder from store (after change to asc-web-common variant) 2019-11-15 16:29:49 +03:00
49d5000cd2 Merge branch 'master' into feature/asc-web-common 2019-11-15 15:29:57 +03:00
6797194080 Web: Client: deleted shouldComponentUpdate from accessRight admins page 2019-11-15 14:16:31 +03:00
06e9c901b3 Web: Client: fixed accessRights rerender on owner and admins pages 2019-11-15 14:02:09 +03:00
2d47d639dd web: People: Replaced auth store to ASC.Web.Common realization 2019-11-15 12:38:31 +03:00
2a1120645a Web: Client: added lazy loader to tabs, added ownerId to settings controller 2019-11-15 10:19:37 +03:00
cb057a35ea Merge branch 'master' into feature/asc-web-common 2019-11-14 16:39:54 +03:00
ef1e3eaa1d web: Client: Replaced auth store to ASC.Web.Common realization 2019-11-14 16:37:41 +03:00
71bdd47708 Web: Client: fixed filter error 2019-11-14 12:58:20 +03:00
4c2e1a065b Web: Client: added tabs routing to accessRights page 2019-11-14 12:08:11 +03:00
f498ee5a29 Web: Client: fixed logout on changePassword page 2019-11-14 09:56:06 +03:00
d741353116 Web: Client: fixed accessRights page crash, removed api getAdmins 2019-11-14 09:00:21 +03:00
71a1ead564 Web: Client: fixed owner avatar on accessRights page 2019-11-13 16:38:53 +03:00
17ef3569ee Merge branch 'master' into feature/asc-web-common 2019-11-13 16:14:32 +03:00
c12141897f web: Added check of isAxiosError ("Network error" for example) 2019-11-13 16:12:46 +03:00
242c544557 web: Changed redirect methods to error pages 2019-11-13 15:35:56 +03:00
ccb8cbd7f9 web: Client: Added check for undefined result 2019-11-13 15:16:38 +03:00
8a7644e565 Merge branch 'master' into feature/asc-web-common 2019-11-13 12:33:45 +03:00
a9f394a10b web: Client: Added check authorization in confirmRoute.js 2019-11-13 12:33:11 +03:00
Daniil Senkiv
5c61500118 Web.Client: Settings: added WhiteLabel page with getting logo urls, sizes, text for logo; added function for generating (drawing) logo 2019-11-13 12:22:50 +03:00
54fa1c1c8d Web: Client: removed cookie from confirmRoute 2019-11-13 11:08:39 +03:00
e69d2900ef Merge branch 'master' into feature/asc-web-common
# Conflicts:
#	products/ASC.People/Client/yarn.lock
#	web/ASC.Web.Client/yarn.lock
2019-11-13 10:55:42 +03:00
6f13d071bf Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-11-13 10:55:15 +03:00
28e83c13ff Web: Client: replaced reducer accessRight settings, added "set full admin" method to accessRights page 2019-11-13 10:55:08 +03:00
e596497e15 web: removed universal-cookie 2019-11-13 10:04:35 +03:00
14a87d86ff web: Applied server changes in login/logout for all clients 2019-11-13 09:52:03 +03:00
19acdd4a6e web: Common: Init commit of new js library for common code of any App in AppServer 2019-11-12 14:55:22 +03:00
Daniil Senkiv
629f9a4656 Merge branch 'master' of https://github.com/ONLYOFFICE/AppServer 2019-11-12 11:23:04 +03:00
a79c5c02e4 Web: Client: fixed TabContainer rerender on accessRights page 2019-11-12 09:57:49 +03:00
Daniil Senkiv
239c56813d Web.Client: Settings: fixed problem with defining path 2019-11-11 16:53:35 +03:00
86e4bbeca5 Web: Client: added Tabs container to accessRight page 2019-11-11 16:42:03 +03:00
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