aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/connector
Commit message (Expand)AuthorAgeFilesLines
* Run the license scriptJoas Schilling2016-07-2234-81/+120
* Cast share id to string (#25402) (#25431)Thomas Müller2016-07-201-1/+1
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
* add some additonal permission checks to the webdav backendBjoern Schiessle2016-06-301-5/+28
* Merge remote-tracking branch 'upstream/stable9' into stable9-upstream-syncLukas Reschke2016-06-262-5/+30
|\
| * DAV now returns file name with Content-Disposition headerVincent Petry2016-06-132-5/+30
* | Adjust some more branding textsLukas Reschke2016-06-111-1/+1
|/
* Catch the ForbiddenException to make sure it gets handledJoas Schilling2016-06-031-0/+3
* Merge pull request #23574 from owncloud/sabre-plugin-browser-error-page-stable9Thomas Müller2016-04-062-2/+9
|\
| * In case of exception we return an html page in case the client is a browserThomas Müller2016-03-242-2/+9
* | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-311-0/+1
* | Return proper current-user-principal on v1 endpoints - fixes #23306Thomas Müller2016-03-311-0/+15
* | Fix group shares on v1 caldav and carddav - fixes #23328Thomas Müller2016-03-311-2/+2
* | Return remote shares in oc:share-types Webdav propertyVincent Petry2016-03-241-1/+2
|/
* Check if request is sent from official ownCloud clientLukas Reschke2016-03-241-17/+65
* adjust PrincipalUri as returned from Sabre to effective usernameArthur Schiwon2016-03-221-1/+7
* Remove duplicated copyrightRoeland Jago Douma2016-03-181-21/+0
* Add webdav property for share info in PROPFIND responseVincent Petry2016-03-183-0/+290
* Set proper public webdav permissions when public upload disabledRoeland Jago Douma2016-03-171-0/+5
* Merge pull request #23102 from owncloud/stable9-backport-23094Thomas Müller2016-03-131-0/+1
|\
| * Fake LOCK statement for Windows 7, 8 and 10 network mountsMorris Jobke2016-03-101-0/+1
* | getOwner is not available on FileHome - fixes #23116Thomas Müller2016-03-101-10/+10
|/
* Rename and move permissions are set when a file is updatableRoeland Jago Douma2016-03-041-1/+1
* Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque2016-03-019-6/+5
|\
| * Remove Scrutinizer Auto FixerLukas Reschke2016-03-015-5/+0
| * Update author informationLukas Reschke2016-03-015-1/+5
* | 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
* Remove checksum on upload of non checksumed fileRoeland Jago Douma2016-03-012-1/+8
* Merge pull request #22731 from owncloud/hide-nodes-from-listeningThomas Müller2016-03-012-2/+74
|\
| * Hides nodes from listing that the user has no access toLukas Reschke2016-02-292-2/+74
* | Return -3 for unlimited quotaVincent Petry2016-02-291-1/+6
|/
* Make non-public-method protectedJoas Schilling2016-02-221-1/+1
* Solution for Proposal #19974Pierre Jochem2016-02-221-0/+3
* Merge pull request #22348 from owncloud/issue-21812-calendar-old-caldav-urlThomas Müller2016-02-191-0/+69
|\
| * Add correct principals for the current user before ACL checkJoas Schilling2016-02-191-0/+69
* | Only add checksum headers for filesRoeland Jago Douma2016-02-191-5/+7
|/
* Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdavThomas Müller2016-02-191-20/+17
|\
| * Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-181-20/+17
* | Check the quota on the actual file's storage in dav quota pluginVincent Petry2016-02-171-5/+12
|/
* fix getNodeForPath for non existing part filesRobin Appelman2016-02-111-1/+1
* Merge pull request #22290 from owncloud/dav-upload-scan-in-lockThomas Müller2016-02-111-5/+5
|\
| * also fix lock order for chunked dav uploadsRobin Appelman2016-02-101-2/+2
| * scan the file in the write lock when uploading over davRobin Appelman2016-02-101-3/+3
* | Merge pull request #22263 from owncloud/fix-group-principalsThomas Müller2016-02-101-6/+12
|\ \ | |/ |/|
| * Fix group principalThomas Müller2016-02-101-6/+12
* | Merge pull request #20928 from owncloud/publicdav-check-permissionsC. Montero Luque2016-02-091-1/+1
|\ \ | |/ |/|
| * Check that the owner of a link share still has share permissions on accessRobin Appelman2016-02-091-1/+1