Commit Graph

19923 Commits

Author SHA1 Message Date
989037866e Web: Files: Optimization, refactoring. 2022-04-15 10:13:23 +03:00
Timofey Boyko
6164516e77 Web:Components:Dropdown: delete useless code 2022-04-15 10:13:09 +03:00
6ecc8e7071 code cleanup 2022-04-14 22:42:15 +03:00
f138ff7c79 fixed warnings 2022-04-14 22:23:57 +03:00
Timofey Boyko
5747a70bb3 Web:Files:Components: create body component and refactoring for sharing panel 2022-04-14 17:38:31 +03:00
Timofey Boyko
8277f896da Web:Files:Components: change media max-width for panels 2022-04-14 17:37:15 +03:00
Timofey Boyko
9167874754 Web:Files:Components: refactoring and delete useless code for item of sharing panel 2022-04-14 17:36:50 +03:00
Timofey Boyko
555d686ffb Web:Files:Components: remove selectedOption for access combobox in default view 2022-04-14 17:36:18 +03:00
5613f55ea6 fixed warnings 2022-04-14 16:52:51 +03:00
140ec80841 Web: Files: Deleted opening of subfolder in tree. 2022-04-14 16:14:22 +03:00
27f1ed0cf3 Web: Files: fixed files operations loaders 2022-04-14 16:02:56 +03:00
9edc20993a Web: Files: SelectionPanel: Fixed buttons styles for aside view. 2022-04-14 15:47:58 +03:00
6f3c6dbbc1 Web: Files: Table: fixed duplicate key 2022-04-14 15:41:33 +03:00
33e8725ae0 Web: Files: OperationsPanel: Reset loading state. 2022-04-14 15:40:44 +03:00
26947072c6 Merge branch 'feature/backend-refactor' into feature/warnings
# Conflicts:
#	common/ASC.Common/Threading/DistributedTaskProgress.cs
#	common/ASC.Common/Threading/DistributedTaskQueue.cs
#	common/ASC.Core.Common/Configuration/AmiPublicDnsSyncService.cs
#	common/ASC.Core.Common/Notify/Engine/NotifyRequest.cs
#	common/ASC.Core.Common/Notify/Model/NotifyClientImpl.cs
#	common/ASC.Core.Common/Security/EmailValidationKeyProvider.cs
#	common/ASC.Data.Reassigns/QueueWorker.cs
#	common/ASC.Data.Reassigns/ReassignProgressItem.cs
#	common/ASC.Data.Reassigns/RemoveProgressItem.cs
#	common/ASC.Data.Storage/StaticUploader.cs
#	products/ASC.Files/Core/ApiModels/ResponseDto/FileDto.cs
#	products/ASC.Files/Core/ApiModels/ResponseDto/FolderDto.cs
#	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/TagDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Box/BoxDaoBase.cs
#	products/ASC.Files/Core/Core/Thirdparty/Dropbox/DropboxDaoBase.cs
#	products/ASC.Files/Core/Core/Thirdparty/GoogleDrive/GoogleDriveDaoBase.cs
#	products/ASC.Files/Core/Core/Thirdparty/IThirdPartyProviderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/OneDrive/OneDriveDaoBase.cs
#	products/ASC.Files/Core/Core/Thirdparty/ProviderDao/ProviderSecutiryDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/Sharpbox/SharpBoxDaoBase.cs
#	products/ASC.Files/Core/HttpHandlers/FileHandler.ashx.cs
#	products/ASC.Files/Core/HttpHandlers/ThirdPartyAppHandler.ashx.cs
#	products/ASC.Files/Core/HttpHandlers/docusignhandler.ashx.cs
#	products/ASC.Files/Core/Services/DocumentService/DocumentServiceTracker.cs
#	products/ASC.Files/Core/Services/WCFService/FileOperations/FileDownloadOperation.cs
#	products/ASC.Files/Core/Services/WCFService/FileOperations/FileOperation.cs
#	products/ASC.Files/Core/Utils/EntryManager.cs
#	web/ASC.Web.Core/CollaboratorSettings.cs
#	web/ASC.Web.Core/CustomNavigationSettings.cs
#	web/ASC.Web.Core/EmailActivationSettings.cs
#	web/ASC.Web.Core/Notify/NotifyConfiguration.cs
#	web/ASC.Web.Core/Notify/SpamEmailSettings.cs
#	web/ASC.Web.Core/Notify/StudioNotifyHelper.cs
#	web/ASC.Web.Core/Notify/StudioNotifyService.cs
#	web/ASC.Web.Core/Notify/StudioNotifyServiceSender.cs
#	web/ASC.Web.Core/Notify/StudioPeriodicNotify.cs
#	web/ASC.Web.Core/Notify/StudioWhatsNewNotify.cs
#	web/ASC.Web.Core/PersonalSettings.cs
#	web/ASC.Web.Core/PrivacyRoomSettings.cs
#	web/ASC.Web.Core/PromotionsSettings.cs
#	web/ASC.Web.Core/QuotaSync.cs
#	web/ASC.Web.Core/Sms/SmsSender.cs
#	web/ASC.Web.Core/Sms/StudioSmsNotificationSettings.cs
#	web/ASC.Web.Core/StudioAdminMessageSettings.cs
#	web/ASC.Web.Core/StudioDefaultPageSettings.cs
#	web/ASC.Web.Core/StudioTrustedDomainSettings.cs
#	web/ASC.Web.Core/TariffSettings.cs
#	web/ASC.Web.Core/Tfa/TfaAppAuthSettings.cs
#	web/ASC.Web.Core/Tfa/TfaAppUserSettings.cs
#	web/ASC.Web.Core/TipsSettings.cs
#	web/ASC.Web.Core/Users/CustomNamingPeople.cs
#	web/ASC.Web.Core/Users/UserHelpTourSettings.cs
#	web/ASC.Web.Core/Users/UserPhotoManager.cs
#	web/ASC.Web.Core/Users/UserPhotoThumbnailManager.cs
#	web/ASC.Web.Core/Users/UserPhotoThumbnailSettings.cs
#	web/ASC.Web.Core/Utility/ColorThemesSettings.cs
#	web/ASC.Web.Core/Utility/PasswordSettings.cs
#	web/ASC.Web.Core/Utility/Settings/TenantAccessSettings.cs
#	web/ASC.Web.Core/Utility/Settings/WebItemSettings.cs
#	web/ASC.Web.Core/Utility/Settings/WizardSettings.cs
#	web/ASC.Web.Core/Utility/TenantExtra.cs
#	web/ASC.Web.Core/WhiteLabel/AdditionalWhiteLabelSettings.cs
#	web/ASC.Web.Core/WhiteLabel/CompanyWhiteLabelSettings.cs
#	web/ASC.Web.Core/WhiteLabel/TenantInfoSettings.cs
#	web/ASC.Web.Core/WhiteLabel/TenantWhiteLabelSettings.cs
2022-04-14 15:21:06 +03:00
332df8a5cd Merge branch 'feature/virtual-rooms-1.2' of github.com:ONLYOFFICE/AppServer into feature/virtual-rooms-1.2 2022-04-14 15:11:16 +03:00
5e65c857c7 Web: Files: fixed selection file with same id, fixed tile view 2022-04-14 15:10:58 +03:00
3996816ed2 Web: Files: OperationPanel: Changed logic of saving information. (Fixed problem when can't restore into first folder) 2022-04-14 15:07:52 +03:00
1fb08c764f
Merge pull request #619 from ONLYOFFICE/bugfix/security-settings
Bugfix/security settings
2022-04-14 07:29:20 -04:00
0a06c2b77c WEb: Files: OperationsPanel: Moved clear timer. 2022-04-14 14:04:38 +03:00
d3dc0ec7b5 Merge branch 'feature/virtual-rooms-1.2' of github.com:ONLYOFFICE/AppServer into bugfix/security-settings 2022-04-14 13:25:29 +03:00
cc34c5b3c5 Web: Client: Tests: add custom scenario for tfa 2022-04-14 13:25:09 +03:00
1c8094139f Web: Client: Tests: add mock 2022-04-14 13:24:35 +03:00
016841afd7 Web: Files: OperationPanel: Deleted useless code. 2022-04-14 13:18:50 +03:00
8243bd1b77 Web: Files: Added error handler, added clear an active operation, added showing loader after some time. 2022-04-14 13:09:53 +03:00
fbe6b167ef Web: Files: Added showing loader after some time, fixed styles. 2022-04-14 12:53:17 +03:00
d2178d4f85 Web: Client: Settings: fix tfa logic 2022-04-14 12:46:58 +03:00
Timofey Boyko
fc32501182 Web:Files:Components: delete useless code of external link of sharing panel 2022-04-14 12:42:10 +03:00
2359ac34c9 Web: Client: SettingsStore: add setIsInit 2022-04-14 12:41:59 +03:00
fbb04ea80f Web: Common: TfaStore: delete useless 2022-04-14 12:41:24 +03:00
Timofey Boyko
f45164bc61 Web:Files:Components: refactoring and redesign internal link of sharing panel 2022-04-14 12:41:23 +03:00
Timofey Boyko
8cd3abdccd Web:Files:Components: refactoring and redesign external link of sharing panel 2022-04-14 12:13:15 +03:00
Timofey Boyko
0da91aa337 Web:Files:Components: refactoring and update access combobox of sharing panel for external link 2022-04-14 12:12:38 +03:00
Timofey Boyko
53b822220f Web:Components:AccessRightSelect: add support advancedOptions, fix onSelect function, add support dark-theme 2022-04-14 12:02:20 +03:00
13b9a8da70 Web: Files: Added icon size so that the inscription does not move when loading. 2022-04-14 11:37:29 +03:00
Timofey Boyko
3194f8810e Web:update image for access operation 2022-04-14 11:34:18 +03:00
7c93072aae Web: Files: SelectFolderDialog/SelectFileDialog: Fixed aside styles. 2022-04-14 11:18:04 +03:00
6d7bb2747b Merge branch 'feature/virtual-rooms-1.2' into feature/oforms-gallery
# Conflicts:
#	packages/asc-web-common/store/SettingsStore.js
2022-04-14 11:14:24 +03:00
6ddeff2d51 Web: Files: SelectFolderDialog/SelectFileDialog: Fixed styles according layouts. 2022-04-14 11:03:31 +03:00
720703cbab Web: Common: fixed filter loader for mobile devices 2022-04-14 11:01:00 +03:00
af21622987
Merge pull request #605 from ONLYOFFICE/feature/cluster-services-backup
Feature/cluster services backup
2022-04-14 11:20:42 +04:00
6ebfe68583 Web: Files: Fixed styles. 2022-04-14 10:08:47 +03:00
86456159b9 Backup: fix registration 2022-04-13 19:28:58 +03:00
b877354203 BackupBackgroundTasks: port changed 2022-04-13 19:13:37 +03:00
cb6e45d9fe Web: Files: Added translation for title of folder selection dialog. 2022-04-13 18:19:48 +03:00
4a829548c0 Web:Components: Fixed propTypes. 2022-04-13 18:05:41 +03:00
60f6c47956 WEb: SelectFolderDialog: Deleted files from sub folders. 2022-04-13 17:19:49 +03:00
d1d0c54f9e Web: Files: Renamed key for api. 2022-04-13 16:52:29 +03:00
089fceadeb Web: Files: Fixed translations for de, el, en languages. 2022-04-13 16:50:12 +03:00
6df2c6e1c4 Web: Components: Deleted useless code. 2022-04-13 16:47:28 +03:00