Commit Graph

3682 Commits

Author SHA1 Message Date
04dd3f792c Merge branch 'feature/mobx' of https://github.com/ONLYOFFICE/AppServer into feature/mobx 2021-02-08 10:43:20 +03:00
4d4e464275 Web: Files: moved isLoading to mobx store, added checkbox to files row 2021-02-08 10:43:10 +03:00
Vladislav Makhov
b6a0ba38ca web: people: migrate groups data 2021-02-08 10:42:37 +03:00
Vladislav Makhov
9fcd48c110 web: people: migrate editing form store to mobx 2021-02-08 10:21:40 +03:00
Vladislav Makhov
30c6028350 web: people: migrate selected group prop 2021-02-08 10:03:05 +03:00
Vladislav Makhov
cd77bfa802 web: people: add stores to root 2021-02-08 10:02:41 +03:00
Vladislav Makhov
e58a489204 web: people: add Selected Group store 2021-02-08 10:02:07 +03:00
Vladislav Makhov
d285fa6ae4 web: people: add Editing Form store 2021-02-08 10:01:49 +03:00
Vladislav Makhov
997f7b6d65 web: people: migrate props to mobx 2021-02-08 10:01:01 +03:00
c10c1f17cd Merge branch 'feature/mobx' of https://github.com/ONLYOFFICE/AppServer into feature/mobx 2021-02-05 16:25:02 +03:00
2d9ee116de Web: Files: added new mobx stores, replaced fetchFiles from redux to mobx action 2021-02-05 16:24:54 +03:00
Vladislav Makhov
e747eeab92 web: people: remove dep from use effect 2021-02-05 16:19:46 +03:00
Vladislav Makhov
7deee30d24 web: people: migrate props to mobx 2021-02-05 16:19:18 +03:00
Vladislav Makhov
6ca4a97547 web: people: add target user store 2021-02-05 16:15:44 +03:00
Vladislav Makhov
ce9b0e9ba8 web: people: add mobx props 2021-02-05 13:50:02 +03:00
Vladislav Makhov
d98b554695 web: people: replace redux connect with mobx 2021-02-05 13:49:44 +03:00
Vladislav Makhov
6b98264bb2 web: add current user id 2021-02-04 20:11:58 +03:00
Vladislav Makhov
79a3ca68fd web: fix data 2021-02-04 20:11:41 +03:00
Vladislav Makhov
a8eeb6e6e8 web: people: migrate isAdmin prop 2021-02-04 19:29:53 +03:00
Vladislav Makhov
881c56d693 web: people: add current module name 2021-02-04 18:58:24 +03:00
Vladislav Makhov
ffbc9cb57e web: people: replace class component to functional 2021-02-04 18:26:44 +03:00
Vladislav Makhov
4f13f83a81 web: people: replace isLoading to MobX prop 2021-02-04 18:18:17 +03:00
Vladislav Makhov
7cf89aef1f Merge branch 'feature/mobx' of github.com:ONLYOFFICE/AppServer into feature/mobx 2021-02-04 16:24:46 +03:00
Vladislav Makhov
203e02e931 web: people: add People store models 2021-02-04 16:24:30 +03:00
9413ea871a Web: Files: moved App from redux to mobx 2021-02-04 12:52:43 +03:00
Vladislav Makhov
c3eabf09e8 web: people: add inject and observer HOC's 2021-02-04 11:55:14 +03:00
Vladislav Makhov
ee4dc0b142 web: add provider to People, fix init data fetching 2021-02-03 09:22:56 +03:00
2a79d8bb8d Web: Moved code to AuthStore usage 2021-02-02 17:26:58 +03:00
Vladislav Makhov
27523dc53a web: files: fix merge 2021-02-02 10:44:56 +03:00
Vladislav Makhov
26cdc94f1c Merge branch 'feature/mobx' of github.com:ONLYOFFICE/AppServer into feature/mobx
# Conflicts:
#	products/ASC.Files/Client/src/App.js
#	products/ASC.People/Client/src/App.js
2021-02-02 10:43:37 +03:00
Vladislav Makhov
25e58bcdf3 web: add provider 2021-02-02 10:23:00 +03:00
f8e6a72460 Web: Changed work with settings data from redux to mobx 2021-02-02 09:48:57 +03:00
0577bb635d Web: People: Changed work with user data from redux to mobx 2021-02-01 20:33:39 +03:00
Vladislav Makhov
de88da2fa7 Web: Changed work with user data from redux to mobx 2021-02-01 11:45:26 +03:00
f91ce2390b Web: Changed work with modules from redux to mobx 2021-01-29 18:06:02 +03:00
949ba5993e Web: Update yarn.lock files 2021-01-29 17:18:49 +03:00
9841b2ef1f Web: Added mobx and mobx-react packages 2021-01-29 17:17:58 +03:00
0246a30e84 Files: fix creation text file 2021-01-27 21:11:47 +03:00
Vladislav Makhov
72a5b5c2b9 Merge branch 'feature/upload-panel' of github.com:ONLYOFFICE/AppServer into feature/upload-panel 2021-01-27 17:29:09 +03:00
Vladislav Makhov
439abb6cd1 web: files: remove unused code 2021-01-27 17:28:54 +03:00
Viktor Fomin
32bfef070e Update yarn.lock files 2021-01-27 17:23:40 +03:00
Vladislav Makhov
3af17d659f web: files: remove unused code 2021-01-27 16:58:46 +03:00
Vladislav Makhov
a50f1a0d87 web: files: refactoring 2021-01-27 16:58:00 +03:00
Vladislav Makhov
b01200d5ed web: files: remove unused code 2021-01-27 16:30:04 +03:00
Viktor Fomin
6e6d706b23 Merge branch 'develop' of github.com:ONLYOFFICE/AppServer into feature/upload-panel 2021-01-27 16:09:59 +03:00
Vladislav Makhov
700bca9c61 Merge branch 'feature/upload-panel' of github.com:ONLYOFFICE/AppServer into feature/upload-panel 2021-01-27 13:44:03 +03:00
Vladislav Makhov
7c267fd921 web: files: fix progress bar view 2021-01-27 13:43:51 +03:00
Viktor Fomin
4cc187fc78 Web: Files: fix 2021-01-27 13:10:22 +03:00
Viktor Fomin
88ceb29faa Merge branch 'feature/upload-panel' of github.com:ONLYOFFICE/AppServer into feature/upload-panel 2021-01-27 12:50:50 +03:00
Viktor Fomin
6e48956d08 Web: Files: fixed empty panel 2021-01-27 12:50:36 +03:00