nextcloud-desktop.git
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 19 Oct 2021 03:49:47 +0000 (03:49 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3885 from nextcloud/bugfix/saml-login
Felix Weilbach [Mon, 18 Oct 2021 13:38:11 +0000 (15:38 +0200)]
Merge pull request #3885 from nextcloud/bugfix/saml-login

Only use basic authentication if needed

4 years agoOnly use basic authentication if needed
Felix Weilbach [Fri, 8 Oct 2021 15:00:10 +0000 (17:00 +0200)]
Only use basic authentication if needed

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years agoMerge pull request #2724 from nextcloud/aborted
Matthieu Gallien [Mon, 18 Oct 2021 09:29:46 +0000 (11:29 +0200)]
Merge pull request #2724 from nextcloud/aborted

Give the user a more descriptive error message when syncing is aborted.

4 years agoGive the user a more descriptive error message when syncing is aborted.
Camila [Tue, 15 Dec 2020 18:15:04 +0000 (19:15 +0100)]
Give the user a more descriptive error message when syncing is aborted.

Signed-off-by: Camila <hello@camila.codes>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 18 Oct 2021 03:50:00 +0000 (03:50 +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, 17 Oct 2021 03:49:12 +0000 (03:49 +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, 16 Oct 2021 03:49:21 +0000 (03:49 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3897 from nextcloud/fixBrandedMacOS
Matthieu Gallien [Fri, 15 Oct 2021 13:30:41 +0000 (15:30 +0200)]
Merge pull request #3897 from nextcloud/fixBrandedMacOS

target names are not changed in branded builds only the output filenames

4 years agotarget names are not changed in branded builds only the output filenames
Matthieu Gallien [Fri, 15 Oct 2021 13:22:29 +0000 (15:22 +0200)]
target names are not changed in branded builds only the output filenames

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agoMerge pull request #3895 from nextcloud/Valdnet-patch-2
Valdnet [Fri, 15 Oct 2021 08:40:39 +0000 (10:40 +0200)]
Merge pull request #3895 from nextcloud/Valdnet-patch-2

Correct typo and remove apostrophe

4 years agoi18n: Correct typo and remove apostrophe
Valdnet [Fri, 15 Oct 2021 06:44:02 +0000 (08:44 +0200)]
i18n: Correct typo and remove apostrophe

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 15 Oct 2021 03:55:02 +0000 (03:55 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3884 from nextcloud/bugfix/user-status-selector-dialog-resize
Matthieu Gallien [Thu, 14 Oct 2021 21:37:16 +0000 (23:37 +0200)]
Merge pull request #3884 from nextcloud/bugfix/user-status-selector-dialog-resize

Set dialog max and min width and height before width and height

4 years agoRemove unnecessary braces
Felix Weilbach [Thu, 14 Oct 2021 08:45:17 +0000 (10:45 +0200)]
Remove unnecessary braces

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years agoSet dialog max and min width and height before width and height
Felix Weilbach [Tue, 12 Oct 2021 08:56:37 +0000 (10:56 +0200)]
Set dialog max and min width and height before width and height

Otherwise, resize events will not be processed correctly.

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years agoMerge pull request #3882 from nextcloud/bugfix/sync-exclude
Matthieu Gallien [Thu, 14 Oct 2021 19:52:27 +0000 (21:52 +0200)]
Merge pull request #3882 from nextcloud/bugfix/sync-exclude

Add .sync-exclude.lst to exclude files

4 years agoAdd .sync-exclude.lst to exclude files
Felix Weilbach [Mon, 11 Oct 2021 12:27:05 +0000 (14:27 +0200)]
Add .sync-exclude.lst to exclude files

Previously the .sync-exclude.lst file of the sync root directory was
not added to the exclude files, because the current logic did only
recognize .sync-exclude.lst files when their containing directory was
discovered during the discovery phase. Therefore the sync root
.sync-exclude.lst file was never discovered. See also
ExcludedFiles::traversalPatternMatch().

Fix: #3830, #2728

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years agoMerge pull request #3778 from nextcloud/feature/trim-trailing-spaces
Matthieu Gallien [Thu, 14 Oct 2021 14:00:15 +0000 (16:00 +0200)]
Merge pull request #3778 from nextcloud/feature/trim-trailing-spaces

Trim trailing spaces before uploading files

4 years agoTrim trailing spaces before uploading files
Felix Weilbach [Thu, 16 Sep 2021 14:07:19 +0000 (16:07 +0200)]
Trim trailing spaces before uploading files

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years agoMerge pull request #3861 from nextcloud/feature/sonarcloud
Matthieu Gallien [Thu, 14 Oct 2021 11:21:47 +0000 (13:21 +0200)]
Merge pull request #3861 from nextcloud/feature/sonarcloud

Enable Sonarcloud

4 years agoEnable Sonarcloud
Felix Weilbach [Fri, 1 Oct 2021 15:41:49 +0000 (17:41 +0200)]
Enable Sonarcloud

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 14 Oct 2021 03:49:24 +0000 (03:49 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3886 from nextcloud/bugfix/betterLogsOnSslErrors
Matthieu Gallien [Wed, 13 Oct 2021 18:59:24 +0000 (20:59 +0200)]
Merge pull request #3886 from nextcloud/bugfix/betterLogsOnSslErrors

provide logs of SSL errors including the certificate chain

4 years agoprovide logs of SSL errors including the certificate chain
Matthieu Gallien [Tue, 12 Oct 2021 16:14:10 +0000 (18:14 +0200)]
provide logs of SSL errors including the certificate chain

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agoMerge pull request #3888 from nextcloud/bugfix/crash-sync-summary
Matthieu Gallien [Wed, 13 Oct 2021 15:18:44 +0000 (17:18 +0200)]
Merge pull request #3888 from nextcloud/bugfix/crash-sync-summary

Check if current user exists before getting it's account state

4 years agoCheck if current user exists before getting it's account state
Felix Weilbach [Wed, 13 Oct 2021 09:25:13 +0000 (11:25 +0200)]
Check if current user exists before getting it's account state

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 13 Oct 2021 03:48:31 +0000 (03:48 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3811 from nextcloud/feature/sync-progress-in-main-dialog
Matthieu Gallien [Tue, 12 Oct 2021 16:30:09 +0000 (18:30 +0200)]
Merge pull request #3811 from nextcloud/feature/sync-progress-in-main-dialog

Sync progress in main dialog

4 years agoShow sync progress in main dialog
Felix Weilbach [Tue, 14 Sep 2021 11:17:03 +0000 (13:17 +0200)]
Show sync progress in main dialog

Fixes #3662

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years agoMerge pull request #3880 from madpilot78/Fix_Test_Build_Non_Linux
Matthieu Gallien [Tue, 12 Oct 2021 16:12:31 +0000 (18:12 +0200)]
Merge pull request #3880 from madpilot78/Fix_Test_Build_Non_Linux

Fix BUILD_TESTING on non Linux unices

4 years agoFix BUILD_TESTING on non Linux unices
Guido Falsi [Fri, 8 Oct 2021 21:52:56 +0000 (23:52 +0200)]
Fix BUILD_TESTING on non Linux unices

vfs_xattr is build only if LINUX is defined, but when building tests it is depended upon when UNIX is defined.

This patch requires it only when LINUX is defined.

Signed-off-by: Guido Falsi <mad@madpilot.net>
4 years agoMerge pull request #3842 from philips/ignore-Spotlight-V100
Matthieu Gallien [Tue, 12 Oct 2021 11:39:32 +0000 (13:39 +0200)]
Merge pull request #3842 from philips/ignore-Spotlight-V100

sync-exclude: add .Spotlight-V100

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 12 Oct 2021 03:51:17 +0000 (03:51 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3876 from nextcloud/bugfix/macOsBuildFailure
Matthieu Gallien [Mon, 11 Oct 2021 13:52:35 +0000 (15:52 +0200)]
Merge pull request #3876 from nextcloud/bugfix/macOsBuildFailure

fix macOs build after targets name are not changed by branding

4 years agofix macOs build after targets name are not changed by branding
Matthieu Gallien [Thu, 7 Oct 2021 10:56:52 +0000 (12:56 +0200)]
fix macOs build after targets name are not changed by branding

target names used to be variable depending on branding
now the target names are always constant but generated output file names
are set according to active branding

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 11 Oct 2021 03:48:47 +0000 (03:48 +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, 10 Oct 2021 03:50:02 +0000 (03:50 +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, 9 Oct 2021 04:06:55 +0000 (04:06 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3878 from nextcloud/bugfix/missing-copyright-headers
Matthieu Gallien [Fri, 8 Oct 2021 15:43:27 +0000 (17:43 +0200)]
Merge pull request #3878 from nextcloud/bugfix/missing-copyright-headers

Add missing copyright headers

4 years agoAdd missing copyright headers
Felix Weilbach [Fri, 8 Oct 2021 11:19:10 +0000 (13:19 +0200)]
Add missing copyright headers

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 8 Oct 2021 03:49:52 +0000 (03:49 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agosync-exclude: add .Spotlight-V100
Brandon Philips [Tue, 28 Sep 2021 04:51:51 +0000 (21:51 -0700)]
sync-exclude: add .Spotlight-V100

The .Spotlight-V100 is added by macOS's Spotlight indexer to external
volumes. NextCloud fails to sync when this file exists. So, ignore it.

Signed-off-by: Brandon Philips <brandon@ifup.org>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 7 Oct 2021 03:51:25 +0000 (03:51 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3871 from nextcloud/display_proper_endpoint_in_warning
Kevin Ottens [Wed, 6 Oct 2021 11:12:36 +0000 (13:12 +0200)]
Merge pull request #3871 from nextcloud/display_proper_endpoint_in_warning

Display the right endpoint in the warning in case of error

4 years agoDisplay the right endpoint in the warning in case of error
Kevin Ottens [Tue, 5 Oct 2021 21:13:27 +0000 (23:13 +0200)]
Display the right endpoint in the warning in case of error

At that point in time _pollEndpoint isn't set yet. All the checks are
against pollEndpoint so display that one in the warning. Otherwise one
always end up with an empty URL in the logs which is not very useful for
debugging purposes.

Signed-off-by: Kevin Ottens <kevin.ottens@enioka.com>
4 years agoMerge pull request #3870 from nextcloud/bugfix/brandedDllNames
Matthieu Gallien [Wed, 6 Oct 2021 09:51:09 +0000 (11:51 +0200)]
Merge pull request #3870 from nextcloud/bugfix/brandedDllNames

ensure DLL are generated with branded names

4 years agouse alias target for internal libraries
Matthieu Gallien [Tue, 5 Oct 2021 10:00:22 +0000 (12:00 +0200)]
use alias target for internal libraries

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years agoensure DLL are generated with branded names
Matthieu Gallien [Tue, 5 Oct 2021 09:29:49 +0000 (11:29 +0200)]
ensure DLL are generated with branded names

cmake distinct runtime and library

on unix dynamic shared libraries are library kind of objects
on windows they are runtime kind of objects

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 6 Oct 2021 03:48:28 +0000 (03:48 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3737 from nextcloud/feature/file-activity-dialog
Matthieu Gallien [Tue, 5 Oct 2021 13:08:45 +0000 (15:08 +0200)]
Merge pull request #3737 from nextcloud/feature/file-activity-dialog

Add file activity dialog

4 years agoAdd file activity dialog
Felix Weilbach [Fri, 20 Aug 2021 13:17:06 +0000 (15:17 +0200)]
Add file activity dialog

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 5 Oct 2021 03:48:52 +0000 (03:48 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3682 from nextcloud/bugfix/use-build-app-image-from-brander
Felix Weilbach [Mon, 4 Oct 2021 13:36:58 +0000 (15:36 +0200)]
Merge pull request #3682 from nextcloud/bugfix/use-build-app-image-from-brander

Use build-appimage.sh from Brander

4 years agoUse build-appimage.sh from Brander
Felix Weilbach [Tue, 17 Aug 2021 07:13:48 +0000 (09:13 +0200)]
Use build-appimage.sh from Brander

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 4 Oct 2021 03:52:27 +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 [Sun, 3 Oct 2021 03:54:04 +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 [Fri, 1 Oct 2021 03:52:13 +0000 (03:52 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3844 from nextcloud/bugfix/remove-temporary-solution-for-file...
Matthieu Gallien [Thu, 30 Sep 2021 11:40:33 +0000 (13:40 +0200)]
Merge pull request #3844 from nextcloud/bugfix/remove-temporary-solution-for-file-restoration-via-datafingerprint

Remove Temporary solution for file restoration issue due to set the data-fingerprint.

4 years agoRemove Temporary solution for file restoration issue due to failing to set the data...
alex-z [Wed, 29 Sep 2021 13:25:05 +0000 (16:25 +0300)]
Remove Temporary solution for file restoration issue due to failing to set the data-fingerprint.

Signed-off-by: alex-z <blackslayer4@gmail.com>
4 years agoMerge pull request #3823 from madpilot78/argp_cleanup
Matthieu Gallien [Thu, 30 Sep 2021 07:21:19 +0000 (09:21 +0200)]
Merge pull request #3823 from madpilot78/argp_cleanup

Fix argp references on FreeBSD

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 30 Sep 2021 04:17:00 +0000 (04:17 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoCheck for argp library before depending on it.
Guido Falsi [Wed, 29 Sep 2021 13:42:28 +0000 (15:42 +0200)]
Check for argp library before depending on it.

Signed-off-by: Guido Falsi <madpilot@freebsd.org>
4 years agoAdd -largp on non linux systems.
Guido Falsi [Thu, 23 Sep 2021 15:43:52 +0000 (17:43 +0200)]
Add -largp on non linux systems.

Signed-off-by: Guido Falsi <madpilot@freebsd.org>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 29 Sep 2021 03:54:18 +0000 (03:54 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge branch 'Trafo-fix/WindowsPlaceholderShortCutMenu'
Matthieu Gallien [Tue, 28 Sep 2021 09:21:41 +0000 (11:21 +0200)]
Merge branch 'Trafo-fix/WindowsPlaceholderShortCutMenu'

4 years agoadd ContextMenuOptIn to COM registration, to allow Placeholder support. Issue #3584
Mathias Eggert [Thu, 16 Sep 2021 10:51:04 +0000 (12:51 +0200)]
add ContextMenuOptIn to COM registration, to allow Placeholder support. Issue #3584

Signed-off-by: Mathias Eggert <mathias.eggert@nexenio.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 28 Sep 2021 03:55:51 +0000 (03:55 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3841 from nextcloud/bugfix/vfs-docs
Matthieu Gallien [Mon, 27 Sep 2021 21:35:43 +0000 (23:35 +0200)]
Merge pull request #3841 from nextcloud/bugfix/vfs-docs

Make virtual files feature documentation more understandable

4 years agoMake virtual files feature documentation more understandable
Felix Weilbach [Mon, 27 Sep 2021 11:57:15 +0000 (13:57 +0200)]
Make virtual files feature documentation more understandable

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years agoMerge pull request #3827 from nextcloud/bugfix/dont-log-encryption
Matthieu Gallien [Mon, 27 Sep 2021 20:28:33 +0000 (22:28 +0200)]
Merge pull request #3827 from nextcloud/bugfix/dont-log-encryption

Don't log encryption data in release mode

4 years agoDon't log encryption data in release mode
Felix Weilbach [Thu, 23 Sep 2021 12:13:34 +0000 (14:13 +0200)]
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>
4 years agoMerge pull request #3825 from nextcloud/clang-format-cpp11-uni
Matthieu Gallien [Mon, 27 Sep 2021 19:49:24 +0000 (21:49 +0200)]
Merge pull request #3825 from nextcloud/clang-format-cpp11-uni

Setup clang-format for cpp11 universal init

4 years agoSet maximum line length in clang-format
Felix Weilbach [Wed, 22 Sep 2021 13:38:45 +0000 (15:38 +0200)]
Set maximum line length in clang-format

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years agoUse C++11 brace style in clang-format
Felix Weilbach [Wed, 22 Sep 2021 13:36:06 +0000 (15:36 +0200)]
Use C++11 brace style in clang-format

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years agoMerge pull request #3713 from nextcloud/feature/share-server-permissions
Matthieu Gallien [Mon, 27 Sep 2021 10:52:31 +0000 (12:52 +0200)]
Merge pull request #3713 from nextcloud/feature/share-server-permissions

Use default sharing permissions from server

4 years agoExtend TestCapabilities with shareDefaultPermissions tests.
Camila [Tue, 21 Sep 2021 14:05:46 +0000 (16:05 +0200)]
Extend TestCapabilities with shareDefaultPermissions tests.

Signed-off-by: Camila <hello@camila.codes>
4 years agoApply server default permissions for federated file sharing too.
Camila [Wed, 25 Aug 2021 10:06:42 +0000 (12:06 +0200)]
Apply server default permissions for federated file sharing too.

See nextcloud/server#24729 comments.

Signed-off-by: Camila <hello@camila.codes>
4 years agoCheck server capabilities for file sharing default permissions.
Camila [Tue, 24 Aug 2021 12:47:36 +0000 (14:47 +0200)]
Check server capabilities for file sharing default permissions.

Signed-off-by: Camila <hello@camila.codes>
4 years agoMerge pull request #3832 from nextcloud/bugfix/incorrect-cmd-client-dbname
Matthieu Gallien [Mon, 27 Sep 2021 08:36:16 +0000 (10:36 +0200)]
Merge pull request #3832 from nextcloud/bugfix/incorrect-cmd-client-dbname

Fix incorrect db name for nextcloud command line client.

4 years agoFix review comments + also check against trailing bakslash.
alex-z [Sat, 25 Sep 2021 08:59:12 +0000 (11:59 +0300)]
Fix review comments + also check against trailing bakslash.

Signed-off-by: alex-z <blackslayer4@gmail.com>
4 years agoFix incorrect db name for nextcloud command line client.
alex-z [Fri, 24 Sep 2021 10:33:01 +0000 (12:33 +0200)]
Fix incorrect db name for nextcloud command line client.

Signed-off-by: alex-z <blackslayer4@gmail.com>
4 years agoMerge pull request #3833 from nextcloud/rakekniven-patch-1
Matthieu Gallien [Mon, 27 Sep 2021 08:12:13 +0000 (10:12 +0200)]
Merge pull request #3833 from nextcloud/rakekniven-patch-1

Fixed grammar

4 years agoFixed context
rakekniven [Fri, 24 Sep 2021 12:24:13 +0000 (14:24 +0200)]
Fixed context

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
4 years agoFixed grammar
rakekniven [Fri, 24 Sep 2021 12:21:35 +0000 (14:21 +0200)]
Fixed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 27 Sep 2021 03:56:28 +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 [Sun, 26 Sep 2021 03:57:20 +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 [Sat, 25 Sep 2021 03:56:04 +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 [Fri, 24 Sep 2021 03:59:47 +0000 (03:59 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3760 from nextcloud/feature/invalid-filenames-dialog
Felix Weilbach [Thu, 23 Sep 2021 13:03:35 +0000 (15:03 +0200)]
Merge pull request #3760 from nextcloud/feature/invalid-filenames-dialog

Add dialog to resolve invalid filenames

4 years agoAdd dialog to resolve invalid filenames
Felix Weilbach [Mon, 6 Sep 2021 13:09:29 +0000 (15:09 +0200)]
Add dialog to resolve invalid filenames

Fixes #3751

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 Sep 2021 04:14:24 +0000 (04:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3805 from nextcloud/bugfix/fixQmlContextLossEvents
Matthieu Gallien [Wed, 22 Sep 2021 09:19:15 +0000 (11:19 +0200)]
Merge pull request #3805 from nextcloud/bugfix/fixQmlContextLossEvents

set default format for QSurface to handle NVidia context loss events

4 years agoset default format for QSurface to handle NVidia context loss events
Matthieu Gallien [Fri, 17 Sep 2021 07:54:25 +0000 (09:54 +0200)]
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>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 22 Sep 2021 03:58:14 +0000 (03:58 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 years agoMerge pull request #3821 from nextcloud/feature/general-settings-open-update-url...
allexzander [Tue, 21 Sep 2021 20:49:46 +0000 (23:49 +0300)]
Merge pull request #3821 from nextcloud/feature/general-settings-open-update-url-in-browser

General Settings window. Allow opening the update URL via mouse.

4 years agoGeneral Settings window. Allow opening the update URL via mouse.
alex-z [Tue, 21 Sep 2021 10:04:08 +0000 (12:04 +0200)]
General Settings window. Allow opening the update URL via mouse.

Signed-off-by: alex-z <blackslayer4@gmail.com>
4 years agoMerge pull request #3793 from nextcloud/feature/link-share-label
Matthieu Gallien [Tue, 21 Sep 2021 12:08:05 +0000 (14:08 +0200)]
Merge pull request #3793 from nextcloud/feature/link-share-label

Feature/Share link label

4 years agoRefactor OcsShareJob creation.
Camila [Mon, 20 Sep 2021 13:31:03 +0000 (15:31 +0200)]
Refactor OcsShareJob creation.

Signed-off-by: Camila <hello@camila.codes>
4 years agoAdd option to create label for share link.
Camila [Tue, 14 Sep 2021 12:10:44 +0000 (14:10 +0200)]
Add option to create label for share link.

Signed-off-by: Camila <hello@camila.codes>