aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44996 from nextcloud/fix/unify-access-to-forbidden-charsFerdinand Thiessen2024-04-295-19/+10
|\
| * chore(assets): Recompile assetsnextcloud-command2024-04-292-3/+3
| * fix(files): Use string array instead of string for forbidden charactersFerdinand Thiessen2024-04-292-8/+6
| * fix(files): Use OCP\Util::getForbiddenFileNameChars instead of direct access ...Ferdinand Thiessen2024-04-292-9/+2
|/
* Merge pull request #44968 from nextcloud/fix/drop-workaround-for-obsolete-phpCôme Chilliet2024-04-295-23/+23
|\
| * fix: Drop workarounds for unsupported obsolete PHP versionsCôme Chilliet2024-04-225-23/+23
* | Merge pull request #45029 from nextcloud/backport/44972/masterFerdinand Thiessen2024-04-294-4/+9
|\ \
| * | chore(assets): Recompile assetsnextcloud-command2024-04-282-3/+3
| * | fix(unifiedSearch): Prevent broken avatars for federated usersfenn-cs2024-04-292-1/+6
* | | Merge pull request #44952 from nextcloud/perf/44951/template-creatorJulius Härtl2024-04-294-0/+50
|\ \ \
| * | | perf(templates): Emit RegisterTemplateCreatorEvent to register template creat...Julius Härtl2024-04-224-0/+50
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-296-0/+100
| |/ / |/| |
* | | Merge pull request #44586 from nextcloud/pulsejet/name-idxFerdinand Thiessen2024-04-281-0/+5
|\ \ \
| * | | perf(core): add index on nameVarun Patil2024-03-301-0/+5
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-282-4/+4
* | | | Merge pull request #45073 from nextcloud/dependabot/npm_and_yarn/sass-1.75.0dependabot[bot]2024-04-272-5/+5
|\ \ \ \
| * | | | build(deps-dev): bump sass from 1.74.1 to 1.75.0dependabot[bot]2024-04-272-5/+5
|/ / / /
* | | | Merge pull request #45072 from nextcloud/dependabot/npm_and_yarn/puppeteer-22...dependabot[bot]2024-04-272-52/+62
|\ \ \ \
| * | | | build(deps-dev): bump puppeteer from 22.5.0 to 22.7.1dependabot[bot]2024-04-272-52/+62
|/ / / /
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2730-2/+292
* | | | Merge pull request #45066 from nextcloud/feat/workflow-auto-update-dependabot...Andy Scherzinger2024-04-261-1/+4
|\ \ \ \
| * | | | Updating dependabot-approve-merge.yml workflow from templateNextcloud bot2024-04-261-1/+4
* | | | | Merge pull request #45065 from nextcloud/feat/workflow-auto-update-pr-feedbac...Andy Scherzinger2024-04-261-4/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Updating pr-feedback.yml workflow from templateNextcloud bot2024-04-261-4/+16
|/ / / /
* | | | Merge pull request #44670 from nextcloud/fix/session/no-authtoken-password-no...Christoph Wurst2024-04-262-2/+78
|\ \ \ \
| * | | | fix(session): Do not update authtoken last_check for passwordlessChristoph Wurst2024-04-262-2/+78
|/ / / /
* | | | Merge pull request #44496 from nextcloud/feat/s3-accelerateRobin Appelman2024-04-261-1/+16
|\ \ \ \
| * | | | feat: add option to enable s3 accelerationRobin Appelman2024-04-261-1/+16
|/ / / /
* | | | Merge pull request #44938 from nextcloud/fix/remove-unknown-from-imip-serviceAnna2024-04-261-1/+1
|\ \ \ \
| * | | | fix(CalDAV): remove UNKNOWN from room / resource considerationAnna Larch2024-04-191-1/+1
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2698-220/+124
* | | | | Merge pull request #45035 from nextcloud/enh/noid/fix-chunked-uploadFerdinand Thiessen2024-04-251-4/+2
|\ \ \ \ \
| * | | | | fix: chunked upload leading to 0-byte filesSimon L.2024-04-251-4/+2
|/ / / / /
* | | | | Merge pull request #45006 from nextcloud/dependabot/composer/symfony/translat...Ferdinand Thiessen2024-04-251-0/+0
|\ \ \ \ \
| * | | | | chore(deps): Bump symfony/translation from 5.4.24 to 6.4.4Joas Schilling2024-04-251-0/+0
|/ / / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-2546-6/+342
* | | | | Merge pull request #45001 from nextcloud/bugfix/noid/convert-exceptions-to-sa...Julius Härtl2024-04-241-11/+19
|\ \ \ \ \
| * | | | | fix(DAV): Migrate known exceptions to Sabre exceptions when copyingJoas Schilling2024-04-241-11/+19
* | | | | | Merge pull request #44970 from nextcloud/dependabot/composer/php-opencloud/op...Joas Schilling2024-04-242-1/+4
|\ \ \ \ \ \
| * | | | | | fix(openstack): Fix psalm issue with updated openstack versionJoas Schilling2024-04-241-1/+4
| * | | | | | chore(deps): Bump php-opencloud/openstack from 3.2.1 to 3.10.0Joas Schilling2024-04-241-0/+0
| |/ / / / /
* | | | | | Merge pull request #45000 from nextcloud/bugfix/44643/bump-files_trashbin-ver...Joas Schilling2024-04-241-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(migration): Bump files_trashbin version to trigger migrationJoas Schilling2024-04-241-1/+1
|/ / / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-24332-354/+1300
* | | | | Merge pull request #44643 from nextcloud/feat/trashbin-deleted-byPytal2024-04-2312-46/+127
|\ \ \ \ \
| * | | | | feat(trashbin): Add deleted by propertiesChristopher Ng2024-04-231-0/+10
| * | | | | chore(trashbin): Add method to get deleted by from trash itemChristopher Ng2024-04-238-44/+55
| * | | | | chore(trashbin): Store deleted by userChristopher Ng2024-04-231-2/+4
| * | | | | chore(trashbin): Add deleted_by column to files_trashChristopher Ng2024-04-233-0/+58
|/ / / / /
* | | | | Merge pull request #44923 from nextcloud/fix/public-share-truncationPytal2024-04-236-14/+29
|\ \ \ \ \