Commit Graph

21 Commits

Author SHA1 Message Date
b0bcd5d691
Add the ability to create a certificate for multiple domains (#180) 2024-03-25 14:32:28 +03:00
286e964d8e
fix Bug 66121 - Standardize variable header names (#174) 2024-03-22 15:08:16 +03:00
441fff89be
fix Bug 66121 - Replace incorrect Host (#176) 2024-03-22 15:05:39 +03:00
7967c5547d
Migration to opensearch in docker (#167)
* Migration to opensearch

* Implement indexes update on version change

* Optimize indexes update on version change

* Migration to opensearch in docspace.profiles.yml
2024-03-21 13:09:32 +03:00
5eef518762
Remove the use of X-Forwarded-Port (#171) 2024-03-21 12:31:23 +03:00
cb82dcebc4
Fix self-signed SSL issue (#158) 2024-03-07 11:48:50 +03:00
1b02fd8f81 Remove the X-Forwarded-Port header processing for SSL requests 2024-03-07 14:25:43 +07:00
eed1aa8ca7 Add X-Forwarded-Port header handling 2024-03-01 21:18:52 +07:00
66ffc1b759 Fix error unknown directive more_clear_headers 2024-02-14 17:47:17 +07:00
af2a5e97ba Fix error unknown directive more_clear_headers 2024-01-26 14:34:35 +07:00
6c2211e231 Merge branch 'hotfix/v2.0.1' into develop
# Conflicts:
#	install/OneClickInstall/install-Debian.sh
#	install/deb/debian/rules
2023-12-13 20:00:06 +04:00
db95e0e504
fix Bug 65457 - Implement the ability to roll back ssl certificate (#100)
* Optimize the ssl configuration script and add additional error handling

* fix Bug 65457 - Implement the ability to roll back ssl certificate
2023-12-11 17:01:32 +03:00
2c5af9dfa4
Merge pull request #75 from ONLYOFFICE/feature/management
Feature/management
2023-12-07 18:20:50 +04:00
0ec94ce27a
Implement OWASP recomendations (#79) 2023-11-29 13:30:42 +03:00
a262adcc4e Fix management routing 2023-11-21 14:22:45 +04:00
b064d127fe Merge branch 'develop' into feature/management 2023-11-21 12:37:38 +04:00
31ae699a00
Correct domain acquisition errors and integrate the specified domain. (#62) 2023-11-14 17:15:15 +03:00
96d9c65e05
Create a script to output logs from containers (#44) 2023-11-10 17:12:32 +03:00
DmitrySychugov
0266838db5 Merge branch 'develop' into feature/management
# Conflicts:
#	build.backend.docker.sh
#	build.static.bat
#	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
#	frontend.code-workspace
#	frontend.macos.code-workspace
#	migrations/mysql/SaaS/MigrationContext/MigrationContextModelSnapshot.cs
#	migrations/postgre/SaaS/MigrationContext/MigrationContextModelSnapshot.cs
#	package.json
#	packages/client/package.json
#	packages/client/src/components/MainBar/index.js
#	packages/client/src/components/NavMenu/index.js
#	packages/client/src/components/NavMenu/sub-components/header-nav.js
#	packages/client/src/components/NavMenu/sub-components/header.js
#	packages/client/src/pages/Confirm/sub-components/auth.js
#	packages/client/src/pages/PortalSettings/categories/common/Branding/additionalResources.js
#	packages/client/src/pages/PortalSettings/categories/common/Branding/companyInfoSettings.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/common/sub-components/loaderWhiteLabel.js
#	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
#	packages/client/src/pages/PortalSettings/categories/data-management/backup/restore-backup/sub-components/backup-list/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/client/webpack.config.js
#	packages/common/api/index.js
#	packages/common/api/portal/index.js
#	packages/common/components/Article/index.js
#	packages/common/components/Article/sub-components/article-apps.js
#	packages/common/components/Article/sub-components/article-header.js
#	packages/common/components/Article/sub-components/article-hide-menu-button.js
#	packages/common/components/Article/sub-components/article-profile.js
#	packages/common/store/AuthStore.js
#	packages/common/store/SettingsStore.js
#	packages/common/utils/axiosClient.js
#	packages/common/utils/whiteLabelHelper.js
#	packages/components/context-menu/index.js
#	packages/components/themes/base.js
#	packages/components/themes/dark.js
#	public/locales/en/Common.json
#	public/scripts/config.json
#	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 21:06:09 +05:00
e1d0bb5f1d Applied chmod +x for *.sh scripts
Issue: OCI runtime create failed: permission denied: unknown
2023-10-03 11:29:50 +04:00
25241c61d4 drop all files for backend/frontend 2023-10-02 13:23:37 +03:00