Felix Stupp
04461c758b
Add typical Syncthing files to default exclusion
...
For increasing default interoperability between Syncthing & Nextcloud if users may want to sync a (sub-)directory with both tools without thinking about that those hidden files synced by Nextcloud might break Syncthing
Signed-off-by: Felix Stupp <felix.stupp@banananet.work>
2024-04-10 14:34:45 +08:00
Claudio Cambra
406ff17a29
Merge pull request #6579 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.10.2
...
Bump cpp-linter/cpp-linter-action from 2.10.0 to 2.10.2
2024-04-10 14:34:14 +08:00
dependabot[bot]
f725851792
Bump cpp-linter/cpp-linter-action from 2.10.0 to 2.10.2
...
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action ) from 2.10.0 to 2.10.2.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases )
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.10.0...v2.10.2 )
---
updated-dependencies:
- dependency-name: cpp-linter/cpp-linter-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 14:32:15 +08:00
Nextcloud bot
7fb2e975cd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-10 02:43:38 +00:00
Nextcloud bot
4a5526879a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-08 02:39:53 +00:00
Nextcloud bot
5d5a92b8d5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-06 02:50:18 +00:00
Nextcloud bot
e3dc48dcad
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-04 02:39:27 +00:00
allexzander
6cc4c026a5
Merge pull request #6563 from nextcloud/bugfix/outdated-call-notifications
...
Bugfix. Remove seen call notifications from the list.
2024-04-02 23:51:22 +02:00
alex-z
1145d0613b
Bugfix. Remove seen call notifications from the list.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2024-04-02 13:19:34 +02:00
Nextcloud bot
45bb243c38
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-02 02:38:16 +00:00
Nextcloud bot
f8477069ff
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-01 02:38:52 +00:00
Nextcloud bot
139ac3f44d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-31 02:40:50 +00:00
Nextcloud bot
47a414e1e9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-30 02:48:03 +00:00
Nextcloud bot
f66d3a3396
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-29 02:44:39 +00:00
Claudio Cambra
f13a0fc732
Also prevent use of std::filesystem in macOS 10.14
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-03-28 19:11:57 +08:00
Claudio Cambra
42504d0a0f
Wrap all use of std::filesystem in ifdefs to fix legacy build for <macOS 10.15
...
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-03-28 19:11:57 +08:00
Nextcloud bot
9c5b41abda
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-28 02:39:19 +00:00
Matthieu Gallien
6c03f7600d
Merge pull request #6578 from nextcloud/bugfix/allowRenamingFoldersInsideGroupFolders
...
properly compute if a folder is top level or child extern mounted
2024-03-27 14:29:44 +01:00
Matthieu Gallien
55034f7e43
properly compute if a folder is top level or child extern mounted
...
asks new permission to server to be able to know if a folder is a top
level mounted folder
should allow detecting the top level folders from external storages or
group folders
should also make the client reliably detect that it is handling a child
folder inside a group folder and be allowed to rename such folders
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-03-27 14:29:01 +01:00
Matthieu Gallien
b6ff0c5abb
Merge pull request #6573 from nextcloud/bugfix/fasterContextMenuWindowsVirtualFiles
...
context menu: do not recursively check pin and availability states
2024-03-27 12:02:27 +01:00
Matthieu Gallien
608a435d38
context menu: do not recursively check pin and availability states
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-03-27 11:59:30 +01:00
Matthieu Gallien
9715cb01a0
Merge pull request #6580 from nextcloud/ci/someUnityBuildFixes
...
Ci/some unity build fixes
2024-03-27 10:34:30 +01:00
Matthieu Gallien
4e643166af
ensure we ignore deprecated warnings from openssl in unity builds
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-03-27 10:34:22 +01:00
Matthieu Gallien
d81c20b116
partial fix for compilation with QT_NO_KEYWORDS
...
need to replace signals by Q_SIGNALS and so on
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-03-27 10:34:22 +01:00
Matthieu Gallien
9585d994e0
Merge pull request #6582 from nextcloud/bugfix/fixExplorerCrashWindows
...
Bugfix/fix explorer crash windows
2024-03-27 09:56:53 +01:00
Matthieu Gallien
ba78942209
Revert "Allow installation to close shell extension DLLs via the custom action. Disable reboot prompt in case of the version with this change was previously already installed."
...
Close #6566
This reverts commit c1719bc817
.
2024-03-27 09:56:45 +01:00
Nextcloud bot
709deb794c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-27 02:42:13 +00:00
Nextcloud bot
5c2bd3c193
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-26 02:39:59 +00:00
Nextcloud bot
206b3179d3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-24 02:42:22 +00:00
Nextcloud bot
170896fdda
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-23 02:49:57 +00:00
Matthieu Gallien
38812ce6b7
Merge pull request #6568 from nextcloud/bugfix/defaultIgnorePatternsShouldBeCorrect
...
use the proper name when reading system exclude config file
2024-03-22 17:26:07 +01:00
Matthieu Gallien
634f007074
use the proper name when reading system exclude config file
...
Close #6539
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-03-22 10:40:45 +01:00
Nextcloud bot
0312a1f398
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-22 02:38:01 +00:00
Nextcloud bot
54fdf85879
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-21 02:40:14 +00:00
Matthieu Gallien
23c812e224
Merge pull request #6137 from tintou/tintou/pkgconfig-define-variables
...
libcloudproviders: Use DEFINE_VARIABLES to install in the correct directory
2024-03-20 12:28:53 +01:00
Corentin Noël
6e1e8a8bdc
libcloudproviders: Use DEFINE_VARIABLES to install in the correct directory
...
Conditionnaly require CMake 3.28 to install in the right directory.
Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
2024-03-20 12:28:38 +01:00
Matthieu Gallien
baa19e485c
Merge pull request #6532 from nextcloud/fix/docs/promptDeleteAllFiles
...
fix(docs): parameter promptDeleteAllFiles defaults to false not true
2024-03-20 10:09:48 +01:00
Josh
f66fb97b30
fix(docs): parameter promptDeleteAllFiles defaults to false not true
...
The default was changed to false in #1201
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-03-20 10:09:39 +01:00
Matthieu Gallien
e707d685fd
Merge pull request #6514 from nextcloud/bugfix/minSupportDesktopVerMsg
...
User 'Connection issue' instead of 'Network error' in systray notification
2024-03-20 10:03:21 +01:00
Camila Ayres
84c08419ff
User 'Connection issue' instead of 'Network error' in systray notification.
...
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-03-20 09:51:11 +01:00
Matthieu Gallien
0da5e4a089
Merge pull request #6553 from nextcloud/bugfix/preventMissingContextMenuOnWindowsFileExplorer
...
if desktop client sent a first reply: wait for the menu data
2024-03-20 09:49:36 +01:00
Matthieu Gallien
4bf1b8604c
if desktop client sent a first reply: wait for the menu data
...
may need the user to wait a bit longer but should prevent missing the
context menu
should still be robust since we only wait indefinitely if desktop client
sent a first reply
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-03-20 09:44:33 +01:00
Matthieu Gallien
9a8392c1a3
Merge pull request #6537 from nextcloud/dependabot/github_actions/cpp-linter/cpp-linter-action-2.10.0
...
Bump cpp-linter/cpp-linter-action from 2.9.1 to 2.10.0
2024-03-20 09:14:59 +01:00
dependabot[bot]
1af85564ac
Bump cpp-linter/cpp-linter-action from 2.9.1 to 2.10.0
...
Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action ) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases )
- [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.9.1...v2.10.0 )
---
updated-dependencies:
- dependency-name: cpp-linter/cpp-linter-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 09:14:47 +01:00
Nextcloud bot
39b145f3c8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-20 02:39:44 +00:00
allexzander
53eef98033
Merge pull request #6528 from nextcloud/bugfix/e2ee-vfs-disallow-move
...
E2EE with VFS. Disallow MOVE as it is not supported. Prevent data loss.
2024-03-20 01:32:20 +01:00
alex-z
b749cf9748
E2EE with VFS. Disallow MOVE as it is not supported. Prevent data loss.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2024-03-20 01:08:34 +01:00
allexzander
ff65c3c1f8
Merge pull request #6529 from nextcloud/bugfix/foldermetadata-fetch-root
...
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
2024-03-20 01:07:52 +01:00
alex-z
c5dd2e89a1
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2024-03-20 00:54:27 +01:00
Matthieu Gallien
747efd4711
Merge pull request #6521 from nextcloud/bugfix/allowWipeData
...
allow wipe feature to delete data of a wiped user account
2024-03-19 15:58:09 +01:00