summaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Http
Commit message (Expand)AuthorAgeFilesLines
* feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-258-0/+315
* feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-243-0/+133
* feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an...Joas Schilling2023-03-082-1/+53
* Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-151-1/+1
* feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-0/+37
* composer run cs:fixCôme Chilliet2023-01-2016-16/+0
* Fix typo in deprecatedJoas Schilling2022-10-041-2/+2
* Add description for public and immutableDaniel2022-09-031-2/+2
* Update docblock for cacheForDaniel Kesselberg2022-09-031-2/+4
* Merge pull request #32485 from nextcloud/debt/noid/psalm-streamer-fhblizzz2022-05-311-1/+1
|\
| * Fix type for resourceDaniel Kesselberg2022-05-241-1/+1
* | Use JSON_THROW_ON_ERROR instead of custom error handlingJulius Härtl2022-05-301-7/+1
|/
* Make appName of TemplateResponse accessible in BeforeTemplateRenderedEventJoas Schilling2022-05-201-0/+9
* Fix psalm warning for zip response due wrong typeDaniel Kesselberg2022-05-131-4/+4
* Add CSP policy merge priority for booleansVincent Petry2022-04-011-1/+1
* Allow to set a strict-dynamic CSP through the APIJulius Härtl2022-03-092-0/+17
* Improve caching policyCarl Schwan2022-02-161-2/+2
* send request id in response headerRobin Appelman2022-02-011-0/+7
* Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf2021-08-041-1/+1
|\
| * Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-291-1/+1
* | Add RedirectToDefaultAppResponse::__construct() annotationsDaniel Rudolf2021-07-011-0/+3
* | Deprecate RedirectToDefaultAppResponseDaniel Rudolf2021-07-011-3/+2
* | Remove \OC::$server->getURLGenerator() usageDaniel Rudolf2021-07-011-1/+4
* | Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-1/+2
|/
* Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-231-2/+2
|\
| * Move DateTime::RFC2822 to DateTimeInterface::2822Christoph Wurst2021-06-231-2/+2
* | Add security.txtLukas Reschke2021-06-231-0/+62
|/
* Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-071-1/+1
|\
| * Fix a usort comparison function returning a boolean instead of an integerRichard de Boer2021-05-291-1/+1
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0430-68/+20
* | Escape filename in Content-DispositionLukas Reschke2021-06-021-6/+2
|/
* Make debugging easier which header is being setJoas Schilling2021-03-241-3/+3
* Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
* Update license headersChristoph Wurst2020-12-301-1/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-0/+3
* Log an error when setting a custom header on "Not Modified" responsesJoas Schilling2020-12-151-0/+14
* Update comment to reflect current CSP policyThomas Citharel2020-12-121-1/+1
* Fix DataResponse typehintsRoeland Jago Douma2020-11-191-4/+4
* Set frame-ancestors to none if none are filledRoeland Jago Douma2020-11-181-0/+2
* Remove deprecated OCSResponseRoeland Jago Douma2020-11-011-95/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-056-10/+10
* Add acutal response to BeforeTemplateRenderedEventJulius Härtl2020-09-241-1/+12
* Merge pull request #22432 from nextcloud/enh/phpdocRoeland Jago Douma2020-08-2617-17/+0
|\
| * Remove @package annotations from public namespaceJulius Härtl2020-08-2617-17/+0
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-246-3/+12
|/
* Fix CSJoas Schilling2020-08-191-0/+1
* Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-191-0/+51
* Merge pull request #22097 from nextcloud/enh/noid/empty-templateMorris Jobke2020-08-051-0/+5
|\
| * Add base renderAs templateJulius Härtl2020-08-041-0/+5
* | Move NotFoundResponse to a proper TemplateResponseJulius Härtl2020-07-241-13/+2
|/