Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 18 | -2206/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | initialize $middleWares | Thomas Müller | 2013-09-28 | 1 | -1/+1 |
| | |||||
* | delay middleware registrations | Thomas Müller | 2013-09-27 | 1 | -4/+9 |
| | |||||
* | class API decommissioning part 1 | Thomas Müller | 2013-09-25 | 1 | -197/+20 |
| | |||||
* | AppFramework: | Thomas Müller | 2013-09-25 | 1 | -25/+25 |
| | | | | | | - get request from the server container - implement registerMiddleWare() - adding getAppName() to app container | ||||
* | Still some session leftovers. | Thomas Tanghus | 2013-09-17 | 1 | -10/+0 |
| | |||||
* | Purge session from Request - and fix some styles | Thomas Tanghus | 2013-09-17 | 1 | -35/+16 |
| | |||||
* | move new interfaces into lib/public and OCP | Thomas Müller | 2013-08-31 | 3 | -3/+3 |
| | |||||
* | introducing OCP\AppFramework\App | Thomas Müller | 2013-08-21 | 3 | -3/+24 |
| | |||||
* | moving response classes over to OCP | Thomas Müller | 2013-08-21 | 11 | -437/+13 |
| | |||||
* | reducing controller annotations to: | Thomas Müller | 2013-08-20 | 1 | -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 methods | Thomas Müller | 2013-08-20 | 1 | -9/+7 |
| | |||||
* | Introducing IRequest | Thomas Müller | 2013-08-20 | 1 | -1/+110 |
| | |||||
* | Introducing IContainer into public api | Thomas Müller | 2013-08-20 | 2 | -12/+54 |
| | |||||
* | typos & unused var fixed | Thomas Müller | 2013-08-20 | 2 | -7/+5 |
| | |||||
* | there is no HttpMiddleware | Thomas Müller | 2013-08-20 | 1 | -1/+0 |
| | |||||
* | fixing require to Pimple | Thomas Müller | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | initial import of appframework | Thomas Müller | 2013-08-17 | 20 | -0/+2669 |