aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| |/ / / /
* | | | | Merge pull request #50781 from nextcloud/perf/improve-incomplete-scanBenjamin Gaussorgues2025-02-132-15/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | perf(files): faster query to fetch incomplete directoriesperf/improve-incomplete-scanBenjamin Gaussorgues2025-02-132-15/+6
* | | | | Merge pull request #49648 from nextcloud/fix/clarify-app-manager-methodsCôme Chilliet2025-02-1339-84/+110
|\ \ \ \ \
| * | | | | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methodsCôme Chilliet2025-02-1318-20/+20
| * | | | | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUserCôme Chilliet2025-02-1322-39/+35
| * | | | | chore: Improve naming of methods and properties in AppManagerCôme Chilliet2025-02-131-21/+23
| * | | | | fix(ocp): Deprecate getInstalledApps and replace with clearer method nameCôme Chilliet2025-02-132-3/+21
| * | | | | fix(ocp): Deprecate isInstalled and add isEnabledForAnyone insteadCôme Chilliet2025-02-132-3/+13
| | |_|_|/ | |/| | |
* | | | | Merge pull request #50689 from nextcloud/fix/migrate-dav-to-eventschore/mail-bisect-ee48cafd200233203a1444dba797ef3eb89a35caCôme Chilliet2025-02-1310-406/+326
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(tests): Order card properties by name to avoid issuesfix/migrate-dav-to-eventsCôme Chilliet2025-02-101-5/+6
| * | | | chore: Update psalm baselineCôme Chilliet2025-02-101-6/+0
| * | | | fix: Fix UserTest to return valid configuration valuesCôme Chilliet2025-02-101-0/+6
| * | | | fix(dav): Migrate from hooks to user eventsCôme Chilliet2025-02-107-395/+314
* | | | | Merge pull request #50602 from nextcloud/fix/template-field-titlechore/mail-bisect-6e1d9a26209ec5524fbc2fb9c7cbb53315e64d72Elizabeth Danzberger2025-02-1312-12/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | chore: rebuild assetsfix/template-field-titleElizabeth Danzberger2025-02-139-7/+7
| * | | | fix(template-filler): Hide template fields with unknown labelsElizabeth Danzberger2025-02-133-5/+13
|/ / / /
* | / / Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1344-114/+272
| |/ / |/| |
* | | Merge pull request #50692 from nextcloud/useNameNotUrlAndy Scherzinger2025-02-121-1/+2
|\ \ \ | |_|/ |/| |
| * | fix(emailTemplate): use instance Name instead of Url in subjectuseNameNotUrlGit'Fellow2025-02-121-1/+2
|/ /
* | Merge pull request #50081 from nextcloud/fix/undefined-application-keyPytal2025-02-112-2/+2
|\ \
| * | fix(core): Fix undefined "application" array key error in user layoutChristopher Ng2025-02-111-1/+1
| * | fix(core): Fix undefined "application" array key errorChristopher Ng2025-02-111-1/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-1282-156/+494
|/ /
* | Merge pull request #50498 from nextcloud/bug/48678/restore-dav-error-response-2Daniel2025-02-113-28/+18
|\ \
| * | fix: use relative paths for upload locksbug/48678/restore-dav-error-response-2Robin Appelman2025-02-111-2/+2
| * | fix: make locked exception path relative to the viewRobin Appelman2025-02-111-16/+8
| * | fix: Replace the TypeError to prevent exposing the installation pathDaniel Kesselberg2025-02-111-10/+8
* | | Merge pull request #50324 from nextcloud/shared-cache-watcher-updateRobin Appelman2025-02-116-0/+66
|\ \ \ | |/ / |/| |
| * | test: add test for shared storage root being changed after watchershared-cache-watcher-updateRobin Appelman2025-02-061-0/+35
| * | fix: don't use cached root info from shared cache if the watcher has detected...Robin Appelman2025-02-065-0/+31