Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow keeping multiple preview "versions" of the same file | Robin Appelman | 2019-07-08 | 1 | -0/+39 |
| | | | | | | | | | | | The main use case here is storage provided versioning where we dont have separate file ids for all the versions, by allowing a prefix for the version we can store separate previews for all the versions. Additionally, by keeping all the version previews in the same folder as the "normal" previews they will be cleaned up properly when the file is deleted Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add new Provider interface for preview providers | Robin Appelman | 2019-06-17 | 2 | -0/+58 |
| | | | | | | | | | the main difference is passing the `File` object to the provider instead of a `View` + path Old providers will still continue to work as before Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Move \OCP\Preview to PSR-4 | Roeland Jago Douma | 2016-05-18 | 1 | -0/+58 |