Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update author information | Lukas Reschke | 2016-03-01 | 4 | -1/+4 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Save some calls to refreshInfo during upload | Vincent Petry | 2016-03-01 | 1 | -4/+5 |
| | |||||
* | Fix unit tests | Roeland Jago Douma | 2016-03-01 | 1 | -5/+7 |
| | |||||
* | Checksums on chunked files | Roeland Jago Douma | 2016-03-01 | 1 | -0/+8 |
| | | | | | We should also store checksums on chunked files. We do not checksum individual chunks but only the final file. | ||||
* | Remove checksum on upload of non checksumed file | Roeland Jago Douma | 2016-03-01 | 2 | -1/+8 |
| | | | | | | | When we overwrite a checksumed file with a file without a checksum we should remove the checksum from the server. This is done by setting the column to empty. | ||||
* | Merge pull request #22731 from owncloud/hide-nodes-from-listening | Thomas Müller | 2016-03-01 | 1 | -0/+72 |
|\ | | | | | Hides nodes from listing that the user has no access to | ||||
| * | Hides nodes from listing that the user has no access to | Lukas Reschke | 2016-02-29 | 1 | -0/+72 |
| | | |||||
* | | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 1 | -1/+6 |
|/ | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set. | ||||
* | Make non-public-method protected | Joas Schilling | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Solution for Proposal #19974 | Pierre Jochem | 2016-02-22 | 1 | -0/+3 |
| | | | | Show username when writing into owncloud.log | ||||
* | Only add checksum headers for files | Roeland Jago Douma | 2016-02-19 | 1 | -5/+7 |
| | | | | | We can only add the checksum header for real ownCloud files (so we have a fileinfo object etc). | ||||
* | Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdav | Thomas Müller | 2016-02-19 | 1 | -20/+17 |
|\ | | | | | Require CSRF token for non WebDAV authenticated requests | ||||
| * | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 1 | -20/+17 |
| | | |||||
* | | Check the quota on the actual file's storage in dav quota plugin | Vincent Petry | 2016-02-17 | 1 | -5/+12 |
|/ | | | | | | | | | Fix quota plugin to use the correct file name when chunking When chunking, the file name is the compound name, so need to convert it to the correct final file name before doing the free space check. This ensures that in the case of shared files, the correct storage is used for the quota check. | ||||
* | fix getNodeForPath for non existing part files | Robin Appelman | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #22290 from owncloud/dav-upload-scan-in-lock | Thomas Müller | 2016-02-11 | 1 | -5/+5 |
|\ | | | | | scan the file in the write lock when uploading over dav | ||||
| * | also fix lock order for chunked dav uploads | Robin Appelman | 2016-02-10 | 1 | -2/+2 |
| | | |||||
| * | scan the file in the write lock when uploading over dav | Robin Appelman | 2016-02-10 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #22263 from owncloud/fix-group-principals | Thomas Müller | 2016-02-10 | 1 | -6/+12 |
|\ \ | |/ |/| | Fix group principal | ||||
| * | Fix group principal | Thomas Müller | 2016-02-10 | 1 | -6/+12 |
| | | |||||
* | | Merge pull request #20928 from owncloud/publicdav-check-permissions | C. Montero Luque | 2016-02-09 | 1 | -1/+1 |
|\ \ | |/ |/| | Check that the owner of a link share still has share permissions on access | ||||
| * | Check that the owner of a link share still has share permissions on access | Robin Appelman | 2016-02-09 | 1 | -1/+1 |
| | | |||||
* | | Stop when a mid result is empty | Joas Schilling | 2016-02-09 | 1 | -2/+8 |
| | | |||||
* | | Fix system tag filter AND condition | Vincent Petry | 2016-02-09 | 1 | -0/+5 |
|/ | | | | | If one of the results is empty, no need to do array_intersect and return an empty result directly. | ||||
* | Merge pull request #22199 from owncloud/multiple_checksums | Thomas Müller | 2016-02-09 | 2 | -8/+75 |
|\ | | | | | Make checksum propfind future proof | ||||
| * | For possible future usage allow multiple checksums | Roeland Jago Douma | 2016-02-08 | 2 | -8/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of returning <oc:checksum>TYPE:CHECKSUM</oc:checksum> Return <oc:checksums> <oc:checksum>TYPE:CHECKSUM</oc:checksum> </oc:checksums> This will allow us to expand in the future to multiple checksums. Without doing just string concatenation. And even for a single checksum it is now correct. | ||||
* | | Add REPORT on files endpoint for filtering | Vincent Petry | 2016-02-08 | 2 | -1/+331 |
| | | | | | | | | For now only supports filtering by system tags | ||||
* | | Remove calendar-proxy support - did this ever work? | Thomas Müller | 2016-02-08 | 1 | -2/+0 |
| | | |||||
* | | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 2 | -21/+30 |
|/ | |||||
* | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 2 | -2/+37 |
| | | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums | ||||
* | url encode id | Arthur Schiwon | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | Comments WebDAV adjustements | Arthur Schiwon | 2016-01-29 | 2 | -0/+131 |
| | |||||
* | Add fake locking support for OneNote 2013 | Lukas Reschke | 2016-01-26 | 1 | -3/+6 |
| | | | | Fixes https://github.com/owncloud/core/issues/21925 | ||||
* | Merge pull request #21853 from owncloud/tags-fixpropertyma | Thomas Müller | 2016-01-26 | 2 | -4/+2 |
|\ | | | | | Fix oc:tags tag list serializer | ||||
| * | Fix TagList serializer | Vincent Petry | 2016-01-22 | 1 | -3/+1 |
| | | |||||
| * | Fix oc:tags tag list serializer | Vincent Petry | 2016-01-22 | 1 | -1/+1 |
| | | | | | | | | Fixes propfind/proppatch of oc:tags | ||||
* | | Merge pull request #21401 from owncloud/dav-cache-getchildren | Thomas Müller | 2016-01-25 | 3 | -7/+32 |
|\ \ | |/ |/| | Put nodes from Directory->getChildren in the ObjectTree cache | ||||
| * | Put nodes from Directory->getChildren in the ObjectTree cache | Robin Appelman | 2016-01-17 | 3 | -7/+32 |
| | | |||||
* | | Fix unit test - optimize code | Thomas Müller | 2016-01-18 | 1 | -3/+3 |
| | | |||||
* | | Show group shared addressbooks | Thomas Müller | 2016-01-18 | 1 | -13/+18 |
|/ | |||||
* | Merge pull request #20927 from owncloud/handle-return-code-on-webdav-put | Thomas Müller | 2016-01-15 | 1 | -1/+9 |
|\ | | | | | Handle return code of streamCopy in WebDAV put | ||||
| * | Handle return code of streamCopy in WebDAV put | Morris Jobke | 2016-01-11 | 1 | -1/+9 |
| | | | | | | | | * throw a different exception if streamCopy failed | ||||
* | | add scanner interface | Robin Appelman | 2016-01-14 | 1 | -2/+1 |
| | | |||||
* | | Remove the listener plugin | Joas Schilling | 2016-01-13 | 2 | -77/+0 |
| | | |||||
* | | Happy new year! | Thomas Müller | 2016-01-12 | 27 | -34/+51 |
|/ | |||||
* | Merge pull request #21491 from owncloud/webdav_auth_no_basic_auth | Thomas Müller | 2016-01-08 | 1 | -1/+4 |
|\ | | | | | Also allow 'only cookie' auth to webdav | ||||
| * | Allow only cookie auth to webdav | Roeland Jago Douma | 2016-01-07 | 1 | -1/+4 |
| | | |||||
* | | Adding group principals to new dav endpoint | Thomas Müller | 2016-01-08 | 1 | -13/+11 |
|/ | |||||
* | Removed deprecated OC_Helper::getSecureMimeType | Roeland Jago Douma | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Use name of ICollection for exception message | Morris Jobke | 2015-12-16 | 1 | -1/+1 |
| | | | | * fixes #21230 |