aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Allow adding events that hapend before the event logger was loadedRobin Appelman2014-10-202-1/+9
| * | | | Rename to NullQueryLoggerRobin Appelman2014-10-203-6/+6
| * | | | Log some basic eventsRobin Appelman2014-10-205-0/+14
| * | | | Rename namespace to DiagnosticsRobin Appelman2014-10-207-26/+26
| * | | | 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-204-0/+155
| * | | | Add an EventLogger interface to allow apps to get a log of the request timelineRobin Appelman2014-10-204-6/+188
| | |_|/ | |/| |
* | | | Merge pull request #11630 from owncloud/kill-some-legacyLukas Reschke2014-10-213-21/+6
|\ \ \ \
| * | | | remove legacy class OC_UpdaterThomas Müller2014-10-203-21/+6
| |/ / /
* | | | 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
* | | 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-175-81/+117
|\ \ \
| * | | adding cssmin and jssmin(minify)Thomas Müller2014-10-175-81/+117
* | | | 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
| |_|/ / / |/| | | |
* | | | | 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
| * | | | Add app version to JS and CSSLukas Reschke2014-10-151-9/+10
* | | | | Merge pull request #11383 from ockham/share-tags2Lukas Reschke2014-10-166-128/+467
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | PHPDoc fixes as suggested by @MorrisJobke.Bernhard Reiter2014-10-143-3/+7
| * | | | Add getTag() function for accessing of a single tag.Bernhard Reiter2014-10-141-6/+32
| * | | | Make loading of tags from DB more explicit.Bernhard Reiter2014-10-141-9/+3
| * | | | In Tags::rename($from, $to), check if there already is a tag named $to.Bernhard Reiter2014-10-141-1/+6
| * | | | Add option to include tags for shared items.Bernhard Reiter2014-10-143-20/+175
| * | | | Remove two obsolete try...catch blocks.Bernhard Reiter2014-10-141-13/+5
| * | | | Implement Tag and TagMapper classes.Bernhard Reiter2014-10-145-98/+260
| * | | | Remove redundant null initializations.Bernhard Reiter2014-10-142-4/+4
| * | | | Test addMultiple() with $sync=true.Bernhard Reiter2014-10-141-0/+1
* | | | | Merge pull request #11595 from owncloud/make_get_display_name_more_robustblizzz2014-10-161-2/+12
|\ \ \ \ \
| * | | | | strip whitespace from the beginning and end of the display name to avoid empt...Bjoern Schiessle2014-10-151-2/+12
* | | | | | make trashbin compatible with objectstore, replace glob with search in cache,...Jörn Friedrich Dreyer2014-10-161-0/+10
* | | | | | Merge pull request #11565 from owncloud/fix-behaviourOnOSXLukas Reschke2014-10-151-1/+1
|\ \ \ \ \ \