summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move limit/offset handling to Connection wrapperBart Visscher2013-07-212-67/+8
* Move prepared query cache handling to Connection wrapperBart Visscher2013-07-212-21/+34
* Move lastInsertId to adapter classesBart Visscher2013-07-216-30/+51
* Move db prefix handling to Connection wrapperBart Visscher2013-07-212-17/+15
* Create DB Connection wrapper and DB\Adapter* classesBart Visscher2013-07-217-0/+163
* Only close db connection when disconnecting, keep the connection objectBart Visscher2013-07-211-2/+2
* Merge pull request #4131 from owncloud/scanner-splitBart Visscher2013-07-214-4/+111
|\
| * Split scanning logic from ajax fileRobin Appelman2013-07-192-1/+90
| * add option to get the mountmanager from the filesystemRobin Appelman2013-07-191-1/+8
| * Make Cache\Scanner an emitterRobin Appelman2013-07-191-2/+13
* | Merge pull request #4092 from owncloud/base-better-errorsBart Visscher2013-07-214-24/+17
|\ \
| * | Result of && if not the partBart Visscher2013-07-191-1/+1
| * | Display the exception error backtrace preformattedBart Visscher2013-07-161-0/+3
| * | Early errors (in base.php) don't have session availableBart Visscher2013-07-162-2/+5
| * | Cleanup error generation in base.phpBart Visscher2013-07-161-20/+8
| * | Use autoloader for Patchwork/PHP/Shim/NormalizerBart Visscher2013-07-162-2/+1
* | | Merge pull request #3880 from owncloud/code-checkerBart Visscher2013-07-214-10/+68
|\ \ \
| * | | Correct casing of OC_User and pass through the params to getUsersBart Visscher2013-07-191-8/+8
| * | | Add OC_L10N to public apiBart Visscher2013-07-192-0/+10
| * | | Add OC_Image to public apiBart Visscher2013-07-192-0/+30
| * | | Add classes replaced by the public api to the code checkerBart Visscher2013-05-171-2/+20
* | | | fix failing master branch - Test_Config::testWriteDataMorris Jobke2013-07-211-1/+5
* | | | add proper deprecated tagMorris Jobke2013-07-211-0/+1
* | | | Merge pull request #4118 from owncloud/remove-size-experimentMorris Jobke2013-07-212-20/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | add back public API function, but mark as deprecatedJan-Christoph Borchardt2013-07-201-0/+10
| * | | finally remove the file size obfuscation as it had more disadvantages. I was ...Jan-Christoph Borchardt2013-07-182-28/+0
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-192-17/+18
* | | | Merge pull request #2221 from owncloud/doctrineBart Visscher2013-07-1811-4451/+835
|\ \ \ \ | |/ / / |/| | |
| * | | Tweaks to the MDB2SchemaReaderBart Visscher2013-07-181-1/+6
| * | | Merge branch 'master' into doctrineBart Visscher2013-07-13105-1261/+2526
| |\ \ \
| * | | | Only change integer type when the length is setBart Visscher2013-07-051-1/+1
| * | | | Add comment to column definitionBart Visscher2013-07-051-0/+4
| * | | | Move DoctrineStatementWrapper to its own fileBart Visscher2013-06-282-183/+190
| * | | | Remove deadcodeBart Visscher2013-06-283-30/+0
| * | | | adding PHPDocThomas Mueller2013-06-273-4/+11
| * | | | check item id is setJörn Friedrich Dreyer2013-06-271-1/+1
| * | | | Oracle doesn't know & as bitwise ANDBart Visscher2013-06-261-1/+7
| * | | | Use Doctrine platform to add limit and offset to queryBart Visscher2013-06-261-15/+4
| * | | | Always quote db identifiers in OC_DB_MDB2SchemaReaderBart Visscher2013-06-241-4/+3
| * | | | Quote tablenamesBart Visscher2013-06-241-0/+7
| * | | | Use Doctrines Oracle sequence suffixBart Visscher2013-06-241-2/+10
| * | | | OCI doesn't have a queryStringBart Visscher2013-06-241-0/+5
| * | | | UNIX_TIMESTAMP replace for OracleBart Visscher2013-06-241-0/+1
| * | | | Fixes connecting to Oracle without port setBart Visscher2013-06-241-1/+3
| * | | | Fix not null with empty defaultBart Visscher2013-06-241-0/+1
| * | | | Merge branch 'master' into doctrineBart Visscher2013-06-2476-1130/+2373
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into doctrineBart Visscher2013-05-24100-949/+1617
| |\ \ \ \ \
| * | | | | | Use supplied tablenameBart Visscher2013-05-031-1/+1
| * | | | | | Merge branch 'master' into doctrineBart Visscher2013-04-2578-240/+1157
| |\ \ \ \ \ \
| * | | | | | | initial fix for MSSQLThomas Mueller2013-03-191-2/+2