Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Allow adding events that hapend before the event logger was loaded | Robin Appelman | 2014-10-20 | 2 | -1/+9 | |
| * | | | | Rename to NullQueryLogger | Robin Appelman | 2014-10-20 | 3 | -6/+6 | |
| * | | | | Log some basic events | Robin Appelman | 2014-10-20 | 5 | -0/+14 | |
| * | | | | Rename namespace to Diagnostics | Robin Appelman | 2014-10-20 | 7 | -26/+26 | |
| * | | | | Activate the query logger on connect | Robin Appelman | 2014-10-20 | 1 | -0/+1 | |
| * | | | | Add QueryLogger interface to allow apps to get a list of used queries | Robin Appelman | 2014-10-20 | 4 | -0/+155 | |
| * | | | | Add an EventLogger interface to allow apps to get a log of the request timeline | Robin Appelman | 2014-10-20 | 4 | -6/+188 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #11630 from owncloud/kill-some-legacy | Lukas Reschke | 2014-10-21 | 3 | -21/+6 | |
|\ \ \ \ | ||||||
| * | | | | remove legacy class OC_Updater | Thomas Müller | 2014-10-20 | 3 | -21/+6 | |
| |/ / / | ||||||
* | | | | Add unit tests for convertToRelativePath | Lukas Reschke | 2014-10-20 | 1 | -1/+1 | |
* | | | | Refer to relative path instead of absolute path | Lukas Reschke | 2014-10-20 | 1 | -8/+21 | |
|/ / / | ||||||
* | | | throw exception in writeBack, the returned boolean is checked nowhere | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -3/+2 | |
* | | | make skeleton compatible with objectstore | Jörn Friedrich Dreyer | 2014-10-20 | 3 | -27/+40 | |
* | | | make performance less bad. Still far from good, but at least it works | Arthur Schiwon | 2014-10-17 | 1 | -3/+2 | |
* | | | with several backends, more than limit can be returned | Arthur Schiwon | 2014-10-17 | 1 | -1/+1 | |
* | | | Merge pull request #11430 from owncloud/minify-js-css-master | Morris Jobke | 2014-10-17 | 5 | -81/+117 | |
|\ \ \ | ||||||
| * | | | adding cssmin and jssmin(minify) | Thomas Müller | 2014-10-17 | 5 | -81/+117 | |
* | | | | Merge pull request #11634 from owncloud/loadapps-encapsulaterequire | Lukas Reschke | 2014-10-17 | 1 | -1/+11 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Encapsulate require_once to avoid name space bleedind | Vincent Petry | 2014-10-17 | 1 | -1/+11 | |
* | | | | Merge pull request #9104 from macjohnny/macjohnny-drastic-ldap-speedup | blizzz | 2014-10-17 | 1 | -5/+12 | |
|\ \ \ \ | ||||||
| * | | | | modified caching mechanism in getUserGroupIds | macjohnny | 2014-06-23 | 1 | -25/+6 | |
| * | | | | clean up function getUserGroupIds | macjohnny | 2014-06-23 | 1 | -7/+4 | |
| * | | | | Update manager.php | macjohnny | 2014-06-21 | 1 | -3/+11 | |
| * | | | | Update manager.php | macjohnny | 2014-06-19 | 1 | -2/+2 | |
| * | | | | Update manager.php | macjohnny | 2014-06-19 | 1 | -9/+25 | |
| * | | | | Update manager.php | macjohnny | 2014-06-19 | 1 | -0/+1 | |
| * | | | | Update manager.php | macjohnny | 2014-06-19 | 1 | -1/+2 | |
| * | | | | Update manager.php | macjohnny | 2014-06-19 | 1 | -1/+4 | |
* | | | | | Merge pull request #11611 from owncloud/fix-svg-master | Morris Jobke | 2014-10-17 | 1 | -2/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove insane comment | Lukas Reschke | 2014-10-16 | 1 | -1/+0 | |
| * | | | | | Fix SVG icons | Lukas Reschke | 2014-10-16 | 1 | -2/+13 | |
* | | | | | | Add PHPDoc about sanitization of "insertIfNotExist" | Lukas Reschke | 2014-10-17 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Add a try catch block | Lukas Reschke | 2014-10-16 | 1 | -6/+10 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge pull request #11591 from owncloud/addAppVersionToCSSandJS | Lukas Reschke | 2014-10-16 | 1 | -9/+12 | |
|\ \ \ \ | ||||||
| * | | | | include the apps' versions hash to invalidate the cached assets | Thomas Müller | 2014-10-16 | 1 | -0/+2 | |
| * | | | | Add app version to JS and CSS | Lukas Reschke | 2014-10-15 | 1 | -9/+10 | |
* | | | | | Merge pull request #11383 from ockham/share-tags2 | Lukas Reschke | 2014-10-16 | 6 | -128/+467 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | PHPDoc fixes as suggested by @MorrisJobke. | Bernhard Reiter | 2014-10-14 | 3 | -3/+7 | |
| * | | | | Add getTag() function for accessing of a single tag. | Bernhard Reiter | 2014-10-14 | 1 | -6/+32 | |
| * | | | | Make loading of tags from DB more explicit. | Bernhard Reiter | 2014-10-14 | 1 | -9/+3 | |
| * | | | | In Tags::rename($from, $to), check if there already is a tag named $to. | Bernhard Reiter | 2014-10-14 | 1 | -1/+6 | |
| * | | | | Add option to include tags for shared items. | Bernhard Reiter | 2014-10-14 | 3 | -20/+175 | |
| * | | | | Remove two obsolete try...catch blocks. | Bernhard Reiter | 2014-10-14 | 1 | -13/+5 | |
| * | | | | Implement Tag and TagMapper classes. | Bernhard Reiter | 2014-10-14 | 5 | -98/+260 | |
| * | | | | Remove redundant null initializations. | Bernhard Reiter | 2014-10-14 | 2 | -4/+4 | |
| * | | | | Test addMultiple() with $sync=true. | Bernhard Reiter | 2014-10-14 | 1 | -0/+1 | |
* | | | | | Merge pull request #11595 from owncloud/make_get_display_name_more_robust | blizzz | 2014-10-16 | 1 | -2/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | strip whitespace from the beginning and end of the display name to avoid empt... | Bjoern Schiessle | 2014-10-15 | 1 | -2/+12 | |
* | | | | | | make trashbin compatible with objectstore, replace glob with search in cache,... | Jörn Friedrich Dreyer | 2014-10-16 | 1 | -0/+10 | |
* | | | | | | Merge pull request #11565 from owncloud/fix-behaviourOnOSX | Lukas Reschke | 2014-10-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ |