Skip to content
#

webdav

Here are 304 public repositories matching this topic...

pshirshov
pshirshov commented Aug 14, 2021

TBH these white splashes are quite painful.

This usercss helps:

.tox .tox-dialog-wrap__backdrop {
background-color: #303030 !important;
}

Though I think that should work out of the box. Could you fix that?

Thanks

<img width="1533" alt="Screenshot 2021-08-14 at 16 01 35" src="https://user-images.githubusercontent.com/295225/129450537-77840706-6909-446a-8aaa-d8c0cee81b1

aleprovencio
aleprovencio commented Feb 19, 2018

Hello, lately I can't successfully vdirsyncer sync my calendars because of a
database is locked error. Synchronization works fine with android's davdroid which talks with the same server.

Your vdirsyncer version: 0.16.4
If applicable, which server software (and which version) you're using: Nextcloud 13
Your Python version: 3.6.4
Your operating system: Arch linux
Relevant debug outpu

chclaus
chclaus commented Apr 24, 2018

The used logging implementation is logrus. logrus allows a lot of different log formatters (including third party libs).

I think we should support at least the two default log formats:

  • text
  • json

To allow further log processing with tools like logstash, etc.

The feature should be placed in the config section without capabilities of config live

Improve this page

Add a description, image, and links to the webdav topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webdav topic, visit your repo's landing page and select "manage topics."

Learn more