Florian Latifi

Results 47 comments of Florian Latifi

Hey @joshtrichards! Sound good. I can extend the PR with a section in the readme and a link to it in the console output. Since you mentioned warnings in the...

@joshtrichards Please check if the text and link is ok. I updated the README and added a link in the docker-entrypoint echo statement. Also, I inlined your last text feedback.

Hey @joshtrichards! I included your suggestions. Only fixed the formatting and the uninitialized variable access. Tested locally with docker-compose (fresh start + changes in existing container/volume). Missing or changed image-specific...

https://github.com/nextcloud/server/issues/41084

Experiencing the same problem on a Linux machine. Output in `docker compose up` is messed up. Running the container directly via `docker run`, or using `docker compose up -d` and...

Since I am using a container with a custom entrypoint script, I managed to workaround this issue by piping `sqlservr` into a command that deletes all CR characters and forwards...

https://github.com/nextcloud/3rdparty/blob/master/sabre/vobject/lib/ITip/Broker.php#L69 should be extended by the properties `SUMMARY`, `LOCATION` and `DESCRIPTION`, as mentioned in related issues like #848. My question is, is it allowed to patch libraries in the 3rdparty...

I am experiencing the same issue across various clients (macOS/iOS, Thunderbird/Evolution, DavX5) since I upgraded to Nextcloud 26.0.1. A client creates an event and this is synced to the Nextcloud...

I also thought that this prune job could be related to this issue, but the job should keep an amount of change objects in the db (10k per default) when...