aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-13162-124/+288
* Merge pull request #49837 from nextcloud/dependabot/npm_and_yarn/nanoid-3.3.8John Molakvoæ2024-12-123-7/+6
|\
| * chore(assets): Recompile assetsdependabot/npm_and_yarn/nanoid-3.3.8nextcloud-command2024-12-122-3/+3
| * chore(deps): bump nanoid from 3.3.7 to 3.3.8dependabot[bot]2024-12-121-4/+3
* | Merge pull request #49730 from nextcloud/feat/noid/happy-birthdayDaniel2024-12-126-4/+142
|\ \ | |/ |/|
| * feat(dashboard): wish happy birthdayfeat/noid/happy-birthdayDaniel Kesselberg2024-12-106-4/+142
* | Merge pull request #49832 from nextcloud/sharding-select-fixesJohn Molakvoæ2024-12-121-3/+24
|\ \
| * | fix: improve logic for ensuring join columns are selected for partitioned que...sharding-select-fixesRobin Appelman2024-12-121-3/+21
| * | fix: handle calling select on partitioned queries with an array of columnsRobin Appelman2024-12-121-0/+3
* | | Merge pull request #49171 from nextcloud/feat/empty-trashPytal2024-12-12139-375/+530
|\ \ \
| * | | chore(psalm): Update baselineChristopher Ng2024-12-121-5/+0
| * | | chore: compile assetsfeat/empty-trashChristopher Ng2024-12-12130-182/+190
| * | | fix(trashbin): Fix infinitely loading empty trash action on closeChristopher Ng2024-12-121-2/+2
| * | | feat(files_trashbin): improve wordingsskjnldsv2024-12-121-4/+4
| * | | perf(files_trashbin): use empty trashbin endpoint instead of batch delete req...skjnldsv2024-12-122-70/+42
| * | | feat(files_trashbin): add cypress testsskjnldsv2024-12-123-4/+128
| * | | fix(files): protect filelist actions with try...catchskjnldsv2024-12-122-10/+50
| * | | fix(files_trashbin): update @nextcloud/files and adjust api + l10n fixskjnldsv2024-12-124-170/+53
| * | | feat(trashbin): Allow emptying trashChristopher Ng2024-12-123-1/+125
| * | | feat(files): Right-align list actionsChristopher Ng2024-12-121-12/+21
|/ / /
* | | Merge pull request #47342 from nextcloud/cache-delete-notfound-sizeRobin Appelman2024-12-121-3/+0
|\ \ \
| * | | fix: don't recalculate folder size in Cache::delete if the entry didn't existcache-delete-notfound-sizeRobin Appelman2024-08-201-3/+0
* | | | Merge pull request #49366 from nextcloud/fix/remove-share-hint-exception-wrap...Côme Chilliet2024-12-122-4/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(tests): Adapt ManagerTest to change in Exception class usedfix/remove-share-hint-exception-wrappingCôme Chilliet2024-12-121-1/+1
| * | | fix(shares): Wrap exceptions from password validation to set code to 400Côme Chilliet2024-12-121-2/+7
| * | | fix(files_sharing): Do not wrap password policy exception into a generic oneCôme Chilliet2024-12-121-6/+2
|/ / /
* | | Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-davJulius Knorr2024-12-1214-114/+164
|\ \ \
| * | | fix(tests): remove redundant unit test for activityfix/activity-log-for-favorites-in-davgrnd-alt2024-12-031-40/+0
| * | | refactor(tags): move favorite event dispatching to tags.phpgrnd-alt2024-12-037-46/+34
| * | | fix(dav): add activity logging for favorites in davgrnd-alt2024-12-0311-53/+155
* | | | Merge pull request #49815 from nextcloud/fix/sharing-password-submit-createArthur Schiwon2024-12-1210-8/+8
|\ \ \ \
| * | | | chore(assets): Recompile assetsfix/sharing-password-submit-createnextcloud-command2024-12-129-7/+7
| * | | | fix(files_sharing): also submit new share on password submitskjnldsv2024-12-121-1/+1
|/ / / /
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-12198-724/+948
* | | | Merge pull request #49799 from nextcloud/fix/no-issue/enforced-props-checksF. E Noel Nfebe2024-12-119-15/+14
|\ \ \ \
| * | | | chore(assets): Recompile assetsfix/no-issue/enforced-props-checksnextcloud-command2024-12-118-7/+7
| * | | | fix(files_sharing): Correct property enforced property namesnfebe2024-12-111-8/+7
* | | | | Merge pull request #49803 from nextcloud/backport/49432/masterJohn Molakvoæ2024-12-113-4/+25
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsbackport/49432/masternextcloud-command2024-12-112-3/+3
| * | | | | fix(files): throttle favorite with max 5 simultaneous requestsskjnldsv2024-12-111-1/+22
|/ / / / /
* | | | | Merge pull request #49739 from nextcloud/s3-disable-multipart-remove-debugKate2024-12-111-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore: cleanup leftover debug statements3-disable-multipart-remove-debugRobin Appelman2024-12-091-1/+0
* | | | | Merge pull request #49694 from nextcloud/bugfix/fix-service-worker-scopeJohn Molakvoæ2024-12-113-5/+6
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsbugfix/fix-service-worker-scopenextcloud-command2024-12-062-3/+3
| * | | | | fix: Fix ServiceWorker scope when Nextcloud installed in subfolderKostiantyn Miakshyn2024-12-061-2/+3
* | | | | | Merge pull request #49685 from nextcloud/fix/fail-safe-files-actionsJohn Molakvoæ2024-12-114-19/+51
|\ \ \ \ \ \
| * | | | | | chore(assets): Recompile assetsfix/fail-safe-files-actionsnextcloud-command2024-12-112-3/+3
| * | | | | | fix(files): failsafe when executing actions methodsskjnldsv2024-12-112-16/+48
|/ / / / / /
* | | | | | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstoreJohn Molakvoæ2024-12-112-9/+48
|\ \ \ \ \ \
| * | | | | | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstoreRobin Appelman2024-12-052-9/+48