aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #53759 from nextcloud/enh/noid/taskpro-audio-chatMarcel Klehr2025-07-071-0/+1
|\ | | | | [TaskProcessing] Add audio-to-audio chat task type
| * feat(TaskProcessing): add audio-to-audio chat task typeJulien Veyssier2025-07-071-0/+1
| | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | chore(AccountManager): adjust code style for cs-fixerFerdinand Thiessen2025-07-071-2/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #53109 from TechnicalSuwako/masterStephan Orbaugh2025-07-071-2/+19
|\ \ | |/ |/| fix(settings): change Mastodon only URI to webfinger
| * fix(settings): add link check in webfinger諏訪子2025-05-271-0/+17
| | | | | | | | Signed-off-by: 諏訪子 <suwako@076.moe>
| * fix(settings): change Mastodon only URI to webfinger諏訪子2025-05-251-2/+2
| | | | | | | | Signed-off-by: 諏訪子 <suwako@076.moe>
* | Merge pull request #53740 from nextcloud/fix/properly-fail-on-invalid-jsonAndy Scherzinger2025-07-031-4/+18
|\ \ | | | | | | Properly fail on invalid json
| * | fix: Only attempt to decode JSON input if it is not an empty stringfix/properly-fail-on-invalid-jsonCôme Chilliet2025-07-011-4/+7
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(ocs): Return a proper error on JSON decoding failuresCôme Chilliet2025-07-011-1/+12
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Rename property and type it to match its current use in RequestCôme Chilliet2025-07-011-3/+3
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(encryption): Correctly handle file opening and copying failuresfix/catch-exception-in-encrypt-allCôme Chilliet2025-07-031-3/+17
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(l10n): our default language is American English so adjust the spellingfix/l10n-us-englishFerdinand Thiessen2025-07-031-2/+2
| | | | | | | | | | | | | | | | | | | | | For British English we have the `en-GB` translations, so the default should be American English which spells it `organization` not `organisation`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | test: fix testsJana Peper2025-07-031-3/+2
| | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | | feat: add toggle for AI guest restrictionJana Peper2025-07-031-1/+33
| | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
* | | fix(syslog): open syslog channel on writeKent Delante2025-07-021-2/+6
| | | | | | | | | | | | | | | | | | | | | This fixes a bug where only one tag gets used when multiple tags have been configured (e.g. different tags for 'syslog_tag' and 'syslog_tag_audit') Signed-off-by: Kent Delante <kent.delante@proton.me>
* | | chore: apply new CSFixer rulesFerdinand Thiessen2025-07-01215-281/+422
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
* | | Merge pull request #53671 from nextcloud/fix/read-only-share-downloadJohn Molakvoæ2025-07-012-0/+25
|\ \ \
| * | | feat(files_sharing): allow viewing files with download disabledskjnldsv2025-06-262-0/+25
| | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | Merge branch 'master' into remove-x-xss-protectionJoas Schilling2025-06-3025-170/+611
|\ \ \ \ | | |/ / | |/| |
| * | | fix: handle ambiguous IResponse.getBody return typesdebt/noid/wrong-return-type-iresponseDaniel Kesselberg2025-06-303-9/+26
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | docs(http): Update return type for getBodyDaniel Kesselberg2025-06-301-30/+3
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | fix(encryption): Pass an IUser and not a string to getUpdatefix/catch-exception-in-encryption-listenerCôme Chilliet2025-06-301-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(encryption): Catch NotFoundException in ShareDeletedEvent listenerCôme Chilliet2025-06-261-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids issues when a share is deleted after the node itself is already deleted. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix(nullcache): make get compliant with the interfacedebt/noid/wrong-return-type-nullcacheDaniel Kesselberg2025-06-261-14/+17
| |/ / | | | | | | | | | | | | | | | The interface defines ICacheEntry|false, thus we should not return null. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Merge pull request #53649 from nextcloud/security-missing-auth-errorJohn Molakvoæ2025-06-252-2/+5
| |\ \
| | * | fix: throw a better error if we don't get an authorization header for ↵security-missing-auth-errorRobin Appelman2025-06-242-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | secutity confirmation Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Merge pull request #53669 from ↵Joas Schilling2025-06-251-2/+10
| |\ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/feat/noid/add-command-to-list-all-routes feat(occ): Add commands to list all routes and match a single one
| | * | | feat(occ): Add commands to list all routes and match a single onefeat/noid/add-command-to-list-all-routesJoas Schilling2025-06-251-2/+10
| | |/ / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * / / fix: don't create an empty file before writing the contents in OC_Util::copyrcopyr-no-empty-newfileRobin Appelman2025-06-241-2/+1
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | feat(lexicon): better numeric conversionMaxence Lange2025-06-243-2/+4
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | feat(lexicon): fix testsMaxence Lange2025-06-244-52/+52
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | feat(lexicon): migrate keys on app updateMaxence Lange2025-06-242-6/+11
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | feat(lexicon): using configmanagerMaxence Lange2025-06-243-15/+14
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | feat(lexicon): migrate config key/valueMaxence Lange2025-06-246-40/+427
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | Merge pull request #53615 from nextcloud/fix/revive-lowercase-emailRichard Steinmetz2025-06-241-0/+5
| |\ \ | | | | | | | | fix: revive always storing lowercased email addresses
| | * | fix: revive always storing lowercased email addressesRichard Steinmetz2025-06-241-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | | fix: make rotate logs a TimedJob and run every hourfix/convert-rotate-to-timedjobSalvatore Martire2025-06-241-1/+9
| |/ / | | | | | | | | | Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
| * | fix: remove double cache write in ObjectStoreStorage::touchRobin Appelman2025-06-181-10/+0
| | | | | | | | | | | | | | | | | | the file_put_contents already puts all of those values into the cache Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | feat: add ocs route to get apps enabled for current userJana Peper2025-06-181-1/+1
| | | | | | | | | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
| * | Merge pull request #53419 from ↵Kent Delante2025-06-181-17/+43
| |\ \ | | | | | | | | | | | | | | | | nextcloud/leftybournes/fix/object_storage_large_uploads fix(s3): retry failed multipart uploads with decreased concurrency
| | * | fix(s3): retry failed multipart uploads with decreased concurrencyleftybournes/fix/object_storage_large_uploadsKent Delante2025-06-101-17/+43
| | | | | | | | | | | | | | | | Signed-off-by: Kent Delante <kent.delante@proton.me>
| * | | fix(FilenameValidator): use `_` as default replacement for invalid charsfix/validation-defaultsFerdinand Thiessen2025-06-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | Merge pull request #53516 from nextcloud/fix/fix-encryption-manager-injectionFerdinand Thiessen2025-06-171-1/+2
| |\ \ \ | | | | | | | | | | fix(encryption): Fix DI for encryption Manager class
| | * | | fix(encryption): Fix DI for encryption Manager classfix/fix-encryption-manager-injectionCôme Chilliet2025-06-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only IManager was registered but the class name is used as well for DI in the encryption application. This was causing a crash of encryption command when using PHP 8.4 and lazy ghosts. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Merge pull request #51657 from SBizienFilippiPEReN/cookie-domainAndy Scherzinger2025-06-172-10/+12
| |\ \ \ \ | | | | | | | | | | | | cookie_domain config option for setting cookie on a wider domain
| | * | | | feat(core): add cookie_domain config optionSamuel Bizien Filippi2025-06-162-10/+12
| | |/ / / | | | | | | | | | | | | | | | Signed-off-by: Samuel Bizien Filippi <samuel.bizien-filippi@finances.gouv.fr>
| * / / / fix(ObjectStore): Make S3 "connect_timeout" option configurablefix/noid/make-s3-connect-timeout-option-configurableDaniel Calviño Sánchez2025-06-162-2/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hardcoded connection timeout of 5 seconds may not be enough in some cases, so now it is got from the ObjectStore arguments in Nextcloud configuration, falling back to 5 if not set. The connection timeout is set in seconds, but decimal precision can be used for subsecond accuracy (for example, 4.2 for 4200 milliseconds). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | fix: properly deprecate IOCMProviderRichard Steinmetz2025-06-161-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | | Update lib/private/Server.phpMicke Nordin2025-06-161-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Micke Nordin <mickenordin@users.noreply.github.com>
| * | | fix(OCMProvider): fix dependency injection for OCMProviderMicke Nordin2025-06-161-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Micke Nordin <kano@sunet.se>