Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

NextCloud Integration #11

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from
Open

Conversation

Tratori
Copy link
Contributor

@Tratori Tratori commented Nov 23, 2020

No description provided.

@DevSchmidtchen DevSchmidtchen changed the title some testing NextCloud Integration Nov 24, 2020
index.ts Outdated
@@ -117,6 +118,17 @@ app.head('/remote.php/webdav/', (req, res, next) => {
res.send()
})

const xmlParser = bodyParser.xml()
app.propfind('/remote.php/dav/files/[email protected]/', xmlParser,(req, res, next) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this value be dynamic?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup! This is some sort of WIP/Testing

@Tratori Tratori added the WIP This feature branch is in progress, do not merge it. label Nov 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
WIP This feature branch is in progress, do not merge it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants