Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 1 | -8/+3 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Always show full previews | Julius Härtl | 2019-03-27 | 1 | -18/+11 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add missing variable declarations | Stefan Weil | 2018-10-19 | 1 | -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 endpoint | Roeland Jago Douma | 2018-01-24 | 1 | -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 Appelman | 2016-12-01 | 1 | -3/+12 |
| | | | | | | server side previews Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | only load sidebar previews when we know it's available | Robin Appelman | 2016-07-27 | 1 | -3/+12 |
| | |||||
* | Add large sidebar previews for text files | Robin Appelman | 2016-07-04 | 1 | -4/+22 |
| | |||||
* | Factor out handling sidebar previews | Robin Appelman | 2016-07-04 | 1 | -0/+105 |