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
PyNextcloud
/
controllers
History
jletienne
4c7ee65d34
Some checks failed
Docker Build / build (push)
Has been cancelled
Details
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.
2025-10-20 18:22:21 +02:00
..
__init__.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
debug.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
health.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
info.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
list.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
root.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00
upload_base64.py
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.
2025-10-20 18:22:21 +02:00
upload.py
Initial commit: Set up FastAPI application for Nextcloud API with configuration, controllers, and utility functions. Added .gitignore, README, and requirements files. Implemented endpoints for file listing, uploading, and health checks.
2025-10-20 17:21:55 +02:00