Commit Graph

11433 Commits

Author SHA1 Message Date
3f43b0b9c2
Merge pull request #1703 from ONLYOFFICE/feature/tag-new-optimization
feature/tag new optimization
2023-09-07 10:23:57 +03:00
d864448da5 Merge branch 'hotfix/v1.1.2' into develop
# Conflicts:
#	products/ASC.Files/Core/Core/VirtualRooms/InvitationLinkService.cs
#	products/ASC.Files/Core/Utils/FileSharing.cs
#	products/ASC.People/Server/Api/UserController.cs
#	web/ASC.Web.Api/Api/PortalController.cs
2023-09-04 23:01:50 +03:00
a40294f624 fixed tag new creating after copy 2023-09-04 20:11:09 +03:00
7f9286219c optimized access check 2023-09-04 20:10:13 +03:00
e5b3d44bc3 fixed calculating hash 2023-09-04 19:55:54 +03:00
63e0f44964 Merge branch 'develop' into feature/tag-new-optimization 2023-09-04 14:32:04 +03:00
e09e6cc3a6 refactoring 2023-09-04 13:39:15 +03:00
1f3d63be3d optimized socket notification on tag changes 2023-09-04 13:20:32 +03:00
4439425625 fix Bug 63942 2023-09-01 16:00:56 +03: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
4632b44767 optimized updating new tags 2023-08-30 14:13:18 +03:00
24d4e38494 fix 2023-08-29 14:14:06 +03:00
4eb5aaa2c0 added batch tag insertion 2023-08-29 13:08:25 +03:00
a299837f8f fix backup for dropbox 2023-08-29 12:48:24 +03:00
a93aaa2a1c increased performance in access checking 2023-08-29 12:15:47 +03:00
c2b1b5cf90 split UserOrGroup subject type 2023-08-29 12:11:46 +03:00
e51afe903e optimized check for full access to room 2023-08-29 11:48:32 +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
15d345d428 fix oneDrive checkAccess 2023-08-28 17:37:05 +03:00
6fce6a8a3c fix bug 63843 2023-08-28 16:43:16 +03:00
Eloncase
0b1bae9780 Files: move initialization from constructor to getter 2023-08-22 13:39:26 +03:00
e435a1ba3a Files: fixed removing folders 2023-08-21 18:57:26 +03:00
628efca83f Files: fixed restore from trash 2023-08-21 18:41:13 +03:00
41b0062c23 Merge branch 'develop' into feature/region-audit 2023-08-21 12:51:52 +03:00
c64f6b0f66 Bug 63646 2023-08-21 10:53:33 +03:00
720a2817f8 fix bug 63687: added rate limiting for api 2023-08-18 18:47:23 +03:00
621bcb6bca Api: hidden methods 2023-08-18 14:33:48 +03:00
82f2ef39ad Files: hidden share methods 2023-08-18 14:26:05 +03:00
01cd7b3a62 Files: hidden favorites methods 2023-08-18 13:57:15 +03:00
68a6f0af3a
Merge pull request #1623 from ONLYOFFICE/feature/add-apimethod-settings/autocleanup
Feature/add apimethod settings/autocleanup
2023-08-16 02:39:24 -07:00
f2916f2121 bug 63601 2023-08-14 21:03:39 +03:00
d96861f01a Files: added socketio for move from archive operation 2023-08-14 19:51:24 +03:00
e7f0318a2c fix Bug 63633 2023-08-14 19:50:25 +03:00
e531654c54 Merge branch 'hotfix/v1.1.2' into develop
# Conflicts:
#	build/build.backend.docker.ps1
#	build/build.backend.docker.sh
#	common/ASC.Api.Core/ASC.Api.Core.csproj
#	common/ASC.Common/ASC.Common.csproj
#	common/ASC.Core.Common/Context/SecurityContext.cs
#	common/ASC.Data.Backup.Core/Tasks/Modules/RoomLogosModuleSpecifics.cs
#	common/ASC.EventBus.RabbitMQ/ASC.EventBus.RabbitMQ.csproj
#	common/ASC.EventBus.RabbitMQ/DefaultRabbitMQPersistentConnection.cs
#	config/nginx/onlyoffice.conf
#	packages/client/src/components/panels/InvitePanel/sub-components/AccessSelector.js
#	packages/client/src/pages/AccountsHome/Section/Filter/index.js
#	packages/client/src/pages/PortalSettings/categories/integration/index.js
#	packages/common/api/files/index.js
#	packages/components/.storybook/preview.js
#	packages/components/package.json
#	packages/editor/src/server/lib/helpers/index.js
#	products/ASC.Files/Core/Core/Dao/TeamlabDao/FolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Box/BoxFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Dropbox/DropboxFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/GoogleDrive/GoogleDriveFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/OneDrive/OneDriveFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/ProviderDao/ProviderFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/SharePoint/SharePointFolderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Sharpbox/SharpBoxFolderDao.cs
#	products/ASC.Files/Core/Services/WCFService/FileOperations/FileMoveCopyOperation.cs
#	products/ASC.Files/Server/Api/OperationController.cs
#	products/ASC.People/Server/Api/UserController.cs
#	web/ASC.Web.Core/Users/UserManagerWrapper.cs
#	yarn.lock
2023-08-11 12:47:44 +03:00
1a4551eec2 Merge branch 'develop' into feature/add-apimethod-settings/autocleanup 2023-08-11 10:48:57 +03:00
32fc662a85 backend: updated some dll 2023-08-10 19:16:25 +03:00
9b74f49359 refactoring 2023-08-10 16:19:48 +03:00
2717845905 add HttpGet("settings/autocleanup") 2023-08-09 17:08:01 +03:00
e427f70709 backend: updated some dll 2023-08-08 19:43:14 +03:00
2a7b044307
Merge hotfix/1.1.2 into hotfix/v1.1.2
Merge hotfix/1.1.2 into hotfix/v1.1.2
2023-08-07 15:42:56 +03:00
e80fd2a74e fixed ArgumentOutOfRangeException 2023-08-04 17:42:14 +03:00
c2e284f110 fix Bug 63538 2023-08-04 17:30:58 +03:00
2b2c9b0c25 added translations 2023-08-04 17:07:12 +03:00
e4c3783317 fix Bug 63553 2023-08-04 14:24:43 +03:00
c889ebed66 added api docs 1.1.1
# Conflicts:
#	common/ASC.Core.Common/EF/Context/UrlShortenerFakeDbContext.cs
#	products/ASC.Files/Server/Api/OperationController.cs
#	products/ASC.People/Server/Api/UserController.cs
2023-08-04 13:59:06 +03:00
6c1edce8c6 added api docs 1.1.1 2023-08-03 16:50:57 +03:00
2b28b6a33e bug 63454 : logging 2023-08-03 13:16:50 +03:00
d8d864692a fix bug 63390 2023-08-02 20:02:38 +03:00
a9e609e57d revert 78c6719a03 2023-08-02 20:00:25 +03:00
06777b395a
Merge pull request #1600 from ONLYOFFICE/feature/api-descriptions
Feature/api descriptions
2023-08-02 08:09:52 -07:00