Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP\AppFramework to PSR-4 | Roeland Jago Douma | 2016-05-06 | 1 | -376/+0 |
| | |||||
* | Add better messages for sometimes obscure exceptions | Bernhard Posselt | 2016-04-04 | 1 | -2/+27 |
| | | | | | | * add better messages for sometimes obscure exceptions * fix formatting | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | Joas Schilling | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Fix missing @since tags in OCP | Morris Jobke | 2015-06-19 | 1 | -0/+2 |
| | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -0/+11 |
| | | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -15/+14 |
| | |||||
* | If the execute method on the mapper receives an assoc array, it binds by ↵ | Bernhard Posselt | 2015-03-19 | 1 | -19/+36 |
| | | | | value instead of index | ||||
* | also use backwards compatible method for mapper | Bernhard Posselt | 2015-03-18 | 1 | -1/+6 |
| | |||||
* | fix backwards compatibility for mapper execute method | Bernhard Posselt | 2015-03-18 | 1 | -2/+11 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -13/+17 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | use IDBConnection and close cursors after insert/update/delete | Bernhard Posselt | 2015-02-25 | 1 | -6/+10 |
| | |||||
* | migrate to IDBConnection | Bernhard Posselt | 2015-02-25 | 1 | -6/+8 |
| | |||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -17/+13 |
| | |||||
* | ignore cursorclosing | Bernhard Posselt | 2015-01-29 | 1 | -21/+28 |
| | |||||
* | according to PHPDoc this function shall return the entity | Thomas Müller | 2014-08-17 | 1 | -1/+4 |
| | |||||
* | use fetch method instead of fetchRow because fetchRow is only an owncloud ↵ | Bernhard Posselt | 2014-05-14 | 1 | -3/+3 |
| | | | | internal alias that exists purely for compability | ||||
* | Make db connection protected | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | dont update entity and dont run an update query if an entity wasnt changed ↵ | Bernhard Posselt | 2014-04-23 | 1 | -1/+6 |
| | | | | at all | ||||
* | Fix typo & add type | Lukas Reschke | 2014-04-20 | 1 | -4/+4 |
| | |||||
* | move db into iservercontainer | Bernhard Posselt | 2014-04-19 | 1 | -0/+2 |
| | |||||
* | port database layer from appframework to core | Bernhard Posselt | 2014-04-19 | 1 | -0/+284 |