aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Http
Commit message (Expand)AuthorAgeFilesLines
* fix: Allow nonce in csp header also if no other reasons are givenJulius Härtl2024-03-111-3/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* fix(CSP): Only add `strict-dynamic` when using noncesFerdinand Thiessen2023-11-171-6/+6
* fix!(ContentSecurityPolicy): Make `strict-dynamic` enabled by default on `scr...Ferdinand Thiessen2023-11-171-1/+1
* feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele...Ferdinand Thiessen2023-11-172-6/+30
* feat(openapi): Add OpenAPI attribute to allow multiple scopes and overwriting...Joas Schilling2023-11-032-0/+100
* Stop sending deprecated Pragma headerGit'Fellow2023-08-281-4/+3
* add separate event for rendering login page templateRobin Appelman2023-08-171-0/+52
* Allow "wasm-unsafe-eval" in CSPDaniel Calviño Sánchez2023-08-103-1/+21
* fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalS...Joas Schilling2023-07-271-9/+0
* Add IgnoreOpenAPI attributejld31032023-07-101-0/+37
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-1/+1
* Add template types to responsesjld31032023-06-3017-94/+198
* chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy:...Christoph Wurst2023-06-121-18/+1
* Drop meta robots tagGit'Fellow2023-06-091-1/+0
* fix(docs): Fix language and copy-paste class name in docs of CSPJoas Schilling2023-05-303-4/+4
* 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