Change Content-Disposition Header
- Make ALLOWED_CONTENT_TYPES public in order to use
- Add $fileName variable which uses "$node->getName()" to get the proper file name and "$file->getMimeType()" along with the ALLOWED_CONTENT_TYPES array in PhotoCache.php to get the proper file extension
- Make "$fileName" the name of the file in the Content-Disposition header when downloading a Contact's photo
- Add filename to the CardDAV integration image export test header
- Change headers in ImageExportPluginTest to reflect changes
Signed-off-by:
Jacob Neplokh <me@jacobneplokh.com>
Showing
- apps/dav/lib/CardDAV/ImageExportPlugin.php 2 additions, 1 deletionapps/dav/lib/CardDAV/ImageExportPlugin.php
- apps/dav/lib/CardDAV/PhotoCache.php 1 addition, 1 deletionapps/dav/lib/CardDAV/PhotoCache.php
- apps/dav/tests/unit/CardDAV/ImageExportPluginTest.php 3 additions, 3 deletionsapps/dav/tests/unit/CardDAV/ImageExportPluginTest.php
- build/integration/features/carddav.feature 1 addition, 1 deletionbuild/integration/features/carddav.feature
Loading
Please register or sign in to comment