]> source.dussan.org Git - nextcloud-server.git/commit
reducing controller annotations to:
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 20 Aug 2013 19:21:21 +0000 (21:21 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 20 Aug 2013 19:21:21 +0000 (21:21 +0200)
commit395deacc6760564544a76338023d9b0bf39e0bfe
tree764e00ba26046eb78d78f522304a19ebfb684843
parent25ebe495b834f25eefdfcca33b47626257061526
reducing controller annotations to:
@PublicPage - No user logon is expected
@NoAdminRequired - the login user requires no admin rights
@NoCSRFRequired - the incoming request will not check for CSRF token
lib/appframework/middleware/security/securitymiddleware.php
tests/lib/appframework/middleware/security/SecurityMiddlewareTest.php