aboutsummaryrefslogtreecommitdiffstats
path: root/lib/appframework
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3018-2206/+0
| | | | | Conflicts: lib/private/vcategories.php
* initialize $middleWaresThomas Müller2013-09-281-1/+1
|
* delay middleware registrationsThomas Müller2013-09-271-4/+9
|
* class API decommissioning part 1Thomas Müller2013-09-251-197/+20
|
* AppFramework:Thomas Müller2013-09-251-25/+25
| | | | | | - get request from the server container - implement registerMiddleWare() - adding getAppName() to app container
* Still some session leftovers.Thomas Tanghus2013-09-171-10/+0
|
* Purge session from Request - and fix some stylesThomas Tanghus2013-09-171-35/+16
|
* move new interfaces into lib/public and OCPThomas Müller2013-08-313-3/+3
|
* introducing OCP\AppFramework\AppThomas Müller2013-08-213-3/+24
|
* moving response classes over to OCPThomas Müller2013-08-2111-437/+13
|
* 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
* controller reuses IRequest methodsThomas Müller2013-08-201-9/+7
|
* Introducing IRequestThomas Müller2013-08-201-1/+110
|
* Introducing IContainer into public apiThomas Müller2013-08-202-12/+54
|
* typos & unused var fixedThomas Müller2013-08-202-7/+5
|
* there is no HttpMiddlewareThomas Müller2013-08-201-1/+0
|
* fixing require to PimpleThomas Müller2013-08-201-1/+1
|
* initial import of appframeworkThomas Müller2013-08-1720-0/+2669