summaryrefslogtreecommitdiffstats
path: root/lib/public/appframework
Commit message (Expand)AuthorAgeFilesLines
* Properly catch whether a share is `null`Lukas Reschke2015-03-251-0/+43
* Merge pull request #12988 from owncloud/logfile_downloadMorris Jobke2015-01-091-0/+42
|\
| * add Download logfile button to admin settingsGeorg Ehrke2015-01-071-0/+42
* | Intelligent containerBernhard Posselt2014-12-232-0/+44
* | Merge pull request #12982 from owncloud/timefac-ifaceThomas Müller2014-12-211-0/+38
|\ \ | |/ |/|
| * add an interface for the timefactory classBernhard Posselt2014-12-201-0/+38
* | add isAdmin and isInGroup methods for the group managerBernhard Posselt2014-12-171-0/+1
* | add a isLoggedIn method to the usersession and deprecate the isLoggedIn metho...Bernhard Posselt2014-12-171-1/+2
|/
* first round of deprecationBernhard Posselt2014-12-162-0/+13
* Olivier Paroz \OCP\AppFramework\Utility\IControllerMethodReflectorOlivier Paroz2014-12-141-0/+63
* Merge headersLukas Reschke2014-12-041-1/+1
* Add functions to modify cookies to response classLukas Reschke2014-11-271-5/+68
* Deprecate older API wrappers and callsLukas Reschke2014-11-121-0/+1
* fix typo in content typeBernhard Posselt2014-11-051-1/+1
* add dataresponseBernhard Posselt2014-10-293-3/+104
* according to PHPDoc this function shall return the entityThomas Müller2014-08-171-1/+4
* Fix template rendering for 'blank' templatesMorris Jobke2014-07-291-1/+3
* also handle lowercase headersBernhard Posselt2014-06-111-22/+22
* handle http accept headers more gracefullyBernhard Posselt2014-06-111-0/+24
* remove controller serializersBernhard Posselt2014-06-052-47/+3
* Fix PHPDocLukas Reschke2014-06-011-9/+1
* use fetch method instead of fetchRow because fetchRow is only an owncloud int...Bernhard Posselt2014-05-141-3/+3
* Merge pull request #8477 from owncloud/better-controllersMorris Jobke2014-05-1210-12/+108
|\
| * adjust license headers to new mail addressBernhard Posselt2014-05-1110-10/+10
| * rename formatter to responder, formatResponse to buildResponseBernhard Posselt2014-05-111-12/+12
| * implement most of the basic stuff that was suggested in #8290Bernhard Posselt2014-05-113-3/+99
* | Merge pull request #8274 from owncloud/appframework-dbMorris Jobke2014-05-124-0/+611
|\ \ | |/ |/|
| * Make db connection protectedBernhard Posselt2014-05-111-1/+1
| * dont update entity and dont run an update query if an entity wasnt changed at...Bernhard Posselt2014-04-232-1/+9
| * Fix typo & add typeLukas Reschke2014-04-201-4/+4
| * move db into iservercontainerBernhard Posselt2014-04-192-51/+2
| * fix doc strings for db facadeBernhard Posselt2014-04-191-1/+1
| * fix scrutinizer issuesBernhard Posselt2014-04-191-0/+4
| * port database layer from appframework to coreBernhard Posselt2014-04-195-0/+648
* | add cors middlewareBernhard Posselt2014-05-093-2/+108
* | make download and redirectresponse publicBernhard Posselt2014-04-202-0/+107
|/
* Remove uneeded usages of nosniffLukas Reschke2014-04-131-1/+0
* register middleware as string to not force request to be instantiated too ear...Bernhard Posselt2014-04-091-2/+2
* Merge pull request #7643 from owncloud/chainable_responseThomas Müller2014-04-083-0/+22
|\
| * Add @return PHPDocsThomas Tanghus2014-03-103-0/+7
| * Chainable Response in AppFrameworkThomas Tanghus2014-03-093-0/+15
* | Remove dependency on container, removing service locator antipatternBernhard Posselt2014-04-021-7/+7
* | Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-1/+1
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-2/+2
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-063-3/+7
* Merge pull request #6027 from owncloud/public-api-restful-routing-oc6Morris Jobke2013-11-271-0/+23
|\
| * adding documentation for registerRoutes()Thomas Müller2013-11-251-1/+13
| * fix appframework routingThomas Müller2013-11-251-0/+11
* | page level doc blocks and class descriptionsMorris Jobke2013-11-252-0/+9
* | AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixesMorris Jobke2013-11-256-3/+57
|/