Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10689 from owncloud/load_classfile_once | Morris Jobke | 2014-10-23 | 1 | -1/+1 |
|\ | |||||
| * | make sure class file is loaded once | Arthur Schiwon | 2014-08-28 | 1 | -1/+1 |
* | | Merge pull request #11704 from owncloud/fix-type-for-query | Lukas Reschke | 2014-10-22 | 1 | -5/+8 |
|\ \ | |||||
| * | | Use mixed as type | Lukas Reschke | 2014-10-22 | 1 | -5/+8 |
* | | | Merge pull request #11702 from owncloud/fix-11637 | blizzz | 2014-10-22 | 1 | -4/+5 |
|\ \ \ | |||||
| * | | | better variable name | Arthur Schiwon | 2014-10-22 | 1 | -3/+4 |
| * | | | set up FS by username, not login name\! | Arthur Schiwon | 2014-10-22 | 1 | -1/+1 |
* | | | | Merge pull request #9586 from owncloud/enhanced-sql-script-generation-oracle-... | Jörn Friedrich Dreyer | 2014-10-22 | 4 | -13/+49 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Special treatment for Oracle | Thomas Müller | 2014-10-16 | 4 | -13/+49 |
* | | | | Merge pull request #11687 from owncloud/appframework-session-annotation | Lukas Reschke | 2014-10-22 | 2 | -1/+82 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | introduce SessionMiddleWare to control session handling via an annotation | Thomas Müller | 2014-10-22 | 2 | -1/+82 |
* | | | | always use the correct share type | Bjoern Schiessle | 2014-10-22 | 1 | -3/+3 |
* | | | | Merge pull request #11416 from owncloud/eventlogger | Morris Jobke | 2014-10-22 | 11 | -6/+367 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Log some additional events | Robin Appelman | 2014-10-20 | 1 | -2/+3 |
| * | | | 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 |