1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-17 16:42:46 +02:00
Commit Graph

17332 Commits

Author SHA1 Message Date
Matthieu Gallien
739a5f5fdc
Merge pull request #3841 from nextcloud/bugfix/vfs-docs
Make virtual files feature documentation more understandable
2021-09-27 23:35:43 +02:00
Felix Weilbach
b6108cb9fe Make virtual files feature documentation more understandable
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-27 20:42:19 +00:00
Matthieu Gallien
6f03a9ffe1
Merge pull request #3827 from nextcloud/bugfix/dont-log-encryption
Don't log encryption data in release mode
2021-09-27 22:28:33 +02:00
Felix Weilbach
d6e60cd8d4 Don't log encryption data in release mode
We deliver our builds to users with debug logging enabled to have an
easier time finding problems. However, logging all the encryption data
in this loop is too much and should not be done in release mode.

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-27 19:50:38 +00:00
Matthieu Gallien
26a361973c
Merge pull request #3825 from nextcloud/clang-format-cpp11-uni
Setup clang-format for cpp11 universal init
2021-09-27 21:49:24 +02:00
Felix Weilbach
b10be3e52e Set maximum line length in clang-format
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-27 15:40:55 +00:00
Felix Weilbach
2a6886dc70 Use C++11 brace style in clang-format
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-27 15:40:55 +00:00
Matthieu Gallien
8af4d905f1
Merge pull request #3713 from nextcloud/feature/share-server-permissions
Use default sharing permissions from server
2021-09-27 12:52:31 +02:00
Camila
1de38a13f3 Extend TestCapabilities with shareDefaultPermissions tests.
Signed-off-by: Camila <hello@camila.codes>
2021-09-27 08:53:45 +00:00
Camila
df38e5c08b Apply server default permissions for federated file sharing too.
See nextcloud/server#24729 comments.

Signed-off-by: Camila <hello@camila.codes>
2021-09-27 08:53:45 +00:00
Camila
8f847906c6 Check server capabilities for file sharing default permissions.
Signed-off-by: Camila <hello@camila.codes>
2021-09-27 08:53:45 +00:00
Matthieu Gallien
c521ca0949
Merge pull request #3832 from nextcloud/bugfix/incorrect-cmd-client-dbname
Fix incorrect db name for nextcloud command line client.
2021-09-27 10:36:16 +02:00
alex-z
dc22307a42 Fix review comments + also check against trailing bakslash.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-09-27 08:13:29 +00:00
alex-z
e16402a102 Fix incorrect db name for nextcloud command line client.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-09-27 08:13:29 +00:00
Matthieu Gallien
ef3afd741a
Merge pull request #3833 from nextcloud/rakekniven-patch-1
Fixed grammar
2021-09-27 10:12:13 +02:00
rakekniven
68e02bc62d Fixed context
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-09-27 07:25:08 +00:00
rakekniven
49e1b12eb1 Fixed grammar
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-09-27 07:25:08 +00:00
Nextcloud bot
e1b9d7ecdb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-27 03:56:28 +00:00
Nextcloud bot
dcf7905bcd
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-26 03:57:20 +00:00
Nextcloud bot
295a5a376e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-25 03:56:04 +00:00
Nextcloud bot
da076cf6bf
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-24 03:59:47 +00:00
Felix Weilbach
3caef6e1a6
Merge pull request #3760 from nextcloud/feature/invalid-filenames-dialog
Add dialog to resolve invalid filenames
2021-09-23 15:03:35 +02:00
Felix Weilbach
d3d8b1c631 Add dialog to resolve invalid filenames
Fixes #3751

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-23 10:45:15 +00:00
Nextcloud bot
8a411bd640
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-23 04:14:24 +00:00
Matthieu Gallien
71a5e2d477
Merge pull request #3805 from nextcloud/bugfix/fixQmlContextLossEvents
set default format for QSurface to handle NVidia context loss events
2021-09-22 11:19:15 +02:00
Matthieu Gallien
ac28cc1cf5 set default format for QSurface to handle NVidia context loss events
should fix wrong OpenGL rendering after suspend on Linux with NVidia
binary OpenGL driver

close #3759

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-09-22 08:56:16 +00:00
Nextcloud bot
ae5b1e9d10
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-22 03:58:14 +00:00
allexzander
856f64a766
Merge pull request #3821 from nextcloud/feature/general-settings-open-update-url-in-browser
General Settings window. Allow opening the update URL via mouse.
2021-09-21 23:49:46 +03:00
alex-z
59199fc907 General Settings window. Allow opening the update URL via mouse.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-09-21 16:21:38 +02:00
Matthieu Gallien
4992977167
Merge pull request #3793 from nextcloud/feature/link-share-label
Feature/Share link label
2021-09-21 14:08:05 +02:00
Camila
db447c4676 Refactor OcsShareJob creation.
Signed-off-by: Camila <hello@camila.codes>
2021-09-21 10:01:20 +00:00
Camila
ba8ec56e65 Add option to create label for share link.
Signed-off-by: Camila <hello@camila.codes>
2021-09-21 10:01:20 +00:00
Matthieu Gallien
d0d4b08a09
Merge pull request #3815 from nextcloud/selectStatusTextByMouse
TextInput by default do not allow selecting text by mouse
2021-09-21 11:59:35 +02:00
Matthieu Gallien
19b77416da TextInput by default do not allow selecting text by mouse
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-09-21 08:07:19 +00:00
Nextcloud bot
6342451937
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-21 03:58:40 +00:00
Felix Weilbach
76a80fc974
Merge pull request #3813 from nextcloud/rakekniven-patch-1
Fixed placeholder numbering
2021-09-20 16:55:02 +02:00
rakekniven
af49a7993a
Fixed placeholder numbering
Fix for #3812 

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-09-20 11:39:51 +02:00
Nextcloud bot
63a5f7e348
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-20 03:54:26 +00:00
Nextcloud bot
039b579d3e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-19 03:55:01 +00:00
Nextcloud bot
be0d7a6444
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-18 03:59:36 +00:00
Felix Weilbach
b816c0e507
Merge pull request #3780 from nextcloud/bugfix/more-warnings
Fix more warnings and enable warnings as errors
2021-09-17 16:09:31 +02:00
Felix Weilbach
88e7861239 Enable warnings as errors when compiling with Clang and GCC
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-17 13:32:26 +00:00
Felix Weilbach
0074d6c40a Disable Qt deprecation warnings
They don't help us during regular development and some of them are not
fixable (e.g. QNetworkMangerConfiguration) in the open source variant
of Qt5.

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-17 13:32:26 +00:00
Felix Weilbach
fb1b3481d1 Fix warnings
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-17 13:32:26 +00:00
Felix Weilbach
1eb9c6f993
Merge pull request #3779 from nextcloud/feature/add-user-status-docs
Add documentation for user status selector dialog
2021-09-17 11:05:09 +02:00
Felix Weilbach
65f2fd2450 Add documentation for user status selector dialog
Fixes #3770

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-17 08:22:52 +00:00
allexzander
c1b404952a
Merge pull request #3794 from nextcloud/bugfix/share-note
Display share note
2021-09-17 10:23:33 +03:00
Camila
e4e74ff38f Display share note when there is one associated with a share link.
Signed-off-by: Camila <hello@camila.codes>
2021-09-17 06:57:08 +00:00
Camila
4581279d23 Fix indentation sharelinkwidget.h.
Signed-off-by: Camila <hello@camila.codes>
2021-09-17 06:57:08 +00:00
Nextcloud bot
0d5084468e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-09-17 03:54:28 +00:00