summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bit more cleanupRobin Appelman2014-10-223-27/+21
* Move creating the database connection to the server containerRobin Appelman2014-10-224-85/+90
* Remove implicit prepared statement cache and get the connection from the serv...Robin Appelman2014-10-225-58/+13
* Extend \OCP\IDBConnection to cover more use casesRobin Appelman2014-10-221-3/+61
* Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBCon...Robin Appelman2014-10-223-110/+3
* always use the correct share typeBjoern Schiessle2014-10-221-3/+3
* Merge pull request #11416 from owncloud/eventloggerMorris Jobke2014-10-2217-10/+524
|\
| * call initPaths() right before the server is instantiatedThomas Müller2014-10-211-1/+1
| * Log some additional eventsRobin Appelman2014-10-202-2/+6
| * Allow adding events that hapend before the event logger was loadedRobin Appelman2014-10-203-1/+17
| * Rename to NullQueryLoggerRobin Appelman2014-10-203-6/+6
| * Log some basic eventsRobin Appelman2014-10-206-4/+24
| * Rename namespace to DiagnosticsRobin Appelman2014-10-2012-34/+34
| * Activate the query logger on connectRobin Appelman2014-10-201-0/+1
| * Add QueryLogger interface to allow apps to get a list of used queriesRobin Appelman2014-10-207-0/+217
| * Add an EventLogger interface to allow apps to get a log of the request timelineRobin Appelman2014-10-207-6/+262
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-221-0/+9
* | Merge pull request #11630 from owncloud/kill-some-legacyLukas Reschke2014-10-214-22/+7
|\ \
| * | move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller2014-10-201-1/+1
| * | remove legacy class OC_UpdaterThomas Müller2014-10-203-21/+6
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-213-1/+4
* | Add unit tests for convertToRelativePathLukas Reschke2014-10-201-1/+1
* | Refer to relative path instead of absolute pathLukas Reschke2014-10-201-8/+21
|/
* throw exception in writeBack, the returned boolean is checked nowhereJörn Friedrich Dreyer2014-10-201-3/+2
* make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-203-27/+40
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-203-0/+3
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-182-0/+2
* make performance less bad. Still far from good, but at least it worksArthur Schiwon2014-10-171-3/+2
* with several backends, more than limit can be returnedArthur Schiwon2014-10-171-1/+1
* Merge pull request #11430 from owncloud/minify-js-css-masterMorris Jobke2014-10-176-81/+147
|\
| * adding cssmin and jssmin(minify)Thomas Müller2014-10-176-81/+147
* | Merge pull request #11634 from owncloud/loadapps-encapsulaterequireLukas Reschke2014-10-171-1/+11
|\ \ | |/ |/|
| * Encapsulate require_once to avoid name space bleedindVincent Petry2014-10-171-1/+11
* | Merge pull request #9104 from macjohnny/macjohnny-drastic-ldap-speedupblizzz2014-10-171-5/+12
|\ \
| * | modified caching mechanism in getUserGroupIdsmacjohnny2014-06-231-25/+6
| * | clean up function getUserGroupIdsmacjohnny2014-06-231-7/+4
| * | Update manager.phpmacjohnny2014-06-211-3/+11
| * | Update manager.phpmacjohnny2014-06-191-2/+2
| * | Update manager.phpmacjohnny2014-06-191-9/+25
| * | Update manager.phpmacjohnny2014-06-191-0/+1
| * | Update manager.phpmacjohnny2014-06-191-1/+2
| * | Update manager.phpmacjohnny2014-06-191-1/+4
* | | Merge pull request #11611 from owncloud/fix-svg-masterMorris Jobke2014-10-171-2/+12
|\ \ \
| * | | Remove insane commentLukas Reschke2014-10-161-1/+0
| * | | Fix SVG iconsLukas Reschke2014-10-161-2/+13
* | | | Add PHPDoc about sanitization of "insertIfNotExist"Lukas Reschke2014-10-171-1/+1
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-1711-0/+12
| |_|/ |/| |
* | | Add a try catch blockLukas Reschke2014-10-161-6/+10
* | | Merge pull request #11591 from owncloud/addAppVersionToCSSandJSLukas Reschke2014-10-161-9/+12
|\ \ \
| * | | include the apps' versions hash to invalidate the cached assetsThomas Müller2014-10-161-0/+2