Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly handle NotPermittedException in SabreDAV | Morris Jobke | 2015-07-02 | 1 | -0/+4 |
| | |||||
* | Merge pull request #17297 from owncloud/stable8-use-mb-functions | Lukas Reschke | 2015-07-01 | 2 | -4/+11 |
|\ | | | | | [stable8] Use UTF-8 mode for preg_split and preg_replace | ||||
| * | Use UTF-8 mode for preg_split and preg_replace | Lukas Reschke | 2015-07-01 | 2 | -4/+11 |
|/ | | | | | | Otherwise a single application with a description containing a non compliant character can break the whole ownCloud appstore. This is for example https://apps.owncloud.com/content/show.php?content=149553 Fixes https://github.com/owncloud/core/issues/17101#issuecomment-117365224 | ||||
* | 8.0.5RC1v8.0.5RC1 | C Montero-Luque | 2015-06-30 | 1 | -2/+2 |
| | |||||
* | Merge pull request #17233 from owncloud/oc-version-to-app-store-stable8 | Morris Jobke | 2015-06-29 | 4 | -14/+22 |
|\ | | | | | Add oc version to app store requests in stable8 | ||||
| * | Add oc version to app store requests in stable8 | Joas Schilling | 2015-06-29 | 4 | -14/+22 |
|/ | |||||
* | Merge pull request #17171 from owncloud/view-null-root-stable8 | Lukas Reschke | 2015-06-27 | 2 | -1/+28 |
|\ | | | | | [stable8] dont allow using null as view root | ||||
| * | add unit tests for null handling in view | Robin Appelman | 2015-06-25 | 1 | -0/+17 |
| | | |||||
| * | dont allow using null as view root | Robin Appelman | 2015-06-25 | 1 | -1/+11 |
| | | |||||
* | | Merge pull request #17177 from owncloud/stable8-backport-17026 | Lukas Reschke | 2015-06-26 | 1 | -1/+1 |
|\ \ | |/ |/| | [stable8] [config.sample.php] set correct default value for skeletondirectory | ||||
| * | [config.sample.php] set correct default value for skeletondirectory | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #17157 from rullzer/stable8-backport-17136 | Thomas Müller | 2015-06-25 | 2 | -2/+24 |
|\ | | | | | [stable8] Allow removing of link password in OCS again | ||||
| * | Added unit test to verify link password removeal | Roeland Jago Douma | 2015-06-25 | 1 | -1/+23 |
| | | |||||
| * | set NULL correctly in password update | Roeland Jago Douma | 2015-06-25 | 1 | -1/+1 |
| | | | | | | | | | | Old code used 'NULL' but docterine wants null. Now it is possible again to remove the password from a link share. | ||||
* | | Merge pull request #17155 from owncloud/fix-15590-stable8 | Thomas Müller | 2015-06-25 | 2 | -2/+26 |
|\ \ | |/ |/| | Backport of #15592 to stable8 | ||||
| * | Backport of #15592 to stable8 | Thomas Müller | 2015-06-25 | 2 | -2/+26 |
|/ | | | | | | Avoid php message "Invalid argument supplied for foreach()" - refs #15590 Remove unneeded comments | ||||
* | Merge pull request #17115 from owncloud/stable8-share-error-handling | Morris Jobke | 2015-06-24 | 1 | -1/+7 |
|\ | | | | | [stable8] [sharing] handle shares of users that aren't available anymore | ||||
| * | [sharing] handle shares of users that aren't available anymore | Morris Jobke | 2015-06-23 | 1 | -1/+7 |
| | | | | | | | | | | * properly handle the case where an abandoned share is left and simply skip it | ||||
* | | Changed version to 8.0.5v8.0.5beta | C Montero-Luque | 2015-06-23 | 1 | -1/+1 |
| | | |||||
* | | 8.0.5 beta | C Montero-Luque | 2015-06-23 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #17033 from owncloud/backport-16890-stable8 | Morris Jobke | 2015-06-23 | 2 | -6/+10 |
|\ | | | | | Backport of #16890 to stable8 | ||||
| * | Backport of #16890 to stable8 | Arthur Schiwon | 2015-06-18 | 2 | -6/+10 |
| | | | | | | | | | | | | the user is gone, userExists will not bring him back. But the user's folder needs to be deleted anyway delete user test to take getHome into account to ensure it is also deleted subsequently | ||||
* | | Merge pull request #16731 from ↵ | Thomas Müller | 2015-06-23 | 2 | -9/+127 |
|\ \ | | | | | | | | | | | | | owncloud/stable8-trash-deleteasrecipientkeepversions [stable8] Keep versions when deleting as recipient | ||||
| * | | Register sharing hooks in trashbin tests | Vincent Petry | 2015-06-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Register sharing hooks to make sure that the share mount points are mounted properly, as required by the share-related trashbin tests. | ||||
| * | | Keep versions when deleting as recipient | Vincent Petry | 2015-06-03 | 2 | -9/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The original owner could not be resolved because the original file was already deleted, so no versions were retained. This fix passes the owner and path to retainVersions() since it was already resolved before the file deletion. This reactivates the versions logic and creates a copy of the versions in each trashbin. | ||||
* | | | Merge pull request #16579 from owncloud/stable8-cors-no-cookie-auth | Thomas Müller | 2015-06-22 | 4 | -13/+118 |
|\ \ \ | | | | | | | | | Disallow cookie auth for cors requests stable8 | ||||
| * | | | disallow cookie auth for cors requests | Bernhard Posselt | 2015-05-27 | 4 | -13/+118 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testing ... fixes fix test add php doc fix small mistake add another phpdoc remove not working cors annotations from files app | ||||
* | | | | Merge pull request #17001 from owncloud/fix_15664 | Thomas Müller | 2015-06-22 | 1 | -2/+6 |
|\ \ \ \ | | | | | | | | | | | only try to determine unencrypted size if a encrypted file is read | ||||
| * | | | | only try to determine unencrypted size if a encrypted file is read | Bjoern Schiessle | 2015-06-17 | 1 | -2/+6 |
| | | | | | |||||
* | | | | | Merge pull request #16734 from owncloud/stable8-dav-getremoteetag | Thomas Müller | 2015-06-22 | 2 | -3/+35 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable8] Get etag from remote OC server | ||||
| * | | | | | Disable update check test when testing wrappers | Vincent Petry | 2015-06-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The checkUpdate test is intended for testing real storages, not wrappers. | ||||
| * | | | | | Added storage backend test for checkUpdate | Vincent Petry | 2015-06-03 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps testing whether checkUpdate properly returns false when no change exists | ||||
| * | | | | | Get etag from remote OC server | Vincent Petry | 2015-06-03 | 1 | -3/+17 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #17074 from owncloud/appframework-type-cast-stable8 | Morris Jobke | 2015-06-22 | 2 | -1/+15 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable8] Allow multiple whitespace in type hints in AppFramework | ||||
| * | | | | | AppFramework annotation whitespace unit test | Robin McCorkell | 2015-06-22 | 1 | -0/+14 |
| | | | | | | |||||
| * | | | | | Allow multiple whitespace in type hints in AppFramework | Robin McCorkell | 2015-06-22 | 1 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Type hints such as `@param bool $doSomething` will now correctly get parsed, allowing for alignment of docblock parameters if the app developer so wishes. | ||||
* | | | | | Merge pull request #16747 from owncloud/stable8-backport-16403 | Thomas Müller | 2015-06-19 | 1 | -0/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable8] Only load commands of enabled apps | ||||
| * | | | | | Only load commands of enabled apps | Morris Jobke | 2015-06-04 | 1 | -0/+4 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #17022 from owncloud/stable8-verify-path | Thomas Müller | 2015-06-19 | 1 | -0/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable8] Verify if path exists | ||||
| * | | | | | Verify if path exists | Lukas Reschke | 2015-06-18 | 1 | -0/+4 |
| | |_|_|/ | |/| | | | | | | | | | | | | | We need to check if the path exists and throw an error instead of handling this situation ungraciously. | ||||
* | | | | | Merge pull request #16996 from owncloud/stable8-backport-16985-and-16995 | Lukas Reschke | 2015-06-19 | 2 | -5/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | [stable8] backport PHPDoc fixes | ||||
| * | | | | Fix return value for OCP PHPDoc | Morris Jobke | 2015-06-17 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Fix OCP PHPDoc | Morris Jobke | 2015-06-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | * was always a string instead of \OCP\IUser | ||||
* | | | | | Merge pull request #16627 from owncloud/stable8-multiselectsaveracecondition | blizzz | 2015-06-17 | 1 | -3/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable8] Fix LDAP wizard saveMultiSelect race condition | ||||
| * | | | | | save multiselect box on close, not on click. Makes it less frequent and less ↵ | Arthur Schiwon | 2015-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | prone to race conditions | ||||
| * | | | | | Fix LDAP wizard saveMultiSelect race condition | Vincent Petry | 2015-06-01 | 1 | -2/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a checkbox is ticked in a multiselect box, it will trigger the saving and retrieving ajax calls at the same time. This fix makes sure that it will first save, and only once saving is done, do the call that retrieves the filter. | ||||
* | | | | | | Merge pull request #16992 from owncloud/stable8-verify-if-path-exists | Morris Jobke | 2015-06-17 | 1 | -0/+7 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | [stable8] Verify if path exists | ||||
| * | | | | | Throw nicer error message instead 500 | Lukas Reschke | 2015-06-17 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Verify if path exists | Lukas Reschke | 2015-06-17 | 1 | -0/+5 |
|/ / / / / | | | | | | | | | | | | | | | | We need to verify if the specified path exists to gracefully prevent errors. | ||||
* | | | | | Merge pull request #16978 from owncloud/nomssql | Vincent Petry | 2015-06-17 | 1 | -1/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | remove mssql from supported dbs |