Commit Graph

4226 Commits

Author SHA1 Message Date
Viktor Fomin
6745936010 Client: PortalSettings: delete useless 2023-02-18 23:58:05 +03:00
Viktor Fomin
da64a10897 Client: AccountsHome: EmptyScreen: use dark images 2023-02-18 23:57:14 +03:00
Viktor Fomin
5676a8fadd Client: Components: EmptyContainer: use dark images 2023-02-18 23:56:47 +03:00
Viktor Fomin
1d8b66b152 Client: Components: BreakpointWarning: use dark images 2023-02-18 23:56:23 +03:00
b1aaa20baf Web:Client:Adding an ellipsis to a long name in the info panel, adding the width of the name block as a percentage. 2023-02-17 16:07:28 +03:00
e3132d1e2c Web: Files: fixed setSelections 2023-02-17 15:05:35 +03:00
4ba51c1779 Web: GlobalEvents: Added saving changes using a hotkey. 2023-02-17 15:02:01 +03:00
3ac15f3af2 Fixed Bug 61245 - Rooms.Hotkeys.Closing the 'Change user type' panel by Esc does not work. 2023-02-17 14:53:14 +03:00
DmitrySychugov
3dc1e045a0 Fixed Bug 61107 - Web: Client: added bufferSelection 2023-02-17 16:42:56 +05:00
75d7385f18 Web:Client:Fix. 2023-02-17 09:18:01 +03:00
Mushka Nikita
f7ae136452 fixed info panel gallery view interaction with tile context menu 2023-02-17 02:11:37 +03:00
ccb63eb505 Web:Client:Fixed file and folder highlighting at the same time if they have the same id. 2023-02-16 21:01:33 +03:00
b5712eaba8 Merge branch 'develop' into feature/open-location 2023-02-16 18:23:43 +03:00
26df05be80 Web:Client:Removed empty array from useEffect dependencies because tiles overlap each other. 2023-02-16 17:39:26 +03:00
304a667ee0 Web:Client:Correction of file name and extension calculation on info panel if there are dots in the name. 2023-02-16 17:27:26 +03:00
fce2550259 Web:Client:Fix. 2023-02-16 17:25:19 +03:00
Timofey Boyko
bfc974e8ca Merge branch 'bugfix/fix-room-into-room' of https://github.com/ONLYOFFICE/DocSpace into bugfix/fix-room-into-room 2023-02-16 16:32:01 +03:00
Timofey Boyko
66cc40953d Web:Client: fix create room socket event for second window 2023-02-16 16:31:53 +03:00
b0eaabaa5d Merge branch 'develop' into bugfix/fix-room-into-room 2023-02-16 15:36:01 +03:00
Elyor Djalilov
1d87c8f28a Web: PortalSettings: Customization. fixed portal renaming errorValue 2023-02-16 17:14:15 +05:00
Timofey Boyko
af74503480 Web:Client: fix displaying room into rooms 2023-02-16 15:12:07 +03:00
Elyor Djalilov
1fda157cdc Merge branch 'bugfix/61157' of github.com:ONLYOFFICE/DocSpace into bugfix/61157 2023-02-16 16:59:17 +05:00
Elyor Djalilov
5e327fb949 Web: PortalSettings: Customization. fixed uncorrect name url 2023-02-16 16:59:05 +05:00
abf235a1bc Web:Client:Fix missing file highlighting when clicking on the Open Location button when the info panel is empty screen. 2023-02-16 14:37:11 +03:00
cf13fd12a9 Merge branch 'develop' into bugfix/61157 2023-02-16 13:54:34 +03:00
e8fcafa4db Merge branch 'develop' into bugifx/Bug61098 2023-02-16 13:46:24 +03:00
Mushka Nikita
c366b5ef0b fixed getDaysRemaining method 2023-02-16 13:06:40 +03:00
4d79756e78 Web:Client:Removed the display of the file history on the info panel when going to it using the Open Location button. 2023-02-16 12:51:14 +03:00
Elyor Djalilov
0dd019201b Merge branch 'bugfix/61157' of github.com:ONLYOFFICE/DocSpace into bugfix/61157 2023-02-16 14:31:42 +05:00
Elyor Djalilov
d549bc355d Fix Bug 61157 - Settings: Customization. The Language and Timezone fields are not reset to default values. 2023-02-16 14:31:33 +05:00
Mushka Nikita
8e0751922e revert roomCell removed span tag 2023-02-16 12:06:09 +03:00
Mushka Nikita
03f3f71b7a Merge branch 'feature/entries-trash-origin' of github.com:ONLYOFFICE/AppServer into feature/entries-trash-origin 2023-02-16 12:02:46 +03:00
Mushka Nikita
627a6b7f2a reordered trash table columns and separated Author, Created, Size and Type trash table columns for default isEnable 2023-02-16 12:02:41 +03:00
f8f33c3574 Web: Added api error handling 2023-02-16 11:20:48 +03:00
214ef6bfd9 Web:Client:Removing unnecessary props. 2023-02-16 11:02:35 +03:00
c071bc3e73 WEb:Client:Fix useEffect dependence. 2023-02-16 11:00:36 +03:00
6804e042d9 Web:Client:Rename setFileHighlight to setHighlightFileId. Rename fileHighlight to highlightFileId.Transferring the highlighting logic to the setHighlightFileId method. 2023-02-16 11:00:00 +03:00
Viktor Fomin
569bd443fc Fix Bug 61098: android scroll on settings page 2023-02-16 01:03:24 +03:00
Timofey Boyko
17fd03c0b2 Web:Client:Home: fix memory leak for tile 2023-02-15 18:24:12 +03:00
f738a8b830 Merge branch 'develop' into feature/entries-trash-origin 2023-02-15 17:29:23 +03:00
Mushka Nikita
98c9f72dfe removed unused file 2023-02-15 15:18:48 +03:00
Mushka Nikita
d807ec5d7a reverted erasure sorting to DateAndTime 2023-02-15 15:18:37 +03:00
Mushka Nikita
d0354b931a fixed tooltip missing onUpdate rebuild 2023-02-15 14:32:19 +03:00
f48b2b040e
Merge pull request #1204 from ONLYOFFICE/bugfix/login-confirm-style
Bugfix/login confirm style
2023-02-15 12:16:36 +03:00
Viktor Fomin
d0db109aa7 Client: Confirm: fix toast 2023-02-15 12:04:33 +03:00
Viktor Fomin
938414c56b Client: Confirm: fix 2023-02-15 11:52:34 +03:00
de3bcd698e Merge branch 'develop' into bugfix/fix-desktop-navigation 2023-02-15 11:06:08 +03:00
Mushka Nikita
c6b835166f disabled erasure warning in empty trash case 2023-02-14 23:39:38 +03:00
Mushka Nikita
d0fb62615d added tooltip 2023-02-14 23:38:57 +03:00
Viktor Fomin
96e63bf056 Merge branch 'develop' into bugfix/login-confirm-style 2023-02-14 23:31:57 +03:00
Viktor Fomin
c0cfb921f9 Client: Confirm: ChangePassword: add error toast 2023-02-14 22:26:34 +03:00
Viktor Fomin
696194c157 Client: About: allow select all text 2023-02-14 22:05:20 +03:00
Timofey Boyko
9e612f4fa4 Merge branch 'bugfix/fix-desktop-navigation' of https://github.com/ONLYOFFICE/DocSpace into bugfix/fix-desktop-navigation 2023-02-14 19:17:34 +03:00
Timofey Boyko
4668615fac Web:Client:Pages: fix accounts header height for tablet 2023-02-14 19:17:18 +03:00
3693d7ee7e Merge branch 'develop' into bugfix/fix-desktop-navigation 2023-02-14 18:38:22 +03:00
fb4a9f9046 Merge branch 'develop' into bugfix/Bug61073 2023-02-14 18:27:39 +03:00
e385922d7c Merge branch 'develop' into bugfix/61157 2023-02-14 18:11:52 +03:00
10e285c499 Merge branch 'develop' into bugfix/login-confirm-style 2023-02-14 17:04:34 +03:00
7fc3d15536 Merge branch 'develop' into feature/refactoring-image-viewer 2023-02-14 16:13:20 +03:00
0621043d42 Merge branch 'develop' into bugfix/redirect-after-payment 2023-02-14 16:05:32 +03:00
Timofey Boyko
7479a459f4 Web:Client:Settings: fix useless scroll for free user 2023-02-14 13:57:27 +03:00
596f4213b5 Web: Update height of gallery preview on mobile 2023-02-14 13:53:49 +03:00
f05db04360 Web: Update InfoPanel padding on mobile 2023-02-14 13:52:59 +03:00
Viktor Fomin
92e7b9494a Fix Bug 61073: Implement the ability to copy text in the About window 2023-02-14 13:39:14 +03:00
Viktor Fomin
a8f3b831e5 Merge branch 'develop' into bugfix/login-confirm-style 2023-02-14 13:07:53 +03:00
242a3416f2 Web: Fix left border display on FormGallery 2023-02-14 13:00:49 +03:00
9b36707fbd Web: Changed "DeveloperTools" translation 2023-02-14 12:55:16 +03:00
fbdcface7e Web: InfoPanel: Fix height of thumbnail preview 2023-02-14 12:47:17 +03:00
f4700e8e10 Web: Tiles: Set object-fit: none; 2023-02-14 12:21:30 +03:00
Elyor Djalilov
1c21991706 Fix Bug 61157 - Settings: Customization. Fields "Title" and "New space name" are not reset to default value 2023-02-14 13:48:25 +05:00
d7c32bb9ca Web:Client:Add useMemo. 2023-02-14 11:01:36 +03:00
509a1b9d9e Web:Client:Add useMemo. 2023-02-14 10:54:50 +03:00
1d0c9640d3 Web:Client:Fix missing filter clearing when switching between folders after pressing the Open Location button. 2023-02-14 10:02:28 +03:00
feb70f6bd3 Merge branch 'develop' into feature/open-location 2023-02-14 07:19:52 +03:00
Mushka Nikita
79e4343b2e Merge branch 'feature/entries-trash-origin' of github.com:ONLYOFFICE/AppServer into feature/entries-trash-origin 2023-02-14 03:26:01 +03:00
Mushka Nikita
629effb5d2 added trash erasure warning 2023-02-14 03:23:06 +03:00
Viktor Fomin
c13a2529f6 Merge branch 'develop' into bugfix/login-confirm-style 2023-02-13 23:27:13 +03:00
Elyor Djalilov
0b59e45157 Fix Bug 61157 - Settings: Customization. The "Title" and "New space name" fields are not reset to default values. 2023-02-13 22:21:08 +05:00
d4f9109781 Added displaying Room column + refactoring 2023-02-13 20:02:35 +03:00
Mushka Nikita
ecfcaa9487 added new properties to pass from files fetching 2023-02-13 18:30:58 +03:00
Mushka Nikita
9583f4a47e added remaining days data to rows view 2023-02-13 18:30:13 +03:00
Mushka Nikita
d08172cd0b fixed erasure cell 2023-02-13 18:29:37 +03:00
a6a8de1b14 Merge branch 'develop' into feature/entries-trash-origin 2023-02-13 18:26:02 +03:00
8ed8429ebf Changed sortBy Erasure 2023-02-13 17:55:43 +03:00
b405d3d215 Web: Fix display erasure on row view 2023-02-13 17:55:03 +03:00
30fc2e6ac5 Web: Files: fixed dnd 2023-02-13 16:58:49 +03:00
394934edf1 Fix Erasure displaying 2023-02-13 16:48:01 +03:00
Akmal Isomadinov
6c7a76c18a Merge branch 'develop' into feature/refactoring-image-viewer 2023-02-13 18:40:56 +05:00
Akmal Isomadinov
e1d75111cb Web:Client:Pages:Home:MediaViewer Added setAlreadyFetchingRooms 2023-02-13 18:33:22 +05:00
41ccbc03d5 Web:Client:Fix. 2023-02-13 16:08:19 +03:00
e5fbda26a0 Web:Client:Change class name. 2023-02-13 15:45:08 +03:00
Mushka Nikita
663b7931ab added erasure column to trash 2023-02-13 15:19:02 +03:00
592e55fb13 Fixed Bug 60990 - Files.Archived.Drag’n’drop. ‘You don't have enough permission to move the file’. 2023-02-13 15:12:17 +03:00
13976f8101 Web: Files: fixed drag 2023-02-13 15:10:57 +03:00
Viktor Fomin
2962f028e7 Client: Confirm: redesign activateUser 2023-02-13 14:52:24 +03:00
Viktor Fomin
ea1cab0e9e Client: Confirm: redesign createUser 2023-02-13 14:19:56 +03:00
Viktor Fomin
95c6dc0763 Client: Confirm: DeactivatePortal: fix 2023-02-13 14:15:41 +03:00
Viktor Fomin
3abf774d03 Client: Confirm: redesign tfaAuth 2023-02-13 14:12:40 +03:00
Viktor Fomin
90e3ba34e6 Client: Confirm: redesign tfaActivation 2023-02-13 14:12:33 +03:00
47268aafe8 Web:Client:Removed unnecessary props isAnimation. 2023-02-13 13:57:43 +03:00
6cd5abe522 Web:Client:For the list of files, the passed key has been changed to the value of the version for re-rendering files when loading a file with the same name and version increase.Simplified line highlighting logic. 2023-02-13 13:57:07 +03:00
012590e8a7 Web:Client:Hide for the selected file on the info panel the plate with the name and the open location button. 2023-02-13 13:53:18 +03:00
4354bccef3 Web: PortalSettings: Deleted useless code. 2023-02-13 13:34:40 +03:00
244612da1a Web: PortalSettings: Payments: Added back url after payment. 2023-02-13 13:32:49 +03:00
Viktor Fomin
e0006866a7 Merge branch 'develop' into bugfix/login-confirm-style 2023-02-13 13:26:57 +03:00
640d8d6632 Merge branch 'develop' into bugfix/61099 2023-02-13 13:15:52 +03:00
Elyor Djalilov
f4fc720885 fix width for different screens 2023-02-13 14:28:00 +05:00
d1f6ba2d3c Web: portalSettings: deleted useless code. 2023-02-13 11:47:15 +03:00
db5a8b3763 Merge branch 'bugfix/restore-from-local-file' of github.com:ONLYOFFICE/AppServer into bugfix/restore-from-local-file 2023-02-13 11:24:23 +03:00
2e69d83683 Web: portalSettings: Restore: Deleted useless code. 2023-02-13 11:23:24 +03:00
56ce6aea67 Merge branch 'develop' into bugfix/restore-from-local-file 2023-02-13 10:21:01 +03:00
Viktor Fomin
0f3fd06f4f Merge branch 'develop' into bugfix/login-confirm-style 2023-02-12 14:50:49 +03:00
d69609104e
Merge pull request #1194 from ONLYOFFICE/bugfix/dark-theme-color
fixed color
2023-02-10 19:25:09 +03:00
203f2cad7f Merge branch 'develop' into bugfix/restore-from-local-file 2023-02-10 17:55:19 +03:00
261b1f13df Merge branch 'develop' into bugfix/61099 2023-02-10 16:34:38 +03:00
DmitrySychugov
708ef1f810 Web: Client: removed redundant check 2023-02-10 17:57:39 +05:00
DmitrySychugov
7180488f26 Merge branch 'bugfix/hide-mobile-button' of github.com:ONLYOFFICE/DocSpace into bugfix/hide-mobile-button 2023-02-10 17:52:20 +05:00
DmitrySychugov
d287e35d0d Web: Client: fixed name on sort button click 2023-02-10 17:52:04 +05:00
152012852b Merge branch 'develop' into bugfix/hide-mobile-button 2023-02-10 15:45:09 +03:00
DmitrySychugov
b79b7815d6 Web: Client: removed the control of the store from the sort button 2023-02-10 17:37:24 +05:00
Akmal Isomadinov
0175edc651 Web: Moved from MediaViewerV2 to MediaViewer and removed old MediaViewer 2023-02-10 16:43:43 +05:00
Elyor Djalilov
20e1d49171 fix translate 2023-02-10 15:51:43 +05:00
DmitrySychugov
52a51431cb Merge branch 'develop' into bugfix/hide-mobile-button 2023-02-10 15:33:03 +05:00
Akmal Isomadinov
7b036537a0 Web: Decomposition of MediaViewerDataStore 2023-02-10 15:13:43 +05:00
Akmal Isomadinov
8b33d977c8 Web: Fixed code formatting style 2023-02-10 15:04:57 +05:00
Akmal Isomadinov
789b017d05 Web: Rename the MediaViewerTS folder to MediaViewerV2 2023-02-10 14:18:56 +05:00
Akmal Isomadinov
58ed975320 Merge branch 'feature/refactoring-mediaviewer' of github.com:ONLYOFFICE/DocSpace into feature/refactoring-mediaviewer 2023-02-10 14:11:29 +05:00
Akmal Isomadinov
8571e0aa3b Web Rename the MediaViewer file to index 2023-02-10 14:04:19 +05:00
78a30f5700 Web: Returned checking and deleting the local store. 2023-02-10 11:57:31 +03:00
c9baec3175 Web: Added translation. 2023-02-10 11:31:49 +03:00
a35ef5a40d Merge branch 'develop' into feature/refactoring-mediaviewer 2023-02-10 10:43:05 +03:00
d45f5856a2 Web: PortalSettings: Restore: Added disable file selection. 2023-02-10 10:14:48 +03:00
6fdc4c0e0f Web: PortalSettings: Restore: Refactoring. 2023-02-10 10:12:45 +03:00
Viktor Fomin
0569b5a3f0 Client: Confirm: redesign removePortal 2023-02-10 03:18:57 +03:00
Viktor Fomin
bf8852bc27 Client: Confirm: redesign profileRemove 2023-02-10 03:18:41 +03:00
Viktor Fomin
679c3854ba Client: Confirm: redesign deactivatePortal 2023-02-10 03:18:35 +03:00
Viktor Fomin
bf60bb37c8 Client: Confirm: redesign continuePortal 2023-02-10 03:18:27 +03:00
Viktor Fomin
0587c887ca Client: Confirm: redesign changePhone 2023-02-10 03:18:16 +03:00
Viktor Fomin
4e1d5026c1 Client: Confirm: redesign changePassword 2023-02-10 03:18:09 +03:00
Viktor Fomin
dc3c4e9a5e Client: Confirm: redesign changeOwner 2023-02-10 03:17:56 +03:00
Viktor Fomin
685c536f41 Client: Confirm: fix style 2023-02-10 03:17:25 +03:00
Viktor Fomin
fdc02bdd9b Client: Confirm: fix style 2023-02-10 03:04:45 +03:00
Akmal Isomadinov
4e875a75b9 Web:fixed a bug when opening galleries, the selector was not reset 2023-02-09 23:15:05 +05:00
10639f83aa Web: Fix infinite loop (out of memory issue) 2023-02-09 17:28:57 +03:00
cf8127ece8 Web: PortalSettings: Added standalone mode. 2023-02-09 16:31:41 +03:00
c17d0e9186 Web: PortalSettings: Restore: Adding a new component. 2023-02-09 16:18:16 +03:00
b3de8bc753 web: Fix layout selection 2023-02-09 14:58:54 +03:00
b11e97b188 Web: PortalSettings: Refactoring. 2023-02-09 14:42:05 +03:00
4e33c27532 Web: fix Safari selection 2023-02-09 14:28:01 +03:00
780a90f0c0 Merge branch 'develop' into feature/selection-area 2023-02-09 13:28:24 +03:00
ed7b339e87 Web: Client: InvitePanel: Fixed input width on mobile devices 2023-02-09 13:24:44 +03:00
Elyor Djalilov
7b74a48891 fixed color 2023-02-09 14:23:00 +05:00
Elyor Djalilov
f3c6b14817 Fix Bug 61099 - Mobile. The location of the download copy button in the backup menu 2023-02-09 13:47:20 +05:00
838a2c9bb3 Web: SelectionArea: fixed selection 2023-02-09 11:26:37 +03:00
DmitrySychugov
2e4bdb0e49 Fixed Bug 60553 - Web: Client: added hiding the button if the sort menu is open 2023-02-09 13:19:58 +05:00
829a242f5f Web:Client:Rename showAnimation to isAnimation, rename isHighlight to startAnimation, rename setIsHighlight to setStartAnimation. 2023-02-09 10:44:37 +03:00
602fdd5d4a Web:Client:Rename setIdFileAnimation to setFileHighlight. 2023-02-09 10:21:54 +03:00
785ed909e5 Merge branch 'develop' into feature/open-location 2023-02-09 09:05:58 +03:00
c5e20f916e Web:Client:Removed the checkbox setting for a file when going to it by clicking the show location button. Instead, add an animation to the file. 2023-02-09 08:20:25 +03:00
Akmal Isomadinov
76e601bec7 Web: Fixed keyboard swipe 2023-02-08 19:21:14 +05:00
c72c1faeef Fixed Bug 61039 - Files. ‘Sorry, the resource cannot be found’ flashes on the page when moving from the profile to the Trash folder. 2023-02-08 16:49:28 +03:00
ac5e19398d Merge branch 'develop' into feature/selection-area
# Conflicts:
#	yarn.lock
2023-02-08 16:28:08 +03:00
82f5b39fe7 Web: SelectionArea: fixed select 2023-02-08 16:25:39 +03:00
a46f625a9c Web: SelectionArea: refactoring 2023-02-08 14:15:16 +03:00
34f510cf2f Fixed Bug 61075 - Rooms.ExternalLink.Invite. The external link is copied to the clipboard each time the Invite Users to Room panel is opened. 2023-02-08 13:56:19 +03:00
Viktor Fomin
5fe675ea74 Client: Wizard: hide license filed 2023-02-08 12:55:02 +03:00
Akmal Isomadinov
19e1603ed3 Merge branch 'feature/refactoring-mediaviewer' of github.com:ONLYOFFICE/DocSpace into feature/refactoring-mediaviewer 2023-02-08 14:54:23 +05:00
Akmal Isomadinov
2c8a7ab89b Web:client:store:MediaViewerDataStore Added computed field currentPostionIndex and Added helper methods 2023-02-08 14:53:14 +05:00
Viktor Fomin
3d58a461c0 Client: WIzard: fix style 2023-02-08 12:48:49 +03:00
cfbe161312 Merge branch 'develop' into feature/refactoring-mediaviewer 2023-02-08 09:34:56 +03:00
Viktor Fomin
c3a54b2e74 Client: Wizard: fix style 2023-02-07 20:44:32 +03:00
Akmal Isomadinov
474e6251ef Web: Refactoring MediaViewer 2023-02-07 22:09:48 +05:00
367d8c9936 Web: Files: fixed folder select 2023-02-07 18:23:44 +03:00
601e61eab6 Web: Files: fixed drag 2023-02-07 17:59:01 +03:00
86d93f1259 Merge branch 'develop' into feature/selection-area
# Conflicts:
#	yarn.lock
2023-02-07 17:04:43 +03:00
08e68ac6a5 Web: SelectionArea: fixed tile view 2023-02-07 16:56:15 +03:00
Viktor Fomin
7ac9a9ed54 Merge branch 'develop' into bugifx/wizard 2023-02-07 14:44:48 +03:00
Timofey Boyko
dda05f7d7d Merge branch 'release/rc-v1.2.0' of https://github.com/ONLYOFFICE/DocSpace into release/rc-v1.2.0 2023-02-07 13:26:54 +03:00
Timofey Boyko
e0f2a397c4 Web:Client: fix translations for devices 2023-02-07 13:26:46 +03:00
264f415dff Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/AppServer into release/rc-v1.2.0 2023-02-07 12:21:29 +03:00
81e6c58cc1 Web:Client:Added that when opening the Accent and Buttons modal, the colors are displayed from the previously selected portal theme. 2023-02-07 12:20:31 +03:00
22eacf4fb8 Fixed Bug 61060 - Accounts: Error in console Uncaught TypeError: "newData" is read-only when deselecting account 2023-02-07 11:00:21 +03:00
Viktor Fomin
1328cb2691 Merge branch 'release/rc-v1.2.0' into bugifx/wizard 2023-02-07 00:47:41 +03:00
Viktor Fomin
c6537bdddd Client: Wizard: fix error message 2023-02-07 00:46:36 +03:00
45b8e81a63 Web: Optimization of thumbnails creation 2023-02-06 23:05:57 +03:00
Viktor Fomin
ee82613d81 Client: Wizard: add upload and validate license 2023-02-06 20:09:22 +03:00
Timofey Boyko
3dc7c23196 Merge branch 'release/rc-v1.2.0' of https://github.com/ONLYOFFICE/DocSpace into release/rc-v1.2.0 2023-02-06 19:28:08 +03:00
Elyor Djalilov
3722ae1a77 Fix Bug 61037 - Rooms.Localization. Incorrect message about moving rooms to the archive in Russian localization 2023-02-06 21:23:32 +05:00
Elyor Djalilov
0bfb980f99 Bug 61043 - Files. Unreadable characters instead of name in Author column and Info/History panel 2023-02-06 21:19:25 +05:00
Timofey Boyko
131dd06bdb Web: fix build 2023-02-06 19:15:04 +03:00
DmitrySychugov
b3d04ccd59 Web: Client: added media error ru translation 2023-02-06 19:50:55 +05:00
d3bed594a9 Web: Client: ChangeUserTypeEvent: Fixed client error message, added payments setting link 2023-02-06 16:33:40 +03:00
6fa291abce Web: Client: Locales: Payment: Fixed key: QuotaPaidUserLimitError 2023-02-06 16:32:29 +03:00
52fd2400e1 Web: Client: Locales: Payment: Added new key: QuotaPaidUserLimitError 2023-02-06 15:15:44 +03:00
33630ce818 Web: Client: ChangeUserTypeEvent: Added client error message 2023-02-06 15:15:08 +03:00
1b14e863b4 Web: Client: UsersStore: Fixed updateUserType action 2023-02-06 15:14:28 +03:00
ac7944370a Web: Client: Fixed Typo fixed 2023-02-06 15:13:36 +03:00
68242853a7 Web: Files: fixed SelectionArea 2023-02-06 14:31:53 +03:00
DmitrySychugov
2e2e6145d9 Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/DocSpace into release/rc-v1.2.0 2023-02-06 16:10:55 +05:00
DmitrySychugov
321298d809 Web: Client: added en media error translation 2023-02-06 16:09:55 +05:00
Viktor Fomin
075374c43a Merge branch 'release/rc-v1.2.0' into bugifx/wizard 2023-02-06 13:52:41 +03:00
65534fc670 Merge branch 'release/rc-v1.2.0' into bugfix/mediaviewer-primary-loading 2023-02-06 13:23:29 +03:00
73eb1a220e
Merge pull request #1166 from ONLYOFFICE/bugfix/ssr-translations
Bugfix/ssr translations
2023-02-06 13:00:09 +03:00
c38e0885a2 Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/AppServer into release/rc-v1.2.0 2023-02-06 11:33:07 +03:00
Timofey Boyko
ca973c0002 Merge branch 'bugfix/ssr-translations' of https://github.com/ONLYOFFICE/DocSpace into bugfix/ssr-translations 2023-02-06 11:32:10 +03:00
Timofey Boyko
6137e2a122 Web: remove before-build-webpack-plugin and apply custom plugin for create autoGeneratedTranlsations files 2023-02-06 11:32:02 +03:00
538adba4cf Web:Client:Adding animation to files when updating a version higher than the second when downloading and converting. 2023-02-06 11:31:47 +03:00
0c10732df8 Merge branch 'release/rc-v1.2.0' into bugfix/mediaviewer-primary-loading 2023-02-03 20:22:39 +03:00
f9d0c7f4f6 Merge branch 'release/rc-v1.2.0' into bugfix/ssr-translations 2023-02-03 19:51:54 +03:00
a92cd3991e Fix empty DeleteDialog text on preview delete on mobile 2023-02-03 19:51:26 +03:00
Timofey Boyko
cafc004db1 Web:Client: add autoGeneratedTranslations.ts to gitignore file 2023-02-03 19:10:11 +03:00
Timofey Boyko
7df2d0dd0f Merge branch 'bugfix/ssr-translations' of https://github.com/ONLYOFFICE/DocSpace into bugfix/ssr-translations 2023-02-03 19:07:02 +03:00
Timofey Boyko
0b7b214fbb Web: change prebuild-webpack-plugin for before-build-webpack-plugin 2023-02-03 18:52:51 +03:00
Viktor Fomin
ca601dc231 Merge branch 'release/rc-v1.2.0' into bugifx/wizard 2023-02-03 17:27:15 +03:00
Viktor Fomin
d507702150 Client: Wizard: add license input 2023-02-03 17:27:07 +03:00
1759f7c564 Merge branch 'release/rc-v1.2.0' into bugfix/mediaviewer-primary-loading 2023-02-03 16:49:46 +03:00
ba0ff963cb Update FilesStore.js 2023-02-03 16:36:32 +03:00
Viktor Fomin
0c6986f593 Client: Wizard: use constants 2023-02-03 15:44:35 +03:00
Viktor Fomin
9623c3a322 Client: add constants 2023-02-03 15:44:22 +03:00
6fcb5eb605 Merge branch 'release/rc-v1.2.0' into bugifx/wizard 2023-02-03 10:55:17 +03:00
Timofey Boyko
7f61aa85ca Web:Client: fix src={false} for files 2023-02-03 10:28:43 +03:00
Viktor Fomin
38608bb394 Merge branch 'release/rc-v1.2.0' into bugifx/wizard 2023-02-02 23:27:55 +03:00
Viktor Fomin
fad0655c97 Wizard: Client: fix 2023-02-02 23:27:28 +03:00
961b0ad613 Merge branch 'release/rc-v1.2.0' into feature/fonts-static-versioned 2023-02-02 17:46:41 +03:00
Viktor Fomin
5a8db3cab7 Client: Wizard: fix 2023-02-02 17:11:28 +03:00
Timofey Boyko
9f0d2b62cb Web: fix regexp for json locales 2023-02-02 17:09:26 +03:00
de95953b14 Web: Fix OS path separator split 2023-02-02 16:50:45 +03:00
Timofey Boyko
b19f7f37bf Merge branch 'release/rc-v1.2.0' into feature/fonts-static-versioned 2023-02-02 15:19:27 +03:00
Timofey Boyko
92f59e31b5 Web:Client: add asset/resource type for woff2 format and disable emit files 2023-02-02 15:12:19 +03:00
409366d807 Merge branch 'release/rc-v1.2.0' into feature/translations-static-versioned 2023-02-02 14:12:03 +03:00
Akmal Isomadinov
7a2ca63577 Web: Fixed mediaviewer primary loading 2023-02-02 15:55:27 +05:00
Viktor Fomin
42feb5475a Client: Wizard: fix timezone select 2023-02-02 13:22:16 +03:00
Elyor Djalilov
272c57a1fd Web: PortalSettings: fix translate 2023-02-02 13:45:05 +05:00
Elyor Djalilov
9469d12f83 Web: PortalSettings: fix style 2023-02-02 13:40:45 +05:00
Elyor Djalilov
b9b7a5c7db Web: PortalSettings: fix style 2023-02-02 13:36:36 +05:00
Timofey Boyko
5125fec48f Web:Client: delete console log 2023-02-02 10:05:53 +03:00
Timofey Boyko
9e67f4343f Merge branch 'release/rc-v1.2.0' into feature/translations-static-versioned 2023-02-02 09:45:44 +03:00
1501d0f537 Web: Client: InvitePanel: Fixed disabling external links and generating new ones when external links enabled 2023-02-01 23:00:32 +03:00
f7823f4269 Web: Client: InvitePanel: Fixed restore external link access after reopen panel 2023-02-01 22:58:07 +03:00
334c032c15 Fix Bug 60961 - Accounts. The account is selected twice when clicking on the user icon (checkbox) 2023-02-01 21:59:00 +03:00
Viktor Fomin
c755132000 Client: Wizard: fix win crash 2023-02-01 19:02:23 +03:00
Timofey Boyko
a4171c6749 Merge branch 'release/rc-v1.2.0' into feature/translations-static-versioned 2023-02-01 18:50:26 +03:00
Timofey Boyko
779cd5f4c8 Web: update regexp for webpack for work with locales files as url 2023-02-01 18:49:17 +03:00
Timofey Boyko
e3ba3fe29d Web:Client:Webpack: delete useless code 2023-02-01 18:43:26 +03:00
Timofey Boyko
57d6925791 Web: update webpack configs for work with auto generated translations file 2023-02-01 18:36:43 +03:00
Timofey Boyko
72e3fe9032 Web: rename translations to autoGeneratedTranslations 2023-02-01 17:53:33 +03:00
Timofey Boyko
2b2b8377c7 Web: add beforeBuild to all modules 2023-02-01 16:06:33 +03:00
Viktor Fomin
24f52ce97a Merge branch 'release/rc-v1.2.0' of https://github.com/ONLYOFFICE/DocSpace into release/rc-v1.2.0 2023-02-01 15:13:34 +03:00
Viktor Fomin
4123bfb5b6 Client: Wizard: fix style 2023-02-01 15:13:29 +03:00
Elyor Djalilov
2514de24a0 Web:Client: Fix translate 2023-02-01 17:10:23 +05:00
Viktor Fomin
459b61e1c2 Client: Wizard: fix 2023-02-01 15:03:34 +03:00
Elyor Djalilov
3b4312137c Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/DocSpace into release/rc-v1.2.0 2023-02-01 16:49:10 +05:00
Elyor Djalilov
baf75b0c42 Web:PortalSettings: Changed portal settings navigation 2023-02-01 16:49:02 +05:00
Viktor Fomin
4e50fdf9ac Client: auto detect user lang 2023-02-01 13:50:29 +03:00
Viktor Fomin
5aefc7840b Client: Wizard: getUserTimezone 2023-02-01 13:13:23 +03:00
Timofey Boyko
26e3008b8c Web:Client: add prebuild-webpack-plugin 2023-02-01 12:39:44 +03:00
Timofey Boyko
e57ee84e6e Web:Client:Helpers: change loadLanguagePath function for work with static locales 2023-02-01 11:13:20 +03:00
Timofey Boyko
930b71b424 Web:Client: disable copy file with file-loader and return copy-webpack-plugin for locales 2023-02-01 11:02:32 +03:00
Viktor Fomin
ee8803abe1 Fix Bug 60677: double button 2023-01-31 20:19:10 +03:00
Timofey Boyko
64005a3576 Web:Client: change public_dir to assets_dir 2023-01-31 19:24:10 +03:00
Timofey Boyko
6c7ec4c45b Revert dd3faacd16 2023-01-31 18:57:24 +03:00
Timofey Boyko
bfc9ccf84a Merge branch 'release/rc-v1.2.0' into feature/translations-static-versioned 2023-01-31 17:13:48 +03:00
a35cc5a5d8 Web: Client: GlobalEvents: Fixed page error on change user status after change type 2023-01-31 14:40:30 +03:00
f704d7f4df Web: Client: InfoPanel: Fixed comboBox outside events for mobile devices 2023-01-31 13:18:55 +03:00
Timofey Boyko
ebf15af681 Web:Client: fix useless favicon from webpack 2023-01-31 13:11:19 +03:00
Timofey Boyko
fe8a1bf081 Merge branch 'release/rc-v1.2.0' into feature/translations-static-versioned 2023-01-31 12:46:43 +03:00
Timofey Boyko
e277023401 Web:Client: fix branding for favicon 2023-01-31 12:44:26 +03:00
Timofey Boyko
68de333e2a Web: Client: remove hash for js files 2023-01-31 12:27:08 +03:00
Timofey Boyko
51e53c58c1 Web:Client: fix work with hashed translation 2023-01-31 12:17:25 +03:00
dae4bddbbf Web: Accounts: Fix infinite loading on change user type to the same 2023-01-31 00:56:26 +03:00
edddc5ca6e Web: InvitePanel: Added isLoading 2023-01-31 00:38:40 +03:00
bae287b32b Merge branch 'release/rc-v1.2.0' into feature/new-user-type-change 2023-01-31 00:29:39 +03:00
813d23bf01 Disable third-party storages connect in UI 2023-01-31 00:29:07 +03:00
5f79824e2f Fix restore previous user role on errors 2023-01-31 00:06:54 +03:00
73a5a4c3aa Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/AppServer into release/rc-v1.2.0 2023-01-30 22:14:13 +03:00
77422c7b88 Web:Client:Fix missing version badge when uploading a file on the upload page and from another client. 2023-01-30 22:13:47 +03:00
Timofey Boyko
2ca548359a Web:Client: update webpack config for work with json files as url 2023-01-30 19:18:13 +03:00
DmitrySychugov
919b268994 Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/DocSpace into release/rc-v1.2.0 2023-01-30 20:44:45 +05:00
DmitrySychugov
1f9dd80192 Fix Bug 60881 - Web: removed unnecessary items in the context menu in the viewer if the room is in the archive 2023-01-30 20:44:15 +05:00
85edd62a76 Web: Client: InfoPanel: Fixed callback after change role 2023-01-30 18:01:56 +03:00
5efd5c7f5d Merge branch 'release/rc-v1.2.0' into feature/new-user-type-change 2023-01-30 17:22:00 +03:00
ca2fbecfea Web: Client: InfoPanel: Fixed svg imports 2023-01-30 17:20:35 +03:00
37088ad7c9 Web: Client: AccountsContextOptionsStore: Fixed image import 2023-01-30 17:01:19 +03:00
8e745b2680 Web: Client: InfoPanel: Fixed errors 2023-01-30 17:00:22 +03:00
Elyor Djalilov
6dc710be0a Fix Bug - Files. Create folder with dialog 2023-01-30 17:56:07 +05:00
825c346bf2 Web: Selection-area: fixed table selection 2023-01-30 15:32:52 +03:00
dd3ef94eaa Merge branch 'release/rc-v1.2.0' into feature/new-user-type-change 2023-01-30 15:06:33 +03:00
bdbf4d84d0 Web: Client: InfoPanel: Added loading and aborting callbacks 2023-01-30 15:02:18 +03:00
8d7a98b51d Web: Client: TableRow: Added loading callback 2023-01-30 15:01:39 +03:00
ad7ff92fa6 Web: Client: GlobalEvents: Added callbacks for ChangeUserTypeEvent 2023-01-30 15:00:59 +03:00
622946f254 Web: Client: PeopleStore: Fixed user role recognition, added abort and success callbacks for change type action 2023-01-30 14:59:31 +03:00
Timofey Boyko
dd3faacd16 Web: move all Locales from Client to public dir 2023-01-30 14:44:43 +03:00
9d5011e330 Web: SelectionArea: fixed scroll 2023-01-30 13:49:35 +03:00
45f62ac03c Web: Files: removed useless code 2023-01-30 13:49:11 +03:00
ec44f0ed7e Merge branch 'release/rc-v1.2.0' into feature/selection-area
# Conflicts:
#	yarn.lock
2023-01-30 13:35:00 +03:00
99ab71fb34 Web: Files: fixed select with shift 2023-01-30 13:18:20 +03:00
Akmal Isomadinov
daa4331f79 Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/DocSpace into release/rc-v1.2.0 2023-01-30 14:31:36 +05:00
Akmal Isomadinov
8bf53e54a4 Web:Client Fixed delete forever dialog for trash 2023-01-30 14:31:16 +05:00
Mushka Nikita
bf0e404ba2 Merge branch 'release/rc-v1.2.0' of github.com:ONLYOFFICE/AppServer into release/rc-v1.2.0 2023-01-30 12:07:07 +03:00
Mushka Nikita
a05d7e4f18 fixed createEditRoomDialog visibility issues 2023-01-30 12:07:00 +03:00