kd2org / karadav

Lightweight NextCloud compatible WebDAV server
https://fossil.kd2.org/karadav/
GNU Affero General Public License v3.0
155 stars 14 forks source link

Fix uploads in Nextcloud Android 3.30.4 failing with connection error #62

Closed nproth closed 1 week ago

nproth commented 1 week ago

Before upload operations, the Nextcloud Android app checks whether it can reach the server by querying index.php/204 and aborts the upload when it receives no response (or an 404 error from karadav, apparently). Implement this endpoint in karadav and just return status 204.

poVoq commented 1 week ago

Can confirm, this fixes issues I had with the Android Nextcloud app.

bohwaz commented 1 week ago

Thank you, the patch has been merged.