Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding test testSimplePutFailsOnRename() | Thomas Müller | 2013-09-30 | 1 | -0/+14 |
| | |||||
* | remove commented code | Thomas Müller | 2013-09-30 | 1 | -56/+0 |
| | |||||
* | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 97 | -573/+1100 |
|\ | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php lib/connector/sabre/file.php | ||||
| * | Merge pull request #4969 from owncloud/fixing-4043-master | Thomas Müller | 2013-09-30 | 3 | -3/+139 |
| |\ | | | | | | | adding privilege check on move and rename operations | ||||
| | * | code cleanup | Thomas Müller | 2013-09-27 | 1 | -39/+22 |
| | | | |||||
| | * | adding unit tests for ObjectTree::move() | Thomas Müller | 2013-09-26 | 2 | -14/+134 |
| | | | |||||
| | * | adding privilege check on move and rename operations | Thomas Müller | 2013-09-24 | 2 | -1/+34 |
| | | | |||||
| * | | Merge pull request #3563 from evgeni/curl-no-timeout | Thomas Müller | 2013-09-30 | 1 | -9/+0 |
| |\ \ | | | | | | | | | cURL does not honour default_socket_timeout | ||||
| | * | | cURL does not honour default_socket_timeout | Evgeni Golov | 2013-09-30 | 1 | -9/+0 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SabreDAV uses cURL for the requests and as this does not honour default_socket_timeout, setting it is useless and confusing as people will expect the request to timeout faster than it actually will do. One has to use curl_setopt($curl, CURLOPT_TIMEOUT, x) or curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, x) but there is currently no way to make SabreDAV pass this to cURL. | ||||
| * | | Merge pull request #4966 from owncloud/text_preview_blacklist | Andreas Fischer | 2013-09-29 | 4 | -1/+71 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add blacklist to txt preview backend * owncloud/text_preview_blacklist: rename variable in testIsTransparent rename testTxtBlacklist to txtBlacklist move fileView object initialization to testIsTransparent use dataProvider for txt blacklist test add test for txt blacklist add test data for cal and contact preview add blacklist to txt preview backend | ||||
| | * | | rename variable in testIsTransparent | Georg Ehrke | 2013-09-27 | 1 | -3/+3 |
| | | | | |||||
| | * | | rename testTxtBlacklist to txtBlacklist | Georg Ehrke | 2013-09-27 | 1 | -3/+3 |
| | | | | |||||
| | * | | move fileView object initialization to testIsTransparent | Georg Ehrke | 2013-09-27 | 1 | -10/+10 |
| | | | | |||||
| | * | | use dataProvider for txt blacklist test | Georg Ehrke | 2013-09-27 | 1 | -25/+28 |
| | | | | |||||
| | * | | add test for txt blacklist | Georg Ehrke | 2013-09-25 | 1 | -0/+38 |
| | | | | |||||
| | * | | add test data for cal and contact preview | Georg Ehrke | 2013-09-24 | 2 | -0/+19 |
| | | | | |||||
| | * | | add blacklist to txt preview backend | Georg Ehrke | 2013-09-24 | 1 | -0/+10 |
| | | | | |||||
| * | | | Merge pull request #4960 from owncloud/fixing-mirall-1014-master | Thomas Müller | 2013-09-29 | 2 | -2/+15 |
| |\ \ \ | | | | | | | | | | | handle error situation of rename proper | ||||
| | * | | | duplicate code :sigh: - will fix this in a second pr | Thomas Müller | 2013-09-24 | 1 | -1/+8 |
| | | | | | |||||
| | * | | | adding file_exists check just to be on the save side | Thomas Müller | 2013-09-24 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | handle error situation of rename proper | Thomas Müller | 2013-09-23 | 1 | -1/+6 |
| | | | | | |||||
| * | | | | Merge pull request #5031 from zimba12/master | Thomas Müller | 2013-09-29 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | | | followup of #4032 - makes the settings-button bigger... | ||||
| | * | | | | followup of #4032 - makes the settings-button bigger and adds again padding ↵ | Alessandro Cosentino | 2013-09-29 | 1 | -1/+2 |
| |/ / / / | | | | | | | | | | | | | | | | at bottom of app-navigation | ||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-29 | 23 | -122/+154 |
| | | | | | |||||
| * | | | | Merge pull request #5030 from owncloud/base_defaultavatar_text_on_displayname | Morris Jobke | 2013-09-28 | 3 | -2/+7 |
| |\ \ \ \ | | | | | | | | | | | | | Base defaultavatar text on displayname | ||||
| | * | | | | Have uniform (wrong) indention | kondou | 2013-09-28 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Base defaultavatar text on displayname | kondou | 2013-09-28 | 3 | -2/+7 |
| |/ / / / | | | | | | | | | | | | | | | | Fix #4876 | ||||
| * | | | | Merge pull request #5004 from owncloud/phpunit-dist-coverage-excludes | Morris Jobke | 2013-09-28 | 1 | -0/+14 |
| |\ \ \ \ | | | | | | | | | | | | | phpunit.xml: Port code coverage excludes from autotest to dist. | ||||
| | * | | | | phpunit.xml: Port code coverage excludes from autotest to dist. | Andreas Fischer | 2013-09-26 | 1 | -0/+14 |
| | | | | | | |||||
| * | | | | | Merge pull request #4207 from owncloud/search_shared_files | Thomas Müller | 2013-09-27 | 2 | -12/+72 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | add initial search in shared files | ||||
| | * | | | | | adding PHPDoc comments to getBackend | Thomas Müller | 2013-09-24 | 2 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ensure getChildren() is called on an instance of Share_Backend_Collection | ||||
| | * | | | | | same for search by mime | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -4/+4 |
| | | | | | | | |||||
| | * | | | | | add all results, sharing cache also returns entries for shared files in ↵ | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | external storages | ||||
| | * | | | | | fix getAll(), refactor search by mime & search | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -18/+37 |
| | | | | | | | |||||
| | * | | | | | return fixed path, skip shared files outside of 'files' | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -3/+6 |
| | | | | | | | |||||
| | * | | | | | divide ids into chunks of 1k | Jörn Friedrich Dreyer | 2013-09-19 | 1 | -9/+18 |
| | | | | | | | |||||
| | * | | | | | add initial search in shared files | Jörn Friedrich Dreyer | 2013-09-19 | 2 | -2/+26 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #5001 from owncloud/fixing-user-external-backends-master | Morris Jobke | 2013-09-27 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | prelogin apps have to be loaded within setupBackend() otherwise required... | ||||
| | * | | | | | | prelogin apps have to be loaded within setupBackend() otherwise required ↵ | Thomas Müller | 2013-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | classes cannot be loaded | ||||
| * | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-09-27 | 31 | -121/+153 |
| | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Merge pull request #4999 from owncloud/run-unit-tests-for-apps-master | Morris Jobke | 2013-09-26 | 1 | -2/+0 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | run unit tests for apps as well | ||||
| | * | | | | | | Remove $RUNTIME_NOAPPS - setting to false was not enough | Thomas Müller | 2013-09-26 | 1 | -2/+0 |
| | | | | | | | | |||||
| | * | | | | | | run unit tests for apps as well | Thomas Müller | 2013-09-26 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #4990 from owncloud/user_fix_manager | blizzz | 2013-09-26 | 2 | -1/+44 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | manager checkPassword now returns User object, adjust internal user clas... | ||||
| | * | | | | | | Missing Test for the previous commit | Arthur Schiwon | 2013-09-25 | 1 | -0/+43 |
| | | | | | | | | |||||
| | * | | | | | | manager checkPassword now returns User object, adjust internal user class ↵ | Arthur Schiwon | 2013-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accordingly. | ||||
| * | | | | | | | Merge pull request #4887 from owncloud/sharing_disable_public_upload | Björn Schießle | 2013-09-26 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | check only permission from link-share to decide if public upload is enabled or disabled | ||||
| | * | | | | | | | we can leave the loop if the permission of the link share was checked | Bjoern Schiessle | 2013-09-17 | 1 | -3/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | check only permission from link-share to decide if public upload is enabled ↵ | Bjoern Schiessle | 2013-09-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or disabled | ||||
| * | | | | | | | | Merge pull request #4991 from owncloud/enc_fix_warning | Thomas Müller | 2013-09-26 | 2 | -5/+7 |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | check if key exists before reading it |