aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Handle end of stream in `File::put`fix/dav-harden-stream-handlingFerdinand Thiessen2025-02-181-16/+11
* Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1854-298/+1412
* Merge pull request #50800 from nextcloud/fix/fix-psalm-taint-errorsFerdinand Thiessen2025-02-1712-118/+87
|\
| * chore: Add missing star in phpdoc commentfix/fix-psalm-taint-errorsCôme Chilliet2025-02-171-1/+1
| * fix: Fix false-positive psalm taint errors when outputting plain textCôme Chilliet2025-02-172-10/+10
| * fix: Fix psalm taint false-positive by escaping trusted inputCôme Chilliet2025-02-172-19/+11
| * fix: Correctly tag json encoding in BaseResponse to fix false-positiveCôme Chilliet2025-02-172-9/+9
| * fix: Move config.php taint trust upstream directly in OC\Config classCôme Chilliet2025-02-173-55/+23
| * fix: Work around false-positive psalm taint error calling print_r in admin_auditCôme Chilliet2025-02-172-10/+2
| * fix: Work around psalm taint false-positive by not using var_exportCôme Chilliet2025-02-171-1/+1
| * chore: Correctly flag json encoding methods as escaping html and quotesCôme Chilliet2025-02-173-10/+6
| * fix: Fix psalm taint error in L10N factoryCôme Chilliet2025-02-171-3/+24
* | Merge pull request #50860 from nextcloud/bugfix/noid/fix-activity-parameter-t...Kate2025-02-172-5/+5
|\ \ | |/ |/|
| * fix(activity): Fix activity parameter typesbugfix/noid/fix-activity-parameter-typesJoas Schilling2025-02-172-5/+5
|/
* Merge pull request #49872 from solonovamax/masterStephan Orbaugh2025-02-171-8/+32
|\
| * feat(files_sharing): Add opengraph meta tags for multimedia, change opengraph...solonovamax2025-02-171-2/+14
| * feat(files_sharing): Add twitter meta tagssolonovamax2025-02-171-6/+18
|/
* Merge pull request #50798 from nextcloud/fix/login-error-stateFerdinand Thiessen2025-02-173-3/+8
|\
| * chore: Compile assetsfix/login-error-stateFerdinand Thiessen2025-02-172-3/+3
| * fix(login): only show error state on login box if user interactedFerdinand Thiessen2025-02-171-0/+5
* | Merge pull request #50816 from nextcloud/fix/noid/transfer-ownership-selectJulien Veyssier2025-02-173-17/+9
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2025-02-172-3/+3
| * | fix(transferownership): allow searching by email, display user.shareWithDispl...Julien Veyssier2025-02-171-14/+6
|/ /
* | Merge pull request #50791 from nextcloud/perf/remove-filecache-indexKate2025-02-174-5/+40
|\ \ | |/ |/|
| * chore(filecache): remove index fs_id_storage_sizeperf/remove-filecache-indexBenjamin Gaussorgues2025-02-134-5/+40
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-176-0/+170
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1616-10/+332
* | Merge pull request #50809 from nextcloud/fixPhp83DeprecationGit'Fellow2025-02-151-8/+4
|\ \
| * | fix(repair): PHP8.3 deprecation warningfixPhp83DeprecationGit'Fellow2025-02-141-8/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1528-24/+338
* | | Merge pull request #50769 from nextcloud/checkStorageIdSetCacheChristoph Wurst2025-02-141-3/+2
|\ \ \ | |/ / |/| |
| * | fix(SharedStorage): Check if storage ID is set on cachecheckStorageIdSetCacheGit'Fellow2025-02-131-6/+6
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1428-30/+50
* | | Merge pull request #50784 from nextcloud/fix/issue-50054-resource-invite-regr...Daniel2025-02-131-1/+1
|\ \ \
| * | | fix: Fix regression in calendar invitation sendingfix/issue-50054-resource-invite-regressionSebastianKrupinski2025-02-131-1/+1
|/ / /
* | | Merge pull request #48738 from nextcloud/perf/log-high-memory-requestsJulius Knorr2025-02-131-0/+16
|\ \ \
| * | | perf: Log requests using high amount of memory as warningperf/log-high-memory-requestsJulius Knorr2025-02-131-0/+16
* | | | Merge pull request #50801 from nextcloud/dependabot/npm_and_yarn/elliptic-6.6.1dependabot[bot]2025-02-131-3/+4
|\ \ \ \
| * | | | chore(deps): bump elliptic from 6.6.0 to 6.6.1dependabot/npm_and_yarn/elliptic-6.6.1dependabot[bot]2025-02-131-3/+4
|/ / / /
* | | | Merge pull request #50577 from nextcloud/enh/apply-rector-set-to-appsCôme Chilliet2025-02-13202-987/+1359
|\ \ \ \
| * | | | chore: Update psalm-baseline-security.xmlenh/apply-rector-set-to-appsCôme Chilliet2025-02-131-18/+0
| * | | | chore(user_ldap): Add psalm-suppress for deprecated emit method callsCôme Chilliet2025-02-131-0/+2
| * | | | fix(settings): Inject subadmin manager and adapt tests, resolve a FIXME commentCôme Chilliet2025-02-133-47/+67
| * | | | chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-13188-821/+1177
| * | | | chore(rector): Enable Nextcloud 25 set for the apps folderCôme Chilliet2025-02-131-0/+4
| * | | | chore: Bump nextcloud/rector and rector versionsCôme Chilliet2025-02-132-27/+27
| * | | | chore: re-apply current rector configuration to apps folderCôme Chilliet2025-02-1311-78/+86
* | | | | Merge pull request #50794 from nextcloud/fix/fix-appmanager-cleanappidCôme Chilliet2025-02-132-4/+26
|\ \ \ \ \
| * | | | | fix: Also remove digits at the start and underscore on both ends of appidfix/fix-appmanager-cleanappidCôme Chilliet2025-02-131-1/+1
| * | | | | fix: Only keep allowed characters in appid, and flag the method as escapingCôme Chilliet2025-02-132-4/+26
| |/ / / /