summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-05-317-17/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | | Try create folder first and check if it exists afterGit'Fellow2024-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | | fix(files): Try to create dir only if it not existsGit'Fellow2024-05-301-1/+1
|/ / / / / | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | perf(db): Sort data for IN before chunkingChristoph Wurst2024-05-291-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | fix(session): Do not update authtoken last_check for passwordlessChristoph Wurst2024-05-291-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | fix: Mark more configs as sensitiveJoas Schilling2024-05-281-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | chore: Adapt `@since` version number in OCP for backport to 28Côme Chilliet2024-05-272-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | fix: Also search in email field for disabled usersCôme Chilliet2024-05-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To match what is done for Database backend for enabled users Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | feat: Add back searching in disabled user listCôme Chilliet2024-05-273-4/+14
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | When disabled users where moved to their own endpoint we overlooked search, so adding it back. The search is done case-insensitive in uid and display name. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #45372 from nextcloud/backport/45236/stable28Joas Schilling2024-05-161-0/+1
|\ \ \ \ | | | | | | | | | | [stable28] Hide 'updater.server.url' As It May Contain Enterprise Key
| * | | | fix(SystemConfig.php): Add 'updater.server.url' to Private Variablesderschiw2024-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key. Signed-off-by: derschiw <37687705+derschiw@users.noreply.github.com>
* | | | | Merge pull request #45339 from nextcloud/backport/44710/stable28Joas Schilling2024-05-1612-13/+109
|\ \ \ \ \ | |/ / / / |/| | | | [stable28] fix(preview): check mime type before processing with Imagick
| * | | | fix(preview): check mime type before processing with ImagickVarun Patil2024-05-1512-13/+109
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | | | Merge pull request #45342 from nextcloud/backport/45340/stable28Joas Schilling2024-05-161-1/+1
|\ \ \ \ | | | | | | | | | | [stable28] fix: Extend SVG reference check
| * | | | fix: Extend SVG reference checkJoas Schilling2024-05-161-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / fix: Correctly check result of functionJoas Schilling2024-05-152-3/+3
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / fix(Files): Change how scanner diffs for changed metadataJosh2024-05-131-2/+47
|/ / | | | | | | | | Fixes #43408 Signed-off-by: Josh <josh.t.richards@gmail.com>
* | fix(userstatus): Fix docs of user status managerJoas Schilling2024-05-082-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(User\Manager): Avoid future collisions with updater/audit logsJosh2024-05-061-0/+2
| | | | | | | | | | Avoid future collisions for not yet created updater and audit log files (at least using default names). Signed-off-by: Josh <josh.t.richards@gmail.com>
* | fix(session): Avoid race condition for cache::get() vs. cache::hasKey()Joas Schilling2024-05-061-6/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-05-012-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45116 from nextcloud/backport/45104/stable28Côme Chilliet2024-04-301-6/+2
|\ \ | | | | | | [stable28] fix: Remove bogus code from query builder and fix parameter name
| * | fix: Remove bogus code from query builder and fix parameter nameCôme Chilliet2024-04-301-6/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix: Fix default values for ini var in lib/base.phpCôme Chilliet2024-04-301-2/+2
|/ / | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-302-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-272-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-264-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2518-0/+36
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-24192-216/+250
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-232-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-202-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-192-38/+38
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44891 from nextcloud/backport/44889/stable28Joas Schilling2024-04-181-0/+3
|\ | | | | [stable28] fix(files): Also skip cross storage move with access control
| * fix(CI): Suppress psalm UndefinedClassJoas Schilling2024-04-181-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * fix(files): Also skip cross storage move with access controlJoas Schilling2024-04-171-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-182-0/+44
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-04-172-1/+9
| | | | | Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* Merge pull request #44461 from nextcloud/backport/44394/stable28Benjamin Gaussorgues2024-04-171-0/+10
|\
| * fix(DB): Sanitize `host` parameter for postgres databases when IPv6 address ↵Ferdinand Thiessen2024-03-251-0/+10
| | | | | | | | | | | | | | | | | | is passed Doctrine is using `pg_connect` with the `host` parameter, this does not allow IPv6 addresses in URI notation. So we need to extract the IP address and pass it directly Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #44489 from nextcloud/backport/44474/stable28Benjamin Gaussorgues2024-04-171-0/+26
|\ \
| * | fix(preview): webp preview formatRichard Steinmetz2024-03-261-0/+26
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #44446 from nextcloud/backport/43057/stable28Benjamin Gaussorgues2024-04-172-63/+78
|\ \ \
| * | | feat(perf): add cache for authtoken lookupBenjamin Gaussorgues2024-03-252-63/+78
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-172-0/+106
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-152-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-142-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix: use proper jailed patch in watcherRobin Appelman2024-04-104-4/+79
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #44738 from nextcloud/backport/stable28/44736Ferdinand Thiessen2024-04-091-0/+7
|\ \ \ \ | | | | | | | | | | [stable28] fix: Fix avatar images
| * | | | fix: Fix avatar imagesChristopher Ng2024-04-081-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-092-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>