Upload: verification on assembling
Open
Nobody has claimed this yet.
1. to develop
enhancement
feature: dav
hotspot: file transfer performance
tests
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
As I am implementing the "new" https://docs.nextcloud.com/server/stable/developer_manual/client_apis/WebDAV/chunking.html feature.
I would like to have some "basic" tests on assembling
- client has to pass the desired file size, which can be checked by server
or - client has to pass the desired checksum size, which can be checked by server
@rullzer
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the WebDAV chunking documentation linked in the issue and trace the server's upload-assembly entry point. No source file or existing test is named, so locate the assembly handling and its tests first. Done means coverage verifies that the client-provided file size or checksum size is checked during assembly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, backend, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100