This website requires JavaScript.
Explore
Help
Register
Sign In
jletienne
/
PyNextcloud
Watch
1
Star
0
Fork
0
You've already forked PyNextcloud
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
8
Commits
1
Branch
0
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
jletienne
e19a43fcd5
Add recursive directory creation utility: Implement create_directory_recursive function in utils.py to ensure directories are created recursively if they do not exist. Update upload controllers to utilize this new function for improved error handling and code clarity.
Some checks failed
Docker Build / build (push)
Has been cancelled
Details
2025-10-22 19:29:00 +02:00
jletienne
4c7ee65d34
Refactor upload_base64 endpoint: Change from using a Pydantic model to FastAPI Form parameters for file uploads, improving clarity and usability of the API. Update variable references for consistency.
Some checks failed
Docker Build / build (push)
Has been cancelled
Details
2025-10-20 18:22:21 +02:00
jletienne
9c79988559
Add upload_base64 controller: Implement endpoint for uploading files encoded in base64 to Nextcloud, including error handling for directory creation and file upload conflicts.
Some checks failed
Docker Build / build (push)
Has been cancelled
Details
2025-10-20 18:07:02 +02:00