nextcloud-desktop.git
3 years agoMerge pull request #5643 from nextcloud/update/changelog
Matthieu Gallien [Wed, 10 May 2023 06:28:17 +0000 (08:28 +0200)]
Merge pull request #5643 from nextcloud/update/changelog

Update CHANGELOG.

3 years agoUpdate CHANGELOG.
Camila [Wed, 3 May 2023 20:27:52 +0000 (17:27 -0300)]
Update CHANGELOG.

Signed-off-by: Camila <hello@camila.codes>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 10 May 2023 04:47:20 +0000 (04:47 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5665 from nextcloud/enh/vfs-option-ui
Camila [Tue, 9 May 2023 17:27:25 +0000 (14:27 -0300)]
Merge pull request #5665 from nextcloud/enh/vfs-option-ui

Use addLayout to insert the VFS option when setting account.

3 years agoUse addLayout to insert the VFS option when setting account.
Camila San [Mon, 8 May 2023 19:23:30 +0000 (21:23 +0200)]
Use addLayout to insert the VFS option when setting account.

- Maintains the space between the layout items when resizing
the window.
- Also remove qobject_cast.

Signed-off-by: Camila San <hello@camila.codes>
3 years agoMerge pull request #5636 from nextcloud/feature/group-folders-visibility-improved
allexzander [Tue, 9 May 2023 13:16:55 +0000 (15:16 +0200)]
Merge pull request #5636 from nextcloud/feature/group-folders-visibility-improved

Feature/group folders visibility improved

3 years agoGroup folder visibility improvements. Show dropdown in tray window.
alex-z [Fri, 21 Apr 2023 15:48:44 +0000 (17:48 +0200)]
Group folder visibility improvements. Show dropdown in tray window.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 9 May 2023 04:21:51 +0000 (04:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5640 from nextcloud/bugfix/folder-migration-from-old
Claudio Cambra [Mon, 8 May 2023 15:40:24 +0000 (23:40 +0800)]
Merge pull request #5640 from nextcloud/bugfix/folder-migration-from-old

Fix account migration from legacy desktop clients (again)

3 years agoCorrectly migrate accounts that have possible webflow but not correct authtype in...
Claudio Cambra [Sun, 30 Apr 2023 15:14:07 +0000 (23:14 +0800)]
Correctly migrate accounts that have possible webflow but not correct authtype in settings

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoUse canonical file paths rather than problematic relative config file paths during...
Claudio Cambra [Sun, 30 Apr 2023 10:41:19 +0000 (18:41 +0800)]
Use canonical file paths rather than problematic relative config file paths during folder migration in FolderMan

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoSet discovered legacy config file path during account migration
Claudio Cambra [Sun, 30 Apr 2023 10:40:34 +0000 (18:40 +0800)]
Set discovered legacy config file path during account migration

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMake variables in folderman::setupfoldermigration actually match what they are holding
Claudio Cambra [Sun, 30 Apr 2023 10:30:55 +0000 (18:30 +0800)]
Make variables in folderman::setupfoldermigration actually match what they are holding

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoAdd static discoveredLegacyConfigPath member to configfile
Claudio Cambra [Sun, 30 Apr 2023 10:22:43 +0000 (18:22 +0800)]
Add static discoveredLegacyConfigPath member to configfile

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoRemove unused private static members of ConfigFile
Claudio Cambra [Sun, 30 Apr 2023 10:22:09 +0000 (18:22 +0800)]
Remove unused private static members of ConfigFile

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoRestore a specific enum from AccountsManager::restore rather than vague boolean
Claudio Cambra [Sun, 30 Apr 2023 09:49:46 +0000 (17:49 +0800)]
Restore a specific enum from AccountsManager::restore rather than vague boolean

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoClean up pointer declaration and use in FolderMan::unescapeAlias
Claudio Cambra [Wed, 26 Apr 2023 12:27:43 +0000 (20:27 +0800)]
Clean up pointer declaration and use in FolderMan::unescapeAlias

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoModernise FolderMan::setupFoldersHelper, get rid of more single-letter variables
Claudio Cambra [Wed, 26 Apr 2023 08:15:49 +0000 (16:15 +0800)]
Modernise FolderMan::setupFoldersHelper, get rid of more single-letter variables

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoModernise code in FolderMan::backwardMigrationSettingsKeys
Claudio Cambra [Wed, 26 Apr 2023 08:12:04 +0000 (16:12 +0800)]
Modernise code in FolderMan::backwardMigrationSettingsKeys

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoUse const auto, rename unreadable variable names in FolderMan::setupFoldersMigration
Claudio Cambra [Wed, 26 Apr 2023 08:09:22 +0000 (16:09 +0800)]
Use const auto, rename unreadable variable names in FolderMan::setupFoldersMigration

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMake folder migration in FolderMan::setupFolders() less unreadable, constify
Claudio Cambra [Wed, 26 Apr 2023 08:01:33 +0000 (16:01 +0800)]
Make folder migration in FolderMan::setupFolders() less unreadable, constify

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5493 from nextcloud/bugfix/attempt-sign-in-when-account-added
Claudio Cambra [Mon, 8 May 2023 14:55:38 +0000 (22:55 +0800)]
Merge pull request #5493 from nextcloud/bugfix/attempt-sign-in-when-account-added

Attempt sign in when an account state is added in AccountManager

3 years agoAttempt sign in when an account state is added in AccountManager
Claudio Cambra [Fri, 3 Mar 2023 16:50:27 +0000 (17:50 +0100)]
Attempt sign in when an account state is added in AccountManager

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5628 from nextcloud/bugfix/sync-now-button-error
Claudio Cambra [Mon, 8 May 2023 13:20:23 +0000 (21:20 +0800)]
Merge pull request #5628 from nextcloud/bugfix/sync-now-button-error

Fix setting [undefined] to QFont in 'Sync now' button

3 years agoFix setting [undefined] to QFont in 'Sync now' button
Claudio Cambra [Wed, 26 Apr 2023 12:28:47 +0000 (20:28 +0800)]
Fix setting [undefined] to QFont in 'Sync now' button

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5645 from nextcloud/bugfix/folder-progress-bar-mac
Claudio Cambra [Mon, 8 May 2023 13:16:55 +0000 (21:16 +0800)]
Merge pull request #5645 from nextcloud/bugfix/folder-progress-bar-mac

Fix folder progress bar positioning in account settings on macOS

3 years agoConstify elements for progress bar rect calculation in FolderStatusDelegate::paint
Claudio Cambra [Thu, 4 May 2023 04:22:12 +0000 (12:22 +0800)]
Constify elements for progress bar rect calculation in FolderStatusDelegate::paint

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoUse palatable Fusion backup style to correctly draw progress bar in folder settings...
Claudio Cambra [Thu, 4 May 2023 04:10:42 +0000 (12:10 +0800)]
Use palatable Fusion backup style to correctly draw progress bar in folder settings instead of QCommonStyle

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoUse backup QCommonStyle to draw progress bar on macOS to avoid bug in QMacStyle
Claudio Cambra [Thu, 4 May 2023 04:03:34 +0000 (12:03 +0800)]
Use backup QCommonStyle to draw progress bar on macOS to avoid bug in QMacStyle

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMake FolderStatusDelegate::paint less horrible to read
Claudio Cambra [Thu, 4 May 2023 02:25:01 +0000 (10:25 +0800)]
Make FolderStatusDelegate::paint less horrible to read

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoConst auto-fy in FolderStatusDelegate::paint
Claudio Cambra [Thu, 4 May 2023 02:11:04 +0000 (10:11 +0800)]
Const auto-fy in FolderStatusDelegate::paint

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5462 from nextcloud/bugfix/updater-channel-string
Claudio Cambra [Mon, 8 May 2023 12:03:47 +0000 (20:03 +0800)]
Merge pull request #5462 from nextcloud/bugfix/updater-channel-string

Fix update request channel being set to wrong localised string

3 years agoReplace validUpdateChannel anonymous namespace function with validUpdateChannels...
Claudio Cambra [Thu, 23 Feb 2023 15:38:48 +0000 (16:38 +0100)]
Replace validUpdateChannel anonymous namespace function with validUpdateChannels QSet

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoRemove unused parameter in GeneralSettings slotUpdateChannelChanged
Claudio Cambra [Thu, 23 Feb 2023 15:32:04 +0000 (16:32 +0100)]
Remove unused parameter in GeneralSettings slotUpdateChannelChanged

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoPrevent returning a bad update channel from config
Claudio Cambra [Wed, 22 Feb 2023 19:33:21 +0000 (20:33 +0100)]
Prevent returning a bad update channel from config

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoGuard against setting bad channels in config
Claudio Cambra [Wed, 22 Feb 2023 19:18:45 +0000 (20:18 +0100)]
Guard against setting bad channels in config

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoHandle conversion from input QComboBox index to update channel string more safely
Claudio Cambra [Wed, 22 Feb 2023 19:14:48 +0000 (20:14 +0100)]
Handle conversion from input QComboBox index to update channel string more safely

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoFix channel string check in general settings' slotUpdateChannelChanged
Claudio Cambra [Wed, 22 Feb 2023 19:03:42 +0000 (20:03 +0100)]
Fix channel string check in general settings' slotUpdateChannelChanged

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5655 from nextcloud/bugfix/e2ee-checksum-validation-freeze-fix
allexzander [Mon, 8 May 2023 10:24:35 +0000 (12:24 +0200)]
Merge pull request #5655 from nextcloud/bugfix/e2ee-checksum-validation-freeze-fix

E2EE. Fix freeze on metadata checksum validation.

3 years agoE2EE. Fix freeze on metadata checksum validation.
alex-z [Fri, 5 May 2023 14:15:09 +0000 (16:15 +0200)]
E2EE. Fix freeze on metadata checksum validation.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 8 May 2023 04:31:37 +0000 (04:31 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 6 May 2023 04:32:40 +0000 (04:32 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #4714 from nextcloud/big-sur-icon-annotations
Elsie Hupp [Fri, 5 May 2023 16:48:02 +0000 (12:48 -0400)]
Merge pull request #4714 from nextcloud/big-sur-icon-annotations

Annotated version of Big Sur icon

3 years agoAnnotated version of Big Sur icon
Elsie Hupp [Tue, 4 Apr 2023 20:41:47 +0000 (16:41 -0400)]
Annotated version of Big Sur icon

Signed-off-by: Elsie Hupp <github@elsiehupp.com>
3 years agoMerge pull request #5634 from nextcloud/feature/sql-logs-unclutter
allexzander [Thu, 4 May 2023 14:06:43 +0000 (16:06 +0200)]
Merge pull request #5634 from nextcloud/feature/sql-logs-unclutter

Remove some SQL debug logs to unclutter the output.

3 years agoRemove some SQL debug logs to unclutter the output.
alex-z [Fri, 28 Apr 2023 08:46:10 +0000 (10:46 +0200)]
Remove some SQL debug logs to unclutter the output.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoMerge pull request #5637 from nextcloud/bugfix/fix-crash-ptr-deref
allexzander [Thu, 4 May 2023 09:33:31 +0000 (11:33 +0200)]
Merge pull request #5637 from nextcloud/bugfix/fix-crash-ptr-deref

Edit locally. Fix crash on _chekTokenJob pointer deref.

3 years agoEdit locally. Fix crash on _chekTokenJob pointer deref.
alex-z [Fri, 28 Apr 2023 12:45:07 +0000 (14:45 +0200)]
Edit locally. Fix crash on _chekTokenJob pointer deref.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 4 May 2023 04:28:56 +0000 (04:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 3 May 2023 04:28:29 +0000 (04:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 2 May 2023 04:30:05 +0000 (04:30 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 29 Apr 2023 04:31:05 +0000 (04:31 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 28 Apr 2023 04:31:06 +0000 (04:31 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5630 from nextcloud/ci/fiwWindowsBuilds
Matthieu Gallien [Thu, 27 Apr 2023 15:21:36 +0000 (17:21 +0200)]
Merge pull request #5630 from nextcloud/ci/fiwWindowsBuilds

no longer override the pixman default version

3 years agono longer override the pixman default version
Matthieu Gallien [Thu, 27 Apr 2023 12:23:38 +0000 (14:23 +0200)]
no longer override the pixman default version

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years agoMerge pull request #5622 from nextcloud/feature/bring-back-missing-share-options
allexzander [Thu, 27 Apr 2023 12:46:01 +0000 (14:46 +0200)]
Merge pull request #5622 from nextcloud/feature/bring-back-missing-share-options

Implement missing share settings

3 years agoImplement missing share settings
alex-z [Wed, 19 Apr 2023 18:28:07 +0000 (20:28 +0200)]
Implement missing share settings

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 27 Apr 2023 04:36:32 +0000 (04:36 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 26 Apr 2023 04:37:18 +0000 (04:37 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agodisable by default the use of clang-tidy
Matthieu Gallien [Tue, 25 Apr 2023 15:23:58 +0000 (17:23 +0200)]
disable by default the use of clang-tidy

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years agoMerge pull request #5607 from nextcloud/feature/unlock-office-files
allexzander [Tue, 25 Apr 2023 11:31:18 +0000 (13:31 +0200)]
Merge pull request #5607 from nextcloud/feature/unlock-office-files

Unlock Office files when they are closed

3 years agoUnlock Office files when they are closed.
alex-z [Fri, 7 Apr 2023 19:09:06 +0000 (21:09 +0200)]
Unlock Office files when they are closed.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 25 Apr 2023 04:26:59 +0000 (04:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5613 from nextcloud/bugfix/sharees-parse-lookup
allexzander [Mon, 24 Apr 2023 06:37:34 +0000 (08:37 +0200)]
Merge pull request #5613 from nextcloud/bugfix/sharees-parse-lookup

Parse sharees 'lookup' key to include federated sharees.

3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 24 Apr 2023 04:39:24 +0000 (04:39 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #4957 from xavi-b/master
Claudio Cambra [Mon, 24 Apr 2023 03:14:42 +0000 (11:14 +0800)]
Merge pull request #4957 from xavi-b/master

Fix MacOS UTF-8 normalization issue

3 years agoFix MacOS UTF-8 normalization issue
xavi-b [Mon, 19 Sep 2022 22:21:11 +0000 (00:21 +0200)]
Fix MacOS UTF-8 normalization issue

Signed-off-by: xavi-b <developer@xavi-b.fr>
3 years agoMerge pull request #5243 from mayonezo/patch-1
Claudio Cambra [Sun, 23 Apr 2023 16:51:53 +0000 (00:51 +0800)]
Merge pull request #5243 from mayonezo/patch-1

Update nextcloudcmd.rst to include dedicated install method for Debian instead of using a Ubuntu ppa.

3 years agoUpdate nextcloudcmd.rst
mayonezo [Wed, 7 Dec 2022 09:54:55 +0000 (10:54 +0100)]
Update nextcloudcmd.rst

Debian has a package in its repository for nextcloudcmd. Adding an Ubuntu ppa to Debian might work, but is not the preferable solution.

Signed-off-by: mayonezo <haselnuss87@gmail.com>
3 years agoMerge pull request #5583 from nextcloud/bugfix/edit-locally-error-messages
Claudio Cambra [Sun, 23 Apr 2023 15:41:06 +0000 (23:41 +0800)]
Merge pull request #5583 from nextcloud/bugfix/edit-locally-error-messages

Properly handle all fatal errors during edit locally setup procedure

3 years agoRemove unneeded setupFinished signal from EditLocallyJob
Claudio Cambra [Wed, 12 Apr 2023 09:06:07 +0000 (17:06 +0800)]
Remove unneeded setupFinished signal from EditLocallyJob

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoEnsure errors are emitted and loading dialog destroyed when fatal errors are met...
Claudio Cambra [Fri, 7 Apr 2023 08:29:15 +0000 (16:29 +0800)]
Ensure errors are emitted and loading dialog destroyed when fatal errors are met during edit locally

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoProvide error when erasing the blacklist error for an item fails during edit locally
Claudio Cambra [Fri, 7 Apr 2023 08:11:55 +0000 (16:11 +0800)]
Provide error when erasing the blacklist error for an item fails during edit locally

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoRemove unnecessary signalling response to start edit locally, just start it within...
Claudio Cambra [Fri, 7 Apr 2023 07:23:43 +0000 (15:23 +0800)]
Remove unnecessary signalling response to start edit locally, just start it within the job

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 23 Apr 2023 04:31:04 +0000 (04:31 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 22 Apr 2023 04:36:13 +0000 (04:36 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5603 from nextcloud/bugfix/fix-log-crash
Matthieu Gallien [Fri, 21 Apr 2023 10:15:40 +0000 (12:15 +0200)]
Merge pull request #5603 from nextcloud/bugfix/fix-log-crash

Fix crash on entering new log file after file size of 512kb reached

3 years agoprotect all access to shared data by mutexes
Matthieu Gallien [Tue, 18 Apr 2023 21:30:34 +0000 (23:30 +0200)]
protect all access to shared data by mutexes

separate public methods that must lock and private methods that must not
lock

will avoid deadlock or unprotected accesses

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years agoprotext all access to _logstream with the existing mutex
Matthieu Gallien [Thu, 13 Apr 2023 16:41:44 +0000 (18:41 +0200)]
protext all access to _logstream with the existing mutex

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years agoEnsure we are making all file modifications under mutex protection
Claudio Cambra [Thu, 13 Apr 2023 10:50:50 +0000 (18:50 +0800)]
Ensure we are making all file modifications under mutex protection

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoEnsure we are closing current log file before entering next log file
Claudio Cambra [Thu, 13 Apr 2023 10:49:48 +0000 (18:49 +0800)]
Ensure we are closing current log file before entering next log file

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5612 from nextcloud/bugfix/edit-locally-loadin-dialog-ellide
allexzander [Thu, 20 Apr 2023 14:29:43 +0000 (16:29 +0200)]
Merge pull request #5612 from nextcloud/bugfix/edit-locally-loadin-dialog-ellide

Edit locally. Elide loading dialog filename label middle.

3 years agoEdit locally. Elide loading dialog filename label middle.
alex-z [Tue, 18 Apr 2023 13:57:26 +0000 (15:57 +0200)]
Edit locally. Elide loading dialog filename label middle.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 20 Apr 2023 04:42:00 +0000 (04:42 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 19 Apr 2023 04:29:28 +0000 (04:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoParse sharees 'lookup' key to include federated sharees.
alex-z [Tue, 18 Apr 2023 15:45:42 +0000 (17:45 +0200)]
Parse sharees 'lookup' key to include federated sharees.

Signed-off-by: alex-z <blackslayer4@gmail.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 18 Apr 2023 03:11:18 +0000 (03:11 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 16 Apr 2023 04:27:41 +0000 (04:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 14 Apr 2023 11:47:07 +0000 (11:47 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Thu, 13 Apr 2023 04:33:40 +0000 (04:33 +0000)]
Fix(l10n): ðŸ”  Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5577 from nextcloud/bugfix/migrateE2eeMetadata
Matthieu Gallien [Wed, 12 Apr 2023 16:31:52 +0000 (18:31 +0200)]
Merge pull request #5577 from nextcloud/bugfix/migrateE2eeMetadata

properly preserve the format of e2ee metadata during DB operations

3 years agoallow to read v1.2 from buggy v3.8.0 client
Matthieu Gallien [Thu, 6 Apr 2023 09:49:02 +0000 (11:49 +0200)]
allow to read v1.2 from buggy v3.8.0 client

will consider v1.2 stored encryption status in DB to be equivalent to v1
due to bugs in the v3.8.0 release

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years agouse a better name for encryption status attributes
Matthieu Gallien [Thu, 6 Apr 2023 08:54:13 +0000 (10:54 +0200)]
use a better name for encryption status attributes

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years agoproperly preserve the format of e2ee metadata during DB operations
Matthieu Gallien [Wed, 5 Apr 2023 15:56:48 +0000 (17:56 +0200)]
properly preserve the format of e2ee metadata during DB operations

before this patch we may put the e2ee version format to v1.2 when it was
not the case

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
3 years agoMerge pull request #5595 from nextcloud/bugfix/use-vfs-ui
Matthieu Gallien [Wed, 12 Apr 2023 11:43:50 +0000 (13:43 +0200)]
Merge pull request #5595 from nextcloud/bugfix/use-vfs-ui

Alway add the item at the end of the layout.

3 years agoAlway add the item at the end of the layout.
Camila [Tue, 11 Apr 2023 22:19:48 +0000 (19:19 -0300)]
Alway add the item at the end of the layout.

Signed-off-by: Camila <hello@camila.codes>
3 years agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Wed, 12 Apr 2023 04:33:27 +0000 (04:33 +0000)]
Fix(l10n): ðŸ”  Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #5580 from nextcloud/bugfix/log-sizes
Claudio Cambra [Wed, 12 Apr 2023 02:46:07 +0000 (10:46 +0800)]
Merge pull request #5580 from nextcloud/bugfix/log-sizes

Enter next log file if the current log file is larger than 512 KB

3 years agoEnter next log file if the current log file is larger than 512 KB when writing log...
Claudio Cambra [Thu, 6 Apr 2023 13:18:10 +0000 (21:18 +0800)]
Enter next log file if the current log file is larger than 512 KB when writing log line

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
3 years agoMerge pull request #5587 from nextcloud/ci/fullyQualifyTypeForSignalsSlots
Matthieu Gallien [Tue, 11 Apr 2023 15:05:42 +0000 (17:05 +0200)]
Merge pull request #5587 from nextcloud/ci/fullyQualifyTypeForSignalsSlots

fix compilation with clazy and fully-qualified-moc-types checks enabled