Commit Graph

34620 Commits

Author SHA1 Message Date
Vladimir Khvan
c406eab79f clean-up filters on page leave 2023-06-06 16:50:56 +05:00
Vladimir Khvan
e0f6c8f185 decreased z-index of filter button 2023-06-06 15:01:00 +05:00
Vladimir Khvan
5505df684c mobile styles were corrected 2023-06-06 13:35:52 +05:00
Vladimir Khvan
14f5740e0b incorrect isBased prop name was corrected 2023-06-06 13:18:10 +05:00
f4f5edec05 Merge branch 'develop' into feature/webhooks-page
# Conflicts:
#	web/ASC.Web.Api/Api/Settings/WebhooksController.cs
2023-06-06 01:49:14 +03:00
Vladimir Khvan
5d02801e6c Fix: columns positions are saved correctly into local storage 2023-06-05 20:04:29 +05:00
Vladimir Khvan
8246466f7d columns are updated with proper translations when translations are ready 2023-06-05 17:05:54 +05:00
Vladimir Khvan
e661ea9787 substituted isLoading with useTransition hook/Suspend component 2023-06-05 17:05:08 +05:00
Vladimir Khvan
f4e3dc6de5 added close on submit function 2023-06-05 17:04:48 +05:00
Vladimir Khvan
330e6a8565 substituted isLoading with useTransition hook/Suspend component / moved setting/delete dialogs from webhookTableRow to webhooks index file 2023-06-05 17:04:22 +05:00
Vladimir Khvan
91276d50ca added proper loader to webhooks 2023-06-05 17:01:35 +05:00
Vladimir Khvan
a92c10de80 current webhook value was added / status was deleted 2023-06-05 17:01:17 +05:00
Vladimir Khvan
986c7f4d4d userId prop was removed 2023-06-02 15:49:38 +05:00
Vladimir Khvan
cff266e0d0 mobile view header styles were corrected 2023-06-02 14:38:36 +05:00
Vladimir Khvan
9ab40c2e51 table columns position are saved in localstorage 2023-06-02 14:37:48 +05:00
28b569724b
Merge pull request #1361 from ONLYOFFICE/feature/image-thumbnail
Feature/image thumbnail
2023-06-02 13:25:25 +04:00
2dae5a3a4a Merge branch 'develop' into feature/image-thumbnail 2023-06-02 13:16:21 +04:00
Vladimir Khvan
48be69d72d tables cells' width were fixed 2023-06-02 13:39:24 +05:00
Vladimir Khvan
83581f656b redundant styles were removed 2023-06-02 13:19:23 +05:00
81a2e2d7e9
Merge pull request #1452 from ONLYOFFICE/feature/storybook-update
Feature/storybook update
2023-06-02 12:19:21 +04:00
Vladimir Khvan
68063d9707 rows margins were corrected 2023-06-02 13:19:07 +05:00
Vladimir Khvan
38680c2c5d mobile view was fixed 2023-06-02 13:18:45 +05:00
Vladimir Khvan
0be331fcb7 stub for setHideColumns was added 2023-06-02 13:18:01 +05:00
Vladimir Khvan
58fef50757 error color was set 2023-06-02 13:17:02 +05:00
d076b53a4c Update yarn.lock 2023-06-02 12:14:57 +04:00
f8ba50e462 Merge branch 'develop' into feature/storybook-update 2023-06-02 11:41:42 +04:00
Vladimir Khvan
eeaf70d4b1 set title as default on navigating to previous page 2023-06-02 11:13:17 +05:00
Vladimir Khvan
e25a655fc3 limited row click on context menu click 2023-06-02 11:09:51 +05:00
Vladimir Khvan
44c9167b24 corrected z-index 2023-06-02 11:09:32 +05:00
Vladimir Khvan
1babd7d8f4 fixed fetching 2023-06-02 11:09:13 +05:00
Vladimir Khvan
8c70e39e02 limited row click on context menu click 2023-06-02 11:08:49 +05:00
Vladimir Khvan
2307759ef2 filter indicator was added 2023-06-02 00:45:13 +05:00
Vladimir Khvan
c4435e283f seating for button was created 2023-06-02 00:03:40 +05:00
63e67924f2
Merge pull request #1412 from ONLYOFFICE/feature/history-timeout
Feature/history timeout
2023-06-01 18:39:22 +04:00
f616399501
Merge pull request #1356 from ONLYOFFICE/features/security-elasticsearch
add Authentication and ApiKey for elasticsearch
2023-06-01 06:52:51 -07:00
746962bc06 Merge branch 'develop' into features/security-elasticsearch 2023-06-01 15:45:31 +03:00
a700bd0950
Merge pull request #1350 from ONLYOFFICE/feature/optimization-ef
Feature/optimization ef
2023-06-01 05:19:00 -07:00
Timofey Boyko
197e732e5f Web:Client: fix close media 2023-06-01 15:16:03 +03:00
Timofey Boyko
a4f8687af9 Web:Client: add flag to enable or disable image thumbnails 2023-06-01 15:05:49 +03:00
bc8a9ca637 Merge branch 'develop' into feature/history-timeout 2023-06-01 15:56:03 +04:00
73ad86c06c
Merge pull request #1351 from ONLYOFFICE/feature/redirect-after-access-denied
Feature/redirect after access denied
2023-06-01 15:51:46 +04:00
8bba856ec4 Merge branch 'develop' into feature/redirect-after-access-denied
# Conflicts:
#	packages/client/src/pages/Home/index.js
#	packages/client/src/routes/client.js
2023-06-01 14:41:43 +03:00
Vladimir Khvan
2b1e0dac38 limited row selection area 2023-06-01 16:31:26 +05:00
Vladimir Khvan
d3cab1c774 row selection was added 2023-06-01 16:30:43 +05:00
Timofey Boyko
6cb8a714b2 Merge branch 'develop' into branch feature/image-thumbnail 2023-06-01 14:30:06 +03:00
Mushka Nikita
faba786447 added room name text ellipsis 2023-06-01 14:25:10 +03:00
Mushka Nikita
931b7619ae added folder label text ellipsis 2023-06-01 14:21:00 +03:00
acea91ef92 fix 2023-06-01 14:11:43 +03:00
DmitrySychugov
e055271043 Web: Components: real tags name change 2023-06-01 13:51:59 +05:00
DmitrySychugov
2bc2b7a30e Web: Components: manually changing name 2023-06-01 13:50:13 +05:00