Commit graph

20838 commits

Author SHA1 Message Date
Claudio Cambra
f44fec2ff1 Add logging for prepare methods of document action view controller
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-04-17 16:11:50 +08:00
Claudio Cambra
f35148b1bf Add logger extension to FileProviderUIExt
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-04-17 16:11:50 +08:00
Claudio Cambra
d0baa23b5d Add FileProviderUIExt entitlements file
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-04-17 16:11:50 +08:00
Claudio Cambra
8128697a70 Build and install FileProviderUIExt via CMake
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-04-17 16:11:50 +08:00
Claudio Cambra
1522c22576 Add new FileProviderUIExt target
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-04-17 16:11:50 +08:00
Claudio Cambra
fe6f47e3b9
Merge pull request #6635 from nextcloud/bugfix/crash-mac-vfs-toggle
Fix crash when in debug mode when toggling enabled status of an account's virtual files (macOS)
2024-04-17 04:44:27 +08:00
Claudio Cambra
3dcef75c57
Fix crash when in debug mode when toggling enabled status of an account's virtual files (macOS)
Caused by comparing to the wrong thing in the Q_ASSERT *facepalm*

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-04-17 03:05:46 +08:00
Nextcloud bot
3ab692c26e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-15 02:37:33 +00:00
allexzander
adc7a22491
Merge pull request #6613 from nextcloud/feature/office-files-lock-newly-created
Feature/office files lock newly created. Plus refactoring.
2024-04-13 15:58:03 +02:00
alex-z
dbde9e3a2b Detect office files for locking on new upload. Notify FolderWatcher.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2024-04-13 15:46:37 +02:00
Matthieu Gallien
d6ed67806e
Merge pull request #6472 from nextcloud/nextcloud-dev
Add cmake NEXTCLOUD_DEV so debug client can run in parallel to release client.
2024-04-11 18:43:10 +02:00
Camila Ayres
63b0a9f94d Add cmake NEXTCLOUD_DEV so debug client can run in parallel to release client.
- Defaults to OFF.

Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-04-11 15:42:54 +02:00
Camila Ayres
d9d4101ca7
Bump version to 3.13.50.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-04-11 15:05:32 +02:00
Matthieu Gallien
3a7ae094d3
Merge pull request #6519 from nextcloud/ci/fixWindowsCi
fix windows and macOS ci checks
2024-04-10 23:53:37 +02:00
Matthieu Gallien
c588fdc049
just use the default value for "Packager/RepositoryUrl"
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-04-10 17:27:43 +02:00
Matthieu Gallien
cf97b439d0 disable coverage on windows due to a crash
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-04-10 17:05:56 +02:00
Matthieu Gallien
ee28ef818f update python for macos and update deployment target
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-04-10 17:05:56 +02:00
Matthieu Gallien
49650f2f7a install inkscape using same cache as OpenCppCoverage
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-04-10 17:05:56 +02:00
Matthieu Gallien
36aadaaa18 install inkscape via chocolatey after other dependencies
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-04-10 17:05:56 +02:00
Matthieu Gallien
a84c72248f switch Craft cache to proper location
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-04-10 17:05:56 +02:00
Matthieu Gallien
df8115d1be switch CI to python 3.12
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-04-10 17:05:56 +02:00
Claudio Cambra
fc9e69e884
Merge pull request #6524 from Zocker1999NET/patch-1
Add typical Syncthing files to default exclusion
2024-04-10 14:34:59 +08:00
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