Nextcloud bot [Wed, 2 Mar 2022 04:16:36 +0000 (04:16 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 1 Mar 2022 03:53:23 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 28 Feb 2022 04:12:21 +0000 (04:12 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 27 Feb 2022 03:51:51 +0000 (03:51 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 26 Feb 2022 03:52:35 +0000 (03:52 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 25 Feb 2022 15:51:24 +0000 (16:51 +0100)]
Merge pull request #4268 from nextcloud/bugfix/new-files-removed-with-parent-dir-removal
Do not remove a folder that has files that were not uploaded yet during propagation
alex-z [Thu, 24 Feb 2022 19:16:24 +0000 (21:16 +0200)]
Fix review comments from Matthieu. Using curent reverse iterator when searching for parent.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Wed, 23 Feb 2022 16:47:05 +0000 (18:47 +0200)]
Fix review comments.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Thu, 17 Feb 2022 16:18:35 +0000 (18:18 +0200)]
Unit tests for new files restore logic when the parent folder is removed on the server.
Signed-off-by: alex-z <blackslayer4@gmail.com>
alex-z [Fri, 11 Feb 2022 17:22:40 +0000 (19:22 +0200)]
Do not remove a folder that has files that were not uploaded yet during propagation.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Fri, 25 Feb 2022 03:52:43 +0000 (03:52 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 24 Feb 2022 03:55:16 +0000 (03:55 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Wed, 23 Feb 2022 16:14:28 +0000 (18:14 +0200)]
Merge pull request #4303 from nextcloud/feature/rollback-local-move-on-server-move-failure
Rollback local move on server move failure
alex-z [Fri, 18 Feb 2022 08:50:00 +0000 (10:50 +0200)]
Rollback local move when server move has failed.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Tue, 22 Feb 2022 03:54:55 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 21 Feb 2022 03:54:37 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 20 Feb 2022 03:54:00 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 19 Feb 2022 03:54:30 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 17 Feb 2022 03:54:03 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 16 Feb 2022 03:53:22 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 15 Feb 2022 05:31:31 +0000 (05:31 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Valdnet [Mon, 14 Feb 2022 12:46:17 +0000 (13:46 +0100)]
Merge pull request #4272 from nextcloud/Valdnet-patch-2
l10n: Change to lowercase
Valdnet [Mon, 14 Feb 2022 12:26:15 +0000 (13:26 +0100)]
Merge branch 'master' into Valdnet-patch-2
Nextcloud bot [Mon, 14 Feb 2022 03:53:47 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 13 Feb 2022 03:53:29 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Valdnet [Sat, 12 Feb 2022 17:38:26 +0000 (18:38 +0100)]
l10n: Change to lowercase
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Nextcloud bot [Sat, 12 Feb 2022 03:54:36 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 11 Feb 2022 15:27:32 +0000 (16:27 +0100)]
Merge pull request #4257 from nextcloud/ci/addHeadersInCmake
add headers in cmake files to get them properly detected
Matthieu Gallien [Mon, 7 Feb 2022 12:48:52 +0000 (13:48 +0100)]
add headers in cmake files to get them properly detected
qt creator for example requires that headers are explcitly given in the
source lists
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 11 Feb 2022 14:29:52 +0000 (15:29 +0100)]
Merge pull request #4263 from nextcloud/bugfix/handleBulkUploadNetworkErrors
ensure that bulk upload network job errors are handled
Matthieu Gallien [Thu, 10 Feb 2022 15:40:15 +0000 (16:40 +0100)]
ensure that bulk upload network job errors are handled
in case we get a network error during bulk propagator POST network
request, report all files within this upload as files in error that will
then be sent using the plain old WebDAV protocol
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Fri, 11 Feb 2022 03:53:36 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 10 Feb 2022 03:57:49 +0000 (03:57 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 9 Feb 2022 03:53:24 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 8 Feb 2022 03:53:47 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Mon, 7 Feb 2022 22:04:38 +0000 (23:04 +0100)]
Merge pull request #4205 from nextcloud/bugfix/renameTrailingLeadingSpaceInName
ensure we emit a rename command for renamed files
Matthieu Gallien [Fri, 4 Feb 2022 15:32:56 +0000 (16:32 +0100)]
simplify sync folder in some automated local discovery tests
should be faster and easier to understand
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 4 Feb 2022 15:22:02 +0000 (16:22 +0100)]
clean transition when files with spaces exist already
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 1 Feb 2022 18:15:37 +0000 (19:15 +0100)]
ensure we emit a rename command for renamed files
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Pierre Ozoux [Mon, 7 Feb 2022 10:52:34 +0000 (11:52 +0100)]
Merge pull request #4252 from nextcloud/feature/add-translation-for-doc
Generates pot files automatically.
Pierre Ozoux [Fri, 4 Feb 2022 17:20:55 +0000 (18:20 +0100)]
Generates pot files automatically.
Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
Nextcloud bot [Mon, 7 Feb 2022 03:53:18 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 6 Feb 2022 03:52:32 +0000 (03:52 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 5 Feb 2022 03:52:49 +0000 (03:52 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Fri, 4 Feb 2022 17:11:59 +0000 (19:11 +0200)]
Merge pull request #4186 from nextcloud/feature/improve-activity-buttons
Feature/improve activity buttons
alex-z [Tue, 4 Jan 2022 14:28:26 +0000 (16:28 +0200)]
Adjust icons for activity entries in main dialog. Refactor the dialog by splitting it to separate components.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Fri, 4 Feb 2022 03:54:01 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 3 Feb 2022 03:53:38 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Wed, 2 Feb 2022 11:39:15 +0000 (13:39 +0200)]
Merge pull request #4217 from nextcloud/feature/always-build-with-updater
Always build with updater. Use 'beta/stable' channel selector in 'General Settins' dialog with default 'stable'.
alex-z [Fri, 28 Jan 2022 13:37:51 +0000 (15:37 +0200)]
Always build with updater. Use 'beta/stable' channel seletor in 'General Settins' dialog with default 'stable'.
Signed-off-by: alex-z <blackslayer4@gmail.com>
Matthieu Gallien [Wed, 2 Feb 2022 10:45:02 +0000 (11:45 +0100)]
Merge pull request #4218 from nextcloud/feature/cmake-option-to-disable-proxy
Cmake option to disable proxy
alex-z [Fri, 28 Jan 2022 15:35:28 +0000 (17:35 +0200)]
Cmake option to disable proxy
Signed-off-by: alex-z <blackslayer4@gmail.com>
Nextcloud bot [Wed, 2 Feb 2022 03:54:14 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Tue, 1 Feb 2022 16:41:23 +0000 (17:41 +0100)]
Merge pull request #4216 from nextcloud/bugfix/account-menu-scroll
Allow account menu to scroll when content height is larger than menu height
Claudio Cambra [Tue, 1 Feb 2022 16:01:51 +0000 (17:01 +0100)]
Merge branch 'master' into bugfix/account-menu-scroll
Claudio Cambra [Tue, 1 Feb 2022 15:51:34 +0000 (16:51 +0100)]
Merge pull request #4135 from nextcloud/feature/testactivitylistmodel
Add testing for ActivityListModel
Claudio Cambra [Thu, 23 Dec 2021 10:57:08 +0000 (11:57 +0100)]
Add testing for ActivityListModel
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
István Váradi [Tue, 1 Feb 2022 13:35:52 +0000 (14:35 +0100)]
Merge pull request #4212 from ivaradi/hirsute_jammy
Remove Hirsute, add Jammy
István Váradi [Thu, 27 Jan 2022 16:02:04 +0000 (17:02 +0100)]
Remove Hirsute, add Jammy
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Nextcloud bot [Tue, 1 Feb 2022 03:54:14 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Fri, 28 Jan 2022 12:42:36 +0000 (13:42 +0100)]
Account menu can now scroll
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Mon, 31 Jan 2022 03:54:11 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 30 Jan 2022 03:52:35 +0000 (03:52 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 29 Jan 2022 03:54:57 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 28 Jan 2022 03:53:29 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 27 Jan 2022 03:54:17 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 26 Jan 2022 03:54:14 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 25 Jan 2022 03:54:37 +0000 (03:54 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Mon, 24 Jan 2022 17:44:41 +0000 (18:44 +0100)]
Merge pull request #4154 from nextch/bug/4153-cloudproviders-dbus-build
Check for dbus-1 when building with cloudproviders
nextch [Mon, 24 Jan 2022 16:58:12 +0000 (18:58 +0200)]
Merge branch 'master' into bug/4153-cloudproviders-dbus-build
allexzander [Mon, 24 Jan 2022 14:50:57 +0000 (16:50 +0200)]
Merge pull request #4191 from nextcloud/bugfix/cfapiDehydrateProperly
use proper API to dehydrate a placeholder file
Matthieu Gallien [Fri, 21 Jan 2022 18:03:23 +0000 (19:03 +0100)]
use proper API to dehydrate a placeholder file
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
nextch [Mon, 24 Jan 2022 13:21:39 +0000 (15:21 +0200)]
Merge branch 'master' into bug/4153-cloudproviders-dbus-build
Matthieu Gallien [Mon, 24 Jan 2022 10:39:50 +0000 (11:39 +0100)]
Merge pull request #4162 from nextcloud/feature/internallink
Add ability to copy internal link from share dialog
Claudio Cambra [Mon, 10 Jan 2022 10:29:24 +0000 (11:29 +0100)]
Add ability to copy internal link from share dialog
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Mon, 24 Jan 2022 03:51:33 +0000 (03:51 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 23 Jan 2022 03:51:38 +0000 (03:51 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 21 Jan 2022 03:50:49 +0000 (03:50 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 20 Jan 2022 03:53:08 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 19 Jan 2022 03:51:48 +0000 (03:51 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 18 Jan 2022 04:10:30 +0000 (04:10 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
allexzander [Mon, 17 Jan 2022 13:31:47 +0000 (15:31 +0200)]
Merge pull request #3907 from nextcloud/bugfix/main-dialog-use-system-font-size
Main dialog use system font size
Felix Weilbach [Tue, 2 Nov 2021 16:53:29 +0000 (17:53 +0100)]
Replace Text with Label
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Tue, 19 Oct 2021 11:33:32 +0000 (13:33 +0200)]
Remove commented out code
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Thu, 14 Oct 2021 11:07:27 +0000 (13:07 +0200)]
Use the font size that Qt suggest
Fixes: https://github.com/nextcloud/desktop/issues/3797
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Nextcloud bot [Mon, 17 Jan 2022 03:48:38 +0000 (03:48 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 16 Jan 2022 03:52:20 +0000 (03:52 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 15 Jan 2022 03:50:57 +0000 (03:50 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 14 Jan 2022 10:02:07 +0000 (11:02 +0100)]
Merge pull request #4102 from nextcloud/feature/file-names-in-activity
Show only filenames in tray activity items, with full path in tooltip
Claudio Cambra [Thu, 16 Dec 2021 15:39:58 +0000 (16:39 +0100)]
Show only filenames in tray activity items, with full path in tooltip
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Nextcloud bot [Fri, 14 Jan 2022 03:53:45 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 13 Jan 2022 14:25:38 +0000 (15:25 +0100)]
Merge pull request #4038 from nextcloud/bugfix/share-dialog-scroll
Add scroll area for share links.
Camila [Mon, 6 Dec 2021 19:29:47 +0000 (20:29 +0100)]
ShareDialog: group links and users in one scrollbar.
- Remove the scrollbar used only for user shares
- Resize share dialog when removing share links
- Fix widget margins and max height of the share dialog
- slotAdjustScrollWidgetSize => adjustScrollWidgetSize
Signed-off-by: Camila <hello@camila.codes>
Camila [Fri, 3 Dec 2021 21:24:18 +0000 (22:24 +0100)]
Just trying to make the sahre dialog look nicer.
Signed-off-by: Camila <hello@camila.codes>
Camila [Fri, 3 Dec 2021 20:42:46 +0000 (21:42 +0100)]
Remove unused slots.
Signed-off-by: Camila <hello@camila.codes>
Camila [Fri, 3 Dec 2021 17:18:55 +0000 (18:18 +0100)]
Add scroll area for share links.
Signed-off-by: Camila <hello@camila.codes>
Matthieu Gallien [Thu, 13 Jan 2022 10:37:58 +0000 (11:37 +0100)]
Merge pull request #4087 from nextcloud/rakekniven-patch-2
l10n: Fixed grammar
rakekniven [Thu, 16 Dec 2021 10:32:07 +0000 (11:32 +0100)]
l10n: Fixed grammar
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
allexzander [Thu, 13 Jan 2022 09:37:12 +0000 (11:37 +0200)]
Merge pull request #4171 from nextcloud/bugfix/link-share-ui-not-visible
Bugfix. Re-init sharing manager to enable link sharing UI when receivng sharing permissions.
alex-z [Wed, 12 Jan 2022 12:59:22 +0000 (14:59 +0200)]
Bugfix. Re-init sharing manager to enable link sharing UI when receiving sharing permissions.
Signed-off-by: alex-z <blackslayer4@gmail.com>