Commit Graph

48232 Commits

Author SHA1 Message Date
Akmal Isomadinov
f92de7c14b Web:EmptyContainer Updated icons for the RoomNoAccess component 2024-08-15 17:42:42 +05:00
Akmal Isomadinov
ce440c1704 Web:EmptyContainer Added a empty screen for the Accounts 2024-08-15 17:09:34 +05:00
Akmal Isomadinov
b6374f020d Web:EmptyContainer Added a empty screen for the filter 2024-08-15 16:24:22 +05:00
Akmal Isomadinov
0616b6d465 Web:Public:Images Added new icons 2024-08-15 16:22:25 +05:00
Akmal Isomadinov
a946d47a8a Merge branch 'develop' into feature/new-empty-screen 2024-08-15 12:26:01 +05:00
f1a184f8c5
Merge pull request #422 from ONLYOFFICE/feature/new-context-menu
Feature/new context menu
2024-08-14 12:57:58 +04:00
8a29f436be Merge branch 'develop' into feature/new-context-menu 2024-08-14 12:48:04 +04:00
3dac1a4874 Merge branch 'hotfix/v2.6.1' into develop
# Conflicts:
#	packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/RowView/UsersTypeRowContent.js
#	packages/client/src/pages/PortalSettings/categories/data-import/GoogleWorkspace/index.js
#	packages/client/src/pages/PortalSettings/categories/data-import/NextCloudWorkspace/index.js
#	packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectUsersTypeStep/AccountsTable/TableView/UsersTypeTableRow.js
#	packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/index.js
#	packages/client/src/pages/PortalSettings/categories/data-import/components/SelectUsersStep/AccountsTable/RowView/UsersRowContent.tsx
#	packages/client/src/pages/PortalSettings/categories/data-import/components/SelectUsersStep/AccountsTable/TableView/UsersTableRow.tsx
#	packages/shared/components/share/sub-components/LinkRow.tsx
2024-08-14 12:47:36 +04:00
Akmal Isomadinov
b87d8be948 Removed useless code 2024-08-14 13:47:19 +05:00
Vlada Gazizova
f23d1f7e96 Shared:ContextMenu:Fixed the increase in the width of the second level menu on hover, when there is a scroll, or when the theme is dark. Added margins for the second menu level. 2024-08-13 22:06:56 +03:00
da127707af LDAP: Remove error logging duplicate 2024-08-13 20:42:44 +04:00
ca7157a5b1 Fix Bug 69568
Backlighting of available dates not active
2024-08-13 19:02:30 +03:00
097adc82d5 Client: EditGroupStore: Fix moving manager to members without setting new manager 2024-08-13 17:45:19 +02:00
625a7aa5a6 JS-SDK: Added onNoAccess event 2024-08-13 18:10:38 +03:00
36226366d3 Fixed Bug 68537: JS-SDK: Restored missing value for viewTableColumns option 2024-08-13 17:26:44 +03:00
9821d4d969 Fixed Bug 69236: Zoom: Fixed ability to go to fill out the form during a call 2024-08-13 16:32:43 +03:00
852b311335 Merge branch 'hotfix/v2.6.1' of github.com:ONLYOFFICE/DocSpace-client into hotfix/v2.6.1 2024-08-13 16:01:10 +03:00
f3ebbe20ea Fixed Bug 69396: Zoom: Fixed wrong height on resize 2024-08-13 16:01:01 +03:00
ea8c8c2aaa Fix Bug 69637 - Rooms.Form.Embed. Fixed embedding mode 2024-08-13 16:00:26 +03:00
Vlada Gazizova
fe7c290d38 Merge branch 'feature/new-context-menu' of https://github.com/ONLYOFFICE/DocSpace-client into feature/new-context-menu 2024-08-13 14:48:24 +03:00
Akmal Isomadinov
1f3bc2c502 Web:EmptyContainer Added empty screen for the trash page 2024-08-13 16:14:31 +05:00
9ff85666fa Merge branch 'hotfix/v2.6.1' of github.com:ONLYOFFICE/DocSpace-client into hotfix/v2.6.1 2024-08-13 16:02:10 +05:00
42fea7f56f Web: Client: Settings: Data Import: fixed display breakpoint warning 2024-08-13 16:02:03 +05:00
Akmal Isomadinov
90bdf3cff4 Web:EmptyContainer Added empty screen for the archive page 2024-08-13 15:59:24 +05:00
Akmal Isomadinov
53e41f461b Web:Public:Images Added new icons 2024-08-13 15:58:58 +05:00
7d9edea5a4 Merge branch 'hotfix/v2.6.1' of https://github.com/ONLYOFFICE/DocSpace-client into hotfix/v2.6.1 2024-08-13 13:55:19 +03:00
eb7c8380b5 Client/Shared: fix drop down width from 'fit-content' to 'auto' for correct calculation at FF 2024-08-13 13:55:11 +03:00
8c811eb2b5 Merge branch 'develop' into feature/new-context-menu 2024-08-13 14:16:28 +04:00
42da002eef Merge branch 'hotfix/v2.6.1' into develop
# Conflicts:
#	packages/client/src/pages/PortalSettings/categories/data-import/OnlyofficeWorkspace/Stepper/SelectFileStep/index.js
2024-08-13 13:57:10 +04:00
b6e0b512b4 Fix imports of lodash functions (imports cost issues) 2024-08-13 13:56:17 +04:00
Akmal Isomadinov
4d005d483a
Merge pull request #584 from ONLYOFFICE/bugfix/image-view
Shared:ImageViewer Added query parameter for thumbnail URL
2024-08-13 13:45:26 +05:00
e5bbb84f04 Fixed Bug 66907: Added option for show info bar inside js-sdk frame 2024-08-13 11:42:06 +03:00
d6c490be53 Shared: Fixed JS-SDK version constant 2024-08-13 11:40:29 +03:00
6d0f5ee519 JS-SDK: SDK bumped to 1.0.1 version. Added showHeaderBanner option for header info bar configuration 2024-08-13 11:39:54 +03:00
26824d6df9 Fix Bug 67170 - Settings: Data Import. The Upload to server button is missing when uploading an inappropriate archive 2024-08-13 10:55:26 +05:00
cfcc10e98e
Merge pull request #578 from ONLYOFFICE/feature/move-quick-buttons
Feature/move quick buttons
2024-08-12 19:43:35 +04:00
Vlada Gazizova
a8412a22ca Shared:ContextMenu:Fixed increasing the width of the second level menu on hover in a tight theme. 2024-08-12 18:11:37 +03:00
0c48a11f07 Merge branch 'hotfix/v2.6.1' into develop
# Conflicts:
#	packages/login/src/app/(root)/page.tsx
#	packages/management/src/categories/spaces/sub-components/RowView/RoomContent.tsx
2024-08-12 19:10:02 +04:00
b614938b2b Login: Ldap: fix display wrong placeholder on disabled LDAP settings 2024-08-12 18:56:12 +04:00
7f2b4c9686
Merge pull request #580 from ONLYOFFICE/bugfix/huge-group-issues
Bugfix/huge group issues
2024-08-12 18:29:37 +04:00
3d337ed468 Merge branch 'hotfix/v2.6.1' into bugfix/huge-group-issues 2024-08-12 18:23:36 +04:00
3462ea7708
Merge pull request #583 from ONLYOFFICE/feature/logohandler-culture-param
Shared:Utils:Common: pass culture to handler logo url
2024-08-12 18:21:08 +04:00
51fa9bc2c5 Management: fix mobile style 2024-08-12 17:07:46 +03:00
Akmal Isomadinov
6eecaaede6 Shared:ImageViewer Added query parameter for thumbnail URL 2024-08-12 19:03:51 +05:00
88300c3ff4 Merge branch 'hotfix/v2.6.1' into feature/logohandler-culture-param 2024-08-12 17:46:52 +04:00
8611b8b0d1 Web: Components: TabledHeader: fixed "clearSize.findLastIndex is not a function", added log 2024-08-12 16:43:46 +03:00
23ce60bc4b Fix Bug 69594 - [LDAP] User quota field in Attribute mapping section is not relevant to the configured server and has no units specified 2024-08-12 17:27:19 +04:00
d4a547e32a Fix Bug 69625 - [LDAP] Default port does not change after enabling Enable SSL option when configuring LDAP server 2024-08-12 17:15:12 +04:00
4cf16f5b2b PortalSettings: Integration: Changed reset button caption 2024-08-12 17:03:54 +04:00
2450c14bd1 Fix Bug 69624 - [LDAP] Missing confirmation window for restoring default settings after clicking Default settings button on LDAP settings page 2024-08-12 16:56:36 +04:00