Camila Ayres
a5fcf336e0
fix(folderwizard): change message tone from error to information.
...
When trying to sync a subfolder of an already syncing folder.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2025-07-11 21:39:23 +02:00
Matthieu Gallien
1d4db666b0
Merge pull request #8455 from nextcloud/chore/use-upstream-craftmaster
...
ci: switch back to upstream CraftMaster
2025-07-11 21:38:25 +02:00
Jyrki Gadinger
ed22111100
ci: switch back to upstream CraftMaster
...
The fix we needed was merged this week 🎉
https://invent.kde.org/packaging/craftmaster/-/merge_requests/7
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-07-11 19:16:41 +02:00
István Váradi
5bd000dc66
Merge pull request #8452 from nextcloud/oracular_questing
...
Remove Ubuntu Oracular, add Questing
2025-07-11 17:58:57 +02:00
István Váradi
a954021026
ci: Remove Ubuntu Oracular, add Questing
...
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2025-07-11 13:28:35 +02:00
Iva Horn
89a65fd93a
Merge pull request #8451 from nextcloud/feature/reset-macvfs
...
feat(macOS): Add button in settings window to fully reset File Provider-based virtual files
2025-07-11 13:19:20 +02:00
Claudio Cambra
adf2552169
feat(macOS): Add button to reset macOS vfs for an account
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-07-11 10:52:22 +02:00
Claudio Cambra
62b0941f09
fix(macOS): Add method to File Provider settings controller to reset vfs for an account, fully
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-07-11 10:52:22 +02:00
Claudio Cambra
5e9c9a7b2a
feat(macOS): Add convenience function to get group container path
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-07-11 10:52:22 +02:00
Claudio Cambra
4ccb81440d
feat(macOS): Add NCFPKAppGroupIdentifier to bundle info plist
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-07-11 10:52:22 +02:00
Matthieu Gallien
0129cff2b1
Merge pull request #8446 from nextcloud/bugfix/update-codeowners
...
fix(github): Update code owners
2025-07-11 10:06:44 +02:00
Claudio Cambra
b935c436b6
fix(github): Update code owners
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-07-11 08:27:14 +02:00
Iva Horn
f67252bd28
Merge pull request #8445 from nextcloud/mac-crafter-improvements
...
Mac Crafter Improvements
2025-07-10 14:21:05 +02:00
Iva Horn
1c96f7fc18
fix(mac-crafter): Updated default CraftMaster repository URL.
...
Signed-off-by: Iva Horn <iva.horn@icloud.com>
2025-07-10 10:15:03 +02:00
Iva Horn
f05b37a214
fix(mac-crafter): Outsourced MacCrafterError type into dedicated source code file.
...
Signed-off-by: Iva Horn <iva.horn@icloud.com>
2025-07-10 10:15:03 +02:00
Iva Horn
1da444502e
fix(mac-crafter): Textual improvements.
...
Signed-off-by: Iva Horn <iva.horn@icloud.com>
2025-07-10 10:15:03 +02:00
Iva Horn
707be6d9ab
Merge pull request #8439 from nextcloud/bugfix/macvfs-async-rco
...
fix(shell_integration/macOS/FileProviderExt): Adapt to latest Remote Change Observer changes in NCFPK 3.0
2025-07-09 18:21:02 +02:00
Claudio Cambra
9fb9dac362
fix(shell_integration/macOS/FileProviderExt): Invalidate change observer when creating a new one
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-07-09 16:07:15 +02:00
Claudio Cambra
1b54177d29
fix(shell_integration/macOS/FileProviderExt): Fix RCO instantiation following NCFPK changes
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2025-07-09 16:07:15 +02:00
Nextcloud bot
8f74bdd2fd
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-09 02:50:11 +00:00
Nextcloud bot
f9f1b08776
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-08 02:52:06 +00:00
Matthieu Gallien
45d2d1ff99
Merge pull request #8434 from nextcloud/mac-crafter-wget
...
Fix: mac-crafter installs wget on demand.
2025-07-07 16:13:03 +02:00
Iva Horn
b631940a1d
Fix: mac-crafter installs wget on demand.
...
wget is used but not automatically installed, if missing.
Signed-off-by: Iva Horn <iva.horn@icloud.com>
2025-07-07 15:24:21 +02:00
Matthieu Gallien
455cc9c819
Merge pull request #8335 from nextcloud/bugfix/onlyRenameLocalInvalidFileNames
...
fix(windows/compatibility): rename automatically a file only if it is local
2025-07-07 11:24:10 +02:00
Matthieu Gallien
39979f30de
fix(windows/compatibility): rename automatically a file if is local
...
we would automatically rename a file with an invalid name
do this if the newly discovered file is local and not if it is on the
server (which would fail because the local file does not exists at all)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-07-07 10:27:13 +02:00
Matthieu Gallien
66126deb5e
Merge pull request #8391 from nextcloud/bugfix/doNotSkipLeadingSpacesOnWindows
...
fix(sync): allow leading space file names on Windows
2025-07-07 10:26:43 +02:00
Matthieu Gallien
acd27f1068
fix(sync): allow leading space file names on Windows
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-07-07 09:39:50 +02:00
Nextcloud bot
7b8486d7d4
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-07 02:49:30 +00:00
Nextcloud bot
f2270863f8
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-05 02:51:47 +00:00
Matthieu Gallien
4513be3319
Merge pull request #8430 from nextcloud/bugfix/filesLockJobConnectionManagement
...
fix(lockFileJobs): avoid accumulating connections about lock jobs
2025-07-04 18:48:00 +02:00
Matthieu Gallien
0ee9f8c1be
fix(lockFileJobs): avoid accumulating connections about lock jobs
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-07-04 13:36:20 +02:00
Nextcloud bot
a0d275cf9e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-04 02:51:24 +00:00
Nextcloud bot
4a9e282291
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-03 02:52:55 +00:00
Nextcloud bot
a6b343c113
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-02 02:50:01 +00:00
Matthieu Gallien
ba62717c95
Merge pull request #8384 from nextcloud/bugfix/noDownloadShareFixes
...
fix(permissions): decode share "no download" permission
2025-07-01 18:35:53 +02:00
Matthieu Gallien
d9bc9a3d95
fix(permissions): fix decoding share-attributes property
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-07-01 14:27:59 +02:00
Matthieu Gallien
a2d6b7616a
fix(code/style): use const almost always (always when possible)
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-07-01 14:27:59 +02:00
Matthieu Gallien
4fcf31cb0b
fix(permissions): decode share "no download" permission
...
ensure we use currently existing server API to get the "no download"
permission
requires parsing some share-attributes new DAV property
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-07-01 14:27:59 +02:00
Nextcloud bot
ae54e5bc20
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-01 02:48:45 +00:00
Matthieu Gallien
fcbcd1a73b
Merge pull request #8413 from nextcloud/Rello-patch-2
...
Agent instructions on translations
2025-06-30 11:50:14 +02:00
Rello
2525405f95
Update AGENTS.md
...
Signed-off-by: Rello <Rello@users.noreply.github.com>
2025-06-30 11:15:36 +02:00
Rello
7fe48d986e
Agent instructions on translations
...
Signed-off-by: Rello <Rello@users.noreply.github.com>
2025-06-30 11:15:36 +02:00
Matthieu Gallien
08362554fc
Merge pull request #8393 from nextcloud/dependabot/github_actions/platisd/clang-tidy-pr-comments-1.8.0
...
chore(deps): Bump platisd/clang-tidy-pr-comments from 1.7.0 to 1.8.0
2025-06-30 09:24:34 +02:00
dependabot[bot]
a5396b60f2
chore(deps): Bump platisd/clang-tidy-pr-comments from 1.7.0 to 1.8.0
...
---
updated-dependencies:
- dependency-name: platisd/clang-tidy-pr-comments
dependency-version: 1.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-30 07:07:41 +00:00
Jyrki Gadinger
12f3009f94
Merge pull request #8410 from nextcloud/feat/workflow-auto-update-reuse.yml
...
ci: update reuse.yml workflow from template
2025-06-30 09:06:47 +02:00
Nextcloud bot
92c020d4be
ci: update reuse.yml workflow from template
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-30 08:32:23 +02:00
Nextcloud bot
5e12f65d0e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-30 03:37:41 +00:00
Nextcloud bot
0ca71fba6e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-29 03:34:46 +00:00
Nextcloud bot
a87f224682
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-28 03:39:36 +00:00
Nextcloud bot
a33990594e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-27 03:09:11 +00:00