aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV/ImageExportPlugin.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use Http framework where possibleuseHttpFrameworkGit'Fellow2024-12-141-3/+4
* fix: return 204 instead of 404fix/issue-3021-return-no-content-instead-of-errorSebastianKrupinski2024-12-131-1/+1
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-4/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-271-21/+4
* Stop sending deprecated Pragma headerGit'Fellow2023-08-281-1/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Change Content-Disposition HeaderJacob Neplokh2020-09-051-1/+2
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+1
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* Fix ImageExportPluginTestRoeland Jago Douma2017-05-081-9/+2
* No more XSSRoeland Jago Douma2017-05-081-1/+1
* Clear cache on vcard change/deleteRoeland Jago Douma2017-05-081-3/+1
* Request proper size for contacts menuRoeland Jago Douma2017-05-081-72/+0
* Cache the carddav photo endpointRoeland Jago Douma2017-05-081-17/+40
* Add caching to the imageexport pluginRoeland Jago Douma2017-05-021-0/+5
* Filter more mimetypesLukas Reschke2016-09-091-0/+12
* Fix apps/Joas Schilling2016-07-211-2/+3
* fix a ImageExportPlugin Test (#25215)Georg Ehrke2016-06-271-2/+12
* Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-211-0/+146