aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Handle end of stream in `File::put`fix/dav-harden-stream-handlingFerdinand Thiessen5 hours1-16/+11
* Fix(l10n): Update translations from TransifexNextcloud bot21 hours54-298/+1412
* Merge pull request #50800 from nextcloud/fix/fix-psalm-taint-errorsFerdinand Thiessen28 hours12-118/+87
|\
| * chore: Add missing star in phpdoc commentfix/fix-psalm-taint-errorsCôme Chilliet30 hours1-1/+1
| * fix: Fix false-positive psalm taint errors when outputting plain textCôme Chilliet30 hours2-10/+10
| * fix: Fix psalm taint false-positive by escaping trusted inputCôme Chilliet30 hours2-19/+11
| * fix: Correctly tag json encoding in BaseResponse to fix false-positiveCôme Chilliet30 hours2-9/+9
| * fix: Move config.php taint trust upstream directly in OC\Config classCôme Chilliet30 hours3-55/+23
| * fix: Work around false-positive psalm taint error calling print_r in admin_auditCôme Chilliet31 hours2-10/+2
| * fix: Work around psalm taint false-positive by not using var_exportCôme Chilliet31 hours1-1/+1
| * chore: Correctly flag json encoding methods as escaping html and quotesCôme Chilliet31 hours3-10/+6
| * fix: Fix psalm taint error in L10N factoryCôme Chilliet31 hours1-3/+24
* | Merge pull request #50860 from nextcloud/bugfix/noid/fix-activity-parameter-t...Kate29 hours2-5/+5
|\ \ | |/ |/|
| * fix(activity): Fix activity parameter typesbugfix/noid/fix-activity-parameter-typesJoas Schilling30 hours2-5/+5
|/
* Merge pull request #49872 from solonovamax/masterStephan Orbaugh32 hours1-8/+32
|\
| * feat(files_sharing): Add opengraph meta tags for multimedia, change opengraph...solonovamax33 hours1-2/+14
| * feat(files_sharing): Add twitter meta tagssolonovamax33 hours1-6/+18
|/
* Merge pull request #50798 from nextcloud/fix/login-error-stateFerdinand Thiessen34 hours3-3/+8
|\
| * chore: Compile assetsfix/login-error-stateFerdinand Thiessen35 hours2-3/+3
| * fix(login): only show error state on login box if user interactedFerdinand Thiessen35 hours1-0/+5
* | Merge pull request #50816 from nextcloud/fix/noid/transfer-ownership-selectJulien Veyssier34 hours3-17/+9
|\ \
| * | chore(assets): Recompile assetsnextcloud-command34 hours2-3/+3
| * | fix(transferownership): allow searching by email, display user.shareWithDispl...Julien Veyssier34 hours1-14/+6
|/ /
* | Merge pull request #50791 from nextcloud/perf/remove-filecache-indexKate34 hours4-5/+40
|\ \ | |/ |/|
| * chore(filecache): remove index fs_id_storage_sizeperf/remove-filecache-indexBenjamin Gaussorgues5 days4-5/+40
* | Fix(l10n): Update translations from TransifexNextcloud bot45 hours6-0/+170
* | Fix(l10n): Update translations from TransifexNextcloud bot3 days16-10/+332
* | Merge pull request #50809 from nextcloud/fixPhp83DeprecationGit'Fellow3 days1-8/+4
|\ \
| * | fix(repair): PHP8.3 deprecation warningfixPhp83DeprecationGit'Fellow4 days1-8/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot4 days28-24/+338
* | | Merge pull request #50769 from nextcloud/checkStorageIdSetCacheChristoph Wurst4 days1-3/+2
|\ \ \ | |/ / |/| |
| * | fix(SharedStorage): Check if storage ID is set on cachecheckStorageIdSetCacheGit'Fellow6 days1-6/+6
* | | Fix(l10n): Update translations from TransifexNextcloud bot5 days28-30/+50
* | | Merge pull request #50784 from nextcloud/fix/issue-50054-resource-invite-regr...Daniel5 days1-1/+1
|\ \ \
| * | | fix: Fix regression in calendar invitation sendingfix/issue-50054-resource-invite-regressionSebastianKrupinski5 days1-1/+1
|/ / /
* | | Merge pull request #48738 from nextcloud/perf/log-high-memory-requestsJulius Knorr5 days1-0/+16
|\ \ \
| * | | perf: Log requests using high amount of memory as warningperf/log-high-memory-requestsJulius Knorr5 days1-0/+16
* | | | Merge pull request #50801 from nextcloud/dependabot/npm_and_yarn/elliptic-6.6.1dependabot[bot]5 days1-3/+4
|\ \ \ \
| * | | | chore(deps): bump elliptic from 6.6.0 to 6.6.1dependabot/npm_and_yarn/elliptic-6.6.1dependabot[bot]5 days1-3/+4
|/ / / /
* | | | Merge pull request #50577 from nextcloud/enh/apply-rector-set-to-appsCôme Chilliet5 days202-987/+1359
|\ \ \ \
| * | | | chore: Update psalm-baseline-security.xmlenh/apply-rector-set-to-appsCôme Chilliet5 days1-18/+0
| * | | | chore(user_ldap): Add psalm-suppress for deprecated emit method callsCôme Chilliet5 days1-0/+2
| * | | | fix(settings): Inject subadmin manager and adapt tests, resolve a FIXME commentCôme Chilliet5 days3-47/+67
| * | | | chore: Apply new rector configuration to apps folderCôme Chilliet5 days188-821/+1177
| * | | | chore(rector): Enable Nextcloud 25 set for the apps folderCôme Chilliet5 days1-0/+4
| * | | | chore: Bump nextcloud/rector and rector versionsCôme Chilliet5 days2-27/+27
| * | | | chore: re-apply current rector configuration to apps folderCôme Chilliet5 days11-78/+86
* | | | | Merge pull request #50794 from nextcloud/fix/fix-appmanager-cleanappidCôme Chilliet5 days2-4/+26
|\ \ \ \ \
| * | | | | fix: Also remove digits at the start and underscore on both ends of appidfix/fix-appmanager-cleanappidCôme Chilliet5 days1-1/+1
| * | | | | fix: Only keep allowed characters in appid, and flag the method as escapingCôme Chilliet5 days2-4/+26
| |/ / / /