-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blob service #306
Blob service #306
Conversation
# Conflicts: # package-lock.json # src/app/child-dev-project/children/child-details/child-details.component.ts # src/app/child-dev-project/children/children-list/children-list.component.spec.ts # src/app/child-dev-project/children/children.module.ts # src/app/core/app-config/app-config.model.ts # src/assets/config.default.json
# Conflicts: # src/app/child-dev-project/children/child-block/child-block.component.html
to handle cases when webdav not connected and make CloudFileService more reusable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I adapted some parts of the code during my elaborate testing. For example I split the child photo specific code of CloudFileService into a separate service to make it easier to understand and more reusable.
The webdav connection and config is also optional now and it will not cause any errors if no connection is set up.
see issue: #223
Visible/Frontend Changes
Architectural/Backend Changes
ToDo
(- [ ] Check if the login to the nextcloud server succeeds (see here))
Documentation:
Uploading:
(Note: We would have to save the image file type somewhere to retrieve images this way.)
User-Account: