alex-z [Wed, 3 Aug 2022 11:42:09 +0000 (14:42 +0300)]
Move CFAPI shell extensions variables to root CMakeLists.
Signed-off-by: alex-z <blackslayer4@gmail.com>
allexzander [Wed, 3 Aug 2022 09:28:42 +0000 (12:28 +0300)]
Merge pull request #4771 from nextcloud/feature/handle-edit-locally
Feature/handle edit locally
alex-z [Tue, 19 Jul 2022 10:05:20 +0000 (13:05 +0300)]
Implement URI handler for local file editing
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Wed, 3 Aug 2022 03:46:45 +0000 (03:46 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Tue, 2 Aug 2022 17:37:00 +0000 (19:37 +0200)]
Merge pull request #4774 from nextcloud/feature/double-click-open-folder
Double-clicking tray icon opens currently-selected user's local folder (if available)
Claudio Cambra [Mon, 25 Jul 2022 11:43:54 +0000 (13:43 +0200)]
Double-clicking tray icon opens currently-selected user's local folder (if available)
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Tue, 2 Aug 2022 17:04:14 +0000 (19:04 +0200)]
Merge pull request #4790 from nextcloud/bugfix/clean-up-talkreplytextfield
Clean up TalkReplyTextField, remove unnecessary parent Item
Claudio Cambra [Tue, 2 Aug 2022 16:28:28 +0000 (18:28 +0200)]
Merge branch 'master' into bugfix/clean-up-talkreplytextfield
Claudio Cambra [Tue, 2 Aug 2022 16:26:55 +0000 (18:26 +0200)]
Merge pull request #4748 from nextcloud/feature/open-local-files
Clicking on an activity list item for a file opens the local file if available
Claudio Cambra [Mon, 18 Jul 2022 12:33:55 +0000 (14:33 +0200)]
Clicking on an activity list item for a file opens the local file if available
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Tue, 2 Aug 2022 15:42:49 +0000 (17:42 +0200)]
Merge pull request #4704 from nextcloud/updateContinuousIntegrationImages
switch to using the main client CI image based on ubuntu 22.04
Matthieu Gallien [Tue, 2 Aug 2022 11:59:02 +0000 (13:59 +0200)]
add explicit OpenSSL path when calling cmake to be able to find it
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 2 Aug 2022 09:28:47 +0000 (11:28 +0200)]
modern OpenSSL may install files in /usr/local/lib64
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 2 Aug 2022 08:43:09 +0000 (10:43 +0200)]
use latest CI images for general CI and AppImage CI
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 28 Jul 2022 14:10:37 +0000 (16:10 +0200)]
mark unused variable as bein unused to avoid clang warning
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 28 Jul 2022 12:11:06 +0000 (14:11 +0200)]
remove variables set but never read
will fix a clang compilation error
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 5 Jul 2022 17:09:31 +0000 (19:09 +0200)]
switch to using the main client CI image based on ubuntu 22.04
will get an upgraded openssl
will get an upgraded Qt
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
allexzander [Tue, 2 Aug 2022 12:27:09 +0000 (15:27 +0300)]
Merge pull request #4801 from nextcloud/bugfix/always-run-msi-with-full-ui
Always run MSI with full UI.
alex-z [Tue, 2 Aug 2022 09:25:58 +0000 (12:25 +0300)]
Always run MSI with full UI.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Claudio Cambra [Tue, 2 Aug 2022 12:03:57 +0000 (14:03 +0200)]
Merge pull request #4753 from nextcloud/bugfix/unified-search-busyindicator
Replace unified search text field busy indicator with custom indicator
Claudio Cambra [Mon, 18 Jul 2022 15:22:56 +0000 (17:22 +0200)]
Replace unified search text field busy indicator with custom indicator
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
allexzander [Tue, 2 Aug 2022 07:08:29 +0000 (10:08 +0300)]
Merge pull request #4799 from nextcloud/bugfix/do-not-reboot-in-autoupdate
Do not reboot PC when running an MSI via autoupdate.
allexzander [Mon, 1 Aug 2022 18:53:27 +0000 (21:53 +0300)]
Do not reboot PC when running an MSI via autoupdate.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Nextcloud bot [Tue, 2 Aug 2022 03:45:58 +0000 (03:45 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 30 Jul 2022 03:44:24 +0000 (03:44 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Fri, 29 Jul 2022 16:57:10 +0000 (19:57 +0300)]
Merge pull request #4713 from nextcloud/feature/vfs-windows-thumbnails
Feature/vfs windows thumbnails
alex-z [Mon, 4 Jul 2022 12:36:06 +0000 (15:36 +0300)]
Implement COM Dll for CfApi shell extensins. Implement Thumbnail Provider.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Claudio Cambra [Fri, 29 Jul 2022 10:47:08 +0000 (12:47 +0200)]
Clean up TalkReplyTextField, remove unnecessary parent Item
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Thu, 28 Jul 2022 03:43:35 +0000 (03:43 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Wed, 27 Jul 2022 11:44:37 +0000 (13:44 +0200)]
Merge pull request #4723 from nextcloud/bugfix/apps-menu-height
Make apps menu scrollable when content taller than available vertical space, preventing borking of layout
Claudio Cambra [Tue, 12 Jul 2022 16:48:36 +0000 (18:48 +0200)]
Make apps menu scrollable when content taller than available vertical space, preventing borking of layout
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Wed, 27 Jul 2022 03:44:43 +0000 (03:44 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 26 Jul 2022 04:09:32 +0000 (04:09 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Mon, 25 Jul 2022 12:08:22 +0000 (14:08 +0200)]
Merge pull request #4734 from nextcloud/bugfix/ensure-throttled-notifications-tray
Ensure that throttled notifications still appear in tray activity model
Claudio Cambra [Wed, 13 Jul 2022 14:13:28 +0000 (16:13 +0200)]
Ensure that throttled notifications still appear in tray activity model
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Sun, 24 Jul 2022 04:10:14 +0000 (04:10 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 23 Jul 2022 04:07:13 +0000 (04:07 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 22 Jul 2022 07:39:39 +0000 (09:39 +0200)]
Merge pull request #4758 from ivaradi/impish_kinetic
Remove Ubuntu Impish, add Kinetic
István Váradi [Tue, 19 Jul 2022 14:13:02 +0000 (16:13 +0200)]
Remove Ubuntu Impish, add Kinetic
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Nextcloud bot [Fri, 22 Jul 2022 04:07:39 +0000 (04:07 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Thu, 21 Jul 2022 14:04:52 +0000 (16:04 +0200)]
Merge pull request #4719 from nextcloud/bugfix/unifedsearch-styling
Stop styling QML unified search items hierarchically, use global Style constants
Claudio Cambra [Mon, 11 Jul 2022 16:56:35 +0000 (18:56 +0200)]
Stop styling QML unified search items hierarchically, use global Style constants
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Thu, 21 Jul 2022 13:17:47 +0000 (15:17 +0200)]
Merge pull request #4755 from nextcloud/bugfix/update-mac-info-plist
Update macOS Info.plist
Claudio Cambra [Tue, 19 Jul 2022 10:54:02 +0000 (12:54 +0200)]
Update macOS Info.plist
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Thu, 21 Jul 2022 13:08:02 +0000 (15:08 +0200)]
Merge pull request #4756 from nextcloud/bugfix/debug-archive-permissions
Ensure debug archive contents are readable by any user
Claudio Cambra [Tue, 19 Jul 2022 12:19:33 +0000 (14:19 +0200)]
Ensure debug archive contents are readable by any user
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Thu, 21 Jul 2022 11:47:31 +0000 (13:47 +0200)]
Merge pull request #4735 from nextcloud/bugfix/fix-disappearing-notifications
Stop clearing notifications when new notifications are received
Claudio Cambra [Wed, 13 Jul 2022 18:23:46 +0000 (20:23 +0200)]
Stop clearing notifications when new notifications are received
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Thu, 21 Jul 2022 04:11:55 +0000 (04:11 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Wed, 20 Jul 2022 13:13:48 +0000 (15:13 +0200)]
Merge pull request #4679 from nextcloud/bugfix/improveLogs
print sync direction in SyncFileStatusTracker::slotAboutToPropagate
Matthieu Gallien [Tue, 28 Jun 2022 12:42:40 +0000 (14:42 +0200)]
improve logs of OwncloudPropagator::localFileNameClash
no need to print a line each time we check for a name clash
always print a line when a clash is detected
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 28 Jun 2022 12:29:53 +0000 (14:29 +0200)]
print sync direction in SyncFileStatusTracker::slotAboutToPropagate
will avoid having to look up this information in other log parts
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Wed, 20 Jul 2022 04:07:28 +0000 (04:07 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 19 Jul 2022 04:09:05 +0000 (04:09 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Mon, 18 Jul 2022 14:05:09 +0000 (16:05 +0200)]
Merge pull request #4738 from nextcloud/bugfix/painted-width-qml-errors
Fix ActivityItemContent QML paintedWidth errors
Claudio Cambra [Fri, 15 Jul 2022 10:47:48 +0000 (12:47 +0200)]
Fix ActivityItemContent QML paintedWidth errors
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Mon, 18 Jul 2022 04:07:00 +0000 (04:07 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 17 Jul 2022 04:07:58 +0000 (04:07 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 16 Jul 2022 04:08:13 +0000 (04:08 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Fri, 15 Jul 2022 15:22:54 +0000 (17:22 +0200)]
Merge pull request #4710 from nextcloud/bugfix/qmlify-usermodel
QML-ify the UserModel, use properties rather than setter methods
Claudio Cambra [Fri, 8 Jul 2022 14:49:27 +0000 (16:49 +0200)]
QMLify the UserModel, use properties rather than setter methods
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Fri, 15 Jul 2022 14:46:51 +0000 (16:46 +0200)]
Merge pull request #4720 from nextcloud/bugfix/pre-big-sur-compile
Use preprocessor directive rather than normal 'if' for UNNotification types
Claudio Cambra [Tue, 12 Jul 2022 09:11:44 +0000 (11:11 +0200)]
Use preprocessor directive rather than normal 'if' for UNNotification types
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Fri, 15 Jul 2022 14:20:28 +0000 (16:20 +0200)]
Merge pull request #4717 from nextcloud/bugfix/sparkle-skipautoupdatecheck
Respect skipAutoUpdateCheck in nextcloud.cfg with Sparkle on macOS
Claudio Cambra [Mon, 11 Jul 2022 10:09:12 +0000 (12:09 +0200)]
Respect skipAutoUpdateCheck in nextcloud.cfg with Sparkle on macOS
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Fri, 15 Jul 2022 13:48:49 +0000 (15:48 +0200)]
Merge pull request #4712 from nextcloud/bugfix/usermodel-no-int-references
Take ints by value rather than reference in UserModel methods
Claudio Cambra [Fri, 8 Jul 2022 15:44:50 +0000 (17:44 +0200)]
Take ints by value rather than reference in UserModel methods
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Fri, 15 Jul 2022 04:11:09 +0000 (04:11 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 14 Jul 2022 04:08:29 +0000 (04:08 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 13 Jul 2022 04:07:46 +0000 (04:07 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Tue, 12 Jul 2022 23:48:47 +0000 (01:48 +0200)]
Merge pull request #4707 from nextcloud/feature/macos-icon
Use macOS-specific application icon
Claudio Cambra [Tue, 12 Jul 2022 22:46:24 +0000 (00:46 +0200)]
Merge branch 'master' into feature/macos-icon
Claudio Cambra [Tue, 12 Jul 2022 22:46:12 +0000 (00:46 +0200)]
Merge pull request #4706 from nextcloud/bugfix/limit-concurrent-notifications
Limit concurrent notifications
Claudio Cambra [Tue, 12 Jul 2022 22:18:08 +0000 (00:18 +0200)]
Merge branch 'master' into bugfix/limit-concurrent-notifications
Claudio Cambra [Tue, 12 Jul 2022 22:13:42 +0000 (00:13 +0200)]
Merge pull request #4703 from nextcloud/work/remove-cmake-fortify-source
Only set _FORTIFY_SOURCE when a higher level of this flag has not been set
Claudio Cambra [Tue, 12 Jul 2022 21:28:19 +0000 (23:28 +0200)]
Merge branch 'master' into work/remove-cmake-fortify-source
Claudio Cambra [Tue, 12 Jul 2022 21:27:35 +0000 (23:27 +0200)]
Merge pull request #4688 from nextcloud/bugfix/refactor-tray-window-open
Refactor tray window opening code for clarity and efficiency
Claudio Cambra [Thu, 30 Jun 2022 15:42:39 +0000 (17:42 +0200)]
Refactor tray window opening code for clarity and efficiency
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Tue, 12 Jul 2022 20:52:54 +0000 (22:52 +0200)]
Merge pull request #4650 from nextcloud/bugfix/userstatusselectormodel-refactor
Properly adapt the UserStatusSelectorModel to QML, eliminate hacks, make code more declarative
Claudio Cambra [Fri, 17 Jun 2022 16:00:24 +0000 (18:00 +0200)]
Properly adapt the userstatusselectormodel, eliminate hacks, make code more declarative
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Tue, 12 Jul 2022 18:59:10 +0000 (20:59 +0200)]
Merge pull request #4700 from nextcloud/work/fix-png-gen-bug
Fix bad quote in CMakeLists PNG generation message
Claudio Cambra [Wed, 6 Jul 2022 14:22:23 +0000 (16:22 +0200)]
Limit concurrent notifications
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Tue, 5 Jul 2022 11:03:55 +0000 (13:03 +0200)]
Only set _FORTIFY_SOURCE when a higher level of this flag has not been set
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Tue, 5 Jul 2022 09:54:00 +0000 (11:54 +0200)]
Fix bad quote in PNG generation message
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Wed, 6 Jul 2022 16:09:11 +0000 (18:09 +0200)]
Use macOS-specific application icon
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Tue, 12 Jul 2022 13:29:24 +0000 (15:29 +0200)]
Merge pull request #4628 from nextcloud/feature/emoji-picker-placeholder-message
Claudio Cambra [Thu, 9 Jun 2022 15:11:19 +0000 (17:11 +0200)]
Add a placeholder message for the recents tab of the emoji picker
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Tue, 12 Jul 2022 04:10:48 +0000 (04:10 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 10 Jul 2022 04:10:41 +0000 (04:10 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 9 Jul 2022 04:08:34 +0000 (04:08 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 8 Jul 2022 04:10:03 +0000 (04:10 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 7 Jul 2022 04:07:40 +0000 (04:07 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Wed, 6 Jul 2022 10:38:52 +0000 (12:38 +0200)]
Merge pull request #4687 from nextcloud/work/systray-cleanup
Clean up systray methods, make more QML-friendly
Claudio Cambra [Thu, 30 Jun 2022 14:20:13 +0000 (16:20 +0200)]
Clean up systray methods, make more QML-friendly
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Claudio Cambra [Wed, 6 Jul 2022 08:56:43 +0000 (10:56 +0200)]
Merge pull request #4686 from nextcloud/feature/back-button-setup
Add a custom back button to the account wizard's advanced setup page
Claudio Cambra [Thu, 30 Jun 2022 12:14:57 +0000 (14:14 +0200)]
Add a custom back button to the account wizard's advanced setup page
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Matthieu Gallien [Tue, 5 Jul 2022 21:16:39 +0000 (23:16 +0200)]
Merge pull request #4683 from nextcloud/enh/discovery-logs
Add 'db/local/remote' reference to log string.
Camila [Wed, 29 Jun 2022 13:29:16 +0000 (15:29 +0200)]
Add 'db/local/remote' reference to log string.
Signed-off-by: Camila <hello@camila.codes>
Nextcloud bot [Tue, 5 Jul 2022 04:08:46 +0000 (04:08 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Mon, 4 Jul 2022 22:12:59 +0000 (00:12 +0200)]
Merge pull request #4685 from nextcloud/bugfix/workaround-window-positioning-linux
Work around issues with window positioning on Linux DEs, hardcode tray window to screen center when new account added