aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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>
* | Merge pull request #44886 from ↵Joas Schilling2024-04-182-119/+49
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/improved-activity-exceptions fix(activity): Improved activity exceptions
| * | fix(activity): Remove unneeded exception (types are enforced)Joas Schilling2024-04-171-4/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(activity): Add a dedicated exception when the filter or setting is not foundJoas Schilling2024-04-171-10/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(activity): Add a dedicated exception when not all fields are set while ↵Joas Schilling2024-04-171-11/+3
| | | | | | | | | | | | | | | | | | publishing an activity Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix(activity): Add a dedicated exception when invalid values are setJoas Schilling2024-04-171-94/+40
| |/ | | | | | | 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 #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadataMaxence Lange2024-04-175-49/+42
|\ \ | | | | | | enh(metadata): migrate metadata to lazy appconfig
| * | migrate metadata to lazy appconfigMaxence Lange2024-02-145-49/+42
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-valuesFerdinand Thiessen2024-04-172-10/+64
|\ \ \ | |_|/ |/| | fix(appconfig): format app values
| * | fix(appconfig): only convert single entry on searchValues()Maxence Lange2024-04-052-28/+38
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | fix(appconfig): format app valuesMaxence Lange2024-04-051-4/+48
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-typeCôme Chilliet2024-04-162-48/+37
|\ \ \ | | | | | | | | fix: Remove obsolete resource typing
| * | | fix: Fix typing issues related to resource migrationCôme Chilliet2024-04-092-48/+37
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow ↵Ferdinand Thiessen2024-04-161-37/+47
| | | | | | | | | | | | | | | | | | | | | | | | \Stringable as message) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5Ferdinand Thiessen2024-04-161-24/+24
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #44810 from nextcloud/moveToOCPServerJoas Schilling2024-04-151-6/+7
|\ \ \ \ | | | | | | | | | | chore(db): move to OCP\Server
| * | | | chore(db): move to OCP\ServerGit'Fellow2024-04-131-6/+7
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | Merge pull request #44770 from ↵Joas Schilling2024-04-153-190/+131
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/techdebt/noid/improved-notification-exceptions fix(notifications): Improved notification exceptions
| * | | | fix(notifications): Add a warning when using relative linksJoas Schilling2024-04-121-0/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(notifications): Throw AlreadyProcessedException also from the manager ↵Joas Schilling2024-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when it's done Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(notifications): Add a dedicated exception when a notification was not ↵Joas Schilling2024-04-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parsed completely Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(notifications): Add a dedicated exception when the notification is ↵Joas Schilling2024-04-121-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unknown to the notifier Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(notifications): Add a dedicated exception when not all fields are set ↵Joas Schilling2024-04-121-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while saving a notification Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | fix(notifications): Add a dedicated exception when invalid values are setJoas Schilling2024-04-122-175/+85
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.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 #44736 from nextcloud/fix/avatar-imagesPytal2024-04-091-0/+7
|\ \ \ \ | | | | | | | | | | fix: Fix avatar images
| * | | | fix: Fix avatar imagesChristopher Ng2024-04-081-0/+7
| |/ / / | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #44294 from nextcloud/fix/storage-mount-ownerJulius Härtl2024-04-092-0/+17
|\ \ \ \ | | | | | | | | | | fix: Pass the mountpoint target user to storages without owner
| * | | | fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-04-092-0/+17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storages that do not have a dedicated owner (e.g. groupfolders, external storages) currently always assume the current session user as the owner. This leads to several issues when there is no user session but a node is obtained through a user folder. In order to have the correct user available we need to pass the user that is used to setup a mountpoint along to the storage layer as we generally assume that an owner is available for those. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #44730 from nextcloud/jail-watcherRobin Appelman2024-04-092-4/+77
|\ \ \ \ | |/ / / |/| | | fix: use proper jailed patch in watcher
| * | | fix: use proper jailed patch in watcherRobin Appelman2024-04-082-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>
* | | Merge pull request #44705 from nextcloud/fix/issue-44702Josh2024-04-081-2/+2
|\ \ \ | | | | | | | | fix(Blurhash): Suppress imagecreatefromstring() E_WARNING
| * | | fix(Blurhash): Suppress imagecreatefromstring() E_WARNINGJosh2024-04-061-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>
* / / fix: Fix new psalm errors from updateCôme Chilliet2024-04-087-24/+13
|/ / | | | | | | | | | | | | Not sure about the SimpleContainer modification, let’s see what CI says about that. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(DateTimeFormatter): Adjust invalid doc blocksFerdinand Thiessen2024-04-051-7/+5
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(appconfig): compare with original valueMaxence Lange2024-04-031-1/+2
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | fix(federation): ICloudId->getRemote() should contain the protocolJoas Schilling2024-04-021-2/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix: Remove incorrect default null valueCôme Chilliet2024-04-021-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Apply new coding standard to all filesCôme Chilliet2024-04-0295-169/+169
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.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
|\ \ \ \