summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #45363 from nextcloud/backport/45355/stable29Louis2024-05-161-1/+6
|\ | | | | [stable29] 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-161-1/+6
| | | | | | | | | | | | deleted Signed-off-by: yemkareems <yemkareems@gmail.com>
* | Merge pull request #45373 from nextcloud/backport/45236/stable29Joas Schilling2024-05-161-0/+1
|\ \ | | | | | | [stable29] 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 #45337 from nextcloud/backport/44710/stable29Joas Schilling2024-05-1612-13/+109
|\ \ | |/ |/| [stable29] 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 #45341 from nextcloud/backport/45340/stable29Joas Schilling2024-05-161-1/+1
|\ \ | | | | | | [stable29] 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>
* Merge pull request #45279 from nextcloud/backport/43794/stable29Josh2024-05-131-2/+47
|\ | | | | [stable29] fix(files): handle multidimensional arrays in scanner
| * 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: cleanup logic for getting the max reshare permissionsRobin Appelman2024-05-131-49/+8
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #45199 from nextcloud/backport/45196/stable29Kate2024-05-101-1/+1
|\
| * fix(OC_Image): Set correct return type for exif_imagetype stubprovokateurin2024-05-061-1/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(Router): Stop loading routes of disabled appsprovokateurin2024-05-101-1/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #45202 from nextcloud/backport/45088/stable29Joas Schilling2024-05-071-0/+2
|\ \ | | | | | | [stable29] fix(User\Manager): Avoid future collisions with updater/audit logs
| * | 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>
* | | Merge pull request #44564 from ↵Côme Chilliet2024-05-062-9/+7
|\ \ \ | |/ / |/| | | | | | | | nextcloud/automated/noid/stable29-update-psalm-baseline [stable29] Update psalm-baseline.xml
| * | chore: Fix small psalm errors related to documented return typesCôme Chilliet2024-05-061-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(DateTimeFormatter): Adjust invalid doc blocksFerdinand Thiessen2024-05-061-7/+5
| |/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / 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>
* Merge pull request #45056 from nextcloud/backport/44496/stable29Robin Appelman2024-04-301-1/+16
|\ | | | | [stable29] feat: support "s3-accelerate" endpoint
| * feat: add option to enable s3 accelerationRobin Appelman2024-04-261-1/+16
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | 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>
* Update LoggerWrapperCache.phpVelwark2024-04-231-1/+1
| | | | | Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem. Signed-off-by: Velwark <levinfrerich9@gmail.com>
* Merge pull request #44890 from nextcloud/backport/44889/stable29Joas Schilling2024-04-181-0/+3
|\ | | | | [stable29] 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(appconfig): returns correct value on detailsMaxence Lange2024-04-171-2/+8
|/ | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #44737 from nextcloud/backport/stable29/44736Andy Scherzinger2024-04-171-0/+7
|\ | | | | [stable29] fix: Fix avatar images
| * fix: Fix avatar imagesChristopher Ng2024-04-111-0/+7
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #44716 from nextcloud/backport/44705/stable29Benjamin Gaussorgues2024-04-171-2/+2
|\ \
| * | fix(Blurhash): Suppress imagecreatefromstring() E_WARNINGJosh2024-04-081-2/+2
| | | | | | | | | | | | | | | | | | | | | We're already checking return value to determine if the format is unrecognized. There's no reason to let imagecreatefromstring() generate it's own E_WARNING when the format is unrecognized. Fixes #44702 Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | feat(capabilities): Expose if mod-rewrite is working via capabilitiesJoas Schilling2024-04-121-0/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #44645 from nextcloud/backport/44642/stable29Arthur Schiwon2024-04-111-1/+2
|\ \ \ | |_|/ |/| | [stable29] fix(appconfig): compare with original value
| * | fix(appconfig): compare with original valueMaxence Lange2024-04-041-1/+2
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #44748 from nextcloud/backport/44730/stable29Arthur Schiwon2024-04-112-4/+77
|\ \ \ | | | | | | | | [stable29] fix: use proper jailed patch in watcher
| * | | fix: use proper jailed patch in watcherRobin Appelman2024-04-092-4/+77
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / | feat(OCS): Annotate capabilitiesprovokateurin2024-04-081-2/+11
|/ / | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix: Remove incorrect default null valueCôme Chilliet2024-04-041-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Apply new coding standard to all filesCôme Chilliet2024-04-0495-169/+169
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(federation): ICloudId->getRemote() should contain the protocolJoas Schilling2024-04-021-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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>
* Merge pull request #44470 from nextcloud/fix/compatibility-replica-splittingBenjamin Gaussorgues2024-03-261-1/+1
|\
| * fix: Allow using replica config with split databasesJulius Härtl2024-03-261-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #44475 from nextcloud/fix/disabled-ipv6Benjamin Gaussorgues2024-03-261-1/+3
|\ \
| * | fix(dns): detect disabled IPv6 support in DNS pinningBenjamin Gaussorgues2024-03-261-1/+3
| | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Merge pull request #44412 from nextcloud/fix/add-csp-nonce-by-defaultFerdinand Thiessen2024-03-261-8/+5
|\ \ \ | | | | | | | | fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to blacklist
| * | | fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to ↵Ferdinand Thiessen2024-03-261-8/+5
| | |/ | |/| | | | | | | | | | | | | blocklist Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #42931 from hrenard/masterBenjamin Gaussorgues2024-03-261-3/+1
|\ \ \