aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/security/csrf
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Security to PSR-4Roeland Jago Douma2016-04-144-298/+0
|
* Add new CSRF manager for unit testing purposesLukas Reschke2016-01-254-0/+298
This adds a new CSRF manager for unit testing purposes, it's interface is based upon https://github.com/symfony/security-csrf. Due to some of our required custom changes it is however not possible to use the Symfony component directly.