Commit Graph

520 Commits

Author SHA1 Message Date
a40dc1917f web: People: Extended Filter clone 2019-08-02 16:45:36 +03:00
a3eddca8f8 web: People: Fixed ActivationStatus filtering 2019-08-02 16:04:25 +03:00
8511c8b50d web: People: Implemented base filtration 2019-08-02 15:48:33 +03:00
Daniil Senkiv
dc0bfa5695 People/Client: update yarn.lock 2019-08-02 13:53:53 +03:00
5e9c18487c web: People: Added toastr call for User's ContextMenu 2019-08-02 13:36:46 +03:00
65909f342a web: People: Added commented fields for Filter 2019-08-02 13:33:30 +03:00
a865d5d710 web: People: Applied Toast component 2019-08-02 13:31:52 +03:00
83b9fc4be0 web: People: Moved back to PageLayout 2019-08-02 12:43:16 +03:00
32d15e6947 web: People: Added request-loader 2019-08-02 10:37:40 +03:00
f0799aff07 web: People: Fixed uncheck checkbox in ContentRow 2019-08-02 09:25:14 +03:00
66cedeaf34 web: People: Removed useless import 2019-08-01 22:00:26 +03:00
5f1f347d20 web: components: SectionBodyContent optimization 2019-08-01 21:50:01 +03:00
b253a1156f web: components: PeopleLayout optimization 2019-08-01 21:39:14 +03:00
1cfc09dad9 web: People: ArticleMainButtonContent re-written to class component 2019-08-01 21:25:12 +03:00
46d1b8b1ab web: People: Removed useless code 2019-08-01 21:24:37 +03:00
Ilya Oleshko
ad66da3837 Web: People: Profile: Fixed empty contacts issue 2019-08-01 17:19:44 +03:00
Ilya Oleshko
b0e3e22b46 Web: People: Profile: SectionBodyContent optimization 2019-08-01 17:15:57 +03:00
f22e01bf27 web: People: Renamed selector 2019-08-01 15:45:18 +03:00
043ed9020c web: People: Home page SectionBodyContent optimization 2019-08-01 14:09:10 +03:00
d483934d86 web: People: SectionHeaderContent optimization 2019-08-01 14:04:00 +03:00
Ilya Oleshko
210b1838ba Web: People: Profile: Moved styles to constants 2019-07-31 17:23:44 +03:00
4f99d66a26 web: People: Changed filter work 2019-07-30 17:00:56 +03:00
800e899e2a web: People: Added changing page size 2019-07-30 14:28:07 +03:00
Ilya Oleshko
e72ae63792 Web: People: Fixed usage of GroupButtonsMenu component 2019-07-30 14:18:09 +03:00
e6a3b4aa62 web: People: Fixed paging:
+ moved filtering state to people filter
+ removed useless separated paging and filter states
+ Extended Filter class
+ refactoring of function names
2019-07-30 12:06:50 +03:00
beaa9e8f42 web: People: Removed useless import 2019-07-29 16:53:35 +03:00
d7dd62e193 web: People: Renamed method 2019-07-29 16:53:05 +03:00
7f50c9e7e8 web: People: Added and applied common settings state 2019-07-29 15:28:00 +03:00
Ilya Oleshko
7be6531c97 Web: People: Profile: Fixed Link component usage 2019-07-29 11:33:08 +03:00
Ilya Oleshko
2cb882d1dc Web: People: Fixed user content layout 2019-07-29 11:28:24 +03:00
79a203e4a3 Fix: TypeError: console.log(...) is not a function 2019-07-28 23:49:43 +03:00
dced6d991b web: People: Moved converters to selectors 2019-07-28 23:45:41 +03:00
5be398ad02 web: People: Refactoring: moved duplicated logic to fetchProfile action 2019-07-28 20:47:33 +03:00
611a9b8632 web: People: Added selector for search profile in loaded people list 2019-07-28 20:30:46 +03:00
8174e47f14 web: People: Refactoring:
+ moved actions and reducers to store folder
+ added selectors
+ re-written Profile page to class component
2019-07-28 20:11:55 +03:00
bda538fc97 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore
Conflicts:
	products/ASC.People/Client/src/actions/actionTypes.js
	products/ASC.People/Client/src/actions/peopleActions.js
	products/ASC.People/Client/src/reducers/people.js
2019-07-26 18:00:06 +03:00
df4c152739 web: People: Refactoring: Changed selection users with redux + Added Filter class 2019-07-26 17:54:42 +03:00
Ilya Oleshko
3e10de6144 Web: People: Changed size of user status icons for people row 2019-07-26 14:16:33 +03:00
Ilya Oleshko
a9642a9846 Web: People: Fixed displaying of user status at row 2019-07-26 13:47:06 +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
Ilya Oleshko
8db94c83d3 Web: People: Profile: Added text truncate for user contacts 2019-07-26 10:13:24 +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
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
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
Ilya Oleshko
ecc3bdfa8f Web: People: Fixed avatar size when viewing and editing user profile 2019-07-24 14:29:35 +03:00
b959a33b7f Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-24 10:26:21 +03:00
0ebe014548 web: People: ProfileAction: redux-form is broken into small components 2019-07-24 10:26:05 +03:00
dc8638f1c1 web: People: Moved history to Header 2019-07-23 19:23:11 +03:00
1027dac69c web: People: Added free dependencies 2019-07-23 19:17:02 +03:00
3a1a602f14 web: People: Fixed not a function error 2019-07-23 19:10:18 +03:00
8edbd71cf6 web: People: Added handler on Context menu Edit 2019-07-23 19:05:52 +03:00
85c4c65801 web: People: Added handler on MainButton Create->User/Guest actions 2019-07-23 19:00:19 +03:00
Ilya Oleshko
d2f0892bb6 Web: People: Profile: Added context options button.
Added groups links.
Added mailto action.
Fixed hiding fields if empty.
2019-07-23 17:44:45 +03:00
572ccfb893 web: People: Added displayName and fixed getUserStatus 2019-07-23 16:13:47 +03:00
f673795eb9 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-23 16:05:59 +03:00
803d0ec3ab web: People: ProfileAction: using redux-form 2019-07-23 16:01:29 +03:00
Ilya Oleshko
92f4c142d8 Web: People: Profile: Added profile viewer 2019-07-23 15:50:35 +03:00
caf0a25bf0 web: People: Changed SearchInput to FilterInput 2019-07-23 14:24:06 +03:00
4ff9290da3 web: People: Fixed row selection 2019-07-23 12:55:26 +03:00
f7c4ffa925 web: People: ProfileAction: getting user type from url parameter 2019-07-23 08:53:49 +03:00
3d49a3f9ae web: components: using ArrowPathIcon in SectionHeaderContent 2019-07-22 17:31:56 +03:00
86618cee9c web: People: ProfileAction 2019-07-22 17:22:44 +03:00
e41ca63bcf web: People: ProfileAction loader 2019-07-22 13:49:11 +03:00
0cae135973 web: People: Init get User info 2019-07-22 12:29:48 +03:00
cf0a009b74 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-22 11:57:54 +03:00
3290f5578e web: People: start ProfileAction 2019-07-22 11:57:47 +03:00
47ddf0460d web: People: Added opportunity to get User by userId on api.getUser 2019-07-22 11:36:31 +03:00
863ebdab9e web: People: Pass userId to props on routing (match.params.userId) 2019-07-22 11:35:13 +03:00
f7f857e04b web: People: Added opportunity to go to the '/products/people/view/{userName}' path from ContentRow UserName click 2019-07-22 11:33:47 +03:00
a8ece4d29c web: People: Init required props 2019-07-22 11:20:11 +03:00
9686d09086 web: People: Added opportunity to go to the '/products/people/view/@self' path from Profile menu 2019-07-22 10:56:08 +03:00
bde6206de4 web: People: Added check on isAdmin/isOwner for ContentRow render 2019-07-20 21:55:40 +03:00
b31d8a2f1a web: People: Added check on isAdmin/isOwner for MainButton render 2019-07-20 21:13:42 +03:00
418ea538d1 web: People: Added handler on Layout onLogoClick function 2019-07-20 21:00:51 +03:00
645946d7f1 web: People: Added Paging to new specific place in PageLayout Section 2019-07-20 20:31:26 +03:00
64d708f32c web: People: Added Filter to new specific place in PageLayout Section 2019-07-20 20:16:14 +03:00
a3df7f76b6 web: People: Changed string to Text.ContentHeader component 2019-07-20 19:53:33 +03:00
8a2e467fb1 web: People: Moved MainButton to new specific place in PageLayout Article 2019-07-20 19:50:58 +03:00
accf498b83 web: People: Removed useless import 2019-07-20 19:49:32 +03:00
1723027dea web: People: Fixed logout routing 2019-07-19 17:43:17 +03:00
31f253c210 web: People: Refactoring of routing 2019-07-19 14:41:54 +03:00
14eeec2bc7 web: People: Added new Profile and ProfileAction pages 2019-07-19 12:49:20 +03:00
0a837337f5 web: People: Removed fakeUsers 2019-07-19 12:20:55 +03:00
9e77012384 web: People: Added filter to getUserList api call 2019-07-19 12:07:22 +03:00
45978779db web: People: Fixed getGroupList api call 2019-07-19 12:03:20 +03:00
a97c057108 web: People: Added loading groups and users info into store and on the Home page 2019-07-18 22:29:10 +03:00
f475d23d8f web: People: Added changes to GroupButtonMenu render 2019-07-18 17:44:09 +03:00
Daniil Senkiv
1927efb32f Web.Client: update library for Toast component, in addition to (fa2f9332e6) 2019-07-18 17:40:34 +03:00
457e1d3306 web: People: refactoring SectionBodyContent 2019-07-17 17:39:28 +03:00
254b2104ef Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-07-17 16:55:20 +03:00
a7148cb793 npm install changed to yarn 2019-07-17 16:46:08 +03:00
3aeb3fcfef web: People: Simplified Home page 2019-07-17 16:40:29 +03:00
2b52ff7bd7 web: People: Removed useless console.log 2019-07-17 16:37:13 +03:00
2655a0fa52 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-16 10:12:38 +03:00
01023c7f45 web: components: added custom scrollbar to layout 2019-07-16 10:11:17 +03:00
8036cc9a6a web: people: Added redux actions 2019-07-15 18:04:19 +03:00
4f4939513d web: people: Added GroupButtonsMenu position 2019-07-15 15:25:01 +03:00
ac5ed997d9 web: people: Fixed show GroupButtonMenu on select row 2019-07-15 14:37:58 +03:00
fdaa4f8880 web: people: Added GroupButtonsMenu 2019-07-15 13:50:13 +03:00
ff1d098eac temp fix cra bug with public_url in development mode 2019-07-15 12:33:28 +03:00
a7a842e95e web: client: People: Added fake body with ContentRow collection 2019-07-14 22:11:12 +03:00
d8b59b157d web: client: People: Added MainButton 2019-07-14 15:17:20 +03:00
72f19ccde8 web: client: People: Added alternative route to Home page 2019-07-14 13:21:54 +03:00
7f8edf21f9 web: client: People: Added fake layout with TreeMenu 2019-07-14 12:54:03 +03:00
ae47acabdc Update lodash package 2019-07-11 13:56:10 +03:00
57ac44dd76 Added npm-local folder with asc-web-components 2019-07-11 12:10:24 +03:00
29138376a2 People: added homepage for production 2019-07-10 16:01:41 +03:00
2458bc2944 ASC.People project is divided into two separate parts: Server and Client 2019-07-10 11:21:12 +03:00