aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/sidebarpreviewmanager.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-291-8/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Always show full previewsJulius Härtl2019-03-271-18/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add missing variable declarationsStefan Weil2018-10-191-1/+1
| | | | | | | | | This fixes errors from LGTM like the following one: Variable i is used like a local variable, but is missing a declaration. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Make filelist and sidebar use the fileid preview endpointRoeland Jago Douma2018-01-241-0/+1
| | | | | | This makes sure the preview is cached even after rename! yay! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* allow registering sidebar preview handlers for mimetypes that dont come with ↵Robin Appelman2016-12-011-3/+12
| | | | | | server side previews Signed-off-by: Robin Appelman <robin@icewind.nl>
* only load sidebar previews when we know it's availableRobin Appelman2016-07-271-3/+12
|
* Add large sidebar previews for text filesRobin Appelman2016-07-041-4/+22
|
* Factor out handling sidebar previewsRobin Appelman2016-07-041-0/+105