nextcloud-desktop.git
4 years agoFixes to UI issues
Claudio Cambra [Sat, 19 Mar 2022 12:42:32 +0000 (13:42 +0100)]
Fixes to UI issues

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years agoMerge pull request #4364 from nextcloud/bugfix/fix-vfs-crash
Matthieu Gallien [Sun, 20 Mar 2022 16:22:56 +0000 (17:22 +0100)]
Merge pull request #4364 from nextcloud/bugfix/fix-vfs-crash

Fix for VFS crashes due to mimetype checking for thumbnails

4 years agoFix for VFS crashes
Claudio Cambra [Sat, 19 Mar 2022 22:30:59 +0000 (23:30 +0100)]
Fix for VFS crashes

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Mar 2022 03:59:48 +0000 (03:59 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4360 from nextcloud/release-3.5.0-rc1
Matthieu Gallien [Fri, 18 Mar 2022 18:04:05 +0000 (19:04 +0100)]
Merge pull request #4360 from nextcloud/release-3.5.0-rc1

prepare for 3.5.0-rc1

4 years agoprepare for 3.5.0-rc1
Matthieu Gallien [Fri, 18 Mar 2022 17:25:00 +0000 (18:25 +0100)]
prepare for 3.5.0-rc1

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agoMerge pull request #4251 from nextcloud/feature/darkmode
Matthieu Gallien [Fri, 18 Mar 2022 17:22:00 +0000 (18:22 +0100)]
Merge pull request #4251 from nextcloud/feature/darkmode

Add a dark mode

4 years agoAdded dark mode
Claudio Cambra [Fri, 4 Feb 2022 02:39:38 +0000 (03:39 +0100)]
Added dark mode

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years agoMerge pull request #4359 from nextcloud/bugfix/updateSubmodule2
Matthieu Gallien [Fri, 18 Mar 2022 14:33:29 +0000 (15:33 +0100)]
Merge pull request #4359 from nextcloud/bugfix/updateSubmodule2

old submodule url does not work anylonger

4 years agoold submodule url does not work anylonger
tobiasKaminsky [Thu, 17 Mar 2022 13:56:07 +0000 (14:56 +0100)]
old submodule url does not work anylonger
see https://github.blog/2021-09-01-improving-git-protocol-security-github/

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
4 years agoMerge pull request #4283 from nextcloud/bugfix/folder-wizard-warn-color
Claudio Cambra [Fri, 18 Mar 2022 11:25:24 +0000 (12:25 +0100)]
Merge pull request #4283 from nextcloud/bugfix/folder-wizard-warn-color

Fix warn colour in dark mode

4 years agoFix warn colour in dark mode
Claudio Cambra [Tue, 15 Feb 2022 12:53:39 +0000 (13:53 +0100)]
Fix warn colour in dark mode

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Mar 2022 03:59:00 +0000 (03:59 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4319 from nextcloud/bugfix/preventOverflowWithMtime
Matthieu Gallien [Thu, 17 Mar 2022 23:58:40 +0000 (00:58 +0100)]
Merge pull request #4319 from nextcloud/bugfix/preventOverflowWithMtime

Bugfix/prevent overflow with mtime

4 years agoensure discovery phase will not try to upload files with invalid mtime
Matthieu Gallien [Fri, 4 Mar 2022 17:48:12 +0000 (18:48 +0100)]
ensure discovery phase will not try to upload files with invalid mtime

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agoadd new tests dedicated for recovery scenario of wrong mtime on server
Matthieu Gallien [Thu, 3 Mar 2022 15:46:14 +0000 (16:46 +0100)]
add new tests dedicated for recovery scenario of wrong mtime on server

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agoprevent updating files when that would result in invalid mtime
Matthieu Gallien [Thu, 3 Mar 2022 09:53:50 +0000 (10:53 +0100)]
prevent updating files when that would result in invalid mtime

ensure that we never try to sync a file with a sync that would result in
setting it up to an invalid mtime

test a recovery scenario with plain old sync folder and virtual files

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agolet error during update of metadata of virtual files propagate to users
Matthieu Gallien [Wed, 2 Mar 2022 11:06:16 +0000 (12:06 +0100)]
let error during update of metadata of virtual files propagate to users

errors duing update of metadata of virtual files are being ignored and
not propagated to users to be shonw in main dialog

ensure they are real errors from sync engine point of view and let them
be taken into account

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agoremove all usage of QDateTime::toTime_t() to avoid overflow
Matthieu Gallien [Mon, 28 Feb 2022 13:02:58 +0000 (14:02 +0100)]
remove all usage of QDateTime::toTime_t() to avoid overflow

QDateTime::toTime_t() can overflow if called with a date outside its
domain of working

this method is obsolete and QDateTime::toSecsSinceEpoch() is the
replacement

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agoremove wrong assert that is blocing the run of debug client
Matthieu Gallien [Mon, 28 Feb 2022 13:45:36 +0000 (14:45 +0100)]
remove wrong assert that is blocing the run of debug client

if the server has files with invalid modtime this assert will trigger
even though the code is handling the situation

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agoMerge pull request #4200 from nextcloud/feature/talk-reply
Matthieu Gallien [Thu, 17 Mar 2022 22:36:33 +0000 (23:36 +0100)]
Merge pull request #4200 from nextcloud/feature/talk-reply

Feature/Talk Reply v1

4 years agoAdd TalkReply class and tests.
Camila [Sun, 23 Jan 2022 18:10:16 +0000 (19:10 +0100)]
Add TalkReply class and tests.

- Add struct TalkNotificationData to handle token and messageId.
- Handle chat and call notifications with the new struct.
- Add talk token and messageId to data roles in ActivityListModel.
- Add Talk Reply component to the ActivityList.
- User Loader to display the TalkReply component.
- Move Talk Reply from ActivityItem to ActivityItemContent due to PR #4186.
- Use TextField instead of Text.
- Disable send reply button instead of changing border color when field is empty.

Signed-off-by: Camila <hello@camila.codes>
4 years agoMerge pull request #4351 from nextcloud/updateSubmodule
Claudio Cambra [Thu, 17 Mar 2022 13:35:43 +0000 (14:35 +0100)]
Merge pull request #4351 from nextcloud/updateSubmodule

old submodule url does not work anylonger

4 years agoMerge branch 'master' into updateSubmodule
Tobias Kaminsky [Thu, 17 Mar 2022 13:12:54 +0000 (14:12 +0100)]
Merge branch 'master' into updateSubmodule

4 years agoMerge pull request #4316 from nextcloud/bugfix/mac-local-socket
Claudio Cambra [Thu, 17 Mar 2022 12:00:09 +0000 (13:00 +0100)]
Merge pull request #4316 from nextcloud/bugfix/mac-local-socket

Implement local socket to communicate with finder extension

4 years agoImplement local socket to communicate with finder extension
Claudio Cambra [Wed, 23 Feb 2022 17:38:22 +0000 (18:38 +0100)]
Implement local socket to communicate with finder extension

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years agoMerge pull request #4189 from nextcloud/feature/activity_thumbnails
Claudio Cambra [Thu, 17 Mar 2022 10:57:06 +0000 (11:57 +0100)]
Merge pull request #4189 from nextcloud/feature/activity_thumbnails

Add thumbnails for files in the activity view

4 years agoAdd thumbnails for files in the activity view
Claudio Cambra [Thu, 20 Jan 2022 11:54:36 +0000 (12:54 +0100)]
Add thumbnails for files in the activity view

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years agoold submodule url does not work anylonger
tobiasKaminsky [Thu, 17 Mar 2022 07:26:16 +0000 (08:26 +0100)]
old submodule url does not work anylonger
see https://github.blog/2021-09-01-improving-git-protocol-security-github/

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Mar 2022 04:02:29 +0000 (04:02 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4237 from nextcloud/feature/accent-color
Claudio Cambra [Wed, 16 Mar 2022 14:46:54 +0000 (15:46 +0100)]
Merge pull request #4237 from nextcloud/feature/accent-color

Add support for server color theming by using server color as accent

4 years agoAdd support for server color theming by using server color as accent
Claudio Cambra [Fri, 28 Jan 2022 16:03:39 +0000 (17:03 +0100)]
Add support for server color theming by using server color as accent
color

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years agoMerge pull request #4334 from nextcloud/bugfix/fileactivitydialog
Claudio Cambra [Wed, 16 Mar 2022 08:18:16 +0000 (09:18 +0100)]
Merge pull request #4334 from nextcloud/bugfix/fileactivitydialog

Fix file activity dialog

4 years agoFile activity dialog now works for all file actions activities (e.g. deleted files)
Claudio Cambra [Sat, 5 Mar 2022 12:44:03 +0000 (13:44 +0100)]
File activity dialog now works for all file actions activities (e.g. deleted files)

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Mar 2022 03:59:41 +0000 (03:59 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4329 from nextcloud/buigfix/linecount-tray-activity
Matthieu Gallien [Tue, 15 Mar 2022 11:31:36 +0000 (12:31 +0100)]
Merge pull request #4329 from nextcloud/buigfix/linecount-tray-activity

Increase maximum text line count in tray activity items to two lines

4 years agoIncrease max line of text in activity item text to two
Claudio Cambra [Thu, 3 Mar 2022 22:43:34 +0000 (23:43 +0100)]
Increase max line of text in activity item text to two

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Mar 2022 04:19:23 +0000 (04:19 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4326 from nextcloud/bugfix/fileactivitydialog-center
Matthieu Gallien [Mon, 14 Mar 2022 08:47:38 +0000 (09:47 +0100)]
Merge pull request #4326 from nextcloud/bugfix/fileactivitydialog-center

Ensure file activity dialog appears in centre of screen

4 years agoEnsure file activity dialog appears in centre of screen
Claudio Cambra [Thu, 3 Mar 2022 12:33:20 +0000 (13:33 +0100)]
Ensure file activity dialog appears in centre of screen

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Mar 2022 03:56:55 +0000 (03:56 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4340 from nextcloud/bugfix/preventOpenGLContextLosses
Matthieu Gallien [Thu, 10 Mar 2022 17:16:40 +0000 (18:16 +0100)]
Merge pull request #4340 from nextcloud/bugfix/preventOpenGLContextLosses

properly ask Qt to create qml opengl surface with proper options

4 years agoproperly ask Qt to create qml opengl surface with proper options
Matthieu Gallien [Wed, 9 Mar 2022 10:44:51 +0000 (11:44 +0100)]
properly ask Qt to create qml opengl surface with proper options

should prevent context losses error with some opengl drivers

should prevent corruptions to occur with come opengl drivers

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 10 Mar 2022 03:59:56 +0000 (03:59 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3714 from nextcloud/ci/bumpCmakeVersionRequirement
Claudio Cambra [Wed, 9 Mar 2022 14:35:07 +0000 (15:35 +0100)]
Merge pull request #3714 from nextcloud/ci/bumpCmakeVersionRequirement

require cmake 3.16

4 years agorequire cmake 3.16
Matthieu Gallien [Wed, 25 Aug 2021 10:20:31 +0000 (12:20 +0200)]
require cmake 3.16

close #3572

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agoMerge pull request #4292 from nextcloud/bugfix/group-folder-files-erased-when-rename...
Matthieu Gallien [Wed, 9 Mar 2022 10:43:08 +0000 (11:43 +0100)]
Merge pull request #4292 from nextcloud/bugfix/group-folder-files-erased-when-rename-or-delete-folder

Do not remove files from a Group folder and its nested folders when it is renamed or removed while not allowed.

4 years agoDo not remove files from a Group folder and its nested folders whe it is renamed...
alex-z [Wed, 16 Feb 2022 11:14:47 +0000 (13:14 +0200)]
Do not remove files from a Group folder and its nested folders whe it is renamed or removed while not allowed.

Signed-off-by: alex-z <blackslayer4@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 9 Mar 2022 03:53:25 +0000 (03:53 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Mar 2022 03:56:47 +0000 (03:56 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 7 Mar 2022 03:53:53 +0000 (03:53 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 6 Mar 2022 03:53:27 +0000 (03:53 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 5 Mar 2022 03:53:09 +0000 (03:53 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4320 from nextcloud/rakekniven-patch-1
rakekniven [Fri, 4 Mar 2022 13:16:06 +0000 (14:16 +0100)]
Merge pull request #4320 from nextcloud/rakekniven-patch-1

4 years agoMerge branch 'master' into rakekniven-patch-1
rakekniven [Fri, 4 Mar 2022 11:22:31 +0000 (12:22 +0100)]
Merge branch 'master' into rakekniven-patch-1

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Mar 2022 03:54:38 +0000 (03:54 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4322 from nextcloud/bugfix/help
Camila [Thu, 3 Mar 2022 14:30:41 +0000 (15:30 +0100)]
Merge pull request #4322 from nextcloud/bugfix/help

Add 'Help' action back.

4 years agoAdd 'Help' action back.
Camila [Wed, 2 Mar 2022 17:22:13 +0000 (18:22 +0100)]
Add 'Help' action back.

I think it was a mistake that caused this.

Signed-off-by: Camila <hello@camila.codes>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Mar 2022 03:54:19 +0000 (03:54 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4279 from nextcloud/bugfix/simplify-current-screen
Claudio Cambra [Wed, 2 Mar 2022 13:44:59 +0000 (14:44 +0100)]
Merge pull request #4279 from nextcloud/bugfix/simplify-current-screen

Simplify currentScreen in systray.cpp

4 years agoSimplify currentScreen
Claudio Cambra [Mon, 14 Feb 2022 11:12:45 +0000 (12:12 +0100)]
Simplify currentScreen

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years agoMerge pull request #4247 from nextcloud/bugfix/mac-notch-height
Claudio Cambra [Wed, 2 Mar 2022 12:37:37 +0000 (13:37 +0100)]
Merge pull request #4247 from nextcloud/bugfix/mac-notch-height

No longer assume status bar height, calculate, fixing notch borking

4 years agoNo longer assume status bar height, calculate, fixing notch borking
Claudio Cambra [Thu, 3 Feb 2022 15:37:17 +0000 (16:37 +0100)]
No longer assume status bar height, calculate, fixing notch borking

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Mar 2022 04:16:36 +0000 (04:16 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge branch 'master' into rakekniven-patch-1
rakekniven [Tue, 1 Mar 2022 15:10:48 +0000 (16:10 +0100)]
Merge branch 'master' into rakekniven-patch-1

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Mar 2022 03:53:23 +0000 (03:53 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agol10n: Changed spelling
rakekniven [Mon, 28 Feb 2022 17:40:26 +0000 (18:40 +0100)]
l10n: Changed spelling

Reported at Transifex.

Fix for #4004

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 28 Feb 2022 04:12:21 +0000 (04:12 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 27 Feb 2022 03:51:51 +0000 (03:51 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 26 Feb 2022 03:52:35 +0000 (03:52 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4268 from nextcloud/bugfix/new-files-removed-with-parent-dir...
Matthieu Gallien [Fri, 25 Feb 2022 15:51:24 +0000 (16:51 +0100)]
Merge pull request #4268 from nextcloud/bugfix/new-files-removed-with-parent-dir-removal

Do not remove a folder that has files that were not uploaded yet during propagation

4 years agoFix review comments from Matthieu. Using curent reverse iterator when searching for...
alex-z [Thu, 24 Feb 2022 19:16:24 +0000 (21:16 +0200)]
Fix review comments from Matthieu. Using curent reverse iterator when searching for parent.

Signed-off-by: alex-z <blackslayer4@gmail.com>
4 years agoFix review comments.
alex-z [Wed, 23 Feb 2022 16:47:05 +0000 (18:47 +0200)]
Fix review comments.

Signed-off-by: alex-z <blackslayer4@gmail.com>
4 years agoUnit tests for new files restore logic when the parent folder is removed on the server.
alex-z [Thu, 17 Feb 2022 16:18:35 +0000 (18:18 +0200)]
Unit tests for new files restore logic when the parent folder is removed on the server.

Signed-off-by: alex-z <blackslayer4@gmail.com>
4 years agoDo not remove a folder that has files that were not uploaded yet during propagation.
alex-z [Fri, 11 Feb 2022 17:22:40 +0000 (19:22 +0200)]
Do not remove a folder that has files that were not uploaded yet during propagation.

Signed-off-by: alex-z <blackslayer4@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 25 Feb 2022 03:52:43 +0000 (03:52 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 24 Feb 2022 03:55:16 +0000 (03:55 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4303 from nextcloud/feature/rollback-local-move-on-server-move...
allexzander [Wed, 23 Feb 2022 16:14:28 +0000 (18:14 +0200)]
Merge pull request #4303 from nextcloud/feature/rollback-local-move-on-server-move-failure

Rollback local move on server move failure

4 years agoRollback local move when server move has failed.
alex-z [Fri, 18 Feb 2022 08:50:00 +0000 (10:50 +0200)]
Rollback local move when server move has failed.

Signed-off-by: alex-z <blackslayer4@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 22 Feb 2022 03:54:55 +0000 (03:54 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 21 Feb 2022 03:54:37 +0000 (03:54 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Feb 2022 03:54:00 +0000 (03:54 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Feb 2022 03:54:30 +0000 (03:54 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Feb 2022 03:54:03 +0000 (03:54 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Feb 2022 03:53:22 +0000 (03:53 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Feb 2022 05:31:31 +0000 (05:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4272 from nextcloud/Valdnet-patch-2
Valdnet [Mon, 14 Feb 2022 12:46:17 +0000 (13:46 +0100)]
Merge pull request #4272 from nextcloud/Valdnet-patch-2

l10n: Change to lowercase

4 years agoMerge branch 'master' into Valdnet-patch-2
Valdnet [Mon, 14 Feb 2022 12:26:15 +0000 (13:26 +0100)]
Merge branch 'master' into Valdnet-patch-2

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 14 Feb 2022 03:53:47 +0000 (03:53 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Feb 2022 03:53:29 +0000 (03:53 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agol10n: Change to lowercase
Valdnet [Sat, 12 Feb 2022 17:38:26 +0000 (18:38 +0100)]
l10n: Change to lowercase

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Feb 2022 03:54:36 +0000 (03:54 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #4257 from nextcloud/ci/addHeadersInCmake
Matthieu Gallien [Fri, 11 Feb 2022 15:27:32 +0000 (16:27 +0100)]
Merge pull request #4257 from nextcloud/ci/addHeadersInCmake

add headers in cmake files to get them properly detected

4 years agoadd headers in cmake files to get them properly detected
Matthieu Gallien [Mon, 7 Feb 2022 12:48:52 +0000 (13:48 +0100)]
add headers in cmake files to get them properly detected

qt creator for example requires that headers are explcitly given in the
source lists

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agoMerge pull request #4263 from nextcloud/bugfix/handleBulkUploadNetworkErrors
Matthieu Gallien [Fri, 11 Feb 2022 14:29:52 +0000 (15:29 +0100)]
Merge pull request #4263 from nextcloud/bugfix/handleBulkUploadNetworkErrors

ensure that bulk upload network job errors are handled

4 years agoensure that bulk upload network job errors are handled
Matthieu Gallien [Thu, 10 Feb 2022 15:40:15 +0000 (16:40 +0100)]
ensure that bulk upload network job errors are handled

in case we get a network error during bulk propagator POST network
request, report all files within this upload as files in error that will
then be sent using the plain old WebDAV protocol

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Feb 2022 03:53:36 +0000 (03:53 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 10 Feb 2022 03:57:49 +0000 (03:57 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 9 Feb 2022 03:53:24 +0000 (03:53 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 8 Feb 2022 03:53:47 +0000 (03:53 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>