Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Allow adding events that hapend before the event logger was loaded | Robin Appelman | 2014-10-20 | 3 | -1/+17 | |
| * | | | | | | | | | Rename to NullQueryLogger | Robin Appelman | 2014-10-20 | 3 | -6/+6 | |
| * | | | | | | | | | Log some basic events | Robin Appelman | 2014-10-20 | 6 | -4/+24 | |
| * | | | | | | | | | Rename namespace to Diagnostics | Robin Appelman | 2014-10-20 | 12 | -34/+34 | |
| * | | | | | | | | | 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 | 7 | -0/+217 | |
| * | | | | | | | | | Add an EventLogger interface to allow apps to get a log of the request timeline | Robin Appelman | 2014-10-20 | 7 | -6/+262 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-22 | 16 | -14/+103 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #11630 from owncloud/kill-some-legacy | Lukas Reschke | 2014-10-21 | 8 | -44/+30 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | move some deprecated usage of OC_Config and OC_AppConfig to \OC::server | Thomas Müller | 2014-10-20 | 5 | -23/+24 | |
| * | | | | | | | | remove legacy class OC_Updater | Thomas Müller | 2014-10-20 | 3 | -21/+6 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #11675 from owncloud/urlencode-for-special-characters | Lukas Reschke | 2014-10-21 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | URLEncode filenames to be compatible with special characters | Lukas Reschke | 2014-10-20 | 1 | -3/+3 | |
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-21 | 28 | -85/+128 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #11666 from owncloud/setup-hidesqlitemessageforautoconfig | Lukas Reschke | 2014-10-20 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Hide SQLite information on setup when autoconfig is used | Vincent Petry | 2014-10-20 | 1 | -0/+2 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #11593 from owncloud/useRelativePathToOwnCloudInstallation | Lukas Reschke | 2014-10-20 | 3 | -9/+90 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add proper setup and teardown | Vincent Petry | 2014-10-20 | 1 | -0/+17 | |
| * | | | | | | | Add "$_SERVER['REQUEST_URI']" to fix the unit tests | Lukas Reschke | 2014-10-20 | 1 | -1/+8 | |
| * | | | | | | | Add unit tests for convertToRelativePath | Lukas Reschke | 2014-10-20 | 2 | -1/+45 | |
| * | | | | | | | Refer to relative path instead of absolute path | Lukas Reschke | 2014-10-20 | 1 | -8/+21 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #11644 from owncloud/tune-share-autocomplete | Thomas Müller | 2014-10-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | adjust autocomplete behavior for sharing menu | Craig Morrissey | 2014-10-17 | 1 | -1/+1 | |
* | | | | | | | make tests compatible with hook based skeleton generation | Jörn Friedrich Dreyer | 2014-10-20 | 12 | -24/+102 | |
* | | | | | | | 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 | 4 | -29/+42 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-20 | 31 | -20/+325 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-19 | 18 | -14/+66 | |
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-18 | 75 | -41/+167 | |
* | | | | | | | Merge pull request #11494 from owncloud/fix-ldap-ingroup-for-9225-2 | blizzz | 2014-10-17 | 5 | -33/+96 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | adjust group manager tests | Arthur Schiwon | 2014-10-17 | 1 | -15/+9 | |
| * | | | | | | add one simple cache test | Arthur Schiwon | 2014-10-17 | 1 | -4/+29 | |
| * | | | | | | make performance less bad. Still far from good, but at least it works | Arthur Schiwon | 2014-10-17 | 3 | -11/+32 | |
| * | | | | | | with several backends, more than limit can be returned | Arthur Schiwon | 2014-10-17 | 1 | -1/+1 | |
| * | | | | | | fix retrievel of group members and cache group members | Arthur Schiwon | 2014-10-17 | 1 | -2/+25 | |
|/ / / / / / | ||||||
* | | | | | | update 3rdparty to match master - just adds the merge commit | Morris Jobke | 2014-10-17 | 1 | -0/+0 | |
* | | | | | | Merge pull request #11430 from owncloud/minify-js-css-master | Morris Jobke | 2014-10-17 | 7 | -81/+147 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | adding cssmin and jssmin(minify) | Thomas Müller | 2014-10-17 | 7 | -81/+147 | |
* | | | | | | | 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 #11631 from owncloud/fix-undefine-encryption-exception | Björn Schießle | 2014-10-17 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | fixing usage of EncryptionException | Thomas Müller | 2014-10-17 | 1 | -3/+4 | |
* | | | | | | | Merge pull request #9104 from macjohnny/macjohnny-drastic-ldap-speedup | blizzz | 2014-10-17 | 2 | -15/+22 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | adapted tests for a groupId indexed group array | macjohnny | 2014-06-24 | 1 | -10/+10 | |
| * | | | | | | | 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 |