Sandro Knauß [Fri, 3 Feb 2023 18:10:15 +0000 (19:10 +0100)]
KDE CMake actions are used to install dolphin plugin.
Sandro Knauß [Fri, 3 Feb 2023 17:17:00 +0000 (18:17 +0100)]
Bump Standards-Version (No changes needed).
Sandro Knauß [Fri, 3 Feb 2023 17:04:37 +0000 (18:04 +0100)]
Add missing build-depdendency libkf5archive-dev.
Sandro Knauß [Fri, 3 Feb 2023 17:00:31 +0000 (18:00 +0100)]
Remove upstream applied patch.
Sandro Knauß [Fri, 3 Feb 2023 16:58:33 +0000 (17:58 +0100)]
Update patch hunks.
Sandro Knauß [Fri, 3 Feb 2023 16:51:17 +0000 (17:51 +0100)]
New upstream release.
Sandro Knauß [Fri, 3 Feb 2023 16:44:40 +0000 (17:44 +0100)]
Update upstream source from tag 'upstream/3.7.0'
Update to upstream version '3.7.0'
with Debian dir
01601e44ad84913d11cf80eeb0506ce31fa05bb7
Sandro Knauß [Fri, 3 Feb 2023 16:42:21 +0000 (17:42 +0100)]
New upstream version 3.7.0
Sandro Knauß [Tue, 13 Dec 2022 12:14:19 +0000 (13:14 +0100)]
Release to unstable.
Sandro Knauß [Tue, 13 Dec 2022 12:06:24 +0000 (13:06 +0100)]
Update QML dependencies.
Sandro Knauß [Tue, 13 Dec 2022 11:56:19 +0000 (12:56 +0100)]
Remove upstream applied patch.
Sandro Knauß [Tue, 13 Dec 2022 11:55:40 +0000 (12:55 +0100)]
Update patch hunks.
Sandro Knauß [Tue, 13 Dec 2022 11:52:14 +0000 (12:52 +0100)]
New upstream release.
Sandro Knauß [Tue, 13 Dec 2022 11:51:28 +0000 (12:51 +0100)]
Update upstream source from tag 'upstream/3.6.4'
Update to upstream version '3.6.4'
with Debian dir
5c2bfcb6b1d93e75df1a83996c4e20d9d3bbf8c2
Sandro Knauß [Tue, 13 Dec 2022 11:50:35 +0000 (12:50 +0100)]
New upstream version 3.6.4
Matthieu Gallien [Thu, 8 Dec 2022 10:07:02 +0000 (11:07 +0100)]
3.6.4 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 8 Dec 2022 10:02:48 +0000 (11:02 +0100)]
Merge pull request #5254 from nextcloud/backport/5253/stable-3.6
[stable-3.6] do not create GUI from a random thread and show error on real error
Matthieu Gallien [Thu, 8 Dec 2022 09:58:58 +0000 (10:58 +0100)]
do not create GUI from a random thread and show error on real error
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Thu, 8 Dec 2022 03:31:03 +0000 (03:31 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 7 Dec 2022 17:29:06 +0000 (18:29 +0100)]
3.6.3 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 7 Dec 2022 17:28:10 +0000 (18:28 +0100)]
Merge pull request #5249 from nextcloud/backport/5247/stable-3.6
[stable-3.6] Format some QLabels as plain text
Claudio Cambra [Wed, 7 Dec 2022 15:46:37 +0000 (16:46 +0100)]
Format some QLabels as plain text
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Wed, 7 Dec 2022 16:51:23 +0000 (17:51 +0100)]
Merge pull request #5246 from nextcloud/backport/5226/stable-3.6
[stable-3.6] Lock file when editing locally
Claudio Cambra [Wed, 7 Dec 2022 15:56:23 +0000 (16:56 +0100)]
Remove nodiscard
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 7 Dec 2022 12:48:51 +0000 (13:48 +0100)]
Remove redundant openUrl variable
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 7 Dec 2022 12:47:48 +0000 (13:47 +0100)]
Fix loss of integer precision in parameters for fileLockTimeRemainingMinutes
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 7 Dec 2022 12:46:21 +0000 (13:46 +0100)]
Make fileLockTimeRemainingMinutes a static method
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 7 Dec 2022 11:40:48 +0000 (12:40 +0100)]
Run locking procedure on main thread, open file after file has been locked remotely
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 6 Dec 2022 12:52:36 +0000 (13:52 +0100)]
Ensure we are using up-to-date item ptr instead of potentially un-update file record when checking lock state in fileLockSuccess, separate case with lock already pre-existing
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 6 Dec 2022 11:34:33 +0000 (12:34 +0100)]
Ensure we are using folder relative paths for synced folders that are not root to work correctly
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 5 Dec 2022 20:22:08 +0000 (21:22 +0100)]
Ensure we are checking lock state once file has been synced after setting lock
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 29 Nov 2022 18:07:00 +0000 (19:07 +0100)]
Notify user when file is locked when local editing begins
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Mon, 28 Nov 2022 17:29:37 +0000 (18:29 +0100)]
Lock file when editing locally
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Wed, 7 Dec 2022 03:31:26 +0000 (03:31 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 6 Dec 2022 18:33:48 +0000 (19:33 +0100)]
Merge pull request #5240 from nextcloud/bugfix/stable-3-6-backport-5233
[stable-3.6] Make use of plain text-enforcing qml labels
Claudio Cambra [Mon, 5 Dec 2022 15:06:15 +0000 (16:06 +0100)]
Only perform Label check on QML files
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 2 Dec 2022 15:38:54 +0000 (16:38 +0100)]
Add QML label check to CI
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 2 Dec 2022 13:58:12 +0000 (14:58 +0100)]
Remove now redundant use of textFormat
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Fri, 2 Dec 2022 13:51:09 +0000 (14:51 +0100)]
Introduce EnforcedPlainTextLabel, convert all Label or Text labels to use this
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
allexzander [Tue, 6 Dec 2022 11:35:14 +0000 (12:35 +0100)]
Merge pull request #5237 from nextcloud/backport/5175/stable-3.6
[stable-3.6] Feature/edit file locally restart sync
alex-z [Fri, 4 Nov 2022 16:38:59 +0000 (17:38 +0100)]
Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it.
Signed-off-by: alex-z <blackslayer4@gmail.com>
allexzander [Tue, 6 Dec 2022 10:18:46 +0000 (11:18 +0100)]
Merge pull request #5239 from nextcloud/cherry-pick-forcefoldersync-method
Add forcefoldersync method to folder manager
Claudio Cambra [Mon, 24 Oct 2022 11:46:12 +0000 (13:46 +0200)]
Add forcefoldersync method to folder manager
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Tue, 6 Dec 2022 03:38:49 +0000 (03:38 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 5 Dec 2022 03:26:58 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 4 Dec 2022 03:26:24 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 3 Dec 2022 03:26:33 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 2 Dec 2022 03:27:47 +0000 (03:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 1 Dec 2022 03:31:37 +0000 (03:31 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 30 Nov 2022 03:31:25 +0000 (03:31 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 29 Nov 2022 03:31:09 +0000 (03:31 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Mon, 28 Nov 2022 18:49:50 +0000 (19:49 +0100)]
Merge pull request #5225 from nextcloud/backport/5223/stable-3.6
[stable-3.6] Prevent bad encrypting of folder if E2EE has not been correctly set up
Claudio Cambra [Mon, 28 Nov 2022 14:09:20 +0000 (15:09 +0100)]
Prevent bad encrypting of folder if E2EE has not been correctly set up
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Mon, 28 Nov 2022 03:31:56 +0000 (03:31 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 27 Nov 2022 03:29:39 +0000 (03:29 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 26 Nov 2022 03:29:25 +0000 (03:29 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Fri, 25 Nov 2022 13:18:53 +0000 (14:18 +0100)]
Merge pull request #5213 from nextcloud/backport/5145/stable-3.6
[stable-3.6] Make user status selector modal, show user header
Claudio Cambra [Wed, 9 Nov 2022 13:07:51 +0000 (14:07 +0100)]
Make user status selector modal, show user header
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Fri, 25 Nov 2022 03:34:35 +0000 (03:34 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 24 Nov 2022 17:38:42 +0000 (18:38 +0100)]
Merge pull request #5186 from nextcloud/backport/5182/stable-3.6
[stable-3.6] fix renaming of folders with a deep hierarchy inside them
Matthieu Gallien [Thu, 24 Nov 2022 13:12:46 +0000 (14:12 +0100)]
makes code compatible with c++-14
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 18 Nov 2022 08:19:03 +0000 (09:19 +0100)]
remove a few warnings reported by sonarcloud to tidy the code
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 18 Nov 2022 08:11:41 +0000 (09:11 +0100)]
tidy code to fix review comments
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 17 Nov 2022 13:48:51 +0000 (14:48 +0100)]
tidy code by fixing one clazy reported warning
use QString::arg with multiple parameters because that is faster
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 17 Nov 2022 13:45:11 +0000 (14:45 +0100)]
fix behavior of folder rename with deep hierarchy inside it
propagate renaming of parent folders to child recursively
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 16 Nov 2022 17:00:15 +0000 (18:00 +0100)]
test for proper renaming of folder parent of a deep hierarchy
currently broken test as we miss to rename recursively
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 17 Nov 2022 08:42:47 +0000 (09:42 +0100)]
improve logging of discovery policy decisions when scanning folders
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 17 Nov 2022 08:28:01 +0000 (09:28 +0100)]
improve logging of the discovery policy when scanning a folder
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Wed, 23 Nov 2022 03:33:50 +0000 (03:33 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 22 Nov 2022 03:35:43 +0000 (03:35 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 21 Nov 2022 03:26:27 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 20 Nov 2022 03:27:56 +0000 (03:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 19 Nov 2022 03:33:33 +0000 (03:33 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 17 Nov 2022 03:27:50 +0000 (03:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 16 Nov 2022 03:25:59 +0000 (03:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 15 Nov 2022 03:26:21 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Mon, 14 Nov 2022 15:16:40 +0000 (16:16 +0100)]
Merge pull request #5171 from nextcloud/backport/5157/stable-3.6
[stable-3.6] Fix typo of connector
hefee [Wed, 9 Nov 2022 20:15:44 +0000 (20:15 +0000)]
Fix typo of connector
Signed-off-by: hefee <hefee@debian.org>
Nextcloud bot [Mon, 14 Nov 2022 10:47:18 +0000 (10:47 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 14 Nov 2022 03:23:48 +0000 (03:23 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 13 Nov 2022 03:22:07 +0000 (03:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 12 Nov 2022 03:25:24 +0000 (03:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
alex-z [Thu, 10 Nov 2022 08:44:49 +0000 (09:44 +0100)]
prepare relase 3.6.2
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Thu, 10 Nov 2022 03:30:04 +0000 (03:30 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Sandro Knauß [Thu, 10 Nov 2022 00:12:05 +0000 (01:12 +0100)]
Release to unstable
Sandro Knauß [Wed, 9 Nov 2022 21:00:03 +0000 (22:00 +0100)]
Update lintian-overrides.
Sandro Knauß [Wed, 9 Nov 2022 22:28:28 +0000 (23:28 +0100)]
Make blhc happy.
Matthieu Gallien [Wed, 9 Nov 2022 22:30:03 +0000 (23:30 +0100)]
Merge pull request #5158 from nextcloud/backport/5151/stable-3.6
[stable-3.6] properly escape a path when creating a test file during tests
Matthieu Gallien [Wed, 9 Nov 2022 16:47:40 +0000 (17:47 +0100)]
do not run tests in parallel as we may get side effects
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 9 Nov 2022 15:36:38 +0000 (16:36 +0100)]
properly escape a path when creating a test file during tests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Sandro Knauß [Wed, 9 Nov 2022 19:51:40 +0000 (20:51 +0100)]
New upstream release.
Sandro Knauß [Wed, 9 Nov 2022 19:49:59 +0000 (20:49 +0100)]
Update upstream source from tag 'upstream/3.6.1'
Update to upstream version '3.6.1'
with Debian dir
5b8cb52c3febc446980f4409a85e2fa7f4c34e88
Sandro Knauß [Wed, 9 Nov 2022 19:49:14 +0000 (20:49 +0100)]
New upstream version 3.6.1
Sandro Knauß [Wed, 9 Nov 2022 19:48:04 +0000 (20:48 +0100)]
Update debian/chagelog.
allexzander [Wed, 9 Nov 2022 19:14:48 +0000 (20:14 +0100)]
Merge pull request #5156 from nextcloud/backport/5092/stable-3.6
Backport/5092/stable 3.6
alex-z [Wed, 9 Nov 2022 18:11:18 +0000 (19:11 +0100)]
Fix compile error from [[nodiscard]].
Signed-off-by: alex-z <blackslayer4@gmail.com>
allexzander [Tue, 25 Oct 2022 13:49:56 +0000 (16:49 +0300)]
Fix accounts avatar issue when it becomes completely white due to non-changing account id member with changing account index in the list.
Signed-off-by: allexzander <blackslayer4@gmail.com>
alex-z [Mon, 24 Oct 2022 13:36:53 +0000 (16:36 +0300)]
Fix incorrect current user index when removing and adding an account.
Signed-off-by: alex-z <blackslayer4@gmail.com>
allexzander [Wed, 9 Nov 2022 18:02:29 +0000 (19:02 +0100)]
Merge pull request #5153 from nextcloud/backport/5067/stable-3.6
Backport/5067/stable 3.6
alex-z [Wed, 9 Nov 2022 15:01:17 +0000 (16:01 +0100)]
Do not use copy-assignment of QDialog.
Signed-off-by: alex-z <blackslayer4@gmail.com>