aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/connector/sabre
Commit message (Collapse)AuthorAgeFilesLines
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-1232-5412/+0
| | | | | | * Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4
* use the UID for creating the session token, not the login nameChristoph Wurst2016-05-111-4/+4
|
* create session token for DAV clients (sync clients)Christoph Wurst2016-05-111-0/+1
|
* Merge pull request #24400 from owncloud/cache_shareManagerVincent Petry2016-05-061-4/+5
|\ | | | | Cache shareManager
| * Cache shareManagerRoeland Jago Douma2016-05-021-4/+5
| | | | | | | | | | There is no need to call \OC::$server->getShareManager for each Node. We have it available so better pass it around.
* | Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-021-0/+8
|/
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-222-4/+33
|\ | | | | bring back CRUDS permissions for federated shares
| * return correct share permissions on propfindBjörn Schießle2016-04-182-4/+33
| |
* | Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-201-1/+1
|\ \ | | | | | | SharedStorage to new sharing code + cleanup
| * | Fix related logicRoeland Jago Douma2016-04-191-1/+1
| |/
* / Add data-fingerprint property to webdavRoeland Jago Douma2016-04-182-2/+31
|/
* Move share-permissions property namespaceRoeland Jago Douma2016-04-151-1/+1
| | | | Fixes https://github.com/owncloud/core/issues/23741
* Merge pull request #20118 from owncloud/chunked-upload-davThomas Müller2016-04-132-2/+10
|\ | | | | Initial implementation of the new chunked upload
| * Fix unit test of file pluginThomas Müller2016-04-121-1/+1
| |
| * Fix chunk file moveThomas Müller2016-04-121-1/+9
| |
| * Initial implementation of the new chunked upload - as specified in ↵Thomas Müller2016-04-121-1/+1
| | | | | | | | https://dragotin.wordpress.com/2015/06/22/owncloud-chunking-ng/
* | always return the complete permissions the file was shared withBjörn Schießle2016-04-121-8/+0
|/
* Merge pull request #23557 from owncloud/sabre-plugin-browser-error-pageThomas Müller2016-04-042-2/+9
|\ | | | | In case of exception we return an html page in case the client is a b…
| * In case of exception we return an html page in case the client is a browserThomas Müller2016-03-242-2/+9
| |
* | Fix unit testsRoeland Jago Douma2016-03-311-1/+9
| |
* | Correct share permissions for external storagesRoeland Jago Douma2016-03-311-0/+9
| |
* | Add sharePermissions webdav propertyRoeland Jago Douma2016-03-312-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Weil2016-03-301-1/+1
| | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | Merge pull request #23549 from owncloud/dav-sharetypes-remoteThomas Müller2016-03-241-1/+2
|\ \ | |/ |/| Return remote shares in oc:share-types Webdav property
| * Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-241-1/+2
| | | | | | | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists
* | Merge pull request #23342 from ↵Thomas Müller2016-03-241-2/+3
|\ \ | | | | | | | | | | | | owncloud/fix-group-sharing-for-v1-caldav-and-carddav Fix group shares on v1 caldav and carddav
| * | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-241-0/+1
| | |
| * | Fix group shares on v1 caldav and carddav - fixes #23328Thomas Müller2016-03-241-2/+2
| |/
* / Check if request is sent from official ownCloud clientLukas Reschke2016-03-241-17/+65
|/ | | | | | 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 #23431 from owncloud/use-dav-sabre-plugin-for-browser-2Thomas Müller2016-03-232-13/+27
|\ | | | | Fix display of vcard and calendar object details page in browser plugin
| * Fix display of vcard and calendar object details page in browser pluginThomas Müller2016-03-232-13/+27
| |
* | Merge pull request #23404 from owncloud/fix-22988Thomas Müller2016-03-221-1/+7
|\ \ | | | | | | adjust PrincipalUri as returned from Sabre to effective username
| * | adjust PrincipilUri as returned from Sabre to effective usernameArthur Schiwon2016-03-181-1/+7
| | |
* | | Do not fire pre/post hooks twice on chunk uploadVincent Petry2016-03-211-2/+2
| | |
* | | Merge pull request #22789 from owncloud/dav-sharespropertyThomas Müller2016-03-213-0/+269
|\ \ \ | |_|/ |/| | Add webdav property for share info in PROPFIND response
| * | Remove duplicated copyrightRoeland Jago Douma2016-03-171-21/+0
| | |
| * | Add webdav property for share info in PROPFIND responseVincent Petry2016-03-173-0/+290
| |/
* / Necessary code changes to make browser plugin properly workThomas Müller2016-03-171-1/+1
|/
* Merge pull request #23119 from owncloud/fix-getOwner-on-fileshome-masterThomas Müller2016-03-101-10/+10
|\ | | | | getOwner is not available on FileHome
| * getOwner is not available on FileHome - fixes #23116Thomas Müller2016-03-101-10/+10
| |
* | Fake LOCK statement for Windows 7, 8 and 10 network mountsMorris Jobke2016-03-101-0/+1
|/ | | | * fixes #22596
* Rename and move permissions are set when a file is updatableRoeland Jago Douma2016-03-031-1/+1
| | | | * Fix unit tests
* Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque2016-03-018-6/+4
|\ | | | | Update copyright information and author file
| * Remove Scrutinizer Auto FixerLukas Reschke2016-03-015-5/+0
| |
| * Update author informationLukas Reschke2016-03-014-1/+4
| | | | | | | | 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 rootRobin Appelman2016-03-011-4/+13
|/
* Save some calls to refreshInfo during uploadVincent Petry2016-03-011-4/+5
|
* Fix unit testsRoeland Jago Douma2016-03-011-5/+7
|
* Checksums on chunked filesRoeland Jago Douma2016-03-011-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 fileRoeland Jago Douma2016-03-012-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.