Nextcloud bot [Fri, 29 Oct 2021 03:48:26 +0000 (03:48 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 28 Oct 2021 15:01:33 +0000 (17:01 +0200)]
Merge pull request #3929 from nextcloud/bugfix/debugLogsByDefault
by default we produce debug logs because we need them
Matthieu Gallien [Wed, 27 Oct 2021 12:10:16 +0000 (14:10 +0200)]
by default we produce debug logs because we need them
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 28 Oct 2021 13:47:37 +0000 (15:47 +0200)]
Merge pull request #3863 from nextcloud/bugfix/share-dialog
ShareLinkWidget
Camila [Sat, 2 Oct 2021 13:25:19 +0000 (15:25 +0200)]
Refactor toggleButtonAnimation function.
Signed-off-by: Camila <hello@camila.codes>
Camila [Thu, 30 Sep 2021 18:50:31 +0000 (20:50 +0200)]
Fix display of deleted note.
Even after removing note from share link,
the previous text was being displayed.
Signed-off-by: Camila <hello@camila.codes>
Camila [Wed, 22 Sep 2021 15:14:41 +0000 (17:14 +0200)]
Refactor ShareLinkWidget show/hide widgets functions.
- Remove unecessary call to setupUiOptions after saving share password.
- Slot to create label: do not set it if nothing changed.
- Refactor showPasswordOptions, toggle/PasswordOptions/ExpireDateOptions/NoteOptions.
- Add const, auto and {} whenever possible.
- Refactor slotToggleButtonAnimation => toggleButtonAnimation.
Signed-off-by: Camila <hello@camila.codes>
Matthieu Gallien [Thu, 28 Oct 2021 12:57:09 +0000 (14:57 +0200)]
Merge pull request #2723 from nextcloud/fix-issue-2632
Skip sync exclude file from list of exclude files if it doesn't exist.
Camila [Tue, 26 Oct 2021 20:37:43 +0000 (22:37 +0200)]
Expand ExcludedFiles tests.
Signed-off-by: Camila <hello@camila.codes>
Camila [Wed, 9 Dec 2020 15:59:10 +0000 (16:59 +0100)]
Skip sync exclude file from list of exclude files if it doesn't exist.
The file might not exist anymore because the user deleted it by hand or
the folder where it was located got unchecked in the selective sync
view. It is a fix for #2632.
Signed-off-by: Camila <hello@camila.codes>
Nextcloud bot [Thu, 28 Oct 2021 03:49:34 +0000 (03:49 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Wed, 27 Oct 2021 07:36:10 +0000 (10:36 +0300)]
Merge pull request #3924 from nextcloud/feature/request-ocsp-data-for-peer-certificates
Request OCSP data for peer certificates
alex-z [Tue, 26 Oct 2021 11:27:22 +0000 (14:27 +0300)]
Forbid trusting the untrusted certificate.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Mon, 25 Oct 2021 15:04:29 +0000 (18:04 +0300)]
Request OCSP validation data from the server during the SSL handshake.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Wed, 27 Oct 2021 03:53:42 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 26 Oct 2021 14:06:10 +0000 (16:06 +0200)]
Merge pull request #3785 from nextcloud/feature/nextGenerationPropagator
Feature/next generation propagator
Matthieu Gallien [Wed, 8 Sep 2021 10:10:01 +0000 (12:10 +0200)]
schedule files upload after all other jobs have been completed
should allow smarter policy dedicated to optimizing files upload
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 9 Sep 2021 12:29:06 +0000 (14:29 +0200)]
add test to check the order of actions when uploading new files
should allow to check that uploads are delayed after directories are
created
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 9 Sep 2021 10:10:56 +0000 (12:10 +0200)]
add missing Q_ENUM macro to improve logging
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 8 Sep 2021 10:11:03 +0000 (12:11 +0200)]
no oneliner if: a bug waiting to happen
it is much too easy to get a bug because one could miss the lask of {
and }
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
allexzander [Tue, 26 Oct 2021 10:01:11 +0000 (13:01 +0300)]
Merge pull request #3920 from nextcloud/rakekniven-patch-1
Changed triple dot to ellipsis
rakekniven [Tue, 26 Oct 2021 08:44:07 +0000 (10:44 +0200)]
Update UnifiedSearchInputContainer.qml
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
rakekniven [Tue, 26 Oct 2021 05:35:47 +0000 (07:35 +0200)]
Changed triple dot to ellipsis
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Nextcloud bot [Tue, 26 Oct 2021 03:48:59 +0000 (03:48 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Mon, 25 Oct 2021 14:33:52 +0000 (16:33 +0200)]
Merge pull request #3919 from nextcloud/ci/lowerCaseSouceCodeFileNames
our source code files have lower case names
Matthieu Gallien [Mon, 25 Oct 2021 09:37:58 +0000 (11:37 +0200)]
our source code files have lower case names
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
allexzander [Mon, 25 Oct 2021 12:35:00 +0000 (15:35 +0300)]
Merge pull request #3807 from nextcloud/feature/unified-search
Feature/unified search
alex-z [Thu, 7 Oct 2021 13:43:54 +0000 (16:43 +0300)]
Fix JsonApiJob incorrect 'statuscode' parsing.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Thu, 9 Sep 2021 11:33:57 +0000 (14:33 +0300)]
Unified Search via Tray window
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Mon, 25 Oct 2021 03:45:48 +0000 (03:45 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 24 Oct 2021 03:47:52 +0000 (03:47 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Sat, 23 Oct 2021 07:57:47 +0000 (10:57 +0300)]
Merge pull request #3898 from nextcloud/rakekniven-patch-1
Changed wording of status message
rakekniven [Tue, 19 Oct 2021 07:54:05 +0000 (09:54 +0200)]
Changed wording to suggestion
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
rakekniven [Sat, 16 Oct 2021 19:15:18 +0000 (21:15 +0200)]
Changed wording of status message
The files themselves have no problem. The sync process has problems.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Nextcloud bot [Sat, 23 Oct 2021 03:51:47 +0000 (03:51 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 22 Oct 2021 10:42:27 +0000 (12:42 +0200)]
Merge branch 'Thatoo-AutoUpdateAppImage'
Thatoo [Thu, 21 Oct 2021 18:39:19 +0000 (20:39 +0200)]
upload-appimage.sh correction
Signed-off-by: Thatoo <thatoo@users.noreply.github.com>
Nextcloud bot [Fri, 22 Oct 2021 03:48:08 +0000 (03:48 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 21 Oct 2021 03:51:17 +0000 (03:51 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Wed, 20 Oct 2021 21:11:14 +0000 (00:11 +0300)]
Merge pull request #3908 from nextcloud/bugfix/fix-folder-creation-issues
Fix folder creation issues.
alex-z [Tue, 19 Oct 2021 09:30:34 +0000 (12:30 +0300)]
Fix folder creation issues.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Felix Weilbach [Wed, 20 Oct 2021 14:00:46 +0000 (16:00 +0200)]
Merge pull request #3736 from Thatoo/AutoUpdateAppImage
Auto update app image
Thatoo [Fri, 15 Oct 2021 21:14:20 +0000 (23:14 +0200)]
To allow auto update of AppImage package
Signed-off-by: Thatoo <thatoo@users.noreply.github.com>
docker image 4
Signed-off-by: Thatoo <thatoo@users.noreply.github.com>
Matthieu Gallien [Wed, 20 Oct 2021 13:12:56 +0000 (15:12 +0200)]
Merge pull request #3891 from nextcloud/bugfix/update-sync-state-no-folders
Also update sync state summary based on connectivity
Felix Weilbach [Thu, 14 Oct 2021 08:37:34 +0000 (10:37 +0200)]
Also update sync state summary based on connectivity
Otherwise, with zero folders configured, the state will stay at
offline.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Matthieu Gallien [Wed, 20 Oct 2021 10:14:51 +0000 (12:14 +0200)]
Merge pull request #3903 from nextcloud/feature/codeCoverageSonarCloud
let sonarcloud takes automated tests into account
Matthieu Gallien [Mon, 18 Oct 2021 10:09:22 +0000 (12:09 +0200)]
let sonarcloud takes automated tests into account and report coverage
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Wed, 20 Oct 2021 04:09:16 +0000 (04:09 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 19 Oct 2021 19:33:22 +0000 (21:33 +0200)]
Merge pull request #3902 from nextcloud/feature/log-filename-linenum
Log file name and line number
Felix Weilbach [Mon, 18 Oct 2021 12:52:21 +0000 (14:52 +0200)]
Log file name and line number
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Tue, 19 Oct 2021 17:09:15 +0000 (19:09 +0200)]
Merge pull request #3892 from nextcloud/sonarcloud-improvements
Sonarcloud improvements
Felix Weilbach [Thu, 14 Oct 2021 13:29:47 +0000 (15:29 +0200)]
SonarCloud: Change workflow name
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Thu, 14 Oct 2021 13:25:50 +0000 (15:25 +0200)]
Sonarcloud: Enable caching
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Thu, 14 Oct 2021 13:16:03 +0000 (15:16 +0200)]
Sonarcloud: Ignore 3rdparty folder
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
allexzander [Tue, 19 Oct 2021 07:27:28 +0000 (10:27 +0300)]
Merge pull request #3901 from nextcloud/bugfix/win-remove-cwd-from-dll-search-path
Windows. Remove CWD from DLL search paths.
alex-z [Mon, 18 Oct 2021 12:30:44 +0000 (15:30 +0300)]
Windows. Remove CWD from DLL search paths.
Signed-off-by: alex-z <blackslayer4@gmail.com>
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>
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
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>
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.
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>
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>
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>
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>
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
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>
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
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>
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>
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
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>
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>
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
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>
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
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>
Matthieu Gallien [Thu, 14 Oct 2021 11:21:47 +0000 (13:21 +0200)]
Merge pull request #3861 from nextcloud/feature/sonarcloud
Enable 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>
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>
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
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>
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
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>
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>
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
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>
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
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>
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
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>
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
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>
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>
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>
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>
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
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>
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>
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>
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>