Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18181 from owncloud/backport-18159-stable8 | Morris Jobke | 2015-08-16 | 1 | -0/+4 |
|\ | | | | | Backport 18159 stable8 | ||||
| * | Update installer.php | michag86 | 2015-08-10 | 1 | -0/+1 |
| | | |||||
| * | Check if archive contains a directory named like appid | michag86 | 2015-08-10 | 1 | -0/+3 |
| | | |||||
* | | add test for factories | Bernhard Posselt | 2015-08-13 | 2 | -0/+2 |
|/ | | | | | | | | use ref for factory test Ensure we construct SimpleContainer Use single instance of DIContainer in routing tests | ||||
* | check if the user is trying to scan a valid path | Robin Appelman | 2015-07-27 | 1 | -0/+3 |
| | |||||
* | Merge pull request #17158 from ↵ | Morris Jobke | 2015-07-16 | 1 | -7/+9 |
|\ | | | | | | | | | owncloud/backport-15772-no-permission-restriction-for-owner [stable8] Backport 15772 no permission restriction for owner | ||||
| * | Ignore "parent" shares when the sharee is the owner of the reshare-source | Joas Schilling | 2015-06-25 | 1 | -0/+2 |
| | | |||||
| * | Correctly select file cache values also when checking group shares | Joas Schilling | 2015-06-25 | 1 | -7/+7 |
| | | |||||
* | | Fix DAV propfind call | Vincent Petry | 2015-07-13 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #17326 from owncloud/stable8-catch-notpermitted | Morris Jobke | 2015-07-09 | 1 | -0/+11 |
|\ \ | | | | | | | [stable8] Properly handle NotPermittedException in SabreDAV | ||||
| * | | Remove unneeded part file | Morris Jobke | 2015-07-06 | 1 | -0/+7 |
| | | | |||||
| * | | Properly handle NotPermittedException in SabreDAV | Morris Jobke | 2015-07-02 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #17405 from owncloud/stable8-backport-17095 | Morris Jobke | 2015-07-09 | 2 | -2/+8 |
|\ \ \ | | | | | | | | | [stable8] Proper error handling | ||||
| * | | | [updater] propagate error case properly | Morris Jobke | 2015-07-06 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | * add $success to the updateEnd hook * add new return code for a update failure * add exception class to failure hook message | ||||
| * | | | Added error message on initMountpoints exception | Morris Jobke | 2015-07-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #17172 from owncloud/view-emit-path-stable8 | Morris Jobke | 2015-07-08 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | [stable8] emit hooks from a view as long as the path is inside the default root | ||||
| * | | | | fix check if hooks should be emited in runHooks | Robin Appelman | 2015-06-29 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | emit hooks from a view as long as the path is inside the default root | Robin Appelman | 2015-06-29 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | call post_addToGroup als for class OC_User because sharing and LDAP are ↵ | Bjoern Schiessle | 2015-07-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | using this class. Minimal approach to fix #16740 | ||||
* | | | | | owner is stored as 'uid_owner', not as 'owner' in the oc_share table | Bjoern Schiessle | 2015-07-03 | 1 | -2/+2 |
| |/ / / |/| | | | |||||
* | | | | Delete OCS ID from DB if none is specified | Lukas Reschke | 2015-07-02 | 1 | -0/+2 |
| |/ / |/| | | | | | | | | | | | | | | If no OCS ID is specified in appinfo.xml and an app update is triggered and a OCS ID is stored in the DB we should clean the value. Ref https://github.com/owncloud/activity/issues/320#issuecomment-117937748 | ||||
* | | | Use UTF-8 mode for preg_split and preg_replace | Lukas Reschke | 2015-07-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Add oc version to app store requests in stable8 | Joas Schilling | 2015-06-29 | 3 | -13/+21 |
|/ / | |||||
* | | dont allow using null as view root | Robin Appelman | 2015-06-25 | 1 | -1/+11 |
| | | |||||
* | | Merge pull request #17157 from rullzer/stable8-backport-17136 | Thomas Müller | 2015-06-25 | 1 | -1/+1 |
|\ \ | |/ |/| | [stable8] Allow removing of link password in OCS again | ||||
| * | 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. | ||||
* | | Backport of #15592 to stable8 | Thomas Müller | 2015-06-25 | 1 | -2/+4 |
|/ | | | | | | Avoid php message "Invalid argument supplied for foreach()" - refs #15590 Remove unneeded comments | ||||
* | Merge pull request #16579 from owncloud/stable8-cors-no-cookie-auth | Thomas Müller | 2015-06-22 | 2 | -7/+47 |
|\ | | | | | Disallow cookie auth for cors requests stable8 | ||||
| * | disallow cookie auth for cors requests | Bernhard Posselt | 2015-05-27 | 2 | -7/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testing ... fixes fix test add php doc fix small mistake add another phpdoc remove not working cors annotations from files app | ||||
* | | Merge pull request #16734 from owncloud/stable8-dav-getremoteetag | Thomas Müller | 2015-06-22 | 1 | -3/+17 |
|\ \ | | | | | | | [stable8] Get etag from remote OC server | ||||
| * | | Get etag from remote OC server | Vincent Petry | 2015-06-03 | 1 | -3/+17 |
| | | | |||||
* | | | 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. | ||||
* | | | 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 #16630 from owncloud/stable8-quota-onlyforfiles | Morris Jobke | 2015-06-09 | 2 | -4/+6 |
|\ \ \ | | | | | | | | | [stable8] Only use quota stream wrapper on "files" | ||||
| * | | | Make getSourcePath accessible for storage wrappers | Robin Appelman | 2015-06-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Only use quota stream wrapper on "files" | Vincent Petry | 2015-05-29 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | Prevent using the quota stream wrapper on trashbin folders and other metadata folders | ||||
* | | | | Merge pull request #16738 from rullzer/ocs_set_password_backport | Morris Jobke | 2015-06-09 | 2 | -0/+98 |
|\ \ \ \ | | | | | | | | | | | [stable8] Set password properly in OCS Share API | ||||
| * | | | | Password set via OCS API should not be double escaped | Roeland Jago Douma | 2015-06-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | No injections | Roeland Jago Douma | 2015-06-03 | 1 | -3/+7 |
| | | | | | |||||
| * | | | | OCS Fixes to allow setting of password without removing additional settings | Roeland Jago Douma | 2015-06-03 | 2 | -0/+94 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | - Added setPassword to share.php - Fixed OCS API call - Added unit tests | ||||
* | | | | Merge pull request #16660 from owncloud/stable8-returnfileidbug | Joas Schilling | 2015-06-09 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | [stable8] Properly return fileid when scanFile() did not find differences | ||||
| * | | | | Properly return fileid when scanFile() did not find differences | Vincent Petry | 2015-06-01 | 1 | -0/+2 |
| | |/ / | |/| | | |||||
* | | | | Do not use digits in random index names | Victor Dubiniuk | 2015-06-09 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Ensure that passed argument is always a string | Lukas Reschke | 2015-06-01 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well. | ||||
* | | | Clean application identifier before processing | Lukas Reschke | 2015-06-01 | 1 | -0/+2 |
|/ / | |||||
* | | Merge pull request #16117 from owncloud/fix-api-when-firewall-app-is-installed | Thomas Müller | 2015-05-29 | 1 | -2/+2 |
|\ \ | | | | | | | Use existing IRequest to not read php://input multiple times | ||||
| * | | Use existing IRequest to not read php://input multiple times | Lukas Reschke | 2015-05-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Fixes https://github.com/owncloud/client/issues/3204#issuecomment-99427563 - the firewall app has instantiiated an IRequest before and thus broke a lot of stuff on < PHP 5.6. | ||||
* | | | Merge pull request #15306 from netzkolchose/stable8 | Thomas Müller | 2015-05-28 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Fixing: Undefined index: REMOTE_ADDR in lib/private/request.php | ||||
| * | | | Fixing: Undefined index: REMOTE_ADDR in lib/private/request.php | heppstux | 2015-03-30 | 1 | -1/+2 |
| | | | |