nextcloud-desktop.git
3 years agoMerge pull request #5309 from Flowdalic/drop-qtquickcontrols1
Claudio Cambra [Fri, 6 Jan 2023 17:43:08 +0000 (18:43 +0100)]
Merge pull request #5309 from Flowdalic/drop-qtquickcontrols1

Drop dependency on Qt Quick Controls 1

3 years agoDrop dependency on Qt Quick Controls 1
Florian Schmaus [Thu, 5 Jan 2023 10:58:08 +0000 (11:58 +0100)]
Drop dependency on Qt Quick Controls 1

Qt Quick Controls 1 where deprecated with Qt 5.11 [1]. Nextcloud still
depends on Quick Controls 1 by importing QtQuick.Dialogs. Removing
those imports will cause the QMl script to use the according API from
Quick Controls 2, which are, fortunately largely API-comptible.

This helps distribution to deprecate and remove Quick Controls 1 [2].

1: https://doc.qt.io/qt-6/qtquickcontrols-changes-qt6.html#migrating-from-qt-quick-controls-1
2: https://bugs.gentoo.org/889772

Signed-off-by: Florian Schmaus <flo@geekplace.eu>
3 years agoMerge pull request #5299 from nextcloud/bugfix/macos-shellintegration-class-inits
Claudio Cambra [Fri, 6 Jan 2023 16:16:41 +0000 (17:16 +0100)]
Merge pull request #5299 from nextcloud/bugfix/macos-shellintegration-class-inits

Fix macOS shell integration class inits

3 years agoDon't bother doing init procedure on FinderSync in macosx shell integration of invali...
Claudio Cambra [Wed, 28 Dec 2022 21:50:58 +0000 (22:50 +0100)]
Don't bother doing init procedure on FinderSync in macosx shell integration of invalid self

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoCorrectly init LineProcessor in macosx shell integration
Claudio Cambra [Wed, 28 Dec 2022 21:50:21 +0000 (22:50 +0100)]
Correctly init LineProcessor in macosx shell integration

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Fri, 6 Jan 2023 14:28:04 +0000 (14:28 +0000)]
Fix(l10n): ðŸ”  Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5272 from nextcloud/bugfix/fseventstreamscehdulerunloop-deprecati...
Claudio Cambra [Mon, 2 Jan 2023 18:34:39 +0000 (19:34 +0100)]
Merge pull request #5272 from nextcloud/bugfix/fseventstreamscehdulerunloop-deprecation-fix

Replace now deprecated FSEventStreamScheduleWithRunLoop with FSEventStreamSetDispatchQueue

3 years agoReplace now deprecated FSEventStreamScheduleWithRunLoop with FSEventStreamSetDispatch...
Claudio Cambra [Tue, 13 Dec 2022 12:40:57 +0000 (13:40 +0100)]
Replace now deprecated FSEventStreamScheduleWithRunLoop with FSEventStreamSetDispatchQueue

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5286 from nextcloud/bugfix/bad-qproperties
Claudio Cambra [Mon, 2 Jan 2023 17:05:29 +0000 (18:05 +0100)]
Merge pull request #5286 from nextcloud/bugfix/bad-qproperties

Fix warnings on QPROPERTY-s

3 years agoFix serverURL QPROPERTYes missing CONSTANT in theme class
Claudio Cambra [Mon, 19 Dec 2022 13:33:56 +0000 (14:33 +0100)]
Fix serverURL QPROPERTYes missing CONSTANT in theme class

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoFix currentPage QPROPERTY missing NOTIFY in settingsdialog class
Claudio Cambra [Mon, 19 Dec 2022 13:14:38 +0000 (14:14 +0100)]
Fix currentPage QPROPERTY missing NOTIFY in settingsdialog class

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoFix interval QPROPERTY missing NOTIFY in slideshow class
Claudio Cambra [Mon, 19 Dec 2022 13:00:12 +0000 (14:00 +0100)]
Fix interval QPROPERTY missing NOTIFY in slideshow class

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Mon, 2 Jan 2023 12:12:17 +0000 (12:12 +0000)]
Fix(l10n): ðŸ”  Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5293 from nextcloud/bugfix/do-not-generate-conflict-when-locking...
allexzander [Fri, 30 Dec 2022 16:32:10 +0000 (17:32 +0100)]
Merge pull request #5293 from nextcloud/bugfix/do-not-generate-conflict-when-locking-and-unlocking

Update file's metadata in the local database when the etag changes while file remains unchanged. Fix subsequent conflict when locking and unlocking.

3 years agoUpdate file's metadata in the local database when the etag changes while file remains...
alex-z [Tue, 20 Dec 2022 18:49:35 +0000 (19:49 +0100)]
Update file's metadata in the local database when the etag changes while file remains unchanged. Fix subsequent conflict when locking and unlocking.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoMerge pull request #5296 from nextcloud/feature/authentication-via-apppassword-argument
allexzander [Fri, 30 Dec 2022 15:55:45 +0000 (16:55 +0100)]
Merge pull request #5296 from nextcloud/feature/authentication-via-apppassword-argument

Allow setting up an account with apppasword and folder via command-line arguments. For deployment.

3 years agoFix review comments from Claudio III.
alex-z [Fri, 30 Dec 2022 13:45:47 +0000 (14:45 +0100)]
Fix review comments from Claudio III.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoFix review comments from Claudio II.
alex-z [Thu, 29 Dec 2022 17:28:28 +0000 (18:28 +0100)]
Fix review comments from Claudio II.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoFix review comments from Claudio. Refactoring.
alex-z [Thu, 29 Dec 2022 11:50:17 +0000 (12:50 +0100)]
Fix review comments from Claudio. Refactoring.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoAllow setting up an account with apppasword and folder via command-line arguments...
alex-z [Fri, 23 Dec 2022 14:24:19 +0000 (15:24 +0100)]
Allow setting up an account with apppasword and folder via command-line arguments. For deployment.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoMerge pull request #5298 from nextcloud/bugfix/windows-dark-palette
Claudio Cambra [Fri, 30 Dec 2022 12:49:26 +0000 (13:49 +0100)]
Merge pull request #5298 from nextcloud/bugfix/windows-dark-palette

Improve backup dark mode palette for Windows

3 years agoImprove backup dark mode palette for Windows
Claudio Cambra [Wed, 28 Dec 2022 16:18:04 +0000 (17:18 +0100)]
Improve backup dark mode palette for Windows

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5295 from nextcloud/feature/move-shellextensions-to-root-installdir
allexzander [Thu, 29 Dec 2022 16:59:42 +0000 (17:59 +0100)]
Merge pull request #5295 from nextcloud/feature/move-shellextensions-to-root-installdir

Feature/move shellextensions to root installdir

3 years agoMove Windows shell extension DLLs to a root installation directory.
alex-z [Wed, 21 Dec 2022 11:20:46 +0000 (12:20 +0100)]
Move Windows shell extension DLLs to a root installation directory.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoMerge pull request #5297 from nextcloud/Valdnet-patch-4
Claudio Cambra [Sat, 24 Dec 2022 12:48:04 +0000 (13:48 +0100)]
Merge pull request #5297 from nextcloud/Valdnet-patch-4

l10n: Remove space

3 years agol10n: Remove space
Valdnet [Sat, 24 Dec 2022 11:56:08 +0000 (12:56 +0100)]
l10n: Remove space

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
3 years agoMerge pull request #5289 from nextcloud/bugfix/static-qregularexpressions
Claudio Cambra [Tue, 20 Dec 2022 18:16:20 +0000 (19:16 +0100)]
Merge pull request #5289 from nextcloud/bugfix/static-qregularexpressions

Declare all QRegularExpressions statically

3 years agoDeclare all QRegularExpressions statically
Claudio Cambra [Mon, 19 Dec 2022 16:26:15 +0000 (17:26 +0100)]
Declare all QRegularExpressions statically

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5290 from nextcloud/bugfix/remove-unused
Claudio Cambra [Tue, 20 Dec 2022 12:43:40 +0000 (13:43 +0100)]
Merge pull request #5290 from nextcloud/bugfix/remove-unused

Remove unused variables

3 years agoRemove unused targetFile QString in propagateremotemove
Claudio Cambra [Mon, 19 Dec 2022 16:38:35 +0000 (17:38 +0100)]
Remove unused targetFile QString in propagateremotemove

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoRemove unused supportedTransmissionChecksums from bulkpropagatorjob
Claudio Cambra [Mon, 19 Dec 2022 16:37:35 +0000 (17:37 +0100)]
Remove unused supportedTransmissionChecksums from bulkpropagatorjob

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoRemove unused QStrings from remotewipe
Claudio Cambra [Mon, 19 Dec 2022 16:35:42 +0000 (17:35 +0100)]
Remove unused QStrings from remotewipe

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoRemove HACK for Windows Vista as this OS is no longer supported
Claudio Cambra [Mon, 19 Dec 2022 16:34:48 +0000 (17:34 +0100)]
Remove HACK for Windows Vista as this OS is no longer supported

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoRemove unused variables in folderstatusdelegate
Claudio Cambra [Mon, 19 Dec 2022 16:33:20 +0000 (17:33 +0100)]
Remove unused variables in folderstatusdelegate

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5287 from nextcloud/bugfix/corrext-signal-emit
Claudio Cambra [Tue, 20 Dec 2022 11:58:30 +0000 (12:58 +0100)]
Merge pull request #5287 from nextcloud/bugfix/corrext-signal-emit

Make correct use of Qt signal 'emit' keyword

3 years agoFix bad signal emissions
Claudio Cambra [Mon, 19 Dec 2022 14:12:11 +0000 (15:12 +0100)]
Fix bad signal emissions

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoRemove use of emit keyword where used for non signals
Claudio Cambra [Mon, 19 Dec 2022 14:11:59 +0000 (15:11 +0100)]
Remove use of emit keyword where used for non signals

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoAdd 'emit' keyword to signal emissions that were missing them
Claudio Cambra [Mon, 19 Dec 2022 14:11:18 +0000 (15:11 +0100)]
Add 'emit' keyword to signal emissions that were missing them

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5291 from nextcloud/bugfix/qfileinfo-exists
Claudio Cambra [Tue, 20 Dec 2022 11:07:09 +0000 (12:07 +0100)]
Merge pull request #5291 from nextcloud/bugfix/qfileinfo-exists

Use QFileInfo::exists where we are only creating a QFileInfo to check if file exists

3 years agoUse QFileInfo::exists where we are only creating a QFileInfo to check if file exists...
Claudio Cambra [Mon, 19 Dec 2022 16:46:27 +0000 (17:46 +0100)]
Use QFileInfo::exists where we are only creating a QFileInfo to check if file exists, as it is faster

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 20 Dec 2022 03:35:32 +0000 (03:35 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 19 Dec 2022 03:37:57 +0000 (03:37 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 18 Dec 2022 03:30:14 +0000 (03:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 17 Dec 2022 03:31:14 +0000 (03:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5141 from nextcloud/bugfix/upgradeFromOldClients
Claudio Cambra [Thu, 15 Dec 2022 16:40:30 +0000 (17:40 +0100)]
Merge pull request #5141 from nextcloud/bugfix/upgradeFromOldClients

fix migration from old settings configuration files

3 years agoFix conflicting definitions in anonymous namespace in Unity build
Claudio Cambra [Thu, 15 Dec 2022 15:09:39 +0000 (16:09 +0100)]
Fix conflicting definitions in anonymous namespace in Unity build

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoConstify groups variable
Claudio Cambra [Thu, 15 Dec 2022 13:32:48 +0000 (14:32 +0100)]
Constify groups variable

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoUse std::make_unique rather than manually build unique_ptr for oCSettings
Claudio Cambra [Thu, 15 Dec 2022 12:29:51 +0000 (13:29 +0100)]
Use std::make_unique rather than manually build unique_ptr for oCSettings

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMake checks for config file more concise, warn when file not readable
Claudio Cambra [Thu, 15 Dec 2022 12:27:12 +0000 (13:27 +0100)]
Make checks for config file more concise, warn when file not readable

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoConstify config file QFileInfo, create directly in if statement
Claudio Cambra [Thu, 15 Dec 2022 12:24:34 +0000 (13:24 +0100)]
Constify config file QFileInfo, create directly in if statement

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoFix includes in accountmanager.cpp
Claudio Cambra [Wed, 7 Dec 2022 16:11:28 +0000 (17:11 +0100)]
Fix includes in accountmanager.cpp

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoReplace QDesktopServices datalocation with emulated version of it
Claudio Cambra [Tue, 6 Dec 2022 13:07:28 +0000 (14:07 +0100)]
Replace QDesktopServices datalocation with emulated version of it

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoAdd full list of possible legacy config locations
Claudio Cambra [Thu, 1 Dec 2022 13:04:02 +0000 (14:04 +0100)]
Add full list of possible legacy config locations

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agofix migration from old settings configuration files
Matthieu Gallien [Mon, 7 Nov 2022 17:33:39 +0000 (18:33 +0100)]
fix migration from old settings configuration files

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years agoMerge pull request #5258 from nextcloud/feature/do-not-sync-enc-folders-if-e2ee-is...
allexzander [Thu, 15 Dec 2022 14:44:29 +0000 (15:44 +0100)]
Merge pull request #5258 from nextcloud/feature/do-not-sync-enc-folders-if-e2ee-is-not-setup

Feature/do not sync enc folders if e2ee is not setup

3 years agoDo not sync encrypted folders if the E2EE mnemonic is not entered. Automatically...
alex-z [Wed, 7 Dec 2022 18:43:27 +0000 (19:43 +0100)]
Do not sync encrypted folders if the E2EE mnemonic is not entered. Automatically blacklist them. Remove from blacklist once the E2EE mnemonic is provided.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoMerge pull request #5245 from nextcloud/bugfix/remove-unused-headerbanner
Claudio Cambra [Thu, 15 Dec 2022 12:12:10 +0000 (13:12 +0100)]
Merge pull request #5245 from nextcloud/bugfix/remove-unused-headerbanner

Remove unused HeaderBanner component

3 years agoRemove unused headerbanner component
Claudio Cambra [Wed, 7 Dec 2022 12:38:39 +0000 (13:38 +0100)]
Remove unused headerbanner component

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5271 from nextcloud/feature/removeObsoleteNames
Matthieu Gallien [Thu, 15 Dec 2022 11:02:00 +0000 (12:02 +0100)]
Merge pull request #5271 from nextcloud/feature/removeObsoleteNames

Feature/remove obsolete names

3 years agouse nextcloud.log suffix for log files of desktop client
Matthieu Gallien [Tue, 13 Dec 2022 10:13:55 +0000 (11:13 +0100)]
use nextcloud.log suffix for log files of desktop client

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years agouse .nextcloudsync.log to perform file monitoring test at start
Matthieu Gallien [Tue, 13 Dec 2022 10:06:53 +0000 (11:06 +0100)]
use .nextcloudsync.log to perform file monitoring test at start

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years agoMerge pull request #5273 from nextcloud/bugfix/testsyncengine-fix-localstate-destroye...
Matthieu Gallien [Thu, 15 Dec 2022 10:10:58 +0000 (11:10 +0100)]
Merge pull request #5273 from nextcloud/bugfix/testsyncengine-fix-localstate-destroyed-failure

Fix SyncEngineTest failure when localstate is destroyed.

3 years agoFix SyncEngineTest failure when localstate is destroyed.
alex-z [Tue, 13 Dec 2022 13:41:07 +0000 (14:41 +0100)]
Fix SyncEngineTest failure when localstate is destroyed.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoMerge pull request #5269 from nextcloud/ci/forceCraftPixmanVersion
Matthieu Gallien [Thu, 15 Dec 2022 08:41:24 +0000 (09:41 +0100)]
Merge pull request #5269 from nextcloud/ci/forceCraftPixmanVersion

sets a fixed version for pixman when buildign desktop client via Craft

3 years agotell OpenCppCoverage that we run an optimized build
Matthieu Gallien [Tue, 13 Dec 2022 10:43:27 +0000 (11:43 +0100)]
tell OpenCppCoverage that we run an optimized build

should fix the crash accordign to the doc linked there
https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/FAQ#your-application-has-thrown-an-unhandled-exception-code-3221225477-exception_access_violation

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years agosets a fixed version for pixman when buildign desktop client via Craft
Matthieu Gallien [Tue, 13 Dec 2022 09:56:36 +0000 (10:56 +0100)]
sets a fixed version for pixman when buildign desktop client via Craft

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 15 Dec 2022 03:30:27 +0000 (03:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 14 Dec 2022 03:33:33 +0000 (03:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5274 from nextcloud/bugfix/remove-get-task-allow-entitlement
Claudio Cambra [Tue, 13 Dec 2022 20:32:11 +0000 (21:32 +0100)]
Merge pull request #5274 from nextcloud/bugfix/remove-get-task-allow-entitlement

Avoid the Get-Task-Allow Entitlement (macOS Notarization)

3 years agoAvoid the Get-Task-Allow Entitlement (macOS Notarization)
Claudio Cambra [Tue, 13 Dec 2022 18:53:53 +0000 (19:53 +0100)]
Avoid the Get-Task-Allow Entitlement (macOS Notarization)

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5131 from nextcloud/feature/implement-internal-link-share
Claudio Cambra [Tue, 13 Dec 2022 18:33:31 +0000 (19:33 +0100)]
Merge pull request #5131 from nextcloud/feature/implement-internal-link-share

Add an internal link share to the share dialog

3 years agoClean up data section for internal link in model
Claudio Cambra [Tue, 13 Dec 2022 16:35:40 +0000 (17:35 +0100)]
Clean up data section for internal link in model

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoFix copy link button
Claudio Cambra [Tue, 13 Dec 2022 16:34:41 +0000 (17:34 +0100)]
Fix copy link button

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoRemove unneeded property from ShareDetailsPage
Claudio Cambra [Tue, 13 Dec 2022 16:34:23 +0000 (17:34 +0100)]
Remove unneeded property from ShareDetailsPage

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoFix bad remote path in sharetestutils fakefolder, which led to failed FakePropfindRep...
Claudio Cambra [Sat, 5 Nov 2022 12:20:13 +0000 (13:20 +0100)]
Fix bad remote path in sharetestutils fakefolder, which led to failed FakePropfindReply being provided in tests

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoIncorporate internal link share into tests
Claudio Cambra [Sat, 5 Nov 2022 12:19:37 +0000 (13:19 +0100)]
Incorporate internal link share into tests

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoAdd an internal link share to the share dialog
Claudio Cambra [Fri, 4 Nov 2022 18:30:22 +0000 (19:30 +0100)]
Add an internal link share to the share dialog

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5007 from nextcloud/feature/nix
Claudio Cambra [Tue, 13 Dec 2022 15:45:04 +0000 (16:45 +0100)]
Merge pull request #5007 from nextcloud/feature/nix

Add a nix flake for easy building and dev environments

3 years agoAdd support for macOS to flake
Claudio Cambra [Thu, 29 Sep 2022 11:23:50 +0000 (13:23 +0200)]
Add support for macOS to flake

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
3 years agoAdd nix flake for desktop client
Claudio Cambra [Wed, 28 Sep 2022 15:54:54 +0000 (17:54 +0200)]
Add nix flake for desktop client

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
3 years agoMerge pull request #5263 from nextcloud/feature/encrypt-folder-context-menu
Claudio Cambra [Tue, 13 Dec 2022 13:31:00 +0000 (14:31 +0100)]
Merge pull request #5263 from nextcloud/feature/encrypt-folder-context-menu

Add an "Encrypt" menu entry in file browser context menu for folders

3 years agoCheck socketlistener is valid before trying to send encryption menu item message
Claudio Cambra [Mon, 12 Dec 2022 22:25:54 +0000 (23:25 +0100)]
Check socketlistener is valid before trying to send encryption menu item message

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoDon't show Encrypt menu entry if server does not support E2EE
Claudio Cambra [Mon, 12 Dec 2022 11:12:46 +0000 (12:12 +0100)]
Don't show Encrypt menu entry if server does not support E2EE

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoImprove folder encryption dialog info boxes
Claudio Cambra [Fri, 9 Dec 2022 22:22:30 +0000 (23:22 +0100)]
Improve folder encryption dialog info boxes

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMake encryption job errors provide descriptive error messages
Claudio Cambra [Fri, 9 Dec 2022 18:05:27 +0000 (19:05 +0100)]
Make encryption job errors provide descriptive error messages

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoAdd encryption success message box
Claudio Cambra [Fri, 9 Dec 2022 17:46:59 +0000 (18:46 +0100)]
Add encryption success message box

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMove encrypt menu entry declaration to own method
Claudio Cambra [Fri, 9 Dec 2022 17:31:06 +0000 (18:31 +0100)]
Move encrypt menu entry declaration to own method

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoDon't allow encryption if account is not correctly configured for it
Claudio Cambra [Fri, 9 Dec 2022 17:19:21 +0000 (18:19 +0100)]
Don't allow encryption if account is not correctly configured for it

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoAdd context menu entry to encrypt folders
Claudio Cambra [Fri, 9 Dec 2022 17:15:16 +0000 (18:15 +0100)]
Add context menu entry to encrypt folders

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5257 from cgzones/typo
Matthieu Gallien [Tue, 13 Dec 2022 10:01:17 +0000 (11:01 +0100)]
Merge pull request #5257 from cgzones/typo

Fix typo

3 years agoFix typo
Christian Göttsche [Thu, 8 Dec 2022 14:45:45 +0000 (15:45 +0100)]
Fix typo

Found by Lintian.

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 13 Dec 2022 03:43:32 +0000 (03:43 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5261 from nextcloud/feature/do-not-show-error-status-on-editlocal...
allexzander [Mon, 12 Dec 2022 17:42:13 +0000 (18:42 +0100)]
Merge pull request #5261 from nextcloud/feature/do-not-show-error-status-on-editlocally-abort

Silence sync termination errors when running EditLocallyJob.

3 years agoSilence sync termination errors when running EditLocallyJob.
alex-z [Fri, 9 Dec 2022 15:25:29 +0000 (16:25 +0100)]
Silence sync termination errors when running EditLocallyJob.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 12 Dec 2022 03:30:01 +0000 (03:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 11 Dec 2022 03:41:47 +0000 (03:41 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 10 Dec 2022 03:37:47 +0000 (03:37 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5139 from nextcloud/feature/file-details-in-tray
Claudio Cambra [Fri, 9 Dec 2022 16:44:00 +0000 (17:44 +0100)]
Merge pull request #5139 from nextcloud/feature/file-details-in-tray

Show file details within the tray dialog, rather than in a separate dialog

3 years agoAdapt changes from share details page changes
Claudio Cambra [Fri, 9 Dec 2022 12:42:29 +0000 (13:42 +0100)]
Adapt changes from share details page changes

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoReplace share button with file details button
Claudio Cambra [Wed, 9 Nov 2022 12:10:59 +0000 (13:10 +0100)]
Replace share button with file details button

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>