aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/AppFramework/Http/Attribute
Commit message (Expand)AuthorAgeFilesLines
* 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-2418-324/+36
* feat(AppFramework): Add Route attributeprovokateurin2024-02-213-0/+287
* feat(openapi): Add OpenAPI attribute to allow multiple scopes and overwriting...Joas Schilling2023-11-032-0/+100
* Add IgnoreOpenAPI attributejld31032023-07-101-0/+37
* 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
* feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-271-0/+37