nextcloud/tests/lib/appframework
Thomas Müller 395deacc67 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
2013-08-20 21:21:21 +02:00
..
controller initial import of appframework 2013-08-17 11:16:48 +02:00
dependencyinjection initial import of appframework 2013-08-17 11:16:48 +02:00
http initial import of appframework 2013-08-17 11:16:48 +02:00
middleware reducing controller annotations to: 2013-08-20 21:21:21 +02:00
routing initial import of appframework 2013-08-17 11:16:48 +02:00
utility initial import of appframework 2013-08-17 11:16:48 +02:00
AppTest.php fixing broken test 2013-08-20 16:51:12 +02:00
classloader.php Introducing IContainer into public api 2013-08-20 17:21:14 +02:00