preview/preview.php 2

Type Line Description
TODO 28 On OC9, replace \OC\Preview with IPreview if methods we need have been added
TODO 144 Need to read scaling setting from settings

service/configservice.php 2

Type Line Description
TODO 123 Native SVG could be disabled via admin settings
TODO 47 This hard-coded array could be replaced by admin settings

service/filesservice.php 1

Type Line Description
TODO 224 Test to see by how much using file_exists slows things down

service/previewservice.php 1

Type Line Description
TODO 101 Get the max size from the settings

service/searchmediaservice.php 1

Type Line Description
TODO 177 We could potentially check if the file is readable ($file->stat() maybe) in order to only return valid files, but this may slow down operations

utility/eventsource.php 1

Type Line Description
TODO 34 Replace with a library