Commit Graph

22048 Commits

Author SHA1 Message Date
TimofeyBoyko
4e63873bc4 Web:Files:FilesStore: add isRoom and isRootRoom for navigationPath at fetchFiles 2022-07-11 14:20:47 +03:00
TimofeyBoyko
ca099daffb Web:Common: fixed export and import decodeDisplayName 2022-07-08 18:30:50 +03:00
TimofeyBoyko
2e72e298e6 Web:Common: fixed export and import decodeDisplayName 2022-07-08 18:29:50 +03:00
TimofeyBoyko
43b9b6183c Web:Common:Api: add decodeDisplayName to getRooms and getRoom api rooms methods 2022-07-08 18:22:11 +03:00
TimofeyBoyko
2155df63fe Web:Common:Api: move decodeDisplayName function from files api to utils 2022-07-08 18:20:25 +03:00
TimofeyBoyko
42cc6dc5a5 Web:Files:Home: remove useless sorting from section body of tile view 2022-07-08 18:06:52 +03:00
TimofeyBoyko
fffe60a1c7 Web:Files:VirtualRooms:TileView/TableView: add select tag to filter function 2022-07-08 15:00:30 +03:00
TimofeyBoyko
54435e755e Web:Common:Api: fix equals rooms filter method 2022-07-08 14:50:42 +03:00
TimofeyBoyko
ee572da527 Web:Files:RoomsActionsStore: add onSelectTag action 2022-07-08 14:41:55 +03:00
TimofeyBoyko
a6a0bb9cc2 Web:Files:Store: init roomsActionsStore 2022-07-08 14:41:32 +03:00
TimofeyBoyko
b9e8ae7edc Web:Components:Tag: fix onClick function 2022-07-08 14:41:06 +03:00
TimofeyBoyko
e5c46f62b6 Web:Common:Tags: add onSelectTag function 2022-07-08 14:40:49 +03:00
TimofeyBoyko
f9fa940fb2 Web:Common:Api: fix clone rooms filter 2022-07-08 14:40:30 +03:00
TimofeyBoyko
4a2aa14722 Web:Files:Article: delete useless code after merge 2022-07-08 13:23:06 +03:00
TimofeyBoyko
c8feb7899b Merge branch 'develop' into feature/virtual-rooms-page 2022-07-08 12:32:26 +03:00
TimofeyBoyko
f85b116721 Web:Files:Home: refactoring section filter 2022-07-08 12:23:57 +03:00
TimofeyBoyko
7803751844 Web:Common:FilterInput: refactoring 2022-07-08 12:10:37 +03:00
TimofeyBoyko
723716dbc8 Web:Files:VirtualRooms: update filter 2022-07-08 12:10:17 +03:00
TimofeyBoyko
f46add9687 Web:Files:RoomsStore: add filterRooms, sortRooms, searchRoom 2022-07-08 12:09:57 +03:00
TimofeyBoyko
0ecb0ed9f7 Web:Files:VirtualRooms: delete tag from row info 2022-07-08 10:49:53 +03:00
TimofeyBoyko
334367bb33 Web:Common:Tags: delete 'No tag' tag if tags length = 0 2022-07-08 10:41:36 +03:00
TimofeyBoyko
1e8859b29e Web:Common:Api: add method to get all tags 2022-07-08 10:41:00 +03:00
TimofeyBoyko
a3ca2d6052 Web:Common:Api: fix subject id for rooms filter 2022-07-08 10:40:26 +03:00
TimofeyBoyko
3adf3fe5aa Web:Common:Utils: update getObjectByLocation to work with array at URL 2022-07-08 10:40:04 +03:00
TimofeyBoyko
4ea77f00a5 Web:Common:Loaders: fix article loaders 2022-07-08 10:39:15 +03:00
TimofeyBoyko
9a541330aa Web:Common:Article: fix article width 2022-07-08 10:38:57 +03:00
5e08271fb0 Merge branch 'release/v1.2' into develop 2022-07-07 18:03:39 +03:00
dab94135cf Web: Components: fixed onClickOutside eventTypes 2022-07-07 17:58:41 +03:00
912bb3ed36
Merge pull request #711 from ONLYOFFICE/feature/rooms-archive-delete-after
Feature/rooms-archive-delete-after
2022-07-07 17:55:40 +03:00
2bc07e0a1d Files: added DeleteAfter for archiving/unarchiving rooms 2022-07-07 17:52:20 +03:00
7af929fee8 Merge branch 'release/v1.2' into develop
# Conflicts:
#	common/ASC.Core.Common/Notify/Engine/DispatchEngine.cs
#	common/ASC.Core.Common/Notify/Engine/NotifyEngine.cs
#	products/ASC.Files/Core/Core/FileStorageService.cs
#	products/ASC.Files/Core/Core/Thirdparty/IThirdPartyProviderDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/ProviderDao/ProviderDaoBase.cs
#	products/ASC.Files/Core/Core/Thirdparty/ProviderDao/ProviderFileDao.cs
#	products/ASC.Files/Core/Core/Thirdparty/ProviderDao/ProviderFolderDao.cs
#	products/ASC.People/Server/Controllers/PeopleController.cs
#	products/ASC.People/Server/Models/MemberModel.cs
#	web/ASC.Web.Api/Controllers/SettingsController.cs
2022-07-07 17:41:41 +03:00
c3b505f08e fix Bug 58035 2022-07-07 16:34:47 +03:00
df3a74dffe
Merge pull request #710 from ONLYOFFICE/feature/rooms-delete-after
feature/rooms-delete-after
2022-07-07 16:25:38 +03:00
f52162827e Files: added DeleteAfter for rooms 2022-07-07 16:20:44 +03:00
085f769a19 Bump version to v1.2.0 in package.json 2022-07-07 15:30:06 +03:00
f28a372418 Fix Bug 58040: active download button 2022-07-07 14:52:26 +03:00
75251220ba Web: Files: ThirdPartyDialog: fix condition 2022-07-07 13:45:26 +03:00
a171129d5f Fix Bug 58041: add cloud button not work 2022-07-07 13:36:19 +03:00
fb30766210 Fix Bug 58038: hide upload button by cross button 2022-07-07 13:16:46 +03:00
TimofeyBoyko
56c6873ac1 Web:Common:FilterInput: update for multiselect and refactoring 2022-07-07 12:23:21 +03:00
a04ae63a82 MemberModel: CultureName 2022-07-07 12:05:31 +03:00
ca799f867f Fix Bug 57980: wrong tip position 2022-07-07 00:20:22 +03:00
ee8bfbb77d
Merge pull request #706 from ONLYOFFICE/features/enum_generator
Features/enum generator
2022-07-06 18:47:48 +03:00
baa72db316 removed referencies 2022-07-06 18:47:16 +03:00
e06c076f80 Fix Bug 58009 - Client.Clouds.AsNew. The New label of a third-party storage folder will not disappear after marking Mark all as read by the icon next to the folder. 2022-07-06 18:46:17 +03:00
a615053d88 Fix Bug 58025 - Client.Profile. The languages listed in the profile are not in alphabetical order. 2022-07-06 18:26:25 +03:00
398a87fc3d Merge branch 'release/v1.2' of github.com:ONLYOFFICE/AppServer into release/v1.2 2022-07-06 18:07:22 +03:00
27109aae4a Fix Bug 57965: Added a scrollbar for the list of formats. 2022-07-06 18:06:32 +03:00
671addab40 Merge branch 'release/v1.2' of github.com:ONLYOFFICE/AppServer into release/v1.2 2022-07-06 17:56:59 +03:00
fcb184a036 Fixed Bug 57646 - Removed the hanging of loaders when creating files sequentially. 2022-07-06 17:56:32 +03:00