Commit Graph

710 Commits

Author SHA1 Message Date
1b6d96400c Files: changed filtering rooms by types 2022-06-09 20:11:12 +03:00
e2ba706d71 Fix after merge 2022-06-08 16:38:34 +03:00
b693779ea1 Merge branch 'develop' into feature/docspace-pin 2022-06-08 16:38:16 +03:00
397cde0a3b Files: added pin/unpin, fix tags 2022-06-07 19:07:55 +03:00
57df81aa76 Files: added logo audit, fix 2022-06-03 01:27:56 +03:00
848751220c Files: added logos for rooms 2022-06-02 21:41:16 +03:00
b81d3ff507 Files: fix routing 2022-05-31 16:49:54 +03:00
73364c1fba Files: refactor 2022-05-30 14:32:00 +03:00
2a7853bf5b Files: added creating thirdparty rooms 2022-05-30 14:31:30 +03:00
e704983452 Filex: fix controller 2022-05-29 22:36:28 +03:00
e2e8f3fce9 Merge branch 'feature/docspace-tags' into feature/docspace-thirdparty 2022-05-26 16:39:19 +03:00
3123bbd187 Files: added tags filtering 2022-05-26 16:37:31 +03:00
518fe17d14 refactor 2022-05-26 14:43:56 +03:00
03eaaf4b19 Files: added thirdparty rooms connection 2022-05-26 13:13:25 +03:00
a66c03aa86 Merge branch 'develop' into feature/logger-refactoring
# Conflicts:
#	common/ASC.Common/Caching/AscCache.cs
#	common/ASC.Common/GlobalUsings.cs
#	common/ASC.Core.Common/Notify/Telegram/TelegramHelper.cs
#	common/ASC.Data.Backup.Core/Service/ProgressItems/RestoreProgressItem.cs
#	common/ASC.Data.Storage/GlobalUsings.cs
#	common/services/ASC.Data.Backup.BackgroundTasks/GlobalUsings.cs
#	common/services/ASC.Data.Backup.BackgroundTasks/IntegrationEvents/EventHandling/BackupDeleteScheldureRequestedIntegrationEventHandler.cs
#	common/services/ASC.Data.Backup.BackgroundTasks/Services/BackupSchedulerService.cs
#	common/services/ASC.Notify/GlobalUsings.cs
#	common/services/ASC.Notify/IntegrationEvents/EventHandling/NotifyInvokeSendMethodRequestedIntegrationEventHandler.cs
#	common/services/ASC.Notify/Services/NotifySenderService.cs
#	common/services/ASC.TelegramService/GlobalUsings.cs
#	common/services/ASC.TelegramService/TelegramHandler.cs
#	products/ASC.Files/Core/Core/FileStorageService.cs
#	products/ASC.Files/Core/GlobalUsings.cs
#	products/ASC.Files/Service/Thumbnail/IntegrationEvents/EventHandling/ThumbnailRequestedIntegrationEventHandler.cs
#	products/ASC.People/Server/Api/UserController.cs
#	web/ASC.Web.Api/Api/Settings/StorageController.cs
2022-05-24 23:13:57 +03:00
02570e12cf Merge branch 'develop' into feature/cluster-services 2022-05-24 17:24:25 +03:00
13ad4381f7 Api: removed CustomHttpMethodAttribute
added AllowNotPaymentAttribute
2022-05-23 18:48:23 +03:00
5fa9c839e6 Files: fix 2022-05-23 12:29:14 +03:00
c9357da3b0 Files: added deleting tags, fix 2022-05-23 12:25:33 +03:00
7b6abe81a2 Files: added custom tags 2022-05-20 19:26:13 +03:00
75da995099 Merge branch 'develop' into feature/logger-refactoring 2022-05-20 17:01:51 +03:00
36855d656f remove application/x-www-form-urlencoded 2022-05-17 12:29:24 +03:00
2e33540486 Merge branch 'feature/docspace' into feature/docspace-links 2022-05-17 11:53:37 +03:00
6c45bb0632 Merge branch 'develop' into feature/docspace 2022-05-17 11:50:56 +03:00
d0525e298c thumbnails, notify, telegram: migrate from ICacheNotify to EventBus 2022-05-13 22:14:00 +03:00
025d13557d added a secure link to invite to the portal 2022-05-13 19:25:28 +03:00
a0f67cfe27 add loggers 2022-05-12 11:14:00 +03:00
68f949f2e7 Files: added link generation 2022-05-05 15:31:04 +03:00
4a773679e1 fix-tests: rework files tests
-rework tests (use httpClient)
-fix migration
-add description
-union similar tests
-add random port for asc.Files
-add time to db name
-change TestCaseSource to TestCase
2022-04-28 18:55:41 +03:00
2efbdddf15 Files: fix 2022-04-28 16:00:05 +03:00
503672e6b2 Merge branch 'develop' into feature/docspace 2022-04-28 15:45:09 +03:00
b6fe254379 Files: docspace default enabled 2022-04-28 12:40:17 +03:00
89059cf32e Structured Logging 2022-04-28 12:15:33 +03:00
13bbce8ea4 Custom logger replaced with Microsoft.Extensions.Logging 2022-04-26 20:53:48 +03:00
3d9e9eb94f Files: refactor 2022-04-26 02:14:32 +03:00
97b45d3bd5 ILog: refactoring 2022-04-25 21:02:18 +03:00
e38fcc1acb Files: refactor api, added query parameters 2022-04-25 00:08:01 +03:00
70006499f1 Files: removed unnecessary multipart api methods 2022-04-22 11:33:08 +03:00
639c6fc7cc Files: removed unnecessary 2022-04-22 11:28:57 +03:00
9eba173a44 Merge branch 'develop' into feature/backend-refactor
# Conflicts:
#	common/ASC.Api.Core/Model/EmployeeWraperFull.cs
#	common/ASC.Core.Common/Notify/Signalr/SignalrServiceClient.cs
#	products/ASC.Files/Core/Core/FileStorageService.cs
#	products/ASC.Files/Core/Model/CreateFileModel.cs
#	products/ASC.Files/Core/Services/DocumentService/DocumentServiceTracker.cs
#	products/ASC.Files/Core/Services/WCFService/FileOperations/FileDeleteOperation.cs
#	products/ASC.Files/Core/Services/WCFService/FileOperations/FileMoveCopyOperation.cs
#	products/ASC.Files/Core/Utils/SocketManager.cs
#	products/ASC.Files/Server/Controllers/FilesController.cs
#	products/ASC.Files/Server/Helpers/FilesControllerHelper.cs
#	products/ASC.Files/Server/Startup.cs
#	products/ASC.People/Server/Controllers/PeopleController.cs
#	web/ASC.Web.Api/Controllers/PortalController.cs
#	web/ASC.Web.Api/Controllers/SettingsController.cs
2022-04-21 22:36:29 +03:00
1dff9e18c4 Merge branch 'develop' into feature/backend-refactor
# Conflicts:
#	common/ASC.Api.Core/ASC.Api.Core.csproj
#	common/ASC.Api.Core/Core/CustomHealthCheck.cs
#	common/ASC.Api.Core/Middleware/IpSecurityFilter.cs
#	common/ASC.Api.Core/Model/EmployeeWraperFull.cs
#	common/ASC.Core.Common/Context/Impl/UserManager.cs
#	common/ASC.Core.Common/Security/EmailValidationKeyProvider.cs
#	common/ASC.IPSecurity/IPRestrictionsRepository.cs
#	common/ASC.IPSecurity/IPRestrictionsService.cs
#	common/ASC.IPSecurity/IPSecurity.cs
#	common/services/ASC.ElasticSearch/Engine/BaseIndexer.cs
#	products/ASC.Files/Core/Core/Dao/TeamlabDao/FileDao.cs
#	products/ASC.Files/Core/Core/Dao/TeamlabDao/TagDao.cs
#	products/ASC.Files/Core/Core/FileStorageService.cs
#	products/ASC.Files/Core/Core/Thirdparty/ProviderDao/ProviderFolderDao.cs
#	products/ASC.Files/Core/HttpHandlers/FileHandler.ashx.cs
#	products/ASC.Files/Core/Utils/FileConverter.cs
#	products/ASC.Files/Core/Utils/FileMarker.cs
#	products/ASC.Files/Core/Utils/FileSharing.cs
#	products/ASC.Files/Server/Controllers/FilesController.cs
#	products/ASC.Files/Server/Helpers/FilesControllerHelper.cs
#	products/ASC.People/Server/Controllers/PeopleController.cs
#	web/ASC.Web.Api/Controllers/PortalController.cs
#	web/ASC.Web.Api/Controllers/SettingsController.cs
#	web/ASC.Web.Api/Models/SettingsWrapper.cs
#	web/ASC.Web.Core/Users/UserManagerWrapper.cs
2022-04-21 17:51:31 +03:00
bc64ff4cf7 Files: docspace check 2022-04-20 11:26:31 +03:00
3380e87811 Files: oforms gallery manager 2022-04-20 10:34:33 +03:00
a1df51bb5c Files: added security api methods for rooms 2022-04-19 00:05:52 +03:00
57ae539f8b Files: added api methods for form 2022-04-18 14:33:11 +03:00
678e1c2ada Files: refactor 2022-04-18 14:12:29 +03:00
7f094cbf94 Files: added archive folder 2022-04-15 17:22:44 +03:00
e603b26caa refactoring 2022-04-15 13:27:48 +03:00
cb2580dd50 refactoring 2022-04-15 12:08:06 +03:00
6ecc8e7071 code cleanup 2022-04-14 22:42:15 +03:00