Commit Graph

634 Commits

Author SHA1 Message Date
599056a82d Merge branch 'release/v2.0.0' into feature/plugin-sdk 2023-11-17 13:33:34 +04:00
07aef4ca41 Client:PluginSDK: init 2023-11-17 10:01:27 +03:00
40e941d4db Merge branch 'release/v2.0.0' into feature/form-gallery-error-view 2023-11-16 23:03:36 +04:00
ba520a7ad1 Merge branch 'release/v2.0.0' of https://github.com/ONLYOFFICE/DocSpace-client into release/v2.0.0 2023-11-16 12:33:06 +03:00
25bd37eded fix Bug 65122 - Added a warning dialog about saving a backup in a public room. 2023-11-16 12:32:40 +03:00
68733bd54c Fix UselessTranslationKeysTest (removed useless keys) 2023-11-16 13:30:07 +04:00
29bbf2c8b1 Fix UselessTranslationKeysTest (removed useless AddFilter key) 2023-11-16 13:22:03 +04:00
namushka
14bdc19485 Merge branch 'release/v2.0.0' into feature/form-gallery-error-view 2023-11-15 13:53:53 +03:00
e9a292004a Fix EnDublicatesByContentTest (moved "Price" and "Free" keys to Common translations) 2023-11-15 14:47:32 +04:00
3a2c002d72 Fix FullEnDublicatesTest (moved "Plugins" key to Common translations) 2023-11-15 14:32:58 +04:00
87d08a89f8 Auto-sorting Common translations 2023-11-15 14:09:29 +04:00
namushka
877b32d527 added error screen for form gallery 2023-11-13 18:29:33 +03:00
3170833b98 Merge branch 'develop' into feature/management
# Conflicts:
#	frontend.macos.code-workspace
#	packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/index.js
#	packages/client/src/pages/PortalSettings/categories/data-management/backup/manual-backup/index.js
#	yarn.lock
2023-11-09 19:13:20 +05:00
Akmal Isomadinov
4bad9df7eb Web:FilesSelector Added restore action 2023-11-03 15:30:26 +05:00
Vladimir Khvan
8abea90a92 fix Bug 63907 | first name and last name validation was added 2023-10-27 18:12:01 +05:00
DmitrySychugov
fd250c57da Merge branch 'develop' into feature/management
# Conflicts:
#	packages/client/src/components/MainBar/index.js
#	packages/client/src/components/NavMenu/index.js
#	packages/common/components/Article/index.js
#	packages/common/components/Article/sub-components/article-header.js
#	packages/common/components/Article/sub-components/article-hide-menu-button.js
#	packages/components/context-menu/index.js
#	yarn.lock
2023-10-25 14:40:50 +05:00
Vladimir Khvan
ea7b067e7f Merge branch 'develop' into 'feature/data-migration' | conflict components/paging/styled-paging.js 2023-10-16 20:09:10 +05:00
Akmal Isomadinov
ac13bb8303 Client: moved into common translation 2023-10-11 16:49:13 +05:00
ebe62b7978 Web: Added translations. 2023-10-04 18:28:29 +03:00
c43d8c891a Merge branch 'develop' into feature/user-quota
# Conflicts:
#	common/ASC.ActiveDirectory/Base/Data/LdapObjectExtension.cs
#	common/ASC.ActiveDirectory/LdapUserManager.cs
#	common/ASC.Api.Core/Model/EmployeeFullDto.cs
#	common/ASC.Core.Common/Caching/CachedUserService.cs
#	common/ASC.Core.Common/Context/Impl/UserManager.cs
#	common/ASC.Core.Common/Core/IUserService.cs
#	common/ASC.Core.Common/Data/DbUserService.cs
#	common/ASC.Core.Common/EF/Context/UserDbContext.cs
#	common/ASC.Core.Common/Tenants/TenantUserQuotaSettings.cs
#	common/ASC.Core.Common/Users/UserQuotaSettings.cs
#	common/ASC.Data.Storage/BaseStorage.cs
#	common/ASC.Data.Storage/ChunkedUploader/CommonChunkedUploadSessionHolder.cs
#	common/ASC.Data.Storage/DiscStorage/DiscDataStore.cs
#	common/ASC.Data.Storage/GoogleCloud/GoogleCloudStorage.cs
#	common/ASC.Data.Storage/IDataStore.cs
#	common/ASC.Data.Storage/IQuotaController.cs
#	common/ASC.Data.Storage/RackspaceCloud/RackspaceCloudStorage.cs
#	common/ASC.Data.Storage/S3/S3Storage.cs
#	common/ASC.Data.Storage/StorageFactory.cs
#	common/ASC.Data.Storage/TenantQuotaController.cs
#	migrations/mysql/SaaS/MigrationContext/MigrationContextModelSnapshot.cs
#	packages/client/public/locales/en/Settings.json
#	packages/client/src/components/FilesPanels/index.js
#	packages/client/src/components/GlobalEvents/index.js
#	packages/client/src/components/dialogs/CreateEditRoomDialog/sub-components/SetRoomParams.js
#	packages/client/src/components/dialogs/index.js
#	packages/client/src/pages/Home/InfoPanel/Body/helpers/DetailsHelper.js
#	packages/client/src/pages/PortalSettings/categories/security/access-portal/mobileView.js
#	packages/client/src/pages/PortalSettings/components/MobileCategoryWrapper.js
#	packages/client/src/store/FilesActionsStore.js
#	packages/client/src/store/FilesStore.js
#	packages/client/src/store/PeopleStore.js
#	packages/common/api/people/index.js
#	packages/common/constants/index.js
#	products/ASC.Files/Core/ApiModels/RequestDto/CreateRoomRequestDto.cs
#	products/ASC.Files/Core/ApiModels/ResponseDto/FolderDto.cs
#	products/ASC.Files/Core/Core/Dao/Interfaces/IFileDao.cs
#	products/ASC.Files/Core/Core/Dao/Interfaces/IFolderDao.cs
#	products/ASC.Files/Core/Core/Dao/TeamlabDao/FileDao.cs
#	products/ASC.Files/Core/Core/Dao/TeamlabDao/FolderDao.cs
#	products/ASC.Files/Core/Core/EF/DbFolder.cs
#	products/ASC.Files/Core/Core/Entries/File.cs
#	products/ASC.Files/Core/Core/Entries/FileEntry.cs
#	products/ASC.Files/Core/Core/Entries/Folder.cs
#	products/ASC.Files/Core/Core/Entries/OrderBy.cs
#	products/ASC.Files/Core/Core/Entries/Tag.cs
#	products/ASC.Files/Core/Core/FileStorageService.cs
#	products/ASC.Files/Core/Core/Security/FileSecurity.cs
#	products/ASC.Files/Core/Core/Thirdparty/ProviderDao/ProviderFileDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/SharePoint/SharePointFileDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Sharpbox/SharpBoxFileDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/ThirdPartyFileDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/ThirdPartyFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/ThirdPartyProviderDao.cs
#	products/ASC.Files/Core/Core/UsersQuotaSyncOperation.cs
#	products/ASC.Files/Core/Services/WCFService/FileOperations/FileDeleteOperation.cs
#	products/ASC.Files/Core/Utils/ChunkedUploadSessionHolder.cs
#	products/ASC.Files/Core/Utils/EntryManager.cs
#	products/ASC.Files/Server/Api/VirtualRoomsController.cs
#	products/ASC.People/Server/Api/UserController.cs
#	public/locales/en/Common.json
#	web/ASC.Web.Api/Api/Settings/SettingsController.cs
#	web/ASC.Web.Api/ApiModels/RequestsDto/QuotaSettingsRequestsDto.cs
#	web/ASC.Web.Api/ApiModels/ResponseDto/QuotaDto.cs
#	web/ASC.Web.Api/Core/QuotaHelper.cs
#	web/ASC.Web.Core/PublicResources/Resource.Designer.cs
#	web/ASC.Web.Core/PublicResources/Resource.resx
2023-10-04 16:56:49 +03:00
477976da29 Revert "Merge branch 'develop' into feature/oauth2-client"
This reverts commit 9d93525a91.
2023-10-04 16:10:13 +03:00
148def0bb5 Merge branch 'develop' into feature/data-migration 2023-10-04 15:23:34 +03:00
DmitrySychugov
2fc16bc9ec Merge remote-tracking branch 'remotes/origin/develop' into feature/management
# Conflicts:
#	build/build.backend.docker.ps1
#	build/build.backend.docker.sh
#	build/build.static.bat
#	build/clear.backend.docker.ps1
#	build/clear.backend.docker.sh
#	build/install/docker/Dockerfile
#	build/install/docker/Dockerfile.runtime
#	build/install/docker/config/nginx/templates/upstream.conf.template
#	build/install/docker/docspace.overcome.yml
#	build/install/docker/docspace.profiles.yml
#	build/start/start.backend.docker.ps1
#	build/start/start.backend.docker.sh
#	common/ASC.Api.Core/Security/EmailValidationKeyModelHelper.cs
#	common/ASC.Core.Common/Caching/CachedTenantService.cs
#	common/ASC.Core.Common/Core/TenantRegistrationInfo.cs
#	common/ASC.Core.Common/HostedSolution.cs
#	common/ASC.Core.Common/Security/EmailValidationKeyProvider.cs
#	common/ASC.Data.Backup.Core/BackupAjaxHandler.cs
#	common/ASC.Data.Backup.Core/Contracts/BackupServiceModel.cs
#	common/ASC.Data.Backup.Core/EF/Model/BackupSchedule.cs
#	common/ASC.Data.Backup.Core/IntegrationEvents/Events/BackupRequestIntegrationEvent.cs
#	common/ASC.Data.Backup.Core/Service/BackupService.cs
#	common/ASC.Data.Backup.Core/Service/ProgressItems/BackupProgressItem.cs
#	common/ASC.Data.Backup.Core/Tasks/BackupPortalTask.cs
#	common/ASC.Data.Backup.Core/Tasks/TransferPortalTask.cs
#	common/services/ASC.ApiSystem/ASC.ApiSystem.csproj
#	common/services/ASC.ApiSystem/Classes/CommonMethods.cs
#	common/services/ASC.ApiSystem/Controllers/PortalController.cs
#	common/services/ASC.ApiSystem/Controllers/SettingsController.cs
#	common/services/ASC.ApiSystem/GlobalUsings.cs
#	common/services/ASC.ApiSystem/Models/SettingsModel.cs
#	common/services/ASC.ApiSystem/Startup.cs
#	common/services/ASC.Data.Backup.BackgroundTasks/IntegrationEvents/EventHandling/BackupRequestedIntegrationEventHandler.cs
#	common/services/ASC.Data.Backup/Api/BackupController.cs
#	common/services/ASC.Data.Backup/ApiModels/BackupDto.cs
#	common/services/ASC.Data.Backup/ApiModels/BackupScheduleDto.cs
#	common/services/ASC.Data.Backup/GlobalUsings.cs
#	config/nginx/onlyoffice.conf
#	migrations/mysql/SaaS/MigrationContext/MigrationContextModelSnapshot.cs
#	migrations/postgre/SaaS/MigrationContext/MigrationContextModelSnapshot.cs
#	package.json
#	packages/client/package.json
#	packages/client/src/pages/Confirm/sub-components/auth.js
#	packages/client/src/pages/PortalSettings/categories/common/Branding/whitelabel.js
#	packages/client/src/pages/PortalSettings/categories/common/branding.js
#	packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/index.js
#	packages/client/src/pages/PortalSettings/categories/data-management/index.js
#	packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/index.js
#	packages/client/src/store/ProfileActionsStore.js
#	packages/common/api/index.js
#	web/ASC.Web.Api/Api/Settings/SettingsController.cs
#	web/ASC.Web.Api/Api/Settings/StorageController.cs
#	web/ASC.Web.Api/Api/Settings/WhitelabelController.cs
#	web/ASC.Web.Api/ApiModels/ResponseDto/SettingsDto.cs
#	web/ASC.Web.Core/Utility/TenantExtra.cs
#	yarn.lock
2023-10-04 16:27:12 +05:00
9d93525a91 Merge branch 'develop' into feature/oauth2-client 2023-10-04 13:24:59 +03:00
edjalilov
5c380834ab Merge branch 'develop' into feature/data-migration
# Conflicts:
#	ASC.Web.sln
#	ASC.Web.slnf
#	common/ASC.Common/Threading/DistributedTaskProgress.cs
#	common/ASC.Data.Storage/DataOperators/DataOperatorFactory.cs
#	common/ASC.Data.Storage/DataOperators/IDataOperator.cs
#	common/ASC.Data.Storage/DataOperators/ReadOperators/BaseReadOperator.cs
#	common/ASC.Data.Storage/DataOperators/ReadOperators/TarReadOperator.cs
#	common/ASC.Data.Storage/DataOperators/ReadOperators/ZipReadOperator.cs
#	common/ASC.Migration/ASC.Migration.Core.csproj
#	common/ASC.Migration/Core/AbstractMigration.cs
#	common/ASC.Migration/Core/IMigration.cs
#	common/ASC.Migration/Core/ImportableEntity.cs
#	common/ASC.Migration/Core/MigrationIntegrationEvent.cs
#	common/ASC.Migration/Core/MigrationIntegrationEventHandler.cs
#	common/ASC.Migration/Core/MigrationLogger.cs
#	common/ASC.Migration/Core/MigrationParseIntegrationEvent.cs
#	common/ASC.Migration/Core/Models/Api/ImportableApiEntity.cs
#	common/ASC.Migration/Core/Models/Api/MigratingApiFiles.cs
#	common/ASC.Migration/Core/Models/Api/MigratingApiGroup.cs
#	common/ASC.Migration/Core/Models/Api/MigratingApiUser.cs
#	common/ASC.Migration/Core/Models/Api/MigrationApiInfo.cs
#	common/ASC.Migration/Core/Models/Api/MigrationCore.cs
#	common/ASC.Migration/Core/Models/Api/MigratorMeta.cs
#	common/ASC.Migration/Core/Models/MigratingFiles.cs
#	common/ASC.Migration/Core/Models/MigratingUser.cs
#	common/ASC.Migration/Core/Models/MigrationInfo.cs
#	common/ASC.Migration/Core/Providers/ASC/Models/Parse/WorkspaceFiles.cs
#	common/ASC.Migration/Core/Providers/ASC/Models/Parse/WorkspaceUser.cs
#	common/ASC.Migration/Core/Providers/ASC/Models/WorkspaceMigrationInfo.cs
#	common/ASC.Migration/Core/Providers/GoogleWorkspace/GoogleWorkspaceMigration.cs
#	common/ASC.Migration/Core/Providers/GoogleWorkspace/Models/GWSMigratingFiles.cs
#	common/ASC.Migration/Core/Providers/GoogleWorkspace/Models/GWSMigratingUser.cs
#	common/ASC.Migration/Core/Providers/GoogleWorkspace/Models/GWSMigrationInfo.cs
#	common/ASC.Migration/Core/Providers/NextcloudWorkspace/Models/NCMigratingFiles.cs
#	common/ASC.Migration/Core/Providers/NextcloudWorkspace/Models/NCMigratingUser.cs
#	common/ASC.Migration/Core/Providers/NextcloudWorkspace/Models/NCMigrationInfo.cs
#	common/ASC.Migration/Core/Providers/NextcloudWorkspace/Models/Parse/NCUser.cs
#	common/ASC.Migration/Core/Providers/NextcloudWorkspace/NextcloudWorkspaceMigration.cs
#	common/ASC.Migration/Core/Providers/OwnCloud/Models/OCMigratingFiles.cs
#	common/ASC.Migration/Core/Providers/OwnCloud/Models/OCMigratingUser.cs
#	common/ASC.Migration/Core/Providers/OwnCloud/Models/OCMigrationinfo.cs
#	common/ASC.Migration/Core/Providers/OwnCloud/Models/Parse/OCUser.cs
#	common/ASC.Migration/Core/Providers/OwnCloud/OwnCloudMigration.cs
#	common/ASC.Migration/GlobalUsings.cs
#	common/ASC.Migration/Resources/MigrationResource.Designer.cs
#	common/ASC.Migration/Resources/MigrationResource.resx
#	config/nginx/onlyoffice.conf
#	config/storage.json
#	packages/client/src/components/dialogs/index.js
#	packages/client/src/store/index.js
#	products/ASC.Files/Core/Core/CountRoomFeature.cs
#	products/ASC.Files/Server/Startup.cs
#	products/ASC.Files/Service/Startup.cs
#	products/ASC.People/Server/Startup.cs
#	web/ASC.Web.Api/ASC.Web.Api.csproj
#	web/ASC.Web.Api/ApiModels/RequestsDto/FinishDto.cs
#	web/ASC.Web.Api/ApiModels/ResponseDto/MigrationStatusDto.cs
#	web/ASC.Web.Api/GlobalUsings.cs
#	web/ASC.Web.Api/Startup.cs
#	web/ASC.Web.Studio/ASC.Web.Studio.csproj
#	web/ASC.Web.Studio/GlobalUsings.cs
#	web/ASC.Web.Studio/IntegrationEvents/RemovePortalIntegrationEventHandler.cs
#	web/ASC.Web.Studio/Program.cs
#	web/ASC.Web.Studio/Startup.cs
2023-10-04 14:57:29 +05:00
f778106bc4 Merge branch 'develop' into feature/web-plugins 2023-09-29 10:36:07 +03:00
Elyor Djalilov
3116c25d9f Merge branch 'develop' into feature/data-migration 2023-09-28 18:17:38 +05:00
10f9c009ba Web: Added translation. 2023-09-28 14:30:14 +03:00
5ba9cf0dc2 Web: Added sorting for the users module. 2023-09-27 16:51:11 +03:00
Viktor Fomin
8d606c78e7 Web: delete useless 2023-09-27 14:15:47 +03:00
4faaacf6e2 Web: Added toastr. 2023-09-27 10:56:31 +03:00
38c4281383 Web: Added filter to rooms module. 2023-09-25 21:29:11 +03:00
b14d6c8ef0 Merge branch 'hotfix/v1.1.3' into develop
# Conflicts:
#	common/ASC.Core.Common/Context/Impl/UserManager.cs
#	common/ASC.Core.Common/Core/ITenantService.cs
#	common/ASC.Core.Common/Data/DbTenantService.cs
#	common/ASC.Data.Storage/StorageHandler.cs
#	common/ASC.FederatedLogin/ASC.FederatedLogin.csproj
#	config/appsettings.json
#	config/nlog.config
#	migrations/mysql/SaaS/CoreDbContext/CoreDbContextModelSnapshot.cs
#	migrations/mysql/Standalone/MigrationContext/20230914152735_CoreDbContext_Upgrade2.Designer.cs
#	migrations/mysql/Standalone/MigrationContext/20230914152735_CoreDbContext_Upgrade2.cs
#	packages/client/src/pages/Confirm/sub-components/createUser.js
#	packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/index.js
#	packages/common/components/MoreLoginModal/index.tsx
#	packages/login/src/client/components/sub-components/LoginForm.tsx
#	products/ASC.Files/Core/HttpHandlers/ChunkedUploaderHandler.cs
#	products/ASC.Files/Core/Services/DocumentService/Configuration.cs
#	products/ASC.People/Server/Api/ThirdpartyController.cs
#	products/ASC.People/Server/GlobalUsings.cs
#	web/ASC.Web.Api/Core/CspSettingsHelper.cs
#	web/ASC.Web.Core/Users/UserManagerWrapper.cs
#	yarn.lock
2023-09-25 10:53:06 +03:00
fd383577a0 Merge branch 'develop' into feature/web-plugins 2023-09-25 08:53:04 +03:00
4048d8dc82 Web: removed useless translation key ResetButton 2023-09-22 17:21:24 +04:00
8371330d3c Web: Applied new design 2023-09-22 16:39:08 +04:00
70b5c6e111 MErge branch 'develop' into feature/web-plugins 2023-09-21 14:30:04 +03:00
Elyor Djalilov
94685e3794 Merge branch 'develop' into feature/data-migration
# Conflicts:
#	common/ASC.Data.Storage/DataOperators/WriteOperators/ZipWriteOperator.cs
#	packages/client/public/locales/en/Settings.json
#	packages/client/public/locales/ru/Settings.json
#	packages/client/src/store/DialogsStore.js
#	packages/client/src/store/index.js
#	products/ASC.People/Server/Startup.cs
#	public/locales/en/Common.json
#	public/locales/ru/Common.json
2023-09-21 15:30:39 +05:00
44dbeb48cd Merge branch 'develop' into feature/document-service-location 2023-09-21 13:38:25 +04:00
9c9f33cf12
Merge pull request #1746 from ONLYOFFICE/feature/split-invite
Feature/split invite
2023-09-20 19:46:48 +04:00
Viktor Fomin
c0d87940f0 Web: move ExpiredLink translate to Common 2023-09-20 17:35:38 +03:00
gazizova-vlada
69961e6900 Merge branch 'develop' into feature/reassign-data 2023-09-20 17:19:12 +03:00
gazizova-vlada
183b32c2aa Merge branch 'develop' into feature/reassign-data 2023-09-20 16:27:26 +03:00
21b011cdfb Web: Added translation. 2023-09-20 16:12:06 +03:00
bdabb35e55 Merge branch 'feature/leave-room' of github.com:ONLYOFFICE/AppServer into feature/leave-room
# Conflicts:
#	public/locales/en/Common.json
2023-09-20 15:03:02 +03:00
940338fd9d Web: Files: Leave-room: bugs fixed 2023-09-20 15:02:34 +03:00
b25b39da14 Merge branch 'develop' into feature/web-plugins 2023-09-20 14:55:39 +03:00
3d20697ac0 Web: Translation: Fix UTC key duplication + sorting 2023-09-20 15:36:34 +04:00
gazizova-vlada
cc31a46cb9 Web:Fix common. 2023-09-20 12:53:29 +03:00
3a1bf92291 Merge branch 'develop' into feature/leave-room 2023-09-20 13:20:56 +04:00
e356f361f3
Merge pull request #1757 from ONLYOFFICE/feature/rtl-cron
Feature/rtl cron
2023-09-20 13:10:36 +04:00
Akmal Isomadinov
c1983fcfa6 Web:Cron Added translation 2023-09-20 13:34:26 +05:00
bf48ce5393 Merge branch 'develop' into feature/web-plugins 2023-09-19 14:02:42 +03:00
Vlada Gazizova
3471bbf09f
Merge branch 'develop' into feature/reassign-data 2023-09-19 09:54:45 +03:00
d364748d84 Merge branch 'develop' into feature/web-plugins 2023-09-19 09:23:13 +03:00
91ae0883e9 Web:Client:Plugins: fix plugin dialog 2023-09-19 08:58:48 +03:00
mushka-n
d98680b350 moved translations and updated selector 2023-09-18 17:10:16 +03:00
mushka-n
da7aec7445 Merge branch 'develop' into feature/submit-to-form-gallery 2023-09-18 13:06:39 +03:00
00c3d8a367 Merge branch 'develop' into feature/leave-room
# Conflicts:
#	public/locales/en/Common.json
2023-09-15 18:46:34 +03:00
Viktor Fomin
15e58aa3c7 Web: add translates 2023-09-15 18:32:09 +03:00
d25e3e3d42 Web:Client:Plugins: add context menu item for all plugin actions, add opportunity change UNKNOWN file type and file.svg icon 2023-09-15 13:55:41 +03:00
Viktor Fomin
2f6861f43f Web: add translates 2023-09-14 14:42:46 +03:00
mushka-n
d96911a37c merge develop + merge fix 2023-09-11 13:26:58 +03:00
1f77cf82a2 Merge branch 'develop' into feature/leave-room 2023-09-11 13:28:56 +04:00
14e080abb6 Web: Cron: Added ru language 2023-09-11 13:16:39 +04:00
Elyor Djalilov
3fc19b5563 added warning on upload unsupported file 2023-09-08 19:48:04 +05:00
mushka-n
e1d989c6d2 merge develop + merge fix 2023-09-08 03:27:39 +03:00
Akmal Isomadinov
2ba6366f29 Merge branch 'develop' into feature/cron 2023-09-07 16:43:58 +05:00
Akmal Isomadinov
096e3dd687 Web:Cron Fixed translations 2023-09-07 16:40:45 +05:00
gazizova-vlada
b224b1bb8f Merge branch 'develop' into feature/reassign-data 2023-09-06 13:00:15 +03:00
Vladimir Khvan
07519d4109 Merge branch 'develop' into feature/data-migration 2023-09-06 12:33:23 +05:00
Viktor Fomin
3668d75450 Merge branch 'develop' into feature/management 2023-09-05 18:34:41 +03:00
96b916d81e Merge branch 'hotfix/v1.1.3' into develop 2023-09-05 09:45:42 +04:00
d3198671ba Merge remote-tracking branch 'remotes/origin/hotfix/v1.1.3' into feature/zoom-login
# Conflicts:
#	packages/common/constants/index.js
2023-09-04 16:38:06 +03:00
613938b819 Web: Added Zoom login button, translates and icons 2023-09-04 16:06:55 +03:00
5730a393f0 Merge branch 'develop' into feature/management 2023-09-04 12:23:29 +04:00
Vladimir Khvan
d24faf9716 Merge branch 'develop' into feature/data-migration 2023-09-04 13:21:56 +05:00
efdd42f8f6 Merge branch 'develop' into feature/rtl-interface-client 2023-09-01 15:30:48 +02:00
3e6a417d19 Merge branch 'hotfix/v1.1.2' into develop
# Conflicts:
#	common/ASC.Data.Backup.Core/BackupFileUploadHandler.cs
#	migrations/mysql/SaaS/NotifyDbContext/NotifyDbContextModelSnapshot.cs
#	packages/client/src/components/panels/SelectFileDialog/index.js
#	packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/ButtonComponent.js
#	packages/client/src/pages/PortalSettings/categories/security/access-portal/tfa.js
#	packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/index.js
#	packages/client/src/store/ProfileActionsStore.js
#	packages/common/api/files/index.js
#	packages/common/store/AuthStore.js
#	web/ASC.Web.Api/Api/AuthenticationController.cs
#	web/ASC.Web.Api/Api/Settings/SettingsController.cs
#	yarn.lock
2023-09-01 15:33:39 +03:00
19a1c80a5f edited ar language name 2023-08-30 15:39:37 +03:00
Vladimir Khvan
67d00bdbbc translations were added 2023-08-30 15:19:49 +05:00
5e79ebe967 Added new language (ar-SA) 2023-08-30 12:03:34 +04:00
Subhonbek
087711acc8 Merge branch 'develop' into feature/rtl-interface-client 2023-08-29 12:41:12 +03:00
Viktor Fomin
1904e3bc43 Fix Bug 63467: auth via Microsoft is not available 2023-08-29 06:26:37 +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
be7034b296 added ar Common.json 2023-08-28 13:27:47 +03:00
Mushka Nikita
fe88c657de merge develop + merge bugfix 2023-08-22 03:25:02 +03:00
f4c9338c07 Fix bug 63646 - Added a message when reaching the limit of paid users by invitation link. 2023-08-21 13:30:49 +03:00
f13e9eaca7 Merge branch 'develop' into feature/management 2023-08-09 12:28:25 +03:00
gazizova-vlada
9d4db20180 Merge branch 'develop' into feature/reassign-data 2023-08-08 11:39:24 +03:00
gazizova-vlada
34553e8c7d Web:Client:Add translation. 2023-08-08 11:20:24 +03:00
1c5088c6eb Merge branch 'develop' into feature/leave-room 2023-08-07 18:02:49 +04:00
Elyor Djalilov
4d493fbc6b Merge branch 'develop' into feature/data-migration 2023-08-07 17:15:04 +05:00
638807a0e0 Merge branch 'develop' into feature/deep-link 2023-08-04 19:01:14 +04:00
Elyor Djalilov
b3826eedff Merge branch 'develop' into feature/data-migration 2023-08-04 11:46:43 +05:00
Viktor Fomin
27a4814c76 Web: add translate 2023-08-02 12:10:43 +03:00
Viktor Fomin
89b8673f99 Merge branch 'develop' into feature/management 2023-08-02 11:26:54 +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
ea40ba3738 Web: Added error on empty files list on OperationPanel 2023-08-01 13:31:58 +04:00
Elyor Djalilov
a6e5b7a3dc added cancel upload dialog 2023-07-31 16:39:14 +05:00
Elyor Djalilov
75b01cda79 Merge branch 'develop' into feature/data-migration
# Conflicts:
#	packages/client/public/locales/en/Settings.json
#	packages/client/public/locales/ru/Settings.json
#	packages/client/src/pages/PortalSettings/Layout/Article/Body/index.js
#	packages/client/src/pages/PortalSettings/utils/settingsTree.js
#	public/locales/en/Common.json
#	public/locales/ru/Common.json
2023-07-31 13:34:12 +05:00
Viktor Fomin
a3ff3954e4 Web: add translation 2023-07-29 19:03:46 +03:00
Mushka Nikita
30066705c5 Merge branch 'develop' into feature/document-service-location 2023-07-27 15:36:17 +03:00
Elyor Djalilov
0da183728b added other steps 2023-07-26 16:49:47 +05: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
b90bfda75c Merge branch 'develop' into feature/leave-room
# Conflicts:
#	packages/client/src/store/FilesStore.js
2023-07-25 12:37:24 +03:00
Mushka Nikita
a7dab5df0b Merge branch 'develop' into feature/document-service-location 2023-07-25 12:11:39 +03:00
ab472b0148 Merge branch 'master' into develop
# Conflicts:
#	.gitignore
#	build/install/docker/Dockerfile.dev
#	build/install/docker/build.dev.yml
#	build/install/docker/docspace.dev.yml
#	build/install/win/DocSpace.aip
#	common/ASC.ActiveDirectory/Base/DbHelper.cs
#	common/ASC.Api.Core/Model/EmployeeDto.cs
#	common/ASC.Core.Common/Billing/ITariffService.cs
#	common/ASC.Core.Common/Billing/License/LicenseReader.cs
#	common/ASC.Core.Common/Billing/TariffService.cs
#	common/ASC.Core.Common/Context/Impl/CoreConfiguration.cs
#	common/ASC.Core.Common/Context/Impl/UserManager.cs
#	common/ASC.Core.Common/HostedSolution.cs
#	common/ASC.Core.Common/Messaging/MessagesContext.cs
#	common/ASC.Core.Common/Tenants/TenantCookieSettings.cs
#	common/ASC.Data.Storage/GoogleCloud/GoogleCloudStorage.cs
#	common/ASC.Data.Storage/IQuotaController.cs
#	common/ASC.Data.Storage/RackspaceCloud/RackspaceCloudStorage.cs
#	common/ASC.Data.Storage/S3/S3Storage.cs
#	common/Tools/ASC.Migration.Creator/ASC.Migration.Creator.csproj
#	common/Tools/ASC.Migration.Runner/ASC.Migration.Runner.csproj
#	common/Tools/ASC.Migration.Runner/GlobalUsings.cs
#	common/Tools/ASC.Migration.Runner/MigrationRunner.cs
#	common/Tools/ASC.Migration.Runner/Program.cs
#	common/Tools/ASC.MigrationPersonalToDocspace/MigrationRunner.cs
#	common/Tools/ASC.Migrations.Core/Models/ConfigurationInfo.cs
#	common/Tools/ASC.Migrations.Core/Utils/DbContextActivator.cs
#	common/services/ASC.ClearEvents/Services/ClearEventsService.cs
#	common/services/ASC.ElasticSearch/Core/SearchSettings.cs
#	common/services/ASC.ElasticSearch/Engine/FactoryIndexer.cs
#	config/nginx/onlyoffice.conf
#	migrations/mysql/ASC.Migrations.MySql.csproj
#	migrations/mysql/SaaS/AccountLinkContext/20221019144349_AccountLinkContextMigrate.Designer.cs
#	migrations/mysql/SaaS/AccountLinkContext/20221019144349_AccountLinkContextMigrate.cs
#	migrations/mysql/SaaS/AccountLinkContext/AccountLinkContextModelSnapshot.cs
#	migrations/mysql/SaaS/BackupsContext/20230130103901_BackupsContextMigrate.Designer.cs
#	migrations/mysql/SaaS/BackupsContext/20230130103901_BackupsContextMigrate.cs
#	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/CustomDbContext/20221019144350_CustomDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/CustomDbContext/20221019144350_CustomDbContextMigrate.cs
#	migrations/mysql/SaaS/CustomDbContext/CustomDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/FeedDbContext/20221019144344_FeedDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/FeedDbContext/20221019144344_FeedDbContextMigrate.cs
#	migrations/mysql/SaaS/FeedDbContext/FeedDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/FilesDbContext/20230130103904_FilesDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/FilesDbContext/20230130103904_FilesDbContextMigrate.cs
#	migrations/mysql/SaaS/FilesDbContext/20230515174318_FilesDbContext_Upgrade1.Designer.cs
#	migrations/mysql/SaaS/FilesDbContext/20230515174318_FilesDbContext_Upgrade1.cs
#	migrations/mysql/SaaS/FilesDbContext/FilesDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/FirebaseDbContext/20221019144351_FirebaseDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/FirebaseDbContext/20221019144351_FirebaseDbContextMigrate.cs
#	migrations/mysql/SaaS/FirebaseDbContext/FirebaseDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/InstanceRegistrationContext/20221019144346_InstanceRegistrationContextMigrate.Designer.cs
#	migrations/mysql/SaaS/InstanceRegistrationContext/20221019144346_InstanceRegistrationContextMigrate.cs
#	migrations/mysql/SaaS/InstanceRegistrationContext/InstanceRegistrationContextModelSnapshot.cs
#	migrations/mysql/SaaS/IntegrationEventLogContext/20221019144342_IntegrationEventLogContextMigrate.Designer.cs
#	migrations/mysql/SaaS/IntegrationEventLogContext/20221019144342_IntegrationEventLogContextMigrate.cs
#	migrations/mysql/SaaS/IntegrationEventLogContext/IntegrationEventLogContextModelSnapshot.cs
#	migrations/mysql/SaaS/MessagesContext/20221019144345_MessagesContextMigrate.Designer.cs
#	migrations/mysql/SaaS/MessagesContext/20221019144345_MessagesContextMigrate.cs
#	migrations/mysql/SaaS/MessagesContext/MessagesContextModelSnapshot.cs
#	migrations/mysql/SaaS/NotifyDbContext/20221019144352_NotifyDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/NotifyDbContext/20221019144352_NotifyDbContextMigrate.cs
#	migrations/mysql/SaaS/NotifyDbContext/NotifyDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/TeamlabSiteContext/20221219145514_TeamlabSiteContextMigrate.Designer.cs
#	migrations/mysql/SaaS/TeamlabSiteContext/20221219145514_TeamlabSiteContextMigrate.cs
#	migrations/mysql/SaaS/TeamlabSiteContext/20230621121634_TeamlabSiteContextMigrate.Designer.cs
#	migrations/mysql/SaaS/TeamlabSiteContext/20230621121634_TeamlabSiteContextMigrate.cs
#	migrations/mysql/SaaS/TelegramDbContext/20221019144353_TelegramDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/TelegramDbContext/20221019144353_TelegramDbContextMigrate.cs
#	migrations/mysql/SaaS/TelegramDbContext/TelegramDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/TenantDbContext/20221019144354_TenantDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/TenantDbContext/20221019144354_TenantDbContextMigrate.cs
#	migrations/mysql/SaaS/TenantDbContext/TenantDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/UrlShortenerFakeDbContext/20221019144355_UrlShortenerFakeDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/UrlShortenerFakeDbContext/20221019144355_UrlShortenerFakeDbContextMigrate.cs
#	migrations/mysql/SaaS/UrlShortenerFakeDbContext/UrlShortenerFakeDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/UserDbContext/20230310195637_UserDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/UserDbContext/20230310195637_UserDbContextMigrate.cs
#	migrations/mysql/SaaS/UserDbContext/UserDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/WebhooksDbContext/20221019144343_WebhooksDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/WebhooksDbContext/20221019144343_WebhooksDbContextMigrate.cs
#	migrations/mysql/SaaS/WebhooksDbContext/WebhooksDbContextModelSnapshot.cs
#	migrations/mysql/SaaS/WebstudioDbContext/20221019144356_WebstudioDbContextMigrate.Designer.cs
#	migrations/mysql/SaaS/WebstudioDbContext/20221019144356_WebstudioDbContextMigrate.cs
#	migrations/mysql/SaaS/WebstudioDbContext/WebstudioDbContextModelSnapshot.cs
#	migrations/mysql/TeamlabSiteContext/20221219145514_TeamlabSiteContextMigrate.Designer.cs
#	migrations/mysql/TeamlabSiteContext/20221219145514_TeamlabSiteContextMigrate.cs
#	migrations/postgre/ASC.Migrations.PostgreSql.csproj
#	migrations/postgre/SaaS/AccountLinkContext/20221019144350_AccountLinkContextMigrate.Designer.cs
#	migrations/postgre/SaaS/AccountLinkContext/20221019144350_AccountLinkContextMigrate.cs
#	migrations/postgre/SaaS/AccountLinkContext/AccountLinkContextModelSnapshot.cs
#	migrations/postgre/SaaS/BackupsContext/20230130103902_BackupsContextMigrate.Designer.cs
#	migrations/postgre/SaaS/BackupsContext/20230130103902_BackupsContextMigrate.cs
#	migrations/postgre/SaaS/BackupsContext/BackupsContextModelSnapshot.cs
#	migrations/postgre/SaaS/CoreDbContext/20230130103905_CoreDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/CoreDbContext/20230130103905_CoreDbContextMigrate.cs
#	migrations/postgre/SaaS/CoreDbContext/CoreDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/CustomDbContext/20221019144351_CustomDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/CustomDbContext/20221019144351_CustomDbContextMigrate.cs
#	migrations/postgre/SaaS/CustomDbContext/CustomDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/FeedDbContext/20221019144345_FeedDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/FeedDbContext/20221019144345_FeedDbContextMigrate.cs
#	migrations/postgre/SaaS/FeedDbContext/FeedDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/FilesDbContext/20230130103904_FilesDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/FilesDbContext/20230130103904_FilesDbContextMigrate.cs
#	migrations/postgre/SaaS/FilesDbContext/20230515174319_FilesDbContext_Upgrade1.Designer.cs
#	migrations/postgre/SaaS/FilesDbContext/20230515174319_FilesDbContext_Upgrade1.cs
#	migrations/postgre/SaaS/FilesDbContext/FilesDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/FirebaseDbContext/20221019144352_FirebaseDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/FirebaseDbContext/20221019144352_FirebaseDbContextMigrate.cs
#	migrations/postgre/SaaS/FirebaseDbContext/FirebaseDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/InstanceRegistrationContext/20221019144347_InstanceRegistrationContextMigrate.Designer.cs
#	migrations/postgre/SaaS/InstanceRegistrationContext/20221019144347_InstanceRegistrationContextMigrate.cs
#	migrations/postgre/SaaS/InstanceRegistrationContext/InstanceRegistrationContextModelSnapshot.cs
#	migrations/postgre/SaaS/IntegrationEventLogContext/20221019144343_IntegrationEventLogContextMigrate.Designer.cs
#	migrations/postgre/SaaS/IntegrationEventLogContext/20221019144343_IntegrationEventLogContextMigrate.cs
#	migrations/postgre/SaaS/IntegrationEventLogContext/IntegrationEventLogContextModelSnapshot.cs
#	migrations/postgre/SaaS/MessagesContext/20221019144346_MessagesContextMigrate.Designer.cs
#	migrations/postgre/SaaS/MessagesContext/20221019144346_MessagesContextMigrate.cs
#	migrations/postgre/SaaS/MessagesContext/MessagesContextModelSnapshot.cs
#	migrations/postgre/SaaS/NotifyDbContext/20221019144353_NotifyDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/NotifyDbContext/20221019144353_NotifyDbContextMigrate.cs
#	migrations/postgre/SaaS/NotifyDbContext/NotifyDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/TelegramDbContext/20221019144354_TelegramDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/TelegramDbContext/20221019144354_TelegramDbContextMigrate.cs
#	migrations/postgre/SaaS/TelegramDbContext/TelegramDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/TenantDbContext/20221019144355_TenantDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/TenantDbContext/20221019144355_TenantDbContextMigrate.cs
#	migrations/postgre/SaaS/TenantDbContext/TenantDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/UrlShortenerFakeDbContext/20221019144356_UrlShortenerFakeDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/UrlShortenerFakeDbContext/20221019144356_UrlShortenerFakeDbContextMigrate.cs
#	migrations/postgre/SaaS/UrlShortenerFakeDbContext/UrlShortenerFakeDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/UserDbContext/20230310195637_UserDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/UserDbContext/20230310195637_UserDbContextMigrate.cs
#	migrations/postgre/SaaS/UserDbContext/UserDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/WebhooksDbContext/20221019144344_WebhooksDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/WebhooksDbContext/20221019144344_WebhooksDbContextMigrate.cs
#	migrations/postgre/SaaS/WebhooksDbContext/WebhooksDbContextModelSnapshot.cs
#	migrations/postgre/SaaS/WebstudioDbContext/20221019144357_WebstudioDbContextMigrate.Designer.cs
#	migrations/postgre/SaaS/WebstudioDbContext/20221019144357_WebstudioDbContextMigrate.cs
#	migrations/postgre/SaaS/WebstudioDbContext/WebstudioDbContextModelSnapshot.cs
#	packages/client/src/Shell.jsx
#	packages/client/src/components/Article/Body/Items.js
#	packages/client/src/components/Article/Body/index.js
#	packages/client/src/components/EmptyContainer/RoomNoAccessContainer.js
#	packages/client/src/components/EmptyContainer/RootFolderContainer.js
#	packages/client/src/components/panels/InvitePanel/index.js
#	packages/client/src/components/panels/InvitePanel/sub-components/AccessSelector.js
#	packages/client/src/components/panels/InvitePanel/sub-components/Item.js
#	packages/client/src/components/panels/InvitePanel/sub-components/ItemsList.js
#	packages/client/src/components/panels/SelectFileDialog/AsideView.js
#	packages/client/src/components/panels/SelectFileDialog/index.js
#	packages/client/src/components/panels/SelectFolderDialog/index.js
#	packages/client/src/components/panels/SelectionPanel/ExceptionFoldersConstants.js
#	packages/client/src/components/panels/SelectionPanel/SelectionPanelBody.js
#	packages/client/src/components/panels/SelectionPanel/StyledSelectionPanel.js
#	packages/client/src/pages/Accounts.jsx
#	packages/client/src/pages/AccountsHome/index.js
#	packages/client/src/pages/Confirm/index.js
#	packages/client/src/pages/Confirm/sub-components/removePortal.js
#	packages/client/src/pages/Errors/520/index.js
#	packages/client/src/pages/Files.jsx
#	packages/client/src/pages/Home/Section/AccountsBody/TableView/TableContainer.js
#	packages/client/src/pages/Home/Section/AccountsBody/TableView/TableRow.js
#	packages/client/src/pages/Home/Section/Body/TableView/TableHeader.js
#	packages/client/src/pages/Home/Section/Filter/index.js
#	packages/client/src/pages/Home/Section/Header/index.js
#	packages/client/src/pages/Home/Section/SettingsBody/index.js
#	packages/client/src/pages/Home/index.js
#	packages/client/src/pages/PortalSettings/Layout/Article/Body/index.js
#	packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js
#	packages/client/src/pages/PortalSettings/categories/common/Customization/dns-settings.js
#	packages/client/src/pages/PortalSettings/categories/common/sub-components/common-tooltips.js
#	packages/client/src/pages/PortalSettings/categories/data-management/backup/index.js
#	packages/client/src/pages/PortalSettings/categories/data-management/index.js
#	packages/client/src/pages/PortalSettings/categories/developer-tools/JavascriptSDK/index.js
#	packages/client/src/pages/PortalSettings/categories/developer-tools/index.js
#	packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/FieldMapping.js
#	packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/IdpSettings.js
#	packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/ProviderMetadata.js
#	packages/client/src/pages/PortalSettings/categories/integration/SingleSignOn/sub-components/MetadataUrlField.js
#	packages/client/src/pages/PortalSettings/categories/payments/index.js
#	packages/client/src/pages/PortalSettings/categories/security/access-portal/index.js
#	packages/client/src/pages/PortalSettings/categories/security/access-portal/mobileView.js
#	packages/client/src/pages/PortalSettings/categories/security/access-portal/sessionLifetime.js
#	packages/client/src/pages/PortalSettings/categories/security/sub-components/category-wrapper.js
#	packages/client/src/pages/PortalSettings/index.js
#	packages/client/src/pages/PortalSettings/utils/settingsTree.js
#	packages/client/src/pages/Profile/Section/Body/sub-components/interface-theme/index.js
#	packages/client/src/pages/Profile/Section/Body/sub-components/main-profile/index.js
#	packages/client/src/pages/VersionHistory/Section/Body/StyledVersionHistory.js
#	packages/client/src/pages/VersionHistory/Section/Body/VersionRow.js
#	packages/client/src/pages/Wizard/index.js
#	packages/client/src/store/AccountsContextOptionsStore.js
#	packages/client/src/store/FilesActionsStore.js
#	packages/client/src/store/FilesStore.js
#	packages/common/components/Article/index.js
#	packages/common/components/Article/sub-components/article-alerts.js
#	packages/common/components/Article/sub-components/article-header.js
#	packages/common/components/FilterInput/sub-components/FilterBlock.js
#	packages/common/components/Loaders/index.js
#	packages/common/components/MediaViewer/sub-components/ImageViewer/ImageViewer.props.ts
#	packages/common/components/MediaViewer/sub-components/ImageViewer/index.tsx
#	packages/common/components/PrivateRoute/index.js
#	packages/common/store/SettingsStore.js
#	packages/common/store/UserStore.js
#	packages/common/utils/index.ts
#	packages/components/file-input/index.js
#	packages/components/selector/StyledSelector.js
#	packages/components/selector/index.tsx
#	packages/components/selector/sub-components/Body/index.tsx
#	packages/components/slider/styled-slider.js
#	products/ASC.Files/Core/Core/Dao/TeamlabDao/FileDao.cs
#	products/ASC.Files/Core/Core/Dao/TeamlabDao/FolderDao.cs
#	products/ASC.Files/Core/Core/Dao/TeamlabDao/SecurityDao.cs
#	products/ASC.Files/Core/Core/Security/FileSecurity.cs
#	products/ASC.Files/Core/Core/Thirdparty/Box/BoxFileDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Box/BoxFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Dropbox/DropboxFileDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Dropbox/DropboxFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/GoogleDrive/GoogleDriveFileDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/GoogleDrive/GoogleDriveFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/OneDrive/OneDriveFileDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/OneDrive/OneDriveFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/SharePoint/SharePointFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Sharpbox/SharpBoxFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/ThirdPartyProviderDao.cs
#	products/ASC.Files/Core/HttpHandlers/ChunkedUploaderHandler.cs
#	products/ASC.Files/Core/Utils/EntryManager.cs
#	products/ASC.Files/Core/Utils/FileConverter.cs
#	products/ASC.Files/Server/Api/FoldersController.cs
#	products/ASC.Files/Server/Api/SettingsController.cs
#	products/ASC.Files/Service/Cleanup/Worker.cs
#	products/ASC.People/Server/Api/UserController.cs
#	public/scripts/api.js
#	web/ASC.Web.Api/Api/AuthenticationController.cs
#	web/ASC.Web.Api/Api/PaymentsController.cs
#	web/ASC.Web.Api/Api/PortalController.cs
#	web/ASC.Web.Api/Api/Settings/LicenseController.cs
#	web/ASC.Web.Api/Api/Settings/MessageSettingsController.cs
#	web/ASC.Web.Api/Api/Settings/SettingsController.cs
#	web/ASC.Web.Api/Api/Settings/TfaappController.cs
#	web/ASC.Web.Api/Api/SmtpSettingsController.cs
#	web/ASC.Web.Api/Core/SmtpOperation.cs
#	web/ASC.Web.Core/CookiesManager.cs
#	yarn.lock
2023-07-18 19:26:32 +03:00
Viktor Fomin
78b6c43d74 Merge branch 'develop' into feature/deep-link 2023-07-17 13:24:15 +03:00
gazizova-vlada
6e9e3e07f8 Web:Changed content, translations. 2023-07-11 23:05:25 +03:00
Mushka Nikita
e6b9afebf7 added reset button translation 2023-07-06 16:31:48 +03:00
ede27c1562 Web: Files: EditRoom: added room owner change 2023-06-30 13:17:31 +03:00
4920c975c1 Added support of new hy-AM culture 2023-06-16 13:28:56 +04:00
Mushka Nikita
f6a49ab912 WIP: 0943f64c6a Merge branch 'develop' into feature/submit-to-form-gallery 2023-06-15 11:05:02 +03:00
fef76e032f added translations 2023-06-08 18:24:46 +03:00
Mushka Nikita
0420965a87 added translations 2023-06-06 03:33:35 +03:00
13eb9ea37a Web: Files: added new translations 2023-06-05 13:44:55 +03:00
Viktor Fomin
cdd0367153 Web: add translations 2023-05-31 16:33:17 +03:00
Viktor Fomin
ae6577939b Web: add translations 2023-05-31 16:33:17 +03:00
Viktor Fomin
db3fa67e8d Web: fix translations 2023-05-31 16:33:17 +03:00
Viktor Fomin
1997825895 Web: add translations 2023-05-31 16:33:17 +03:00
Viktor Fomin
910666ce99 Web: add translations 2023-05-31 16:32:34 +03:00
3b74cf457a Merge branch 'develop' into feature/public-room
# Conflicts:
#	packages/client/src/components/FilesPanels/index.js
#	packages/client/src/components/dialogs/index.js
#	packages/client/src/pages/Home/InfoPanel/Header/index.js
#	packages/client/src/pages/Home/Section/Filter/index.js
#	packages/client/src/pages/Home/Section/Header/index.js
#	packages/common/api/files/index.js
#	packages/common/store/AuthStore.js
2023-05-30 12:43:31 +03:00
19e8b2210a Merge branch 'master' into develop
# Conflicts:
#	packages/client/src/helpers/constants.js
#	packages/client/src/pages/AccountsHome/Section/Filter/index.js
#	packages/client/src/pages/Home/InfoPanel/Body/sub-components/ItemTitle/AccountsItemTitle.js
#	packages/client/src/pages/Home/Section/AccountsBody/RowView/userContent.js
#	packages/client/src/pages/Home/Section/Header/index.js
#	packages/client/src/pages/Home/index.js
#	packages/client/src/pages/PortalSettings/categories/common/Customization/dns-settings.js
#	packages/client/src/pages/PortalSettings/categories/common/branding.js
#	packages/client/src/pages/PortalSettings/categories/security/access-portal/index.js
#	packages/client/src/store/FilesActionsStore.js
#	packages/common/components/Article/sub-components/article-payment-alert.js
#	packages/common/components/Section/index.js
#	packages/components/floating-button/styled-floating-button.js
#	packages/login/src/client/App.tsx
#	packages/login/src/client/components/Invalid/index.tsx
#	products/ASC.Files/Core/Core/FileStorageService.cs
#	products/ASC.Files/Core/Utils/FileConverter.cs
#	yarn.lock
2023-05-29 14:36:12 +03:00
797df5b076 Merge branch 'develop' into feature/public-room 2023-05-26 12:51:30 +03:00
b6250ec024 Web: Added bonus to the article component. 2023-05-19 17:21:49 +03:00
d102bf6dd8 Web: Moved translation to common. 2023-05-17 18:08:38 +03:00
b1d48db4a5 Web:Add locales DescriptionOfTheEveryoneRole, DescriptionOfTheRoleQueue. 2023-05-17 16:47:13 +03:00
d70c981f7f Web: Files: added public-room translations 2023-05-16 14:23:17 +03:00
4401a35a1f Merge branch 'feature/standalone' of https://github.com/ONLYOFFICE/DocSpace into feature/standalone 2023-05-16 13:12:24 +04:00
9a55faed05 Web: Added enterprise alert. 2023-05-16 10:44:44 +03:00
85205659ec Fix UselessModuleTranslationKeysTest issue (key: Copy) 2023-05-15 16:34:09 +04:00
3d40fdd1e5 Fix UselessModuleTranslationKeysTest issue (key: Rename) 2023-05-15 16:22:34 +04:00
7638c25dc0 Fix UselessModuleTranslationKeysTest issue (key: MoveTo) 2023-05-15 16:16:15 +04:00
db1bcf5fc3 Fix UselessModuleTranslationKeysTest issue (key: Authorization) 2023-05-15 15:35:09 +04:00
dbe48a260d added translations 2023-05-12 18:18:10 +03:00
7e560e8826 Web: Deleted unused translation. 2023-05-12 09:22:23 +03:00
e96252937d Web: Payment alert description changed. 2023-05-11 18:30:39 +03:00
ea45c5803b Web: Files: added external link api 2023-05-11 11:37:32 +03:00
4817ccbfb3 Merge branch 'hotfix/v1.0.1' of https://github.com/ONLYOFFICE/DocSpace into hotfix/v1.0.1 2023-05-10 18:43:17 +03:00
a0293fee03 added translations 2023-05-10 18:42:42 +03:00
Viktor Fomin
248743f614 Web: add translates 2023-05-10 17:39:23 +03:00
98fbbc0f7c Merge branch 'develop' into feature/public-room
# Conflicts:
#	packages/client/public/locales/en/Files.json
#	packages/client/public/locales/ru/Files.json
2023-05-02 15:20:56 +03:00
Viktor Fomin
5de0acaa18 Merge branch 'develop' into feature/deep-link 2023-05-02 13:09:02 +03:00
cf6aeaa746 Web: Files: added new translations 2023-04-27 17:08:02 +03:00
Viktor Fomin
e749307818 Web: move locales Login > Common 2023-04-24 14:03:35 +03:00
bccb3c86e3 Web: Files: added titles to info-panel icon, table-settings icon 2023-04-20 15:35:56 +03:00
fb72d3b3b5 Translations: Moved duplicate key to common 2023-04-13 17:54:29 +04:00
eafd0f0c0e Translations: Moved duplicate key to common (EnDublicatesByContentTest issue) 2023-04-13 17:42:08 +04:00
37202673ad Web: Added new translation key "Support" 2023-04-06 18:42:12 +04:00
0c4d1f8810 added translations 2023-04-05 17:03:14 +03:00
Akmal Isomadinov
c094a49e41 Merge branch 'release/v1.0.0' of github.com:ONLYOFFICE/DocSpace into release/v1.0.0 2023-04-05 10:44:11 +05:00
Akmal Isomadinov
a5ec1923ef Web:Locales:En:Common Fixed translation 2023-04-05 10:38:34 +05:00
e043518f1f edited line 246 2023-04-04 19:02:07 +03:00
9bdbfe09d6 added translations 2023-04-04 18:52:06 +03:00
04e0078af9 added translations 2023-04-04 18:45:32 +03:00
2f5405a4d4 Merge branch 'release/v1.0.0' of https://github.com/ONLYOFFICE/DocSpace into release/v1.0.0
# Conflicts:
#	public/locales/en/Common.json
2023-04-04 18:44:08 +03:00
4cb671c761 Add translations 2023-04-04 18:41:28 +03:00
e7b2e0916b added translations 2023-04-04 18:38:04 +03:00
0aa56967dc Web: Fixed translations. 2023-04-04 16:38:02 +03:00
Akmal Isomadinov
2b95986819 Web:Locales:En:Common Added translation 2023-04-04 12:11:54 +05:00
5744f7e67c Web: Added team training alert. 2023-04-03 15:42:51 +03:00
a9355c4ea6 Web: Added new LiveChat and BookTraining menu to Profile 2023-04-03 14:43:01 +04:00
3af54531eb Merge branch 'release/v1.0.0' of https://github.com/ONLYOFFICE/DocSpace into release/v1.0.0 2023-03-29 10:44:09 +03:00
1ef1998541 Web: PortalSettings: Payments: Changed translation. 2023-03-29 10:41:03 +03:00
d44706498d added translations 2023-03-28 18:43:17 +03:00
Timofey Boyko
de9b08614f Web:Client:Translations: change Collaborator to PowerUser 2023-03-22 08:56:16 +03:00
41c966db1c Web: Applied changes to Audit (renamed "room" to "context") 2023-03-20 16:07:20 +04:00
95734445e3 added new translations 2023-03-15 18:43:28 +03:00
d4ea5f4ccb Merge branch 'release/v1.0.0' of https://github.com/ONLYOFFICE/DocSpace into release/v1.0.0 2023-03-14 14:14:20 +03:00
0044ea935b Web: Removed 'Video guides'. 2023-03-14 14:14:14 +03:00
1ebc887717 Web: Fix Payments translation issues (moved some keys to Common) 2023-03-14 15:00:19 +04:00
0b911b0d36 Web: Moved SizeImageLarge translation key to Common 2023-03-14 14:44:57 +04:00
eb86665d70 Web: Fix some translations issues 2023-03-14 14:30:58 +04:00
1df9a39a13 Web: Fix some translations issues 2023-03-14 14:15:43 +04:00
ef532e565e Fix UselessTranslationKeysTest issue (Remove PasswordLimitLength key) 2023-03-13 14:47:13 +04:00
670125fe32 Merge branch 'release/v1.0.0' of https://github.com/ONLYOFFICE/DocSpace into release/v1.0.0 2023-03-13 12:34:46 +03:00
d8281d940e Web: Added translation for unexpected error. 2023-03-13 12:33:29 +03:00
d1c766c6fc Fix FullEnDublicatesTest issues (Archive/to archive) 2023-03-13 12:56:29 +04:00
4ddbfdb814 Web:Add translation "SortBy". 2023-03-09 19:10:52 +03:00
b53bf3f58a Web:Add "LastModifiedDate" translation. 2023-03-09 18:12:20 +03:00
386dc43708 Web: Files: changed ClearFilter translation 2023-03-09 15:40:37 +03:00
Timofey Boyko
eb6456a990 Web: add new translation key 'DocSpace owner' 2023-03-01 15:16:20 +03:00
Timofey Boyko
41096976a3 Web: add new translation key 'HasFullAccess' 2023-02-28 11:38:30 +03:00
Timofey Boyko
6ea82302eb Web: add new translation key 'Collaborator' 2023-02-22 10:01:31 +03:00
Elyor Djalilov
20e1d49171 fix translate 2023-02-10 15:51:43 +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
b7bad31a55 Fix Bug 60621 - Rooms.Settings.ThirdParty. Hide the ability for admins to connect third-party storage when creating a room, if the setting is disabled. 2023-01-18 11:36:06 +03:00
dc78694a0b Fix translations of settings 2023-01-17 18:14:00 +03:00
Elyor Djalilov
6a686e5224 Merge branch 'release/rc-v1.2.0' into feature/dialog-create-file
# Conflicts:
#	public/locales/en/Common.json
2023-01-12 18:40:04 +05:00
46b99d1f25 Removed old resources (Team titles - custom names) 2023-01-12 16:20:35 +03:00
c2ceab129a Merge branch 'release/rc-v1.2.0' into feature/edit-en 2023-01-11 10:57:10 +03:00
0b64d4223c Web: Default document names have been moved to 'Common' file. 2023-01-10 15:26:57 +03:00
Elyor Djalilov
cfe043502b added toggle in common settings 2023-01-09 13:45:02 +05:00
Elyor Djalilov
5592a155c8 added toggle when creating a file 2023-01-09 13:00:04 +05:00
6526b1463d edited en 2022-12-30 14:56:53 +03:00
018288d50b Update common.babel and applied sorting 2022-12-23 19:09:17 +03:00
c3578d1661 Fix EnDublicatesByContentTest issues 2022-12-02 18:58:36 +03:00
d683aa65b3 Fix all UselessTranslationKeysTest issues 2022-12-02 18:33:25 +03:00
80273d8392 Fix NotFoundKeysTest issues 2022-12-01 18:55:05 +03:00
b0a8c93054 Merge branch 'develop' into feature/new-docspace-translations 2022-12-01 18:43:19 +03:00
Timofey Boyko
04e0d9bf2b Merge branch 'develop' into feature/accounts-room-list 2022-12-01 11:53:22 +03:00
Elyor Djalilov
7e06c67e00 Merge branch 'develop' into feature/new-docspace-translations
# Conflicts:
#	packages/client/src/pages/Home/InfoPanel/Header/index.js
2022-11-30 23:07:13 +05:00
Elyor Djalilov
b69c737c9d key was moved to the Common 2022-11-30 22:58:33 +05:00
Elyor Djalilov
a944200dac key was moved to the Common 2022-11-30 22:46:35 +05:00
Elyor Djalilov
ad5fc420b4 unused key removed 2022-11-30 19:57:19 +05:00
Elyor Djalilov
668c65972a unused key removed 2022-11-30 19:55:27 +05:00
Elyor Djalilov
b07d64bf50 unused key removed 2022-11-30 19:55:00 +05:00
Elyor Djalilov
6b08016970 unused key removed 2022-11-30 19:52:26 +05:00
Elyor Djalilov
ca437e87f1 unused key removed 2022-11-30 19:49:10 +05:00
Elyor Djalilov
96ffde2d3e unused key removed 2022-11-30 19:47:27 +05:00
Elyor Djalilov
47eff7bd20 unused key removed 2022-11-30 19:42:50 +05:00
Elyor Djalilov
4fd7987274 unused key removed 2022-11-30 19:40:27 +05:00
Elyor Djalilov
9ee52588bd unused key removed 2022-11-30 19:37:05 +05:00
Elyor Djalilov
84c70aa0e4 unused key removed 2022-11-30 19:34:58 +05:00
Elyor Djalilov
bc6a4b445f unused key removed 2022-11-30 19:33:04 +05:00
Timofey Boyko
d2f62168b8 Add new translation key 'Member' 2022-11-30 17:32:29 +03:00
Mushka Nikita
c6b4a076b6 moved new translation keys to Common 2022-11-30 13:00:30 +03:00
Elyor Djalilov
26d210c8d7 not found keys fixed 2022-11-29 15:32:36 +05:00
Elyor Djalilov
e4b077f69b key was moved to the Common 2022-11-29 00:39:03 +05:00
Elyor Djalilov
2e44a446af not translated toasts fixed 2022-11-28 23:52:29 +05:00
Elyor Djalilov
23109e30c2 deleted duplicate keys and was moved to the Common 2022-11-28 22:19:57 +05:00
Elyor Djalilov
b924f1582d deleted duplicate keys and was moved to the Common 2022-11-28 15:37:10 +05:00
Elyor Djalilov
3c637dbaa2 deleted duplicate keys and was moved to the Common 2022-11-28 15:19:44 +05:00
Elyor Djalilov
6ac2aceb64 deleted duplicate keys and was moved to the Common 2022-11-28 14:55:18 +05:00
Elyor Djalilov
fc59726fe1 empty value keys fixed and deleted duplicate keys 2022-11-28 11:46:04 +05:00
Elyor Djalilov
b8348af578 Merge branch 'develop' into feature/new-docspace-translations
# Conflicts:
#	packages/client/public/locales/en/DeleteDialog.json
#	packages/client/public/locales/en/Files.json
#	packages/client/public/locales/en/InfoPanel.json
#	packages/client/public/locales/en/InviteDialog.json
#	packages/client/public/locales/en/Payments.json
#	packages/client/public/locales/en/Profile.json
#	packages/client/public/locales/en/Settings.json
#	packages/client/public/locales/en/Translations.json
#	packages/client/public/locales/ru/Files.json
#	packages/client/public/locales/ru/InfoPanel.json
#	packages/client/public/locales/ru/Payments.json
#	packages/client/src/components/GlobalEvents/RenameEvent.js
#	packages/client/src/pages/Home/Section/Filter/index.js
2022-11-25 16:27:23 +05:00
TimofeyBoyko
67425e8001 Web:Client: rename SureWant to WantToContinue 2022-11-10 16:20:57 +03:00
TimofeyBoyko
7fa1fddf79 Web:Client: fix translation keys 2022-11-10 15:54:53 +03:00
bfadb09322 Fix some issues of NotFoundKeysTest 2022-10-27 18:27:21 +03:00
Elyor Djalilov
42471135ba Merge branch 'develop' into feature/active-sessions
# Conflicts:
#	packages/client/src/components/dialogs/index.js
#	packages/components/themes/base.js
#	packages/components/themes/dark.js
2022-10-25 13:41:42 +05:00
9c99f3a53f Merge branch 'develop' into feature/shared-redesign-third-party 2022-10-19 19:41:39 +03:00
Elyor Djalilov
d819128bdb Web:Client:ActiveSessions: added translations 2022-10-19 18:30:22 +05:00
TimofeyBoyko
e56b10d1e5 Web:Client: move 'Room admin' and 'DocSpace admin' translation keys to common 2022-10-13 15:35:58 +05:00
6d78f37729 Merge branch 'develop' into feature/shared-redesign-third-party 2022-10-11 16:05:49 +03:00
f013c74475 Web: Added additional units for measuring the amount of information, added verification. 2022-10-11 10:58:10 +03:00
cf2547e030 Merge branch 'develop' into feature/stripe
# Conflicts:
#	packages/common/constants/index.js
2022-10-11 10:20:42 +03:00
60b9ed3dd1 Web:Add translation "ReconnectStorage". 2022-10-10 19:13:01 +03:00
TimofeyBoyko
09dbd9d088 Web: move translation key 'AdvancedFilter' from Files to Common 2022-10-10 13:53:24 +05:00
ca1cd06fad Merge branch 'develop' into feature/stripe
# Conflicts:
#	packages/client/public/images/plus.react.svg
#	packages/client/src/pages/PortalSettings/categories/common/branding.js
#	packages/client/src/pages/PortalSettings/categories/data-management/backup/auto-backup/index.js
#	packages/client/src/pages/PortalSettings/index.js
#	packages/common/components/PrivateRoute/index.js
2022-10-04 17:13:46 +03:00
1f5384dc0c Web: Common: added hide menu translation 2022-09-26 12:37:21 +03:00
7f1d946269 Merge branch 'develop' into feature/stripe
# Conflicts:
#	packages/client/src/Shell.jsx
#	packages/client/src/pages/PortalSettings/Layout/Article/Body/index.js
#	packages/client/src/pages/PortalSettings/categories/common/settingsCustomization/dns-settings.js
#	packages/client/src/pages/PortalSettings/index.js
#	products/ASC.Files/Core/Core/FileStorageService.cs
#	products/ASC.People/Server/Api/UserController.cs
#	products/ASC.People/Server/GlobalUsings.cs
#	web/ASC.Web.Core/HttpHandlers/SsoHandler.cs
2022-09-23 16:11:23 +03:00
a642d42bcc Client: fix translations 2022-09-21 16:16:19 +03:00
6448b63318 Merge branch 'develop' into feature/stripe
# Conflicts:
#	common/ASC.Api.Core/Extensions/HostBuilderExtension.cs
#	common/services/ASC.Notify/Program.cs
#	common/services/ASC.Webhooks.Service/Program.cs
#	packages/common/constants/index.js
#	web/ASC.Web.Api/Program.cs
2022-09-19 18:16:34 +03:00
bec4f11dcd Merge branch 'develop' into feature/stripe
# Conflicts:
#	common/ASC.Api.Core/Extensions/HostBuilderExtension.cs
#	common/services/ASC.Notify/Program.cs
#	common/services/ASC.Studio.Notify/Program.cs
#	common/services/ASC.Webhooks.Service/Program.cs
#	packages/common/components/Loaders/index.js
#	packages/common/store/AuthStore.js
#	packages/login/src/client/components/sub-components/recover-access-modal-dialog.tsx
#	packages/login/webpack.config.js
#	products/ASC.Files/Service/Program.cs
#	web/ASC.Web.Api/Program.cs
2022-09-15 17:16:04 +03:00
TimofeyBoyko
0dba384037 Merge branch 'develop' into feature/redesign-personal-filter 2022-09-15 14:29:57 +03:00
20fe2a3763 Web:Added values for the downgrade plan dialog from the stores. 2022-09-15 12:54:00 +03:00
TimofeyBoyko
11ba9f379c Merge branch 'develop' into feature/redesign-personal-filter 2022-09-14 16:35:18 +03:00
f3412fa2f8 Merge branch 'develop' into feature/redisign-files-settings 2022-09-14 11:20:37 +03:00