Commit Graph

12574 Commits

Author SHA1 Message Date
9d0cde9c5c Web: Fix start socket 2023-08-02 13:31:20 +04:00
31c0629bc5 Merge branch 'develop' into feature/rtl-interface-direction 2023-08-02 10:49:16 +02:00
2e12a2e8ad Web: Client: Apply changes by commits ea40ba3738 and 1b9dc04f30 after merge 2023-08-02 10:21:21 +03:00
d86fe1bc9d Web: Client: Apply changes by commit c56324863d after merge 2023-08-02 10:00:42 +03:00
12558b8520 Merge branch 'hotfix/v1.1.2' into develop
# Conflicts:
#	packages/client/src/components/Article/Body/index.js
#	packages/client/src/components/panels/OperationsPanel/index.js
#	packages/client/src/pages/About/AboutContent.js
#	packages/client/src/store/FilesActionsStore.js
#	products/ASC.Files/Core/Core/Thirdparty/GoogleDrive/GoogleDriveFileDao.cs
#	yarn.lock
2023-08-01 17:56:22 +03:00
Subhonbek
982d2f41ec Merge branch 'develop' into feature/rtl-interface-direction 2023-08-01 16:19:35 +03:00
51fb13d035 Merge branch 'master' into develop
# Conflicts:
#	packages/client/src/pages/Files.jsx
#	packages/common/components/Navigation/Navigation.js
#	packages/common/components/Navigation/sub-components/control-btn.js
#	packages/common/components/Navigation/sub-components/plus-btn.js
#	products/ASC.Files/Core/Core/Dao/TeamlabDao/FolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Box/BoxFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Dropbox/DropboxFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/GoogleDrive/GoogleDriveFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/OneDrive/OneDriveFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/ProviderDao/ProviderFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/SharePoint/SharePointFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Sharpbox/SharpBoxFolderDao.cs
#	products/ASC.Files/Server/Api/OperationController.cs
#	yarn.lock
2023-08-01 14:39:31 +03:00
ea40ba3738 Web: Added error on empty files list on OperationPanel 2023-08-01 13:31:58 +04:00
Akmal Isomadinov
57292da345 Web:Client Fixed bug 63458 2023-07-31 20:43:12 +05:00
9c17f3bd56 Web: Common: fix section-body_header overlapping vertical scrollbar 2023-07-31 17:38:00 +02:00
48da6bb520 Web: Client: Components: Move id to top div of Scrollbar component. Add class to wrapper element of Scrollbar 2023-07-31 17:18:05 +02:00
Akmal Isomadinov
3ce9a1a354 Merge branch 'hotfix/v1.1.2' of github.com:ONLYOFFICE/DocSpace into hotfix/v1.1.2 2023-07-31 16:53:39 +05:00
Akmal Isomadinov
85fe59a8a3 Web:Common Fixed bug 63494 2023-07-31 16:52:51 +05:00
1b9dc04f30 Fixed Bug 63479 - Files.’Something went wrong’ on copy files 2023-07-31 14:59:33 +04:00
30c4e4bbaa Web: bump version to v1.1.2 2023-07-28 21:03:52 +04:00
Akmal Isomadinov
c56324863d Web:Client Fixed bug 63436 2023-07-28 20:04:40 +05:00
e99ce6d9d8 Web: Components: Avoid using unnecessary callbacks when autoHide is disabled 2023-07-28 14:17:56 +02:00
dddd935eed Web: Components: Avoid using unnecessary callbacks when autoHide is disabled 2023-07-28 12:35:19 +02:00
Akmal Isomadinov
c183487146 Web:Store: Fixed bug 63386 2023-07-28 14:15:11 +05:00
634422e4a3 Web: Components: Fix position of buttons in TableGroupMenu 2023-07-28 10:31:53 +02:00
45510eb3bc Merge branch 'develop' into feature/rtl-interface-direction 2023-07-28 10:10:35 +02:00
8e4c7d96d1 Web: Components: Refactor scrollbar 2023-07-28 10:05:53 +02:00
Akmal Isomadinov
f8ec386c2c Web:Removed useless code 2023-07-27 18:54:32 +05:00
Akmal Isomadinov
d54af7953e Web:Client Fixed bug 63406 2023-07-27 18:46:50 +05:00
f11870f6f8 Web: Components: Add scroll-body position to make children calculate width from scroll-body 2023-07-27 14:54:31 +02:00
68f4ca779a Web: About: Added BUILD_AT on DocSpace title 2023-07-27 15:37:44 +04:00
39caff8634 web: fix display PublicRoomBar on Custom room 2023-07-27 15:18:49 +04:00
ef56084b68 Web: Components: Fix getting wrong scroll element in InfiniteLoader 2023-07-27 12:56:17 +02:00
37efdc292a Merge branch 'develop' into feature/rtl-interface-direction
# Conflicts:
#	packages/client/src/components/panels/HotkeysPanel/index.js
#	packages/client/src/pages/Home/Section/Body/TableView/TableHeader.js
#	packages/components/date-time-picker/index.js
#	packages/components/selected-item/styled-selected-item.js
2023-07-26 17:47:13 +02:00
0e0e359368
Merge pull request #1572 from ONLYOFFICE/bugfix/fix-move-copy-toast
bugfix/fix-move-copy-toast
2023-07-26 19:33:19 +04:00
0d375cb414
Merge pull request #1573 from ONLYOFFICE/bugfix/fix-click-new-items
Fix page crash
2023-07-26 19:31:53 +04:00
f19364c9ef
Merge pull request #1575 from ONLYOFFICE/bugfix/fix-non-unique-id
Fix non unique ids
2023-07-26 19:31:25 +04:00
a46a82180c Web: Renamed translation 2023-07-26 18:56:07 +04:00
Akmal Isomadinov
8f34f847a9 Web:PDFViewer Fixed color 2023-07-26 19:14:31 +05:00
Akmal Isomadinov
ca84979d34 Web:PDFViewer Removed useless code 2023-07-26 19:07:52 +05:00
Akmal Isomadinov
c94fb18329 Web:PDFViewer Fixed error handling in the PDF-viewer and fixed the ability to download PDF files 2023-07-26 19:05:50 +05:00
9acbcfb45c Web: Components: Fix scrollbar crash when clientX 0 2023-07-26 15:23:42 +02:00
Akmal Isomadinov
dc0c5f9e09 Web:MediaViewer Fixed the ability to download files in the media viewer 2023-07-26 18:21:12 +05:00
3afb08e154 Web: Components: Refactor scrollbar component 2023-07-26 14:20:33 +02:00
63ee6c4c65 Web: Client: Refactor tab position functions 2023-07-26 13:09:22 +02:00
2853735615 Web: Files: EditLinkPanel: fixed mobile view 2023-07-25 19:14:52 +03:00
a67f301608 Web: Files: fixed translations 2023-07-25 19:04:28 +03:00
cffbf97517 Web: Files: EditLinkPanel: fixed onCopyClick 2023-07-25 19:01:13 +03:00
1b8fb5ca59 Web: Files: EmbeddingBody: fixed CodeCopySuccess translation 2023-07-25 19:00:48 +03:00
960e0655bb Web: Files: fixed table after merge 2023-07-25 18:51:16 +03:00
3d3f244cc1 Web: Files: fixed RoomSharingDialog styles 2023-07-25 18:32:22 +03:00
f4e2f76fff Web: Editor: fixed goBack 2023-07-25 18:27:43 +03:00
a1a2d5aa4a Web: Files: fixed files open 2023-07-25 17:59:25 +03:00
7917549533 Web: Files: fixed double share url 2023-07-25 17:44:56 +03:00
2e42741e4b Web: Files: fixed public-room error after added new file 2023-07-25 17:27:11 +03:00
28b8bc346e Merge branch 'develop' into feature/rtl-interface-direction
# Conflicts:
#	.gitignore
#	packages/common/store/SettingsStore.js
#	packages/components/file-input/styled-file-input.js
#	packages/components/modal-dialog/styled-modal-dialog.js
#	yarn.lock
2023-07-25 14:01:29 +02:00
35b5b1c560 Web: Components: Adapt drag and drop component to RTL 2023-07-25 13:53:32 +02:00
f3765018f1 Web: bump version 2023-07-25 14:02:50 +04:00
7d727e0842 Merge branch 'develop' into feature/public-room
# Conflicts:
#	packages/client/src/components/dialogs/index.js
#	packages/client/src/components/panels/UploadPanel/index.js
#	packages/client/src/pages/Home/Section/Body/TableView/TableHeader.js
#	packages/client/src/pages/Home/Section/Header/index.js
#	packages/client/src/store/FilesActionsStore.js
#	packages/client/src/store/FilesStore.js
2023-07-25 13:01:21 +03:00
Viktor Fomin
09a50c84a5 Merge branch 'develop' into feature/deep-link 2023-07-25 12:54:36 +03:00
ac32bd5c1c Web: Removed useless package 2023-07-25 13:52:47 +04:00
3958e9f156 Web: Client: Fixed FilesFilter 2023-07-24 17:50:40 +03:00
5e101d33f7 Common: Navigation: Added action buttons for frame mode 2023-07-24 16:10:02 +03:00
92a54c1951 Web: Client: Files: Restored mobile main button for frame mode after bad merge 2023-07-24 15:48:04 +03:00
6ee5dc0263 Merge remote-tracking branch 'origin/feature/rtl-interface-direction' into feature/rtl-interface-direction 2023-07-24 13:53:25 +02:00
5a893a8a0a Web: Files: Public-room fixed access for users with authorization, refactoring 2023-07-24 14:41:26 +03:00
55b6297928 Web: Components: Fix scroll when file element is not visible 2023-07-24 13:40:56 +02:00
Subhonbek
a2d6b0baf2 web component rtl fix arrow selector 2023-07-24 14:15:24 +03:00
9c1b938703 Web: Components: Fix scroll when file element is not visible 2023-07-24 12:28:55 +02:00
92194e786b Node: Services: Added new logLevel param 2023-07-24 14:03:52 +04:00
124afc4a05 Web: Components: Fix 0 height scrollbar block in EmailChips 2023-07-21 17:15:33 +02:00
b41c5c278f Web: Components: Add autohide ability to scrollbar 2023-07-21 15:57:56 +02:00
997ce4945c Merge branch 'fix-conflicts-merge' of github.com:ONLYOFFICE/DocSpace into fix-conflicts-merge 2023-07-21 16:52:02 +03:00
545bacfaf0 Merge branch 'develop' into fix-conflicts-merge
# Conflicts:
#	packages/client/src/pages/VersionHistory/Section/Body/index.js
#	products/ASC.Files/Core/Configuration/FilesSettings.cs
#	products/ASC.Files/Core/Core/Dao/TeamlabDao/FileDao.cs
#	products/ASC.Files/Core/Core/Security/FileSecurity.cs
#	products/ASC.Files/Core/Core/Security/FileShareOptions.cs
#	products/ASC.Files/Server/Api/FoldersController.cs
#	web/ASC.Web.Api/Api/Settings/SettingsController.cs
2023-07-21 16:51:49 +03:00
1aaa1666c7 Web: Components: Fix event touch error in rtl mode when clientX equals 0 2023-07-21 13:40:41 +02:00
Viktor Fomin
461112a7f3 Client: Profile: fix warning 2023-07-21 12:38:57 +03:00
4df4b2939c Web: Section: Fixed wrong location of close icon. 2023-07-21 12:31:30 +03:00
e88d23cf50 Web: InvitePanel: Deleted useless ref code. 2023-07-21 12:15:01 +03:00
5bb6c6a8f4 Web: Fixed display of files loading during operations on it. 2023-07-21 11:14:18 +03:00
bab27d2c2f Web: Components: Fix TabsContainer primary tab position 2023-07-20 22:43:18 +02:00
bf24041594 Web: Components: Fix TabsContainer autoscrolling 2023-07-20 22:33:31 +02:00
760b1ee6d2 Web: Components: Fix getting scroll element 2023-07-20 21:59:22 +02:00
490a438d83 Web: Components: Remove duplicate scroll padding setting 2023-07-20 21:51:31 +02:00
1e30e9e3e8 Web: Components: Change scrollbar (part 3) 2023-07-20 21:46:36 +02:00
e98f269776 Web: Components: Change scrollbar (part 2) 2023-07-20 18:33:34 +02:00
gazizova-vlada
21fd2c8342 Web:Client:Fix non unique ids. 2023-07-20 18:13:54 +03:00
236a1d5221 Web: Components: Change scrollbar (part 1) 2023-07-20 16:53:59 +02:00
gazizova-vlada
9e82b77273 Web:Client:Fixed page crash when clicking on the new files icon in the menu. 2023-07-20 17:19:35 +03:00
gazizova-vlada
77f050a15d Web:Client:Fixed missing toast about move and copy. 2023-07-20 16:22:06 +03:00
Viktor Fomin
69d002d44a Client: fix accountLoginType empty screen 2023-07-20 14:30:50 +03:00
08f1149e66 Web: Components: install react-scrollbars-custom lib 2023-07-20 12:55:45 +02:00
Viktor Fomin
7dbef13bc1 Client: return changeOwner route 2023-07-20 13:38:42 +03:00
695be3d804 Web:Client: fix redirect from /accounts 2023-07-20 13:33:52 +03:00
bc3e3faf13 Web: Files: fixed AccessSelector 2023-07-20 12:00:48 +03:00
04eb7e21b9 Merge branch 'fix-conflicts-merge' of github.com:ONLYOFFICE/AppServer into fix-conflicts-merge 2023-07-20 11:55:46 +03:00
5db98f425e Web: Files: fixed selection-area 2023-07-20 11:55:39 +03:00
6edf7ad916 web: Fix file's version history open 2023-07-20 12:52:05 +04:00
4f38afca73 Merge branch 'develop' into feature/public-room 2023-07-20 10:07:19 +03:00
22f8448bd6 Web:Client:PortalSettings: fix after merge master 2023-07-19 18:38:48 +03:00
f74e19d5e1 Web:Components:Slider: fix props 2023-07-19 18:38:23 +03:00
ad34f42bf8 Web: Files: fix after merge 2023-07-19 16:58:45 +03:00
05fb6bb1ab Web: Files: fixed isRoot 2023-07-19 16:44:40 +03:00
a2ddfb54f1 Web: Files: added LINKS_LIMIT_COUNT, fixed bugs 2023-07-19 16:43:21 +03:00
902cac11ae Web: Client: SDK: Restored params for sdk 2023-07-19 15:50:10 +03:00
8c5819e953 Web: Files: fixed header external-links 2023-07-19 15:43:22 +03:00