Commit Graph

238 Commits

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