aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/CSRFTokenController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-1/+1
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-261-4/+4
* fix(core): Document CSRF token endpointprovokateurin2024-07-251-2/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-271-21/+2
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+2
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* core: Add OpenAPI specjld31032023-07-131-0/+3
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-051-3/+5
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-041-5/+3
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-9/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Fix license headersChristoph Wurst2020-01-131-0/+1
* Only allow requesting new CSRF tokens if it passes the SameSite Cookie testRoeland Jago Douma2020-01-031-0/+5
* Update license headersChristoph Wurst2019-12-051-2/+3
* Add CSRF token controller to retrieve the current CSRF tokenChristoph Wurst2018-03-081-0/+63