Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update DAV unit tests to PSR-4 | Joas Schilling | 2016-05-25 | 30 | -6737/+0 |
| | |||||
* | Fix local execution | Joas Schilling | 2016-05-25 | 1 | -0/+3 |
| | |||||
* | do not allow client password logins if token auth is enforced or 2FA is enabled | Christoph Wurst | 2016-05-24 | 1 | -4/+4 |
| | |||||
* | when generating browser/device token, save the login name for later password ↵ | Christoph Wurst | 2016-05-24 | 1 | -5/+5 |
| | | | | checks | ||||
* | ensure comments-href returns a value also when propfind is done against ↵ | Arthur Schiwon | 2016-05-20 | 1 | -1/+2 |
| | | | | remote.php/files | ||||
* | use the UID for creating the session token, not the login name | Christoph Wurst | 2016-05-11 | 1 | -3/+10 |
| | |||||
* | Fixing local event delivery for calendar events based on the email address | Thomas Müller | 2016-05-02 | 1 | -0/+15 |
| | |||||
* | Merge pull request #23918 from owncloud/cruds-for-federated-shares | Björn Schießle | 2016-04-22 | 1 | -36/+55 |
|\ | | | | | bring back CRUDS permissions for federated shares | ||||
| * | return correct share permissions on propfind | Björn Schießle | 2016-04-18 | 1 | -36/+55 |
| | | |||||
* | | Birthday calendar should never have write acl - fixes #24154 | Thomas Müller | 2016-04-21 | 1 | -0/+7 |
| | | |||||
* | | Add data-fingerprint property to webdav | Roeland Jago Douma | 2016-04-18 | 2 | -8/+61 |
|/ | |||||
* | Merge pull request #20118 from owncloud/chunked-upload-dav | Thomas Müller | 2016-04-13 | 1 | -13/+20 |
|\ | | | | | Initial implementation of the new chunked upload | ||||
| * | Fix unit test of file plugin | Thomas Müller | 2016-04-12 | 1 | -13/+20 |
| | | |||||
* | | always return the complete permissions the file was shared with | Björn Schießle | 2016-04-12 | 1 | -18/+18 |
|/ | |||||
* | Fix filesplugin | Roeland Jago Douma | 2016-04-08 | 1 | -6/+4 |
| | |||||
* | Add unit tests for public auth webdav | Roeland Jago Douma | 2016-04-08 | 1 | -0/+170 |
| | |||||
* | Fix unit tests | Roeland Jago Douma | 2016-03-31 | 1 | -2/+5 |
| | |||||
* | Add sharePermissions webdav property | Roeland Jago Douma | 2016-03-31 | 1 | -0/+61 |
| | | | | | | | | | | | | | | | | This property can be queries by the clients so they know the max permissions they can use to share a file with. This will improve the UX. The oc:permissions proptery is not enough since mountpoints have different permissions (delete + move by default). By making it a new property the clients can just request it. On older servers it will just return a 404 for that property (and thus they know they have to fall back to their hacky work arounds). But if the property is returned the client can show proper info. * unit tests * intergration test | ||||
* | apps/dav: Fix typos in comments (found and fixed by codespell) | Stefan Weil | 2016-03-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Merge pull request #23549 from owncloud/dav-sharetypes-remote | Thomas Müller | 2016-03-24 | 1 | -0/+2 |
|\ | | | | | Return remote shares in oc:share-types Webdav property | ||||
| * | Return remote shares in oc:share-types Webdav property | Vincent Petry | 2016-03-24 | 1 | -0/+2 |
| | | | | | | | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists | ||||
* | | Check if request is sent from official ownCloud client | Lukas Reschke | 2016-03-24 | 1 | -19/+174 |
|/ | | | | | | There are authentication backends such as Shibboleth that do send no Basic Auth credentials for DAV requests. This means that the ownCloud DAV backend would consider these requests coming from an untrusted source and require higher levels of security checks. (e.g. a CSRF check) While an elegant solution would rely on authenticating via token (so that one can properly ensure that the request came indeed from a trusted client) this is a okay'ish workaround for this problem until we have something more reliable in the authentication code. | ||||
* | Merge pull request #23404 from owncloud/fix-22988 | Thomas Müller | 2016-03-22 | 1 | -3/+3 |
|\ | | | | | adjust PrincipalUri as returned from Sabre to effective username | ||||
| * | fix unittest | Arthur Schiwon | 2016-03-21 | 1 | -3/+3 |
| | | |||||
* | | Do not fire pre/post hooks twice on chunk upload | Vincent Petry | 2016-03-21 | 1 | -0/+69 |
| | | |||||
* | | Remove duplicated copyright | Roeland Jago Douma | 2016-03-17 | 1 | -6/+0 |
| | | |||||
* | | Add webdav property for share info in PROPFIND response | Vincent Petry | 2016-03-17 | 1 | -0/+263 |
|/ | |||||
* | getOwner is not available on FileHome - fixes #23116 | Thomas Müller | 2016-03-10 | 1 | -2/+50 |
| | |||||
* | Rename and move permissions are set when a file is updatable | Roeland Jago Douma | 2016-03-03 | 1 | -2/+2 |
| | | | | * Fix unit tests | ||||
* | Merge pull request #22757 from owncloud/apply-license | C. Montero Luque | 2016-03-01 | 3 | -2/+1 |
|\ | | | | | Update copyright information and author file | ||||
| * | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 2 | -2/+0 |
| | | |||||
| * | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | | allow putting the part file in the view root | Robin Appelman | 2016-03-01 | 1 | -0/+56 |
|/ | |||||
* | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 1 | -3/+36 |
| | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set. | ||||
* | Fix dav unit tests | Joas Schilling | 2016-02-23 | 1 | -11/+11 |
| | |||||
* | Make non-public-method protected | Joas Schilling | 2016-02-22 | 1 | -8/+8 |
| | |||||
* | Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdav | Thomas Müller | 2016-02-19 | 1 | -45/+62 |
|\ | | | | | Require CSRF token for non WebDAV authenticated requests | ||||
| * | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 1 | -45/+62 |
| | | |||||
* | | Check the quota on the actual file's storage in dav quota plugin | Vincent Petry | 2016-02-17 | 1 | -5/+104 |
|/ | | | | | | | | | 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 group principal | Thomas Müller | 2016-02-10 | 1 | -2/+12 |
| | |||||
* | Add a test for empty mid-result | Joas Schilling | 2016-02-09 | 1 | -23/+84 |
| | |||||
* | Fix system tag filter AND condition | Vincent Petry | 2016-02-09 | 1 | -0/+22 |
| | | | | | If one of the results is empty, no need to do array_intersect and return an empty result directly. | ||||
* | Add REPORT on files endpoint for filtering | Vincent Petry | 2016-02-08 | 1 | -0/+519 |
| | | | | For now only supports filtering by system tags | ||||
* | Remove calendar-proxy support - did this ever work? | Thomas Müller | 2016-02-08 | 1 | -4/+1 |
| | |||||
* | Comments WebDAV adjustements | Arthur Schiwon | 2016-01-29 | 1 | -0/+148 |
| | |||||
* | Fix unit test - optimize code | Thomas Müller | 2016-01-18 | 1 | -8/+8 |
| | |||||
* | Show group shared addressbooks | Thomas Müller | 2016-01-18 | 1 | -2/+8 |
| | |||||
* | Remove the listener plugin | Joas Schilling | 2016-01-13 | 1 | -1/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 25 | -74/+393 |
| | |||||
* | Merge pull request #21491 from owncloud/webdav_auth_no_basic_auth | Thomas Müller | 2016-01-08 | 1 | -3/+15 |
|\ | | | | | Also allow 'only cookie' auth to webdav |