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

Upload and other buttons missing from file management front-end #34

Closed poVoq closed 1 year ago

poVoq commented 1 year ago

I am still experimenting this setting this up properly with Nginx (expect a PR for documentation soon) but I noticed that I seem to be missing some functions:

image

Compared to the screenshot: https://raw.githubusercontent.com/kd2org/webdav-manager.js/main/scr_desktop.png

Uploading files still works via drag & drop, but maybe I am missing some configuration options?

bohwaz commented 1 year ago

Thank you it was an issue in the JS code. Fixed :)

poVoq commented 1 year ago

Works great now. thanks!