Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Additional perm check in Webdav (#25453) | Vincent Petry | 2016-07-12 | 1 | -0/+8 |
| | |||||
* | fix getting mount points when passing a path to the files:scan command | Robin Appelman | 2016-05-30 | 1 | -3/+2 |
| | |||||
* | Allow chunk GC mtime tolerance for unfinished part chunks | Vincent Petry | 2016-05-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | Whenever part chunks are written, every fwrite in the write loop will reset the mtime to the current mtime. Only at the end will the touch() operation set the mtime to now + ttl, in the future. However the GC code is expecting that every chunk with mtime < now are old and must be deleted. This causes the GC to sometimes delete part chunks in which the write loop is slow. To fix this, a tolerance value is added in the GC code to allow for more time before a part chunk gets deleted. | ||||
* | Make update server URL configurable | Lukas Reschke | 2016-05-13 | 1 | -5/+2 |
| | | | | Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates. | ||||
* | Yo-ho-oh - Murder all band 'o pirates | Thomas Müller | 2016-05-11 | 2 | -20/+0 |
| | |||||
* | Merge pull request #24168 from owncloud/stable8-certificate | Thomas Müller | 2016-04-22 | 1 | -0/+7 |
|\ | | | | | [stable8] Ignore certificate file if it starts with file:// | ||||
| * | [stable8] Ignore certificate file if it starts with file:// | Lukas Reschke | 2016-04-21 | 1 | -0/+7 |
| | | |||||
* | | Workaround to be able to recognize unlimited quota in fed shares | Vincent Petry | 2016-04-21 | 1 | -1/+8 |
|/ | | | | | Fixes issues where a user cannot upload to a fed share on OC >= 9.0 where the sharer has unlimited quota (-3) | ||||
* | Rename and move permissions are set when a file is updatable | Roeland Jago Douma | 2016-03-04 | 1 | -1/+1 |
| | | | | * Fix unit tests | ||||
* | When a user is removed we should remove the right shares | Roeland Jago Douma | 2016-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * This means all the shares directly shared with them * Or all group shares having a special share with them This patch fixes the operator precedece (AND before OR). So before this patch: (share_with = <deleted user> AND share_type = 0) OR share_type=2 So it deleted all user specific shares Now: share_with = <deleted user> AND (share_type = 0 OR (share_type=2) | ||||
* | prevent 0 byte downloads when storage returns false | Jörn Friedrich Dreyer | 2015-12-18 | 1 | -2/+5 |
| | | | | | | add unit test More fixes for backport | ||||
* | manually backport some helper methods | Björn Schießle | 2015-12-15 | 1 | -0/+74 |
| | |||||
* | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-15 | 2 | -2/+38 |
| | |||||
* | [stable8] Use new updater URL | Lukas Reschke | 2015-11-28 | 1 | -6/+6 |
| | |||||
* | Merge pull request #19659 from owncloud/stable8-backport-19546 | Vincent Petry | 2015-11-25 | 1 | -1/+4 |
|\ | | | | | Stable8 backport 19546 | ||||
| * | fix internal path when searching in storage root | Robin Appelman | 2015-11-12 | 1 | -2/+5 |
| | | | | | | | | (cherry picked from commit c2d76d2) | ||||
| * | The minimum size for internalRootLength is 1 | Olivier Paroz | 2015-11-12 | 1 | -1/+1 |
| | | | | | | | | (cherry picked from commit 3173ed2) | ||||
* | | escape like parameter in cache move | Robin Appelman | 2015-11-20 | 1 | -1/+2 |
| | | |||||
* | | define escape character for like statements on oracle | Robin Appelman | 2015-11-20 | 1 | -0/+1 |
| | | |||||
* | | define escape character for like statements on sqlite | Robin Appelman | 2015-11-20 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #18958 from owncloud/stable8-backport-17791 | Morris Jobke | 2015-10-09 | 1 | -0/+11 |
|\ | | | | | [stable8] Add custom CSP for Win 10 compatibility | ||||
| * | Add custom CSP for Win 10 compatibility | Lukas Reschke | 2015-09-10 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | The default content-security-policy of ownCloud forbids inline JavaScript for security reasons. IE starting on Windows 10 will however also obey the CSP which will break the event source fallback. As a workaround thus we set a custom policy which allows the execution of inline JavaScript. This fixes https://github.com/owncloud/core/issues/14286 | ||||
* | | Merge pull request #18857 from owncloud/memcached-fix-stable8 | Morris Jobke | 2015-10-09 | 1 | -0/+5 |
|\ \ | | | | | | | [stable8] Fallback to complete Memcached flush if getAllKeys fails | ||||
| * | | Fallback to complete Memcached flush if getAllKeys fails | Robin McCorkell | 2015-09-06 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | Newer Memcached's do not support the underlying protocol commands that getAllKeys() is implemented with. We should fallback to clearing everything in that case, as causing (temporary) performance problems for other applications on the server is better than having stale cached data. | ||||
* | | | Clean temp files used for thumbnail generation | Robin Appelman | 2015-09-30 | 1 | -1/+5 |
| | | | |||||
* | | | [upgrade] switch to debug logging on upgrade | Morris Jobke | 2015-09-29 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | * resets afterwards * adds output about the previous log level | ||||
* | | | Merge pull request #18704 from owncloud/stable8-dav-copy-fix | Morris Jobke | 2015-09-28 | 1 | -0/+3 |
|\ \ \ | |_|/ |/| | | [stable8] Check for file existence before doing a DAV copy | ||||
| * | | Check for file existence before doing a DAV copy | Vincent Petry | 2015-08-31 | 1 | -0/+3 |
| |/ | | | | | | | Partial backport of f39fcbc250c3817e0c62627b127cf31a70dca36a from 8.1 | ||||
* / | Always add to $loadedApps | Robin McCorkell | 2015-09-05 | 1 | -1/+1 |
|/ | |||||
* | [app management] fix dependency check on install | Morris Jobke | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | 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 |
| |/ / / |/| | | |