nextcloud / nextcloud/documentation

Change X-NC-WebDAV-AutoMkcol to X-NC-WebDAV-Auto-Mkcol

Open Beginner friendly
#15,365 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

0. needs triage
Dominant language
JavaScript
Stars
628
Forks
2.5k
Avg merge
2d 11h
Merged PRs (30d)
135

Description

Before You Submit
  • I have checked for existing issues and pull requests related to my suggestion.
  • I have posted on the Nextcloud Community Help Forum if my suggestion is a troubleshooting scenario or I'm unsure about the solution.
Type of Suggestion

Reporting a mistake

Relevant Documentation Links

https://github.com/nextcloud/documentation/blob/master/developer_manual/client_apis/WebDAV/basic.rst#L615

Summary

X-NC-WebDAV-AutoMkcol is wrong, it should be Auto-Mkcol

Details

See: https://github.com/nextcloud/server/blob/master/apps/dav/lib/Upload/UploadAutoMkcolPlugin.php#L41

Kept getting 403 when trying to push the fix myself, so I just posted an issue instead.

Additional Notes

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open developer_manual/client_apis/WebDAV/basic.rst around line 615 and compare the documented header with apps/dav/lib/Upload/UploadAutoMkcolPlugin.php around line 41. Update the documentation to use X-NC-WebDAV-Auto-Mkcol, then verify that the relevant documentation link shows the corrected header.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
88/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.