nextcloud/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 controller reuses IRequest methods 2013-08-20 21:05:55 +02:00
core initial import of appframework 2013-08-17 11:16:48 +02:00
dependencyinjection Introducing IContainer into public api 2013-08-20 17:21:14 +02:00
http Introducing IRequest 2013-08-20 17:53:58 +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 Introducing IContainer into public api 2013-08-20 17:21:14 +02:00
app.php initial import of appframework 2013-08-17 11:16:48 +02:00