Commit Graph

12691 Commits

Author SHA1 Message Date
gazizova-vlada
c7c058052f Web:Client:Fix. 2023-08-31 09:57:44 +03:00
gazizova-vlada
629b42161c Merge branch 'develop' into feature/login-settings 2023-08-31 09:57:26 +03:00
gazizova-vlada
fdd4196381 Web:Client:Removed the ability to store zero in BlockingTime. 2023-08-31 09:07:47 +03:00
gazizova-vlada
4b6c84ce94 Web:Client:Add EnterTime. 2023-08-30 19:05:54 +03:00
gazizova-vlada
f0c4f73626 Web:Client:Add class. 2023-08-30 19:05:32 +03:00
gazizova-vlada
c17b595f57 Web:Client:Refactoring errorNode. 2023-08-30 18:37:41 +03:00
gazizova-vlada
566a5ce893 Web:Add link. 2023-08-30 18:34:47 +03:00
gazizova-vlada
07dabcbe54 Web:Client:Add translation. 2023-08-30 18:23:51 +03:00
gazizova-vlada
e61b23141a Web:Client:Fix styles. 2023-08-30 18:23:17 +03:00
gazizova-vlada
9b02aab2d7 Web:Client:Add skeleton. 2023-08-30 16:39:32 +03:00
gazizova-vlada
f90bb6cb44 Web:Client:Add translation BruteForceProtection. 2023-08-30 15:46:13 +03:00
gazizova-vlada
90e411d7c9 Web:Client:Fix styles. 2023-08-30 15:45:54 +03:00
gazizova-vlada
9935b0ae72 Web:Client:Add BruteForceProtection. 2023-08-30 15:45:31 +03:00
gazizova-vlada
98007a2055 Web:Client:Add tabIndex, isDisabled. 2023-08-30 13:55:24 +03:00
gazizova-vlada
9c9b43c51e Web:Common:Fix. 2023-08-30 13:47:55 +03:00
gazizova-vlada
1fdd4be4e8 Web:Client:Add onValidation. 2023-08-30 13:44:41 +03:00
gazizova-vlada
432429e0d6 Web:Rename LoginSettings in BruteForceProtection. 2023-08-30 12:13:05 +03:00
gazizova-vlada
11670b6866 Web:Client:Add in routes BruteForceProtectionPage. 2023-08-30 12:12:38 +03:00
gazizova-vlada
4227532b77 Web:Client:Add in resetSessionStorage BruteForceProtection. 2023-08-30 12:12:01 +03:00
gazizova-vlada
5cde1519c6 Web:Client:Add styles, validation. 2023-08-30 12:11:33 +03:00
gazizova-vlada
2a171a0b5b Web:Common:Fixed the lack of displaying an error when trying to login when all attempts have ended and there is a blocking. 2023-08-29 08:01:22 +03:00
06780b7f5d Web: Client: Fixed after merge 2023-08-28 19:02:40 +03:00
bc6b0d9e0d Merge branch 'hotfix/v1.1.2' into develop
# Conflicts:
#	common/ASC.Core.Common/ASC.Core.Common.csproj
#	common/ASC.Core.Common/Billing/ITariffService.cs
#	common/ASC.Core.Common/Billing/TariffService.cs
#	common/ASC.Core.Common/Data/DbTenantService.cs
#	common/ASC.Core.Common/Notify/EmailSenderSink.cs
#	common/ASC.Core.Common/Notify/JabberSenderSink.cs
#	common/ASC.Core.Common/Notify/PushSenderSink.cs
#	common/ASC.Core.Common/Notify/Telegram/TelegramSenderSink.cs
#	common/ASC.Core.Common/Security/EmailValidationKeyProvider.cs
#	common/Tools/ASC.Migration.Creator/ASC.Migration.Creator.csproj
#	migrations/mysql/SaaS/BackupsContext/BackupsContextModelSnapshot.cs
#	migrations/mysql/SaaS/CoreDbContext/20230130103905_CoreDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/CoreDbContext/20230130103905_CoreDbContextMigrate.cs
#	migrations/mysql/SaaS/CoreDbContext/CoreDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/FilesDbContext/FilesDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/MessagesContext/MessagesContextModelSnapshot.cs
#	migrations/mysql/SaaS/TenantDbContext/TenantDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/WebhooksDbContext/WebhooksDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/WebstudioDbContext/WebstudioDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/BackupsContext/BackupsContextModelSnapshot.cs
#	migrations/postgre/SaaS/CoreDbContext/CoreDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/CustomDbContext/CustomDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/FilesDbContext/FilesDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/MessagesContext/MessagesContextModelSnapshot.cs
#	migrations/postgre/SaaS/TenantDbContext/TenantDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/WebstudioDbContext/WebstudioDbContextModelSnapshot.cs
#	packages/client/src/helpers/constants.js
#	packages/client/src/pages/Files.jsx
#	packages/client/src/pages/PortalSettings/categories/common/Customization/language-and-time-zone.js
#	packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/index.js
#	packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/backup-list/index.js
#	packages/client/src/pages/PortalSettings/categories/developer-tools/index.js
#	packages/client/src/pages/PortalSettings/categories/integration/index.js
#	packages/client/src/pages/PortalSettings/categories/security/index.js
#	packages/client/src/pages/Profile/Section/Header/index.js
#	packages/common/store/SettingsStore.js
#	packages/components/drop-down/index.js
#	products/ASC.Files/Core/Core/Security/FileSecurity.cs
#	products/ASC.Files/Server/Api/FoldersController.cs
#	products/ASC.Files/Server/Api/SecurityController.cs
#	products/ASC.Files/Server/Api/SettingsController.cs
#	products/ASC.Files/Server/Api/TagsController.cs
#	products/ASC.People/Server/Api/ThirdpartyController.cs
#	products/ASC.People/Server/Api/UserController.cs
#	web/ASC.Web.Api/Api/AuthenticationController.cs
#	web/ASC.Web.Api/Api/FeedController.cs
#	web/ASC.Web.Api/Api/PaymentsController.cs
#	web/ASC.Web.Api/Api/PortalController.cs
#	web/ASC.Web.Api/Api/SecurityController.cs
#	web/ASC.Web.Api/Api/Settings/SettingsController.cs
#	web/ASC.Web.Api/Core/DnsSettings.cs
#	web/ASC.Web.Api/Core/FirstTimeTenantSettings.cs
#	web/ASC.Web.Api/GlobalUsings.cs
#	web/ASC.Web.Core/CookiesManager.cs
#	web/ASC.Web.Core/WhiteLabel/TenantWhiteLabelSettings.cs
#	yarn.lock
2023-08-28 18:53:10 +03:00
89d8cd2221 Fix bug 63846 - Settings: Backup. Reset the selected folder when connecting to another account. 2023-08-28 16:43:39 +03:00
0354396787
Merge pull request #1636 from ONLYOFFICE/bugfix/fix-invite-panel-access-height
bugfix/fix-invite-panel-access-height
2023-08-28 14:11:02 +03:00
Viktor Fomin
0f47decca6 Fix Bug 63848: 2fa via sms is not available 2023-08-28 13:42:20 +03:00
gazizova-vlada
9989a09df5 Web:Components:Add props withoutBackground. 2023-08-28 12:45:46 +03:00
gazizova-vlada
28a941f709 Web:Client:For mobiles with vertical orientation, a backdrop was added for the invite panel when opening rights. 2023-08-28 12:45:13 +03:00
c56e220060 Web: Fix error report date 2023-08-28 13:24:34 +04:00
6cdc975f60
Merge pull request #1664 from ONLYOFFICE/feature/adding-translations_client
Feature/adding translations client
2023-08-25 17:31:36 +03:00
c6c74e5948 edited API library 2023-08-25 17:25:26 +03:00
4f456c7717 edited zh Settings.json 2023-08-25 15:49:11 +03:00
DmitrySychugov
b6c7e5df06 Web: Client: Customization - fixed dropdown opening 2023-08-25 16:54:19 +05:00
DmitrySychugov
d3b0dddf0e Web: Components: DropDown - fixed width calculation in dark theme 2023-08-25 16:53:58 +05:00
205cbda30d edited BETA zh 2023-08-25 14:33:45 +03:00
245325c563 added translations hy, ro 2023-08-25 13:40:27 +03:00
DmitrySychugov
afe2010b5d Merge branch 'develop' into bugfix/hide-mobilebutton 2023-08-25 15:27:58 +05:00
DmitrySychugov
2955f1302e Web: Client: hide the button on mobile devices if the file dialog is open 2023-08-25 15:27:15 +05:00
712db4d4ee edited Api -> API 2023-08-25 12:57:31 +03:00
e24755cbf4 added translations 2023-08-25 12:44:50 +03:00
4b4b4f747f added translations 2023-08-25 11:52:45 +03:00
gazizova-vlada
464f2a9642 Web:Client:Fixed content movement when scroll appears. 2023-08-25 11:23:42 +03:00
gazizova-vlada
aafa0059be Web:Components:Fix click outside. 2023-08-25 11:19:50 +03:00
774ec39fbe Web: Added highlighting the user role in the section header if one user is selected. 2023-08-25 11:18:31 +03:00
85c79ef807 Web: Fixed room filtering in table view. 2023-08-24 12:11:06 +03:00
d05aa3a85c Web: Fixed changing user rights in the section header. 2023-08-24 12:06:26 +03:00
Viktor Fomin
3eeb68b4b6 Fix Bug 63624: Password reset email not sent from profile 2023-08-23 21:40:08 +03:00
Viktor Fomin
573b8f96a4 Fix Bug 57787: The Interface theme option from the portal is not taken when changing the theme in Desktop Editors 2023-08-23 15:44:39 +03:00
5ddaf31e90 Web: PortalSettings: Restore: Part of the text was hidden for standalone mode. 2023-08-23 13:42:43 +03:00
DmitrySychugov
0d676a9083 Web: Client: hidden the main button on mobile devices in the move to and copy dialogs 2023-08-23 15:28:13 +05:00