aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Http
Commit message (Expand)AuthorAgeFilesLines
* feat: Use inline password confirmation in external storage settingsLouis Chemineau2024-11-281-0/+17
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-195-5/+7
* fix: Fix missing footer on public pagesChristopher Ng2024-09-041-0/+12
* chore(ExternalShareMenuAction): Remove unused legacy propertiesFerdinand Thiessen2024-09-031-16/+5
* refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-035-61/+62
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-256-13/+13
* test: Adjust tests for CSP nonceFerdinand Thiessen2024-08-131-1/+1
* fix: Make sure CSP nonce is not double base64 encodedFerdinand Thiessen2024-08-131-2/+2
* feat: Allow passing additional encode flags for json responseChristopher Ng2024-08-011-2/+15
* feat: Increase max depth of encoded jsonChristopher Ng2024-08-011-1/+1
* feat: allow for ExApps to call Admin endpoints marked with specific attrAlexander Piskun2024-07-181-0/+21
* fix: ARateLimit documentationskjnldsv2024-07-121-0/+2
* feat(OpenAPI): Add ex_app scopeprovokateurin2024-07-021-0/+8
* feat(AppFramework): Add ExAppRequired attributeprovokateurin2024-07-011-0/+21
* chore: Add SPDX headerAndy Scherzinger2024-05-2451-1043/+130
* fix(AppFramework): Fix error message about 204 not allowing custom headersprovokateurin2024-04-081-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix: Allow nonce in csp header also if no other reasons are givenJulius Härtl2024-03-081-3/+3
* feat(AppFramework): Add Route attributeprovokateurin2024-02-213-0/+287
* fix(API): Use a distinct exception so apps can react to it and customize the ...Joas Schilling2023-11-281-0/+79
* 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