Add support of WebDAV's HTTP Methods for Distributed Authoring#938
Conversation
|
Do we need automated tests for this trivial change? |
c851a50 to
e14375c
Compare
I think it's ok. There is not much to test as these words are passed "as-is" to Node.js Thank you for the contribution and for updating the contributing guidelines. Can you fix the linting/formatting? I will then merge and it will be included in the next release. |
4cae0db to
870829c
Compare
870829c to
edf5b63
Compare
Added the following methods: * PROPFIND * PROPPATCH * MKCOL * COPY * MOVE * LOCK * UNLOCK Closes mockoon#937
edf5b63 to
dc62770
Compare
|
I've triggered the ci pipeline in my fork and fixed all the upcoming issues. |


Added the following methods:
Closes #937
Technical implementation details
Checklist
=> No migration relevant schema changes.=> No migration relevant schema changes.=> No changes to the CLI.=> As discussed in this pr, no additional tests necessary.