Commit Graph

183 Commits

Author SHA1 Message Date
c081d1b117 web: People: Refactoring: Changed import 2019-08-05 14:39:50 +03:00
347e2ac475 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-05 14:25:40 +03:00
571c0ad921 web: People: Refactoring: Added folder store/services; Moved api and other utils 2019-08-05 14:25:30 +03:00
Ilya Oleshko
7e6edd5214 Web: People: Profile: Fixed empty contacts and culture issue 2019-08-05 13:43:38 +03:00
Ilya Oleshko
70bede9bb0 Web: People: Profile: Render optimization 2019-08-05 13:22:20 +03:00
91f4ecbcb3 web: People: Fixed Owner display pending icon 2019-08-05 12:22:32 +03:00
8a4807daaa Api: fix 2019-08-05 10:50:11 +03:00
1de8fd7398 Api: fields 2019-08-02 17:40:33 +03:00
093f22b2f1 web: People: Fixed set total for none empty filter 2019-08-02 16:47:07 +03:00
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
3036e1cb90 Added ASC.Studio.Notify service 2019-08-01 11:47:15 +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
3007704ae7 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-07-29 15:28:10 +03:00
7f50c9e7e8 web: People: Added and applied common settings state 2019-07-29 15:28:00 +03:00
7dd4dd5a38 Api: added total 2019-07-29 13:51:14 +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
c9dbb6997c Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-07-26 14:38:39 +03:00