[2.10.0]
Update cubby to 2.10.0
Improve error feedback on new file or folder creation
Various relogin state fixes to not lose target resource
Ensure public shares can be reopened after session failure
Update dependencies
yeah forgot to mention that in the changelog, given the low feedback on the webdav integration, I didn't expect it to be used much at all. So the previous version had a longstanding bug essentially where only the user's home was exposed via webdav but not group folders nor shared items. This was the fix to introduce new toplevel items:
[image: 1773397779254-517ea14b-e37d-4e61-8cbf-cc5bde739b4b-image.jpeg]
The 404 is likely just the name collision pre-flight check the UI does to see if the uploaded file would need a different name. This has caused confusion a few times, as it is an error status code but in this case not an error.
The chunked upload is probably a valid feature request.
@hakunamatata I see. That's very helpful.
Until cubby is capable, you could accomplish passwords and link expiry by adding Jirefau app to the workflow.
You just need to give it a zip file once customer review is ready.
This is fixed with latest package version. I will lock this thread as it seems to collect different issues. Please open a new thread in the cubby category for new collabora issues with cubby.
Guest shares are readonly . It's not a "drop" point. I guess if this is implemented, one needs some measure to protect the endpoint against wild uploads. Or some measures on how much can be uploaded etc.
@LoudLemur surfer serves http content, so you can't (as it stands now) serve gemini files from it.
You need the app from @DidierMalenfant or my agate+ app.
Just making changes to agate+ app and releasing new version later today. Will try to publish an image for it to simplify testing.
Thanks for the input here. Mostly quite doable and sound like much quality of live improvements. I am on vacation now, but should get to those in the next couple of weeks.
Overall the project is moving quite slowly, since I am mostly too busy with Cloudron itself, contributions are very welcome though at https://git.cloudron.io/apps/cubby
Oh my bad, didn't read the section. Currently you have to set this then in the database manually. Normally the first created users gets the admin flag. To give other users the admin flag, open a webterminal into the app and run the following command, replacing <USERNAME> accordingly:
PGPASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} psql -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE} -c "UPDATE users SET admin=true WHERE username='<USERNAME>'"
Thanks, I confirm document editing is working again after updating to 2.3.21. And thank you for getting this resolved on a holiday! That was totally unexpected and not necessary.