Commit Graph

6840 Commits

Author SHA1 Message Date
Vladislav Makhov
09b7501241 Refactoring 2020-09-02 18:22:52 +03:00
Vladislav Makhov
a27beb5d81 Delete unused code 2020-09-02 15:47:53 +03:00
Vladislav Makhov
80431f4fc6 Redo styles 2020-09-02 15:17:08 +03:00
Vladislav Makhov
5b40301e44 Add translation 2020-09-02 14:44:56 +03:00
Vladislav Makhov
c53b3dbd3e Refactoring 2020-09-02 12:50:08 +03:00
Vladislav Makhov
d596a6938e Add several translations 2020-09-01 16:18:49 +03:00
Vladislav Makhov
deea50f763 Refactoring 2020-09-01 15:30:21 +03:00
Vladislav Makhov
e58bd5b5b2 Refactoring 2020-09-01 10:02:16 +03:00
Vladislav Makhov
e67148864d Refactoring 2020-08-28 12:07:34 +03:00
Vladislav Makhov
f3991a0900 Add reducer case, update initial state 2020-08-28 09:46:38 +03:00
Vladislav Makhov
c21a29da06 Add action and thunk 2020-08-28 09:45:46 +03:00
Vladislav Makhov
711bd63ff7 Add receiving third-party services data 2020-08-28 09:44:57 +03:00
Vladislav Makhov
dce7d95fec Fix routing 2020-08-27 15:22:39 +03:00
Vladislav Makhov
a49a5e6b19 Merge branch 'feature/files' into feature/third-party-settings
# Conflicts:
#	web/ASC.Web.Client/src/components/pages/Settings/index.js
#	web/ASC.Web.Components/package.json
#	web/ASC.Web.Components/src/components/icons/svg/index.js
2020-08-27 12:15:42 +03:00
5633d2467b Merge branch 'master' into feature/files 2020-08-27 10:42:47 +03:00
Artem Tarasov
69a54a0717 Merge branch 'feature/files' of github.com:ONLYOFFICE/AppServer into feature/files 2020-08-27 10:39:54 +03:00
Artem Tarasov
84d4446b23 added api methods for settings, refactoring 2020-08-27 10:38:46 +03:00
13cef58770 Settings: auth. Translate 2020-08-26 19:13:41 +03:00
33f4bdca92
Merge pull request #73 from ONLYOFFICE/feature/auth-keys
Settings: authservice api
2020-08-26 17:55:41 +03:00
952e0f40c7 Settings: authservice api 2020-08-26 17:34:21 +03:00
e1dbf344c7 Web: Files: fixed logout to files module 2020-08-26 16:26:38 +03:00
Vladislav Makhov
bf65514ae2 Redo styles 2020-08-26 16:18:01 +03:00
7fa6111cc3 Web: Files: fixed DragAndDrop 2020-08-26 15:21:22 +03:00
Artem Tarasov
95d5414718 Merge branch 'feature/files' of github.com:ONLYOFFICE/AppServer into feature/files 2020-08-26 13:55:49 +03:00
Artem Tarasov
872d0dae0d Fixed MainButton accessibility when going to Settings 2020-08-26 13:55:04 +03:00
3fce8d1027 Web: Files: fixed row click on mobile 2020-08-26 13:36:30 +03:00
65149259a9 web: components: bump version 2020-08-26 13:14:58 +03:00
0178acb2f0 Web: Components: fixed drag-and-drop styles 2020-08-26 13:14:36 +03:00
0c518770d9 web: common: bump version 2020-08-26 11:35:50 +03:00
0996222642 web: components: bump version 2020-08-26 11:35:38 +03:00
82af63f80d Merge branch 'feature/files' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore into feature/files 2020-08-26 11:35:19 +03:00
78e62b36fc Web: Files: removed custom dropzone function, refactoring 2020-08-26 11:35:12 +03:00
60bf8d02f1 Web: Components: added react-dropzone library to drag-and-drop component 2020-08-26 11:34:01 +03:00
28dc9efd16 Web: Common: moved DragAndDrop component 2020-08-26 11:30:46 +03:00
b91d86340c web: common: bump version 2020-08-25 16:28:35 +03:00
07d8868eef Merge branch 'feature/files' of github.com:ONLYOFFICE/AppServer into feature/files 2020-08-25 16:28:23 +03:00
667b3f0032 web: common: Fixed Cannot update a component from inside the function body of a different component (issue: call of i18n.changeLanguage without useEffect) 2020-08-25 16:28:14 +03:00
Artem Tarasov
392896de1f Merge branch 'feature/files' of github.com:ONLYOFFICE/AppServer into feature/files 2020-08-25 15:24:14 +03:00
Artem Tarasov
c584f75c4e fixed node selection when switching between TreeSettings and TreeFolders 2020-08-25 15:23:43 +03:00
9f3413841e web: common: bump version 2020-08-25 14:09:32 +03:00
366821d868 Web: Common: fixed filter 2020-08-25 14:03:49 +03:00
Ilya Oleshko
1975943d9b Merge branch 'feature/files' of github.com:ONLYOFFICE/AppServer into feature/files 2020-08-25 13:07:46 +03:00
Ilya Oleshko
46425cd159 web: common: bump version 2020-08-25 13:07:38 +03:00
Ilya Oleshko
a003d65f66 Web: People: FilterBlock : Fixed showItem condition for simple selector 2020-08-25 13:07:22 +03:00
8e88dd8239 Web: Files: fixed onLoading prop 2020-08-25 11:01:45 +03:00
Artem Tarasov
5a494b3c2c refactoring. moved the onLoading function to redux 2020-08-24 17:25:41 +03:00
Vladislav Makhov
f4ca7f8de1 Add toggle interaction 2020-08-24 15:13:24 +03:00
Artem Tarasov
35c1b08547 Merge branch 'feature/files' of github.com:ONLYOFFICE/AppServer into feature/files 2020-08-24 12:50:52 +03:00
Artem Tarasov
c385fd3b34 fixed selected node SettingsTree 2020-08-24 12:50:27 +03:00
ded117d37a web: components: bump version 2020-08-24 11:21:57 +03:00