Jyrki Gadinger
a313ea6aff
fix(network): fall back to unlimited bandwidth in case the legacy global limit is still set
...
`-2` used to mean "Use global limits", which no longer exist since
3.17.0. As any negative value results in the auto bandwidth limiter to
engage, this could result in unexpected slower sync speeds after a
client upgrade.
Let's just keep handling that value and assume that we want to use
unlimited bandwidth.
Fixes #8743
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-10-23 13:59:38 +02:00
Jyrki Gadinger
bddb39df16
fix(account): do not consider URLs with a trailing slash as public links
...
Resolves #8929
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-10-23 11:57:10 +02:00
Andy Scherzinger
48e53ea216
docs(reuse): Migrate to SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-05-07 23:06:34 +02:00
Matthieu Gallien
098f4ef164
better automated tests log
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-05-15 15:06:11 +02:00
Matthieu Gallien
5fc017575b
fix [[nodiscard]] single warning
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-10-04 11:14:45 +02:00
Matthieu Gallien
badb5c1fba
fix review comment
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-07-29 08:27:53 +00:00
Matthieu Gallien
391935c90f
prevent crash in Accont::davPath without credentials
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-07-29 08:27:53 +00:00