Ferdinand Thiessen
Ferdinand Thiessen
Currently Sabre\DAV does not support the `Depth` header on `COPY` and `MOVE`. But the RFC4918 requires servers to do so, the header is not required but: * If the header...
`aria-hidden` expects a value of `'true'` or `'false'` as it is not a boolean property. Because currently it results in `
### Steps to reproduce 1. Configure Nextcloud to not use `index.php` (mod rewrite) 2. Configure cron to run using cron jobs (not web!) 3. Trigger any activity containing an link...
### Steps to reproduce 1. Install current master version 2. Let another user share a file with you 3. Go to the activity app (`/apps/activity/`) ### Expected behaviour Activities load...
The repository uses a workflow for compiling and committing pull requests, but the workflow fails because changes need to be made through pull requests (see actions). Meaning currently you can...
* Resolves: https://github.com/iamcal/emoji-data/issues/221 `1F51E` has the official name of `NO ONE UNDER EIGHTEEN`, but the current shortcode is `underage`, which has the exact opposite meaning.
This allows to use the current QT version 6 while keeping backwards compatibility with QT5 5.15 or later.
The setup.py and documentation may suggest that there is python2 compatibility (#900) but python2 will not work with this package anymore. E.G. `is_ip_addr` from `ldap3/core/rdns.py` is not python2 compatible and...
Lodash method packages are deprecated and will not receive any updated with Lodash 5, meaning they will be a security risk in the future. Ref: https://lodash.com/per-method-packages Currently `lodash.merge` is a...
* Fixes #128 Instead of relying on `exop_passwd` for password changing, check rootDSE for support and fallback to `mod_replace` otherwise. This should fix AD support.