Camila [Tue, 5 Apr 2022 13:07:00 +0000 (15:07 +0200)]
Do not hide'View chat' link.
This logic was also hiding 'Answer call'.
Signed-off-by: Camila <hello@camila.codes>
Camila [Tue, 5 Apr 2022 12:26:59 +0000 (14:26 +0200)]
Windows fix: activityIndex was not being passed to the lambda slot function.
Signed-off-by: Camila <hello@camila.codes>
Camila [Tue, 29 Mar 2022 11:33:06 +0000 (13:33 +0200)]
Add 'Reply' as activity link instead of changing the 'View chat' link.
- Align 'Reply' button.
- Do not display 'View chat' as a link: the 'View chat' action is active when
the user clickcs on the notification item in the tray window.
- Convert the QByteArray verb value to String.
- Handle logic to toggle the reply textfield in the QML code.
Signed-off-by: Camila <hello@camila.codes>
Matthieu Gallien [Wed, 6 Apr 2022 08:36:00 +0000 (10:36 +0200)]
Merge pull request #4399 from nextcloud/bugfix/doNotRemoveRenamedFileWithSpacesInName
avoid deleting renamed file with spaces in name
Matthieu Gallien [Wed, 30 Mar 2022 17:11:35 +0000 (19:11 +0200)]
avoid deleting renamed file with spaces in name
ensure that normal sync engine will nto delete new file renamed due to
trailing/leading spaces in name
rename before upload in the same job to avoid having invalid state in
local desktop client database to ensure any subsequent run of the sync
engine will not make wrong decisions
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Wed, 6 Apr 2022 04:03:00 +0000 (04:03 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 5 Apr 2022 19:10:16 +0000 (21:10 +0200)]
Merge pull request #4403 from nextcloud/bugfix/more-darkmode-fixes
More dark mode fixes
Claudio Cambra [Tue, 29 Mar 2022 08:44:17 +0000 (10:44 +0200)]
Fix broken activity icon and loading entries colour in unified search
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Tue, 5 Apr 2022 04:03:49 +0000 (04:03 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Mon, 4 Apr 2022 17:11:13 +0000 (19:11 +0200)]
Merge pull request #4408 from nextcloud/bugfix/fixHydrationErrorHandlingCode
ensure we do properly failed hydration jobs
Matthieu Gallien [Sun, 3 Apr 2022 14:12:42 +0000 (16:12 +0200)]
ensure we do properly failed hydration jobs
report status when the job is in error at end of hydration request
instead of doing the opposite
properly set status in db when a file failed to hydrate (still a virtual
file not a real one)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Sun, 3 Apr 2022 03:59:47 +0000 (03:59 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 2 Apr 2022 04:02:06 +0000 (04:02 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 1 Apr 2022 09:15:33 +0000 (11:15 +0200)]
Merge pull request #4398 from nextcloud/bufix/crash-on-exit
Darkmode. Fix crash on exit.
alex-z [Thu, 31 Mar 2022 13:18:54 +0000 (16:18 +0300)]
Remove redundant _guiAppInstance
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Wed, 30 Mar 2022 15:07:49 +0000 (18:07 +0300)]
Darkmode. Fix crash on exit.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Fri, 1 Apr 2022 04:03:21 +0000 (04:03 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 31 Mar 2022 04:07:11 +0000 (04:07 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 30 Mar 2022 04:01:56 +0000 (04:01 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 29 Mar 2022 04:01:59 +0000 (04:01 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Mon, 28 Mar 2022 17:39:35 +0000 (19:39 +0200)]
Merge pull request #4392 from nextcloud/release3.5.50-rc2
prepare for 3.5.0-rc2
Matthieu Gallien [Mon, 28 Mar 2022 16:31:35 +0000 (18:31 +0200)]
prepare for 3.5.0-rc2
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 28 Mar 2022 15:59:50 +0000 (17:59 +0200)]
Merge pull request #4385 from nextcloud/bugfix/talk-reply
Improve talk reply
Camila [Mon, 28 Mar 2022 14:03:38 +0000 (16:03 +0200)]
Address PR comments.
Signed-off-by: Camila <hello@camila.codes>
Camila [Fri, 25 Mar 2022 19:02:42 +0000 (20:02 +0100)]
Rename functions.
Signed-off-by: Camila <hello@camila.codes>
Camila [Fri, 25 Mar 2022 14:14:42 +0000 (15:14 +0100)]
Fix background color so it switches with light/dark theme.
Signed-off-by: Camila <hello@camila.codes>
Camila [Thu, 24 Mar 2022 19:17:11 +0000 (20:17 +0100)]
Display input once user clicked on Reply.
Signed-off-by: Camila <hello@camila.codes>
Camila [Thu, 24 Mar 2022 17:56:39 +0000 (18:56 +0100)]
Let qml know the message reply was sent.
Signed-off-by: Camila <hello@camila.codes>
Camila [Wed, 23 Mar 2022 17:06:57 +0000 (18:06 +0100)]
Rename data role.
Signed-off-by: Camila <hello@camila.codes>
Matthieu Gallien [Mon, 28 Mar 2022 13:20:08 +0000 (15:20 +0200)]
Merge pull request #4371 from nextcloud/bugfix/darkmode
Fix various dark mode bugs
Claudio Cambra [Mon, 21 Mar 2022 16:34:21 +0000 (17:34 +0100)]
Fix dark mode stuff relating to unified search, fix macOS auto dark/light theme switching not always working, fix Windows detection of dark/light theme switching
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Mon, 28 Mar 2022 04:00:40 +0000 (04:00 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Sun, 27 Mar 2022 17:33:53 +0000 (19:33 +0200)]
Merge pull request #4379 from nextcloud/bugfix/updateChannelLocalized
ensure we only store update channel not localized in settings
Nextcloud bot [Sun, 27 Mar 2022 04:00:07 +0000 (04:00 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 25 Mar 2022 05:39:12 +0000 (05:39 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 23 Mar 2022 14:09:36 +0000 (15:09 +0100)]
try to fix path inside appimage packages
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 22 Mar 2022 20:15:57 +0000 (21:15 +0100)]
ensure we only store update channel not localized in settings
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 23 Mar 2022 14:10:13 +0000 (15:10 +0100)]
Merge pull request #4372 from nextcloud/feature/issue-templates
Add a new yml github issue template for bug reports.
Camila [Mon, 21 Mar 2022 18:52:43 +0000 (19:52 +0100)]
Add a new yml github issue template for bug reports.
Signed-off-by: Camila <hello@camila.codes>
Nextcloud bot [Wed, 23 Mar 2022 03:58:34 +0000 (03:58 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 21 Mar 2022 03:57:55 +0000 (03:57 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Sun, 20 Mar 2022 16:55:50 +0000 (17:55 +0100)]
Merge pull request #4363 from nextcloud/bugfix/ui-fix
Fix icon color and highlight color 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>
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
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>
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>
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
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>
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
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>
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
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>
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
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>
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>
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
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>
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>
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>
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>
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>
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>
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
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>
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
Tobias Kaminsky [Thu, 17 Mar 2022 13:12:54 +0000 (14:12 +0100)]
Merge branch 'master' into updateSubmodule
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
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>
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
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>
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>
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>
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
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>
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
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>
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>
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
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>
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>
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
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>
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>
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
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>
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>
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
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>
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.
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>
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>
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>
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>
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>
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>
rakekniven [Fri, 4 Mar 2022 13:16:06 +0000 (14:16 +0100)]
Merge pull request #4320 from nextcloud/rakekniven-patch-1
rakekniven [Fri, 4 Mar 2022 11:22:31 +0000 (12:22 +0100)]
Merge branch 'master' into rakekniven-patch-1
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>
Camila [Thu, 3 Mar 2022 14:30:41 +0000 (15:30 +0100)]
Merge pull request #4322 from nextcloud/bugfix/help
Add '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>