aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fix backportGit'Fellow2024-05-281-0/+5
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | fix: forbid moving a folder into a subfolder of itselfRobin Appelman2024-05-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> [skip ci]
* | | | | Merge pull request #44958 from nextcloud/backport/44884/stable28John Molakvoæ2024-06-071-8/+21
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | feat: add request id as comment to all queriesRobin Appelman2024-06-041-8/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #45646 from nextcloud/backport/45455/stable28Benjamin Gaussorgues2024-06-051-1/+1
|\ \ \ \ \
| * | | | | fix(NavigationManager): Make entry order always an integerprovokateurin2024-06-041-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #45640 from nextcloud/backport/45235/stable28Anna2024-06-041-0/+2
|\ \ \ \ \ | |/ / / / |/| | | | [stable28] fix(caldav): automatically delete outdated scheduling objects
| * | | | fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-06-031-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | Merge pull request #45059 from nextcloud/backport/44496/stable28Josh2024-06-031-1/+16
|\ \ \ \ \ | |/ / / / |/| | | | [stable28] feat: support "s3-accelerate" endpoint
| * | | | feat: add option to enable s3 accelerationRobin Appelman2024-05-101-1/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #45362 from nextcloud/backport/45355/stable28yemkareems2024-06-031-1/+6
|\ \ \ \ \ | | | | | | | | | | | | [stable28] fix: delete user credentials stored in storages_credentials when user gets deleted
| * | | | | fix: delete user credentials stored in storages_credentials when user gets ↵yemkareems2024-05-301-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deleted Signed-off-by: yemkareems <yemkareems@gmail.com>
* | | | | | Merge pull request #44980 from nextcloud/backport/44794/stable28Git'Fellow2024-06-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable28] fix(memcache): remove double $$ to fix error
| * | | | | | Update LoggerWrapperCache.phpVelwark2024-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem. Signed-off-by: Velwark <levinfrerich9@gmail.com>
* | | | | | | fix(auth): Update authtoken activity selectivelyChristoph Wurst2024-05-312-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | fix: Always set last activity if we update the row of an authtoken anywaysJulius Härtl2024-05-311-0/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-05-312-16/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | 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-271-2/+10
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 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(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: 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(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: 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: use proper jailed patch in watcherRobin Appelman2024-04-102-4/+77
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix: Fix avatar imagesChristopher Ng2024-04-081-0/+7
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-04-052-15/+19
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | fix(config): correctness issues in readingVarun Patil2024-04-031-13/+26
| | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | | fix(JSRecourceLocator): Add missing slash after server rootFerdinand Thiessen2024-03-291-1/+1
| | | | | | | | | | | | | | | | | | The `OC::$SERVERROOT` is always returned without a trailing slash, so we need to add a slash between server root and apps directory. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat(files)): Add retry logic to cover deadlock situations when moving many ↵Louis Chemineau2024-03-281-6/+25
| |/ |/| | | | | | | | | files Signed-off-by: Louis Chemineau <louis@chmn.me>