Commit Graph

4149 Commits (3eb5fff02a477fbb3bd4080a4eb4e773e8db5d1f)

Author SHA1 Message Date
Bart Visscher 3eb5fff02a Add documentation to OC\DB\adapter class 13 years ago
Bart Visscher be7c613993 Fix errors from unit tests 13 years ago
Bart Visscher b66c9098bd Correct namespace of OC_ classes 13 years ago
Bart Visscher 000b5a801f Move building error string to connection 13 years ago
Bart Visscher de83bf98c7 Group database connection and schema function 13 years ago
Bart Visscher 013333fe6a Cleanup: remove code for multiple database backends 13 years ago
Bart Visscher 3e0e2cfa19 Use $connection for schema changes 13 years ago
Bart Visscher 8a332cdc94 Simplify OC_DB transaction functions 13 years ago
Bart Visscher 19b9c89634 Move insertIfNotExist to Connection wrapper 13 years ago
Bart Visscher 58991150ab Move query statement fixup handling to Connection wrapper 13 years ago
Bart Visscher 1d5d23a1de Move limit/offset handling to Connection wrapper 13 years ago
Bart Visscher a48e9c488b Move prepared query cache handling to Connection wrapper 13 years ago
Bart Visscher e3c5fea989 Move lastInsertId to adapter classes 13 years ago
Bart Visscher cd98ff1eaf Move db prefix handling to Connection wrapper 13 years ago
Bart Visscher 66a215651b Create DB Connection wrapper and DB\Adapter* classes 13 years ago
Bart Visscher 62ce3a5613 Only close db connection when disconnecting, keep the connection object 13 years ago
Morris Jobke 8f93490ac4 fix failing master branch - Test_Config::testWriteData 13 years ago
Morris Jobke 05c83a163a add proper deprecated tag 13 years ago
Jan-Christoph Borchardt 48267b6e6c add back public API function, but mark as deprecated 13 years ago
Bart Visscher 11f28d7880 Result of && if not the part 13 years ago
Bart Visscher cbe1c22b5f Correct casing of OC_User and pass through the params to getUsers 13 years ago
Robin Appelman 2b89b7c880 Split scanning logic from ajax file 13 years ago
Robin Appelman b397df2022 add option to get the mountmanager from the filesystem 13 years ago
Robin Appelman 02cdd52fb0 Make Cache\Scanner an emitter 13 years ago
Bart Visscher a22940d3cd Add OC_L10N to public api 13 years ago
Bart Visscher 9379cbf602 Add OC_Image to public api 13 years ago
Jenkins for ownCloud ae82f7fd17 [tx-robot] updated from transifex 13 years ago
Jan-Christoph Borchardt 48948ccf5f finally remove the file size obfuscation as it had more disadvantages. I was wrong, sorry. 13 years ago
Bart Visscher e2b6781cf9 Tweaks to the MDB2SchemaReader 13 years ago
Markus Goetz bf7514f76a WebDAV Auth Connector: Check if already logged in 13 years ago
Thomas Mueller 24283425a6 fixing UNIX_TIMESTAMP() for mssql 13 years ago
Bart Visscher 5b60fad467 Display the exception error backtrace preformatted 13 years ago
Bart Visscher 971a3fd124 Early errors (in base.php) don't have session available 13 years ago
Bart Visscher 49fca86f3c Cleanup error generation in base.php 13 years ago
Bart Visscher 7d86e262e1 Use autoloader for Patchwork/PHP/Shim/Normalizer 13 years ago
Robin Appelman dc1a17b6f4 memcache: also switch factory to prefix 13 years ago
Robin Appelman 504089940d mamcache: implement the ArrayAccess interface 13 years ago
Robin Appelman 69048ab71f memchache: use prefix string instead of global flag 13 years ago
Robin Appelman d82c1dfcab split out memcache factory from base class 13 years ago
kondou d9c697534d Fix some typos 13 years ago
Thomas Müller d18bd17eb7 - eventsource.php: in case of potential CSRF attack we send an error message from the EventSource to the browser 13 years ago
Jenkins for ownCloud 7ec6f3bde9 [tx-robot] updated from transifex 13 years ago
Victor Dubiniuk 194ab11322 General fixes 13 years ago
Thomas Tanghus 9e9c323acd Set path in cookie. 13 years ago
Victor Dubiniuk 5a3fce12a4 Implement encodePath 13 years ago
Jan-Christoph Borchardt d70d4f435e apply @LukasReschke's cookie changes, hopefully finally fix #854 13 years ago
Michael Gapczynski 4feff3456b Only emit permissions hook for files and and include path 13 years ago
Robin Appelman a0d5ba1167 fix typo 13 years ago
Bart Visscher e7b882a4fc stupid namespace 13 years ago
Bart Visscher 4a6803ef9d Check if logger is set, also no need to return true 13 years ago