Commit Graph

2920 Commits

Author SHA1 Message Date
TimofeyBoyko
fd818d148e Web:Common:Api: disable search withSubfolders and searchInContent for rooms 2022-07-19 15:57:14 +03:00
TimofeyBoyko
4614d3fb32 Web:Components:CatalogItem: fix position of badge icon 2022-07-19 15:52:49 +03:00
TimofeyBoyko
4084d3a250 Web:Common:FilterInput: add loader for filter block 2022-07-19 11:44:34 +03:00
TimofeyBoyko
e84c9e1f79 Web:Common:Loaders: add filter block loader 2022-07-19 11:37:51 +03:00
TimofeyBoyko
6e67c915db Web:Common:FilterInput: add new filter items for work with options and checkbox 2022-07-18 20:26:15 +03:00
TimofeyBoyko
f15894a7e9 Web:Common:Api: fix searchInContent 2022-07-18 19:34:04 +03:00
TimofeyBoyko
c3179249ef Web:Common:Api: fix rooms withSubfolder 2022-07-18 16:11:10 +03:00
TimofeyBoyko
4319c29da2 Web:Common:FilterInput: add display selected items under the filter row 2022-07-18 13:33:25 +03:00
TimofeyBoyko
8832aece23 Web:Files: move logic from virtual room page to home page 2022-07-16 09:50:32 +03:00
TimofeyBoyko
564fe335f2 Web:Common:Api: add isRoom params to folder in getRooms method 2022-07-14 07:42:25 +03:00
TimofeyBoyko
33780332f7 Web:Components:CatalogItem: delete useless arg 'type' from onClick function 2022-07-14 07:11:57 +03:00
TimofeyBoyko
c59ffe797a Web:People: fix filter after refactoring 2022-07-12 17:04:30 +03:00
TimofeyBoyko
09122918f6 Merge branch 'develop' into feature/virtual-rooms-page 2022-07-12 16:19:00 +03:00
TimofeyBoyko
6602a71fe6 Web:Common:API: add isArchive to archived rooms 2022-07-12 10:22:19 +03:00
TimofeyBoyko
8bad489bf1 Web:Common:Navigation: add isRootRoom as second argument to onClick item 2022-07-11 16:08:40 +03:00
baea63043c Web: Components: Utils: fix hugeMobile size 2022-07-11 14:48:25 +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
54435e755e Web:Common:Api: fix equals rooms filter method 2022-07-08 14:50:42 +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
c8feb7899b Merge branch 'develop' into feature/virtual-rooms-page 2022-07-08 12:32:26 +03:00
TimofeyBoyko
7803751844 Web:Common:FilterInput: refactoring 2022-07-08 12:10:37 +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
0da612710d Merge branch 'develop' of github.com:ONLYOFFICE/AppServer into feature/security-settings 2022-07-07 19:39:12 +03:00
dab94135cf Web: Components: fixed onClickOutside eventTypes 2022-07-07 17:58:41 +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
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
0b5dc80b42 Merge branch 'release/v1.2' of github.com:ONLYOFFICE/AppServer into release/v1.2 2022-07-06 16:36:30 +03:00
ba21d018c9 Fixed Bug 58016 - Mobile. Fixed action menu closing 2022-07-06 16:36:21 +03:00
dce8c778c3 Fix Bug 58018: active background 2022-07-06 16:26:58 +03:00
1e0ae3cc4b Fix Bug 57998: disable paging if one page 2022-07-06 15:12:02 +03:00
1a00edc87c Fixed Bug 57639: Added new icons for form actions. Fixed accordion menu sublevel padding and restored icons displaying. 2022-07-06 14:23:27 +03:00
47b4e2e753 Fixed Bug 57784: Common: Section: Fixed left padding for row view after change checkbox container 2022-07-06 13:18:45 +03:00
bcef77d46f Web: Common: FloatingButton: fix position 2022-07-05 23:52:37 +03:00
95ce082219 Web: Components: Added DropDown offsetLeft default value 2022-07-05 22:56:18 +03:00
8a960857e2 Fix Bug 57997 - Mobile. Hide sorting from 'Recent' 2022-07-05 19:07:06 +03:00
49fae13345 Fixed Bug 57768 - Mobile. Fixed click on context menu items 2022-07-05 16:32:05 +03:00
e1e0b37429 Web: Common: Navigation: fix clear trash icon 2022-07-05 15:28:07 +03:00
c1b9bdc505 Web: Components: add offsetLeft 2022-07-05 13:34:21 +03:00