aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/Db
Commit message (Collapse)AuthorAgeFilesLines
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Added method to DB and fix testRoeland Jago Douma2016-10-241-0/+11
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Add a method to lock a tableJoas Schilling2016-05-211-1/+16
|
* Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-221-0/+287
* Also moved the autoloader setup a bit up since we need it in initpaths