aboutsummaryrefslogtreecommitdiffstats
path: root/lib/appframework/middleware
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-304-436/+0
| | | | | Conflicts: lib/private/vcategories.php
* moving response classes over to OCPThomas Müller2013-08-213-4/+4
|
* reducing controller annotations to:Thomas Müller2013-08-201-12/+7
| | | | | | @PublicPage - No user logon is expected @NoAdminRequired - the login user requires no admin rights @NoCSRFRequired - the incoming request will not check for CSRF token
* initial import of appframeworkThomas Müller2013-08-174-0/+441