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
All Workflows
docker-build.yml
Actor
All actors
jletienne
Status
All status
success
failure
waiting
running
Implement normalize_upload_paths function: Add a utility to standardize upload paths, ensuring correct directory and destination paths when the provided path may include the filename. Update upload controllers to utilize this new function for improved …
#8
:
Commit
b0e8d8edb5
pushed by
jletienne
master
2025-10-23 19:21:29 +00:00
0s
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 a…
#7
:
Commit
e19a43fcd5
pushed by
jletienne
master
2025-10-22 18:14:18 +00:00
0s
Update README: Add documentation for downloading files in Base64 format, including endpoint details, parameters, examples, and response structure. Also, introduce new download_base64.py controller in the project structure.
#6
:
Commit
571a80b725
pushed by
jletienne
master
2025-10-22 13:21:29 +00:00
0s
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.
#5
:
Commit
4c7ee65d34
pushed by
jletienne
master
2025-10-21 12:44:24 +00:00
0s
Add upload_base64 controller: Implement endpoint for uploading files encoded in base64 to Nextcloud, including error handling for directory creation and file upload conflicts.
#4
:
Commit
9c79988559
pushed by
jletienne
master
2025-10-20 16:22:25 +00:00
0s
Enhance configuration settings: add 'extra' parameter to model_config in Settings class to ignore additional environment variables, improving flexibility for deployment environments.
#3
:
Commit
bbb8590cd8
pushed by
jletienne
master
2025-10-20 16:07:07 +00:00
0s
Refactor Coolify configuration: update documentation to clarify port exposure and remove external port binding in docker-compose. Enhance README with instructions for local usage and emphasize automatic port management by Traefik.
#2
:
Commit
0df9cd69f8
pushed by
jletienne
master
2025-10-20 15:51:21 +00:00
0s
Update .gitignore to exclude local database files and enhance README with Docker deployment instructions and examples for file uploads.
#1
:
Commit
89da43b706
pushed by
jletienne
master
2025-10-20 15:49:58 +00:00
0s