Commit Graph

836 Commits

Author SHA1 Message Date
Ilya Oleshko
507f679b19 Web: Components: Fixed property name at FilterInput component 2019-07-26 12:41:51 +03:00
Daniil Senkiv
1390ca5fa6 Web: components: RadioButtonGroup: added onClick prop 2019-07-26 12:33:34 +03:00
Ilya Oleshko
381cacd877 Web: Components: Fixed property`s for Paging component 2019-07-26 12:04:52 +03:00
Ilya Oleshko
4b0b76609f Web: Components: Added withBorder, selectedIndex and renamed items to options property`s of ComboBox component. Fixed story and readme for this component. 2019-07-26 12:02:36 +03:00
3a657e0c64 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-26 11:16:37 +03:00
2f2f934a3f web: People: ProfileAction:
1) changed ProfileAction to class component
2) react hooks replaced with component state
3) fetching profile data from redux store
2019-07-26 11:09:07 +03:00
d8a526a693 web: People: ProfileAction: fixed header text 2019-07-26 11:05:36 +03:00
eaeb0d6bf5 web: People: ProfileAction: fixed userName avatar props in form 2019-07-26 11:04:58 +03:00
2cf946434c web: People: added redux actions to set target user 2019-07-26 11:03:39 +03:00
Daniil Senkiv
2a41a974cd Web: components: RadioButtonGroup: renamed spaceBtwnElems prop 2019-07-26 10:53:02 +03:00
Daniil Senkiv
f388337337 Web: components: RadioButtonGroup: formatted code in story 2019-07-26 10:47:03 +03:00
Daniil Senkiv
956f9c238a Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-26 10:44:21 +03:00
Daniil Senkiv
55f457fb87 Web: components: RadioButtonGroup: added isDisabledGroup prop 2019-07-26 10:42:55 +03:00
Daniil Senkiv
2e1fba1ce1 Web: components: RadioButtonGroup: added isDisabledGroup prop 2019-07-26 10:42:21 +03:00
Ilya Oleshko
8db94c83d3 Web: People: Profile: Added text truncate for user contacts 2019-07-26 10:13:24 +03:00
Daniil Senkiv
33cb3d443c Web: components: RadioButtonGroup: fixed story, added manually input data 2019-07-25 19:24:30 +03:00
Daniil Senkiv
d88a94e9b2 Web: components: RadioButtonGroup: fixed warnings 2019-07-25 18:48:27 +03:00
Daniil Senkiv
67e4b93cbf Web: components: RadioButtonGroup: added spaceBtwnElems prop 2019-07-25 18:39:25 +03:00
Daniil Senkiv
0b2a630e2e Web: components: RadioButtonGroup: added isRequired PropTypes 2019-07-25 18:15:55 +03:00
Daniil Senkiv
49d384f14d Web: components: RadioButtonGroup: fixed story 2019-07-25 18:14:52 +03:00
Daniil Senkiv
785cd69f52 Web: components: RadioButtonGroup: added readme 2019-07-25 18:09:46 +03:00
Daniil Senkiv
e5a44e310a Web: components: added RadioButtonGroup component 2019-07-25 17:29:50 +03:00
Ilya Oleshko
f9e3b2980d Web: People: Profile: Added displayed information for @self profile view 2019-07-25 17:13:17 +03:00
Ilya Oleshko
96cb6d5841 Web: People: Profile: Added isAdmin and isSelf property`s 2019-07-25 17:11:37 +03:00
Ilya Oleshko
84c3e35254 Web: People: Profile: Added edit action from profile view 2019-07-25 15:25:01 +03:00
Ilya Oleshko
cd1e76cda0 Web: People: Profile: Added indication of email activation 2019-07-25 15:14:25 +03:00
Ilya Oleshko
abcca6a270 Web: People: Profile: Added LDAP user indication 2019-07-25 15:12:37 +03:00
Ilya Oleshko
b4f38b9581 Web: People: Profile: Fixed missing key error. Added formatting function for entering gender values. 2019-07-25 14:13:17 +03:00
Ilya Oleshko
180cb2e2ce Web: People: Profile: Fixed compression of back button when resizing.
Fixed header truncate.
2019-07-25 14:06:13 +03:00
Ilya Oleshko
26f3c233bf Web: Components: Added recommended bind`s for functions at GroupButtonsMenu component 2019-07-25 14:00:03 +03:00
Ilya Oleshko
e359cc645f Web: Components: Fixed ContentRow contextOptions property type 2019-07-25 13:56:17 +03:00
Ilya Oleshko
07d3457c3a Web: Components: Added propTypes for ContentRow component, added recommended bind`s for functions 2019-07-25 12:37:57 +03:00
Ilya Oleshko
c0d2546b00 Web: Components: Fixed Avatar component. 2019-07-25 12:25:50 +03:00
Ilya Oleshko
14fc409164 Web: Components: Fixed z-index for GroupButtonsMenu 2019-07-25 11:28:26 +03:00
Daniil Senkiv
118f483a57 Web: components: Link: fix warning "React does not recognize the isSemitransparent prop on a DOM element" 2019-07-25 10:25:09 +03:00
Daniil Senkiv
60003e6b0b Web: components: ToggleContent: fix warning "React does not recognize the isOpen prop on a DOM element" 2019-07-25 10:18:03 +03:00
15addef44e web: components: Fixed Minified React error #152 on Text.Headline 2019-07-24 21:22:54 +03:00
d65b49616a web: component: Fixed bindings 2019-07-24 20:57:22 +03:00
0962f0e73b web: components: Performance optimization 2019-07-24 20:43:18 +03:00
0add8217cc web: components: Added commented console.log on render 2019-07-24 20:39:19 +03:00
7d0ea33245 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore
Conflicts:
	products/ASC.People/Client/src/components/pages/Home/index.js
	web/ASC.Web.Components/src/components/content-row/index.js
2019-07-24 17:48:40 +03:00
8918e95b16 web: People: Rename handler and commented setState 2019-07-24 17:29:52 +03:00
b4d6e804fb web: components: Checkbox refactoring 2019-07-24 17:28:34 +03:00
54a4d99361 web: components: Removed useless setState 2019-07-24 17:28:00 +03:00
a0ba4f080b web: components: Removed useless setState 2019-07-24 17:26:54 +03:00
9ad77d501f Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-24 17:24:56 +03:00
28e326bf16 web: test new page layout 2019-07-24 17:24:40 +03:00
663093b7e5 People: cache default photo 2019-07-24 15:34:23 +03:00
969a605ad1 Upgrade references 2019-07-24 15:33:14 +03:00
Ilya Oleshko
f31464aa02 Web: Components: Text: Fixed truncate property, no more need 1000px dummy. 2019-07-24 15:32:17 +03:00