Matthieu Gallien
a69b761e9e
Merge pull request #4372 from nextcloud/feature/issue-templates
...
Add a new yml github issue template for bug reports.
2022-03-23 15:10:13 +01:00
Camila
f15c7d2a46
Add a new yml github issue template for bug reports.
...
Signed-off-by: Camila <hello@camila.codes>
2022-03-23 10:53:49 +00:00
Nextcloud bot
5fb0c44a73
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-23 03:58:34 +00:00
Nextcloud bot
a1cf562771
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-21 03:57:55 +00:00
Claudio Cambra
c0503ce7bf
Merge pull request #4363 from nextcloud/bugfix/ui-fix
...
Fix icon color and highlight color issues
2022-03-20 17:55:50 +01:00
Claudio Cambra
bbd988d8c5
Fixes to UI issues
...
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-20 16:32:43 +00:00
Matthieu Gallien
172f6929d4
Merge pull request #4364 from nextcloud/bugfix/fix-vfs-crash
...
Fix for VFS crashes due to mimetype checking for thumbnails
2022-03-20 17:22:56 +01:00
Claudio Cambra
98e297bf0b
Fix for VFS crashes
...
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-19 23:31:24 +01:00
Nextcloud bot
d99a65f017
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-19 03:59:48 +00:00
Matthieu Gallien
50dc47dc80
Merge pull request #4360 from nextcloud/release-3.5.0-rc1
...
prepare for 3.5.0-rc1
2022-03-18 19:04:05 +01:00
Matthieu Gallien
4cc2afca10
prepare for 3.5.0-rc1
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-03-18 18:25:00 +01:00
Matthieu Gallien
db129a09f2
Merge pull request #4251 from nextcloud/feature/darkmode
...
Add a dark mode
2022-03-18 18:22:00 +01:00
Claudio Cambra
c342c304ac
Added dark mode
...
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-18 16:43:15 +00:00
Matthieu Gallien
90f59eca21
Merge pull request #4359 from nextcloud/bugfix/updateSubmodule2
...
old submodule url does not work anylonger
2022-03-18 15:33:29 +01:00
tobiasKaminsky
2d9f04cafd
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>
2022-03-18 12:44:21 +00:00
Claudio Cambra
121f202b45
Merge pull request #4283 from nextcloud/bugfix/folder-wizard-warn-color
...
Fix warn colour in dark mode
2022-03-18 12:25:24 +01:00
Claudio Cambra
97801a5acb
Fix warn colour in dark mode
...
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-18 12:08:12 +01:00
Nextcloud bot
924d65e5f0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-18 03:59:00 +00:00
Matthieu Gallien
e72d59c4ff
Merge pull request #4319 from nextcloud/bugfix/preventOverflowWithMtime
...
Bugfix/prevent overflow with mtime
2022-03-18 00:58:40 +01:00
Matthieu Gallien
dc0026704e
ensure discovery phase will not try to upload files with invalid mtime
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-03-17 23:28:02 +00:00
Matthieu Gallien
b5a10d7829
add new tests dedicated for recovery scenario of wrong mtime on server
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-03-17 23:28:02 +00:00
Matthieu Gallien
d4081c99a7
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>
2022-03-17 23:28:02 +00:00
Matthieu Gallien
b8ff1525f7
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>
2022-03-17 23:28:02 +00:00
Matthieu Gallien
541447723a
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>
2022-03-17 23:28:02 +00:00
Matthieu Gallien
a7adca84e2
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>
2022-03-17 23:28:02 +00:00
Matthieu Gallien
d2b67ffea2
Merge pull request #4200 from nextcloud/feature/talk-reply
...
Feature/Talk Reply v1
2022-03-17 23:36:33 +01:00
Camila
73bae8cd30
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>
2022-03-17 17:50:33 +01:00
Claudio Cambra
9957287518
Merge pull request #4351 from nextcloud/updateSubmodule
...
old submodule url does not work anylonger
2022-03-17 14:35:43 +01:00
Tobias Kaminsky
2458c93bd8
Merge branch 'master' into updateSubmodule
2022-03-17 14:12:54 +01:00
Claudio Cambra
253f4bb280
Merge pull request #4316 from nextcloud/bugfix/mac-local-socket
...
Implement local socket to communicate with finder extension
2022-03-17 13:00:09 +01:00
Claudio Cambra
628ee10008
Implement local socket to communicate with finder extension
...
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-17 11:46:57 +00:00
Claudio Cambra
6aefe8f2e3
Merge pull request #4189 from nextcloud/feature/activity_thumbnails
...
Add thumbnails for files in the activity view
2022-03-17 11:57:06 +01:00
Claudio Cambra
65f2bada3e
Add thumbnails for files in the activity view
...
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-17 10:46:09 +00:00
tobiasKaminsky
ebe8e5368f
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>
2022-03-17 08:27:29 +01:00
Nextcloud bot
315ebb0462
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-17 04:02:29 +00:00
Claudio Cambra
6faf7540eb
Merge pull request #4237 from nextcloud/feature/accent-color
...
Add support for server color theming by using server color as accent
2022-03-16 15:46:54 +01:00
Claudio Cambra
f585b8bd48
Add support for server color theming by using server color as accent
...
color
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-16 13:57:45 +01:00
Claudio Cambra
454ae37e8d
Merge pull request #4334 from nextcloud/bugfix/fileactivitydialog
...
Fix file activity dialog
2022-03-16 09:18:16 +01:00
Claudio Cambra
02f3a1aed6
File activity dialog now works for all file actions activities (e.g. deleted files)
...
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-16 08:38:14 +01:00
Nextcloud bot
c94e7595a5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-16 03:59:41 +00:00
Matthieu Gallien
f4669285f9
Merge pull request #4329 from nextcloud/buigfix/linecount-tray-activity
...
Increase maximum text line count in tray activity items to two lines
2022-03-15 12:31:36 +01:00
Claudio Cambra
ead4cc6fe3
Increase max line of text in activity item text to two
...
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-15 09:22:11 +00:00
Nextcloud bot
b010e545dd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-15 04:19:23 +00:00
Matthieu Gallien
351d50ede6
Merge pull request #4326 from nextcloud/bugfix/fileactivitydialog-center
...
Ensure file activity dialog appears in centre of screen
2022-03-14 09:47:38 +01:00
Claudio Cambra
2f795df701
Ensure file activity dialog appears in centre of screen
...
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-03-13 22:11:26 +00:00
Nextcloud bot
124a6e0526
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-11 03:56:55 +00:00
Matthieu Gallien
58d24453db
Merge pull request #4340 from nextcloud/bugfix/preventOpenGLContextLosses
...
properly ask Qt to create qml opengl surface with proper options
2022-03-10 18:16:40 +01:00
Matthieu Gallien
11e7ebd5fa
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>
2022-03-10 14:19:46 +00:00
Nextcloud bot
0f14e16268
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-10 03:59:56 +00:00
Claudio Cambra
8ebdd5bd8c
Merge pull request #3714 from nextcloud/ci/bumpCmakeVersionRequirement
...
require cmake 3.16
2022-03-09 15:35:07 +01:00