Commit Graph

629 Commits

Author SHA1 Message Date
Alexey
8cb95b4a64 Merge branch 'feature/files' of github.com:ONLYOFFICE/AppServer into feature/files 2020-06-30 09:41:04 +03:00
Alexey
a3dd53878e Web: Files/Common: added ViewSelector component 2020-06-30 09:40:09 +03:00
Vladislav Makhov
8742342873 Remove cancel button from modal 2020-06-30 08:13:12 +03:00
Vladislav Makhov
199d266f18 Fix header style in modal window 2020-06-30 08:12:21 +03:00
Vladislav Makhov
582f6b1110 Fix font style 2020-06-30 08:01:54 +03:00
Vladislav Makhov
1ea6db8538 Update password field using PasswordInput component 2020-06-30 07:28:04 +03:00
Vladislav Makhov
97fa7010ea Set scale prop at the "sign in" button 2020-06-30 06:48:14 +03:00
Vladislav Makhov
a93ee38107 Rename remember text 2020-06-30 06:45:30 +03:00
Vladislav Makhov
fb386a8783 Change "forgot password" styles 2020-06-30 06:44:08 +03:00
Vladislav Makhov
8eaf1f02b7 Make greetingTitle black 2020-06-30 06:39:14 +03:00
Vladislav Makhov
df996552c3 Make Header component is available on login page 2020-06-30 06:26:31 +03:00
Artem Tarasov
80a6811f4f fixed export Box Component 2020-06-29 18:09:27 +03:00
Artem Tarasov
ed48224a7d added Redux Wizard 2020-06-29 18:07:05 +03:00
Vladislav Makhov
05263bf36e Remove logo from FormContainer 2020-06-29 17:12:32 +03:00
6bf6a774ef Web: Common: fix hammer off error 2020-06-26 17:40:24 +03:00
0c9fa66e36 Web: Common: added new api methods 2020-06-26 15:52:46 +03:00
NikolayRechkin
1337df1101 Merge branch 'feature/files' of https://github.com/ONLYOFFICE/AppServer into feature/files 2020-06-25 10:51:05 +03:00
NikolayRechkin
06fc4e9e33 web: common: MediaViewer. added a touch swipe events 2020-06-25 10:50:24 +03:00
2d232ffcb7 Web: Common: added onMouseDown event to DragAndDrop 2020-06-22 15:21:13 +03:00
10bcd867cc Web: Common: Api: Added getFileVersion 2020-06-18 17:45:35 +03:00
572fa4c3a5 Web: Files: fixed selector value, added new fields in folders 2020-06-17 17:15:15 +03:00
3a28b9b1ae Web: Files: fixed row mouse click 2020-06-17 11:40:20 +03:00
22a7df50b7 Web: Common: added DnD styles 2020-06-16 11:49:22 +03:00
5357ac0c4f Web: Files: fixed files selection 2020-06-15 15:39:44 +03:00
2b9dbcbe81 Merge branch 'feature/files' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore into feature/files 2020-06-15 13:48:39 +03:00
7f0498f299 Web: Common: changed the logic of Drag And Drop 2020-06-15 13:46:42 +03:00
Ilya Oleshko
b6dd65f1c7 Merge branch 'master' into feature/files 2020-06-15 09:22:52 +03:00
Ilya Oleshko
a1f3b4bde0 Web: Removed faker package, updated yarn lock and fixed stories 2020-06-11 15:54:53 +03:00
10b03928b8 Web: Common: fixed viewScrollTop undefined value 2020-06-11 10:16:14 +03:00
0ab8c4d872 Web: Common: fixed select items with scroll 2020-06-11 09:54:33 +03:00
5e182db30c Web: Common: fixed SelectedFrame error with empty filter 2020-06-10 12:09:02 +03:00
b1ee7dbc03 Web: Common: added SelectedFrame.js, fixed DragAndDrop styles 2020-06-09 10:02:13 +03:00
Ilya Oleshko
dce000f004 Web: Common: Fixed FolderType enum 2020-06-05 15:08:32 +03:00
64ae28db3d Web: Common: refactoring DragAndDrop component, added new props 2020-06-04 15:49:40 +03:00
c65ab449bd Web: Common: added isDropZone prop to page-layout 2020-06-04 15:46:01 +03:00
NikolayRechkin
c4f856fac8 Merge branch 'feature/files' of https://github.com/ONLYOFFICE/AppServer into feature/files 2020-06-03 15:33:42 +03:00
NikolayRechkin
87ba3a069a web: common: MediaViewer. fixed the image size 2020-06-03 15:33:05 +03:00
462c513aa8 Web: Common: added withScroll prop to PageLayout 2020-06-03 15:03:33 +03:00
NikolayRechkin
d8e804df2e web: common: MediaViewer. Fixed a scroll buttons style 2020-06-01 12:17:00 +03:00
1613c1a06e Merge branch 'feature/files' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore into feature/files 2020-05-29 09:31:06 +03:00
cb98c4ccbb Web: Common: added dropzone to PageLayout, added DragAndDrop export 2020-05-29 09:25:28 +03:00
NikolayRechkin
a633e0f6aa Merge branch 'feature/files' of https://github.com/ONLYOFFICE/AppServer into feature/files 2020-05-29 00:05:56 +03:00
NikolayRechkin
ec914dfc04 web: common: MediaViewer. fixed a image-viewer for safari 2020-05-29 00:05:37 +03:00
c367922d9c Web: Common: added DragAndDrop component 2020-05-28 17:18:50 +03:00
fa634b7e53 Web: Common: fixed FolderType enum 2020-05-28 10:00:35 +03:00
NikolayRechkin
3226154cb3 web: common: fixed styles 2020-05-28 09:06:18 +03:00
NikolayRechkin
b4499b54a5 web: common: MediaViewer. Fixed a playlist position 2020-05-26 15:06:59 +03:00
Ilya Oleshko
fb8cccc6ea Web: Common: Removed fake api 2020-05-26 12:53:34 +03:00
NikolayRechkin
f64fedfb88 web: common: MediaViewer. deleted unused code 2020-05-25 17:58:39 +03:00
NikolayRechkin
22ce7c7381 web: common: fixed playlist change 2020-05-25 16:21:14 +03:00
NikolayRechkin
e8a0bbcd73 Merge branch 'feature/files' into feature/media-viewer 2020-05-21 10:10:08 +03:00
NikolayRechkin
4e4b37fe13 web: common: MediaViewer. Fixes for pull request 2020-05-20 13:40:41 +03:00
3b8805ab88 Web: Common: added copy and move API 2020-05-20 10:55:26 +03:00
NikolayRechkin
ea02ee9313 Merge branch 'feature/files' into feature/media-viewer 2020-05-19 00:30:31 +03:00
NikolayRechkin
20cf39f908 web: common: MediaViewer. Refactoring 2020-05-19 00:12:48 +03:00
4b89f35538 Web: Files: fixed sharing panel selected options 2020-05-18 11:34:07 +03:00
NikolayRechkin
1fe2c562bc web: common: MediaViewer. refactoring 2020-05-17 20:00:45 +03:00
6e31e618ef Web: Files: fixed download as 2020-05-15 21:25:31 +03:00
8c11f5364c Web: Files: added download files upload with progress 2020-05-15 21:02:56 +03:00
f97e690773 Web: Files: added sharing api 2020-05-15 18:47:35 +03:00
NikolayRechkin
6bfad7069d web: common: MediaViewer. fixed a file deletion 2020-05-14 11:47:57 +03:00
NikolayRechkin
22a0046f1f web: files: MediaViewer. file deletion 2020-05-13 16:20:23 +03:00
NikolayRechkin
7c2c986e60 web: common: fixed progress for touch devices 2020-05-13 11:01:55 +03:00
NikolayRechkin
c9108fe3da web: common: MediaViewer. Fixed a styles 2020-05-13 10:18:28 +03:00
NikolayRechkin
ca23997dc3 web: common: MediaViewer. fixed a styles 2020-05-12 17:05:22 +03:00
NikolayRechkin
c0fc5cc21d web: common: MediaViewer. Changed a playlist 2020-05-10 13:43:54 +03:00
NikolayRechkin
2b7cf5386a web: common: MediaViewer. Conversion 2020-05-09 21:11:54 +03:00
NikolayRechkin
2aacf2ab36 web: common: MediaViewer. fix 2020-05-08 10:18:50 +03:00
NikolayRechkin
1bd0dd0a73 web: common: MediaViewer. Fix 2020-05-06 18:02:44 +03:00
NikolayRechkin
e4cea2ff4f web: common: MediaViewer. added a current file id 2020-05-06 16:36:17 +03:00
NikolayRechkin
3afb210225 Merge branch 'feature/files' into feature/media-viewer 2020-05-05 18:53:33 +03:00
NikolayRechkin
7aa1af45e8 web: common: MediaViewer. created a README 2020-05-05 18:50:24 +03:00
NikolayRechkin
dc2ea73955 web: common: MediaViewer. Changed a story 2020-05-05 16:23:29 +03:00
NikolayRechkin
ea9907ce41 web: common: MediaViewer. video viewer 2020-05-05 16:15:33 +03:00
NikolayRechkin
717d76b273 web: common: MediaViewer. Fixed a image viewer 2020-05-05 16:02:21 +03:00
NikolayRechkin
cab53265dd web: common: MediaViewer. New icons 2020-05-05 12:22:58 +03:00
NikolayRechkin
f8218bf17f web: common: MediaViewer. stop playing invisible video/audio 2020-04-30 11:37:16 +03:00
NikolayRechkin
62fee1ecfe web: common: MediaViewer. refactoring video viewer 2020-04-30 11:20:30 +03:00
NikolayRechkin
4e11abf2a2 web: common: MediaViewer. refactoring 2020-04-30 10:35:02 +03:00
NikolayRechkin
4ec2c14ed4 web: common: MediaViewer. Button handlers. Component property descriptions 2020-04-29 17:11:01 +03:00
30bc96584c Web: Common: fixed display progress-bar 2020-04-28 17:41:34 +03:00
ea4f050ede Web: Common: removed unused props from the pageLayout 2020-04-28 11:58:09 +03:00
NikolayRechkin
59a3f9c665 web: common: MediaViewer. Refactoring 2020-04-25 21:03:13 +03:00
NikolayRechkin
c1121ba621 web: common: MediaViewer. adaptive viewer size 2020-04-25 19:49:00 +03:00
NikolayRechkin
e826dac989 web: components: MediaViewer. Refactoring 2020-04-24 21:53:30 +03:00
NikolayRechkin
714f37294b web: common: MediaViewer. added audio support 2020-04-24 15:28:17 +03:00
Ilya Oleshko
7569b50083 Merge branch 'feature/files' of github.com:ONLYOFFICE/AppServer into feature/files 2020-04-24 10:17:14 +03:00
Ilya Oleshko
a06fc5a656 Web: Common: Api: Added openEdit for files api 2020-04-24 10:15:07 +03:00
NikolayRechkin
7c8e567879 web: common: first version of MediaViewer 2020-04-24 00:44:47 +03:00
NikolayRechkin
c9e4d23394 Merge remote-tracking branch 'remotes/origin/feature/files' into feature/media-viewer 2020-04-23 13:58:02 +03:00
fa68bedd98 Web: Files: added upload files 2020-04-23 11:55:45 +03:00
NikolayRechkin
324b1c4ceb web: common: MediaViewer. added common styles 2020-04-22 20:44:09 +03:00
NikolayRechkin
bb94d506c0 web: common: fix video viewer 2020-04-21 13:49:23 +03:00
NikolayRechkin
921bde3d9e web: common: first version of the video viewer 2020-04-20 09:32:27 +03:00
NikolayRechkin
1b918fca81 web: common: init video viewer 2020-04-19 23:09:12 +03:00
NikolayRechkin
1820a6a828 web: common: init MediaViewer 2020-04-19 23:06:17 +03:00
000505b656 Web: Common: added share access rights enum 2020-04-07 11:10:32 +03:00
df7718c6a3 Web: Common: added sharing api 2020-04-07 10:17:57 +03:00
8b95f6af27 Web: Files: moved shareData to redux, added new api requests, refactoring 2020-04-02 12:15:35 +03:00
e199ff703a Web: Common: removed unused styles from AdvancedSelector 2020-03-31 13:50:28 +03:00
b71743cabe Web: Common: removed ComboBox from advansedSelector, added embeddedComponent 2020-03-30 14:31:50 +03:00
f701a1b000 Web: Common: added new propTypes to AdvancedSelector 2020-03-28 13:20:27 +03:00
7cdbe7c079 Web: Common: added ability to display combobox in footer of advanced selector, added new props to PeopleSelector and GroupSelector 2020-03-28 13:10:32 +03:00
Ilya Oleshko
80acbc1061 Web: Common: Added application of columnCount parameter inside FilterInput component 2020-03-26 17:11:58 +03:00
63bf49d256 Web: Files: added DeleteDialog dialog, added removeFiles api request 2020-03-24 14:36:47 +03:00
Daniil Senkiv
cf5946dece Merge branch 'feature/files' of https://github.com/ONLYOFFICE/AppServer into feature/files 2020-03-23 13:47:40 +03:00
Daniil Senkiv
c38f4022de web.files: MainButton: fix selector 2020-03-23 13:47:28 +03:00
51c83460cd Web: Files: added TreeFolders update after rename or delete action 2020-03-23 13:42:37 +03:00
Daniil Senkiv
46bc8fdeb7 Merge branch 'feature/files' of https://github.com/ONLYOFFICE/AppServer into feature/files 2020-03-20 15:59:34 +03:00
Daniil Senkiv
7a2ae47eb0 Web.Files/Common: Filter: add folder param instead of hash param 2020-03-20 15:59:06 +03:00
04f28c2a71 Web: Files: replaced rootFolders to treeFolders 2020-03-20 14:59:07 +03:00
eadec341c6 Merge branch 'feature/files' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore into feature/files 2020-03-19 15:25:40 +03:00
c1782f774a Web: Files: added Empty TrashDialog with translations 2020-03-19 15:25:11 +03:00
Ilya Oleshko
8269dc8560 Web: Common: Api: Files: Added getFoldersTree request 2020-03-19 15:07:05 +03:00
Daniil Senkiv
e9243547e2 Web.Common: Filter: fix work with selectors 2020-03-19 14:52:02 +03:00
Daniil Senkiv
9d0cef81dd Web.Common: fix folderTree 2020-03-19 13:49:16 +03:00
Daniil Senkiv
4b20b8578c Web.Files: Filter: apply withSubfolders param correctly 2020-03-19 11:40:42 +03:00
Daniil Senkiv
c1bbf62609 Web.Files: get info about author of file before showing interface with fix 2020-03-19 09:15:58 +03:00
Daniil Senkiv
0faa3a74ed Merge branch 'feature/files' of https://github.com/ONLYOFFICE/AppServer into feature/files 2020-03-18 15:10:14 +03:00
Daniil Senkiv
dacbf30366 Web.Files: get info about author of file before showing interface 2020-03-18 15:09:56 +03:00
Ilya Oleshko
cb9a587f7a Web: Common: Constants: Added FileAction constant 2020-03-18 11:39:43 +03:00
Daniil Senkiv
17aebb0ba0 Web.Files/Common: filter on real data 2020-03-13 18:11:15 +03:00
Ilya Oleshko
cb5836af98 Web: Common: FilterInput: Removed useless prop from sorting ComboBox 2020-03-13 12:08:28 +03:00
Daniil Senkiv
2d9840e78b Web.Files/Common: Filter: add withSubFolders param 2020-03-13 10:55:25 +03:00
Daniil Senkiv
114e31fb37 Web.Common: FilterInput: fix styles 2020-03-13 09:30:54 +03:00
Daniil Senkiv
ae6f0a6ef9 Merge branch 'feature/files' of https://github.com/ONLYOFFICE/AppServer into feature/files 2020-03-12 15:57:43 +03:00
Daniil Senkiv
2597cbfdb4 Web.Common: FilterInput: added selectors 2020-03-12 15:57:23 +03:00
1ff9356ea7 Web: Common: added progress-bar to PageLayout 2020-03-11 17:18:47 +03:00
Ilya Oleshko
594c1a776b Web: Common: Api: Files: Added file creating API requests 2020-03-11 14:15:44 +03:00
Ilya Oleshko
4e45f96b7a Web: Common: Api: Files: Fixed request payload 2020-03-11 13:53:49 +03:00
Ilya Oleshko
53e77b7981 Web: Common: Api: Files: Fixed property name for creating folder 2020-03-10 15:41:47 +03:00
1d072fec22 Web: Common: added share api 2020-03-10 09:22:02 +03:00
Ilya Oleshko
67efe1074c Web: Common: Api: Files: Added deleteFolder and deleteFile 2020-03-06 14:27:51 +03:00
Daniil Senkiv
6353a8318b Web.Common: copy FilterInput component from web.components 2020-03-05 17:02:47 +03:00
Ilya Oleshko
da17495699 Web: Common: Api: Files: Fixed api data 2020-03-05 09:15:27 +03:00
22e2729cc5 Web: Files: fixed merge 2020-03-04 16:22:56 +03:00
fcd9da1dc5 Merge branch 'feature/files' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore into feature/files
# Conflicts:
#	web/ASC.Web.Common/src/api/files/filter.js
2020-03-04 15:47:31 +03:00
bcbe88caab Web: Common: added treeFolders field to filter 2020-03-04 15:40:02 +03:00
Daniil Senkiv
ffff9d38b8 Web.Common/Files: FilesFilter: add authorType 2020-03-04 14:49:01 +03:00
7ef15cb51d web: components: bump version 2020-03-04 09:17:35 +03:00
Daniil Senkiv
5442438698 Web.Files: Filter: add first version of FilesFilter 2020-03-03 09:30:27 +03:00
Ilya Oleshko
b044b545d0 Web: Common: Api: Files: Added getFileInfo, getFolderPath, createTextFileInCommon, getFileInfo, updateFile, createFolder and renameFolder api requests 2020-03-02 17:08:53 +03:00
Ilya Oleshko
52bf9ac9e0 Merge branch 'feature/files' of github.com:ONLYOFFICE/AppServer into feature/files 2020-03-02 13:48:09 +03:00
Ilya Oleshko
97fa98857e Web: Common: Api: Files: Added getFolder by folder id 2020-03-02 13:47:51 +03:00
7fc33a282b Web: Common: added getSharedFolderList fake api 2020-03-02 12:30:47 +03:00
Ilya Oleshko
f80ab0b473 Web: Common: Api: Files: Disabled fakeApi for trash folder 2020-03-02 11:25:26 +03:00
Ilya Oleshko
2a9c57d06e Web: Common: Api: Files: Added createTextFile and createTextFileInMy 2020-03-02 11:17:32 +03:00
Ilya Oleshko
49845fbb6c Web: Common: Api: Files: Added getCommonFolderList and getProjectsFolderList 2020-02-28 17:21:15 +03:00
Ilya Oleshko
e35df76d90 Files.Client: Home: Fixed fake folderApi. Added @my and @trash api. 2020-02-28 16:08:03 +03:00
Ilya Oleshko
22650be927 Files.Client: Home: Added Row and fakeApi 2020-02-28 13:33:13 +03:00
e57e8ff935 web: files: Replaced fake product 2020-02-26 11:06:44 +03:00
Daniil Senkiv
b724548e98 web.common: fix working web.client, if api people not available 2020-02-21 14:13:45 +03:00
Daniil Senkiv
a1d249be68 web.common: fix problem with handling idle modules 2020-02-21 14:11:33 +03:00
c248db6cf8 Web: Common: fixed profile avatar size 2020-02-18 14:16:03 +03:00
76b9f99623 Web: Common: change title of login page, added new translations 2020-02-18 13:11:16 +03:00
Daniil Senkiv
312f342fac web.common: PageLayout: fix pin/unpin article for first render, in addition to (efef0090be) 2020-02-17 15:07:25 +03:00
c69a24f524 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2020-02-17 08:57:28 +03:00
d3344d08c4 Web: Common: fixed clicked logo color 2020-02-17 08:57:11 +03:00
Ilya Oleshko
4321480ba7 Merge branch 'master' of github.com:ONLYOFFICE/AppServer 2020-02-14 16:29:33 +03:00
Ilya Oleshko
c711bd1254 Web: Common: Layout: Fixed reload on ProfileMenu items click 2020-02-14 16:28:53 +03:00
973beff6eb Web: Common: added link to logo icons 2020-02-14 16:04:45 +03:00
Ilya Oleshko
a594a67bab Merge branch 'master' of github.com:ONLYOFFICE/AppServer 2020-02-14 12:22:33 +03:00
Ilya Oleshko
ae73b2696d Web: Common: Layout: Fixed log display 2020-02-14 12:22:15 +03:00
3c0af2f86c Web: Common: added logo click, added display of the full logo in the absence of a title 2020-02-14 11:11:34 +03:00
Ilya Oleshko
9b04501b43 Web: Common: Layout: Fixed styling icons of modules 2020-02-14 09:36:14 +03:00
2f0339ed7d Web: Common: use utils media size 2020-02-13 13:59:26 +03:00
e1f0e02f94 web: Common: Added hiding ArticleHeader on tablet 2020-02-13 12:39:32 +03:00
741dc0edcc web: Common: Fixed Group selection margin 2020-02-13 12:38:42 +03:00
9ee1729b78 web: Common: Fixed header height 2020-02-13 12:37:49 +03:00
cca1c70522 Merge branch 'feature/redesign' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore into feature/redesign 2020-02-13 11:39:18 +03:00
db0c592f82 Web: Common: fixed module title line-height 2020-02-13 11:39:10 +03:00
133ba4f715 Merge branch 'feature/redesign' of github.com:ONLYOFFICE/AppServer into feature/redesign 2020-02-13 11:12:58 +03:00
507cd94e98 Merge branch 'master' into feature/redesign
# Conflicts:
#	web/ASC.Web.Common/package.json
2020-02-13 11:09:37 +03:00
b5510540aa Web: Common: added logo to header 2020-02-13 10:38:49 +03:00
Ilya Oleshko
e99d1acc3c Web: Common: Layout: Added use of icons from module 2020-02-12 16:18:23 +03:00
70598c21c7 Web: Common: fixed PageLayout filter position on mobile version 2020-02-12 15:26:16 +03:00
f8eec21893 Web: Common: fixed PageLayout section-body padding 2020-02-12 14:18:57 +03:00
43f662acd1 Merge branch 'feature/redesign' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore into feature/redesign 2020-02-12 13:07:45 +03:00
dfb53cbfea Web: Common: fixed filter position 2020-02-12 13:04:37 +03:00
159bdc1a72 Merge branch 'master' into feature/redesign
# Conflicts:
#	web/ASC.Web.Common/package.json
#	web/ASC.Web.Components/package.json
2020-02-12 09:40:56 +03:00
36d5f594ae web: Common: Fixed invalid iconName mapping 2020-02-11 16:48:48 +03:00
Ilya Oleshko
0e8adf3066 Web: Common: PageLayout: Fixed Article pin on mobile 2020-02-11 11:11:34 +03:00
4218090820 Web: Common: set a fixed filter menu 2020-02-10 17:34:56 +03:00
b4b386dd3b Web: Common: added automatic hiding of the scrollbar when hovering over the group tree 2020-02-10 16:40:04 +03:00
baa241678b web: Common: Changed stype for ScrollBar in ArticleBody 2020-02-10 14:37:27 +03:00
e5d198d8c3 ASC.Web.Common: changed header and navigation on desktop view 2020-02-10 11:56:27 +03:00
Daniil Senkiv
efef0090be Web.Common: PageLayout: unpin article panel on mobile devices in vertical orientation, if it is very wide 2020-02-07 19:49:31 +03:00
Daniil Senkiv
0643b4734f Web.Common: PageLayout: removed blue border on tap from touch devices 2020-02-07 18:24:30 +03:00
d06af4da03 web: Common: Fixed displaying HelpButton and Tooltip in AdvancedSelector 2020-02-07 15:41:26 +03:00
ea8b73f46d web: Common: Fixed option_checkbox overflow on long name in AdvancedSelector 2020-02-07 10:00:35 +03:00
Daniil Senkiv
02d8a89ac4 Web.Common: errors: comingsoon: i18n: removed debug mode 2020-02-06 10:29:50 +03:00
Ilya Oleshko
fa855f2beb Merge branch 'master' of github.com:ONLYOFFICE/AppServer 2020-02-05 15:53:29 +03:00
Daniil Senkiv
3ee6cf6fdd Web.Common: i18n config: debug only in development mode 2020-02-05 15:45:24 +03:00
Ilya Oleshko
82b2e7ece7 Merge branch 'master' of github.com:ONLYOFFICE/AppServer 2020-02-05 15:43:45 +03:00
Ilya Oleshko
6ac5a59d8f Web: Common: Layout: Fixed ProfileMenu usage 2020-02-05 15:41:52 +03:00
Ilya Oleshko
176e828468 Web: Common: ProfileMenu: Fixed component usage 2020-02-05 15:40:30 +03:00
Daniil Senkiv
cd747dc3d4 Web.Common: StudioLayout: reduced re-render 2020-02-05 15:04:50 +03:00
Daniil Senkiv
d999e905f2 Web.Common: Login: fixed i18n config 2020-02-05 12:33:52 +03:00
Daniil Senkiv
37bd3fddef Web.Common: i18n: fixed config for error components 2020-02-05 12:24:44 +03:00
93dd95ab66 Merge branch 'master' of github.com:ONLYOFFICE/AppServer 2020-02-05 23:56:03 +03:00
e3fc954041 wen: Common: Added Splitter to AdvancedSelector 2020-02-05 23:55:56 +03:00
Daniil Senkiv
d344914507 Web.Common: reduced using changeLanguage function 2020-02-05 10:59:23 +03:00
Daniil Senkiv
42d9258d99 Web.Common: replaced changeLanguage function, removed connect HOC 2020-02-05 10:58:57 +03:00
98114d8ec7 web: Common: Added trim for Filter search 2020-02-05 10:41:07 +03:00
Daniil Senkiv
c3676ecdf9 Merge branch 'master' of https://github.com/ONLYOFFICE/AppServer 2020-02-03 17:26:12 +03:00
Daniil Senkiv
c5b57fc009 Web.Common: utils: refactoring changeLanguage function 2020-02-03 16:36:46 +03:00
Daniil Senkiv
dcc7460a25 Web.Common: removed blue border on tap from touch devices 2020-02-03 16:07:20 +03:00
99e1121cc7 web: common: Fixed link hover in AdvancedSelector 2020-02-03 15:39:28 +03:00
a8347b991b web: common: Fixed change language in PeopleSelector 2020-02-03 15:38:17 +03:00
0b88b9bdc6 web: common: Fixed resolve value by API 2020-02-03 15:07:35 +03:00
c53a242c71 web: common: Added correct resolve value by API 2020-02-03 14:28:36 +03:00
f0cec97c3e web: common: Added ErrorBoundary component with componentDidCatch and new Error520Container show 2020-02-03 11:36:25 +03:00
f3e670e393 web: Common: Extended PeopleSelector component with Me option 2020-02-02 17:33:44 +03:00
123a6362dc web: common: Styled SearchInput font in AdvancedSelector 2020-02-02 15:13:05 +03:00
127e5838a9 web: common: Styled SearchInput font in AdvancedSelector 2020-02-02 15:01:24 +03:00
4c684e1375 web: common: Commented annoying logs 2020-02-02 15:00:30 +03:00
cc925fcc65 web: Common: Fixed GroupSelector story:
+ Added onCancel handler
+ Moved story to separated class GroupSelectorExample
+ Changed actions to console.log
2020-02-02 14:33:41 +03:00
3627bbb34c web: Common: Fixed PeopleSelector story:
+ Added onCancel handler
+ Moved story to separated class PeopleSelectorExample
+ Changed actions to console.log
2020-02-02 14:20:29 +03:00
Daniil Senkiv
e73aecf9ca Web.Common: fixed: used changeLanguage function as promise 2020-01-31 15:24:13 +03:00
Daniil Senkiv
83e965841f Merge branch 'master' into feature/translations 2020-01-30 17:46:06 +03:00
Daniil Senkiv
15d0719d39 Web.Common: PeopleSelector: UserTooltip: fixed position of avatar and full name 2020-01-30 17:25:59 +03:00
Daniil Senkiv
93f641d3f7 Merge branch 'master' into feature/translations 2020-01-28 11:57:24 +03:00
Daniil Senkiv
09e5805cdb Web.Common: fixed i18n configs, removed redux HOC 2020-01-28 09:23:58 +03:00
Daniil Senkiv
21f748f3a8 Web.Common: PeopleSelector: reduced re-render because of changing language 2020-01-27 18:50:00 +03:00
94aea423d6 web: common: Re-written ErrorContainer to common components 2020-01-27 15:17:44 +03:00
Daniil Senkiv
96c7143192 Merge branch 'master' into feature/translations 2020-01-27 14:49:26 +03:00
6728d9c3fb web: common: Moved ErrorContainer from index.js 2020-01-27 14:48:50 +03:00
b80f84254e web: common: Added content of StyledErrorContainer 2020-01-27 14:45:08 +03:00
f674140209 web: common: Moved StyledErrorContainer from index.js 2020-01-27 14:39:06 +03:00
a2c97d5892 web: common: Renamed files 2020-01-27 14:38:29 +03:00
cf1d2d2a95 web: Moved ErrorContainer from ASC.Web.Components to ASC.Web.Common 2020-01-27 14:31:13 +03:00
Daniil Senkiv
bbd73525ee Web.Common: PeopleSelector: added new real translations, fixed i18n config 2020-01-27 14:30:50 +03:00
f992881cbf web: common: bump version 2020-01-27 14:29:34 +03:00
0c0dc7d9fb Merge branch 'master' of github.com:ONLYOFFICE/AppServer 2020-01-27 14:07:13 +03:00
effad5439c web: Added dummy Documents product 2020-01-27 14:07:02 +03:00
53b59456f2 Merge branch 'master' of https://github.com/ONLYOFFICE/AppServer 2020-01-27 13:59:16 +03:00
fe44c17c27 ASC.Web.Common: PageLayout: fixed initial body scroll on top 2020-01-27 13:58:37 +03:00
Daniil Senkiv
d1bbdc1072 Web.Common: removed useless i18n config 2020-01-26 15:26:39 +03:00
Daniil Senkiv
9d82e657ed Merge branch 'master' into feature/translations
# Conflicts:
#	web/ASC.Web.Common/src/components/PageLayout/index.js
#	web/ASC.Web.Common/src/constants/index.js
2020-01-26 14:12:37 +03:00
Daniil Senkiv
2e7b7ff9e8 Web.Client/Common: fixed problem with working if user without user language changed portal language 2020-01-24 21:46:25 +03:00
ec7299aabf web: Common: Added ComingSoon page 2020-01-24 17:48:36 +03:00
cfc4de538f web: Components: Re-written old ErrorContainer 2020-01-24 16:54:41 +03:00
08cb3a2ede ASC.Web.Common: PageLayout: saving the pinned state in local storage 2020-01-24 14:59:55 +03:00
4f0a4cdee7 ASC.Web.Common: PageLayout: added withBodyAutoFocus prop 2020-01-24 11:23:12 +03:00
Daniil Senkiv
58a50c1b48 web.common: fixed infinity reloading if user unauthorized 2020-01-23 11:16:53 +03:00
Daniil Senkiv
0cb31bfa24 Web.Common, People.Client: triggered updating modules language after changing user language 2020-01-23 10:58:08 +03:00
Daniil Senkiv
d4e083cfaa Web.Common: Layout: fixed render ProfileActions component after changing language 2020-01-22 18:04:48 +03:00
Daniil Senkiv
7a43461e7a Merge branch 'master' into feature/translations 2020-01-22 16:26:21 +03:00
Daniil Senkiv
120944cb25 Web.Client: Settings: Article: Body: fixed re-render after changing language, if user language not defined 2020-01-22 16:00:42 +03:00
Daniil Senkiv
b660f92c36 Web.Common: added getting current custom schema 2020-01-21 15:48:05 +03:00