aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-21158-88/+376
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49936 from nextcloud/fix/empty-file-0byte-stable30Arthur Schiwon2024-12-201-1/+1
|\ | | | | fix: Create empty file instead of file with a space
| * fix: Create empty file instead of file with a spacefix/empty-file-0byte-stable30Julius Knorr2024-12-201-1/+1
|/ | | | Signed-off-by: Julius Knorr <jus@bitgrid.net>
* Merge pull request #49594 from nextcloud/backport/49588/stable30Joas Schilling2024-12-201-0/+37
|\ | | | | [stable30] fix(setupcheck): Make the Memcache setupcheck use the cache
| * fix(setupcheck): Make the Memcache setupcheck use the cachebackport/49588/stable30Joas Schilling2024-12-191-0/+37
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-204-10/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #49629 from nextcloud/backport/47425/stable30Luka Trovic2024-12-193-14/+285
|\ \ | | | | | | [stable30] fix: promote re-shares when deleting the parent share
| * | fix: Use getRelativePath method to check if node is inside folderbackport/47425/stable30Côme Chilliet2024-12-192-11/+16
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Fix promotion of reshares from subsubfoldersCôme Chilliet2024-12-192-26/+101
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(tests): Revert changes to tests now that reshares are not deleted but ↵Côme Chilliet2024-12-191-2/+1
| | | | | | | | | | | | | | | | | | promoted Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix(tests): Fix share tests to test new reshare promotion systemCôme Chilliet2024-12-191-17/+17
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Add comment to make code clearerCôme Chilliet2024-12-191-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | chore: Turn method description into phpdocCôme Chilliet2024-12-191-1/+1
| | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * | fix(shares): Promote reshares into direct shares when share is deletedCôme Chilliet2024-12-191-6/+13
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Transfer incomming shares first, do not delete non-migratable onesCôme Chilliet2024-12-191-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Canceling the previous add of deletion of invalid shares in transferownership because in some cases it deletes valid reshares, if incoming shares are not transfered on purpose. Inverting the order of transfer between incoming and outgoing so that reshare can be migrated when incoming shares are transfered. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: Tidy up code for reshare deletionCôme Chilliet2024-12-192-22/+24
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: delete re-shares when deleting the parent shareLuka Trovic2024-12-194-5/+190
|/ / | | | | | | | | | | | | | | Note: Removed part about fix command from original PR Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> (cherry picked from commit 42181c2f490025860e22907255b6917583c798af)
* | Merge pull request #49612 from nextcloud/backport/43025/stable30Luka Trovic2024-12-196-1/+211
|\ \ | | | | | | [stable30] fix: Add command to update re-share if shared-by user has been revoked
| * | fix(sharing): add command to fix broken shares after ownership transferringbackport/43025/stable30Luka Trovic2024-12-126-1/+211
| | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* | | Merge pull request #49924 from nextcloud/fix/link-share-conflict-modalmax-nextcloud2024-12-193-4/+13
|\ \ \ | | | | | | | | fix(share): render conflict modal in public shares
| * | | chore(assets): Recompile assetsfix/link-share-conflict-modalnextcloud-command2024-12-192-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(share): render conflict modal in public sharesMax2024-12-191-1/+10
|/ / / | | | | | | | | | | | | | | | Handle templates with license comments in `octemplate.js`. Signed-off-by: Max <max@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-19168-164/+528
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49918 from nextcloud/backport/49917/stable30Kate2024-12-183-4/+11
|\ \ \ | | | | | | | | [stable30] fix(files): Only register preview service worker once when the instance is hosted at the root path
| * | | fix(files): Only register preview service worker once when the instance is ↵backport/49917/stable30provokateurin2024-12-183-4/+11
|/ / / | | | | | | | | | | | | | | | | | | hosted at the root path Signed-off-by: provokateurin <kate@provokateurin.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-18152-320/+1046
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49900 from nextcloud/fix/ocm-hostJohn Molakvoæ2024-12-171-0/+9
|\ \ \
| * | | fix: make sure we have a valid scheme when testing ocm urlsfix/ocm-hostskjnldsv2024-12-171-0/+9
|/ / / | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | Merge pull request #49894 from nextcloud/backport/49880/stable30Kate2024-12-171-4/+11
|\ \ \ | | | | | | | | [stable30] fix(View): Catch exceptions when executing mkdir for non-existent parents
| * | | fix(View): Catch exceptions when executing mkdir for non-existent parentsbackport/49880/stable30provokateurin2024-12-171-4/+11
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Merge pull request #49884 from nextcloud/backport/49801/stable30Jonas2024-12-171-1/+1
|\ \ \ \ | |/ / / |/| | | [stable30] fix(ReferenceApiController): Bump rate limit for public resolve endpoint
| * | | fix(ReferenceApiController): Bump rate limit for public resolve endpointbackport/49801/stable30Jonas2024-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E.g. text documents might contain hundreds of links whose previews need to get loaded. Fixes: nextcloud/collectives#1607 Signed-off-by: Jonas <jonas@freesources.org>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1722-2/+76
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49877 from nextcloud/backport/49451/stable30Git'Fellow2024-12-161-2/+6
|\ \ \ | | | | | | | | [stable30] fix(TemplateManager): Make sure TemplateFolder is a Folder
| * | | fix(TemplateManager): Make sure TemplateFolder is a Folderbackport/49451/stable30Git'Fellow2024-12-161-2/+6
|/ / / | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1674-1030/+1296
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-158-2/+54
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49855 from nextcloud/backport/49528/stable30Sebastian Krupinski2024-12-146-2/+96
|\ \ \ | | | | | | | | [stable30] fix: replace null character when serializing
| * | | fix: replace null character when serializingbackport/49528/stable30SebastianKrupinski2024-12-136-2/+96
| | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | Merge pull request #49762 from ↵dependabot[bot]2024-12-145-9/+9
|\ \ \ \ | |/ / / |/| | | | | | | nextcloud/dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.16
| * | | chore(assets): Recompile assetsdependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.16nextcloud-command2024-12-143-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | chore(deps): bump libphonenumber-js from 1.11.11 to 1.11.16dependabot[bot]2024-12-142-5/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.11.11 to 1.11.16. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.11...v1.11.16) --- updated-dependencies: - dependency-name: libphonenumber-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-12-1452-20/+140
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #49851 from nextcloud/backport/49839/stable30Sebastian Krupinski2024-12-132-2/+2
|\ \ \ | | | | | | | | [stable30] fix: return 204 instead of 404
| * | | fix: return 204 instead of 404backport/49839/stable30SebastianKrupinski2024-12-132-2/+2
|/ / / | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | Merge pull request #49846 from nextcloud/backport/49843/stable30Benjamin Gaussorgues2024-12-131-1/+1
|\ \ \
| * | | fix(files_external): wrong type for external mount idbackport/49843/stable30Benjamin Gaussorgues2024-12-131-1/+1
|/ / / | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | Merge pull request #49838 from nextcloud/backport/49832/stable30Kate2024-12-131-3/+24
|\ \ \ | | | | | | | | [stable30] Improve select handling for sharded queries
| * | | fix: improve logic for ensuring join columns are selected for partitioned ↵backport/49832/stable30Robin Appelman2024-12-121-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | queries Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix: handle calling select on partitioned queries with an array of columnsRobin Appelman2024-12-121-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>