]>
dgit.raspbian.org Git - nextcloud-desktop.git/log
Matthieu Gallien [Thu, 12 Aug 2021 13:29:22 +0000 (15:29 +0200)]
Merge pull request #3656 from nextcloud/backport/3655/stable-3.3
[stable-3.3] Return the login name instead of user id
Felix Weilbach [Thu, 12 Aug 2021 11:41:12 +0000 (13:41 +0200)]
Return the login name instead of user id
App password and login name need to match. If authResult() returns the
user id the user id will be stored in webdav_user
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Thu, 12 Aug 2021 08:36:42 +0000 (10:36 +0200)]
Merge pull request #3650 from nextcloud/bump-3.3.1
Bump to version 3.3.1
Felix Weilbach [Thu, 12 Aug 2021 08:35:11 +0000 (10:35 +0200)]
Bump to version 3.3.1
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Nextcloud bot [Thu, 12 Aug 2021 03:53:16 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 11 Aug 2021 16:51:29 +0000 (18:51 +0200)]
Merge pull request #3648 from nextcloud/backport/3646/stable-3.3
[stable-3.3] Enforce fetching of user id
Felix Weilbach [Wed, 11 Aug 2021 13:18:22 +0000 (15:18 +0200)]
Enforce fetching of user id
With the change of commit
3e61bdc4318827d486221e56fbca3804b639fdd7 and
the relase of v3.3.0 users that had their email address used as login
are not able to login anymore. The dav_user should be empty if users
tried to create a account in the meantime. Therefore we fetch the user
id in the case dav_user (and then Account::_davUser) is empty. We then
store the user id in dav_user.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Matthieu Gallien [Wed, 11 Aug 2021 14:58:39 +0000 (16:58 +0200)]
Merge pull request #3647 from nextcloud/backport/3632/stable-3.3
[stable-3.3] Ensure that the users id is used for accessing webdav
Felix Weilbach [Fri, 6 Aug 2021 09:34:49 +0000 (11:34 +0200)]
Ensure that the users id is used for accessing webdav
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/LoginFlow/index.html#obtaining-the-login-credentials
states that the email address can be used for login but it's not
allowed to use the email address to access webdav.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Nextcloud bot [Wed, 11 Aug 2021 03:53:48 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 10 Aug 2021 04:09:05 +0000 (04:09 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 9 Aug 2021 03:53:21 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 8 Aug 2021 03:48:27 +0000 (03:48 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 7 Aug 2021 03:57:06 +0000 (03:57 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 6 Aug 2021 04:01:23 +0000 (04:01 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Thu, 5 Aug 2021 03:53:30 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 4 Aug 2021 03:53:10 +0000 (03:53 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 3 Aug 2021 03:52:44 +0000 (03:52 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 2 Aug 2021 03:26:03 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 1 Aug 2021 03:27:14 +0000 (03:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 31 Jul 2021 03:32:43 +0000 (03:32 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 30 Jul 2021 03:24:19 +0000 (03:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 29 Jul 2021 10:03:32 +0000 (12:03 +0200)]
Merge pull request #3610 from nextcloud/backport/3609/stable-3.3
[stable-3.3] Update supported server versions
Felix Weilbach [Thu, 29 Jul 2021 09:11:36 +0000 (11:11 +0200)]
Update supported server versions
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Thu, 29 Jul 2021 08:40:19 +0000 (10:40 +0200)]
Merge pull request #3607 from nextcloud/bump-version-3.3.0
Bump version 3.3.0
Felix Weilbach [Thu, 29 Jul 2021 08:36:26 +0000 (10:36 +0200)]
Bump version 3.3.0
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Matthieu Gallien [Thu, 29 Jul 2021 08:31:48 +0000 (10:31 +0200)]
Merge pull request #3602 from nextcloud/bugfix/crashInAccountDavPath
prevent crash in Accont::davPath without credentials
Matthieu Gallien [Wed, 28 Jul 2021 15:00:07 +0000 (17:00 +0200)]
fix review comment
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 28 Jul 2021 14:43:29 +0000 (16:43 +0200)]
prevent crash in Accont::davPath without credentials
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Thu, 29 Jul 2021 03:23:50 +0000 (03:23 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 28 Jul 2021 15:31:42 +0000 (17:31 +0200)]
Merge pull request #3595 from ivaradi/remove-groovy
Do not build for Groovy
István Váradi [Tue, 27 Jul 2021 14:43:37 +0000 (16:43 +0200)]
Do not build for Groovy
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Matthieu Gallien [Wed, 28 Jul 2021 14:44:47 +0000 (16:44 +0200)]
Merge pull request #3599 from nextcloud/update-docs-news
Update improvements and news in the documentation
Felix Weilbach [Wed, 28 Jul 2021 10:19:13 +0000 (12:19 +0200)]
Update improvements and news in the documentation
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Matthieu Gallien [Wed, 28 Jul 2021 10:44:39 +0000 (12:44 +0200)]
Merge pull request #3596 from nextcloud/bugfix/main-dialog-dont-constrain-background-size
Don't constrain size of hover background
Felix Weilbach [Wed, 28 Jul 2021 08:57:58 +0000 (10:57 +0200)]
Don't constrain size of hover background
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Matthieu Gallien [Wed, 28 Jul 2021 10:27:58 +0000 (12:27 +0200)]
Merge pull request #3592 from nextcloud/bugfix/properWebdavUrlOnAccountSetup
in wizard always use the correct way to get dav path
Matthieu Gallien [Wed, 28 Jul 2021 10:27:02 +0000 (12:27 +0200)]
fix review comments
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 28 Jul 2021 10:12:17 +0000 (12:12 +0200)]
remove dead code around overriding dav path in URL
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Mon, 26 Jul 2021 06:56:48 +0000 (08:56 +0200)]
in wizard always use the correct way to get dav path
fixes listing being incorrect when using dav endpoint
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 28 Jul 2021 09:43:49 +0000 (11:43 +0200)]
Merge pull request #3339 from nextcloud/ci/addCodeCoverage
takes ECMCoverageOption from ECM to enable code coverage analysis
Matthieu Gallien [Fri, 14 May 2021 10:39:25 +0000 (12:39 +0200)]
takes ECMCoverageOption from ECM to enable code coverage analysis
Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
Matthieu Gallien [Wed, 28 Jul 2021 09:25:17 +0000 (11:25 +0200)]
Merge pull request #3586 from nextcloud/bugfix/fix-crash-folder-isSyncRunning
Fix crash in Folder::isSyncRunning()
allexzander [Wed, 28 Jul 2021 05:48:38 +0000 (08:48 +0300)]
Invoke 'bool Folder::isSyncRunning() const' from tests.
Signed-off-by: allexzander <blackslayer4@gmail.com>
allexzander [Fri, 23 Jul 2021 11:26:04 +0000 (14:26 +0300)]
Fix crash in Folder::isSyncRunning()
Signed-off-by: allexzander <blackslayer4@gmail.com>
allexzander [Wed, 28 Jul 2021 08:55:21 +0000 (11:55 +0300)]
Merge pull request #3594 from nextcloud/bugfix/revert-checksum-mismatch-skip
Revert: Added config parameter that allows to bypass checksum validation failure.
allexzander [Tue, 27 Jul 2021 12:02:12 +0000 (15:02 +0300)]
Revert Added config parameter that allows to bypass checksum validation failure.
Signed-off-by: allexzander <blackslayer4@gmail.com>
Nextcloud bot [Wed, 28 Jul 2021 03:26:46 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Tue, 27 Jul 2021 12:41:23 +0000 (14:41 +0200)]
Merge pull request #3492 from nextcloud/feat/rebase-template
John Molakvoæ [Sun, 27 Jun 2021 17:58:00 +0000 (19:58 +0200)]
Delete rebase.yml
John Molakvoæ [Sun, 27 Jun 2021 17:57:47 +0000 (19:57 +0200)]
Create command-rebase.yml
Nextcloud bot [Tue, 27 Jul 2021 03:25:18 +0000 (03:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 26 Jul 2021 03:26:18 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 25 Jul 2021 03:27:44 +0000 (03:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 24 Jul 2021 03:30:34 +0000 (03:30 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Valdnet [Fri, 23 Jul 2021 07:56:48 +0000 (09:56 +0200)]
Merge pull request #3579 from nextcloud/Valdnet-patch-3
l10n: Change to uppercase
Valdnet [Fri, 23 Jul 2021 07:07:18 +0000 (09:07 +0200)]
Merge branch 'master' into Valdnet-patch-3
Nextcloud bot [Fri, 23 Jul 2021 03:26:47 +0000 (03:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Felix Weilbach [Thu, 22 Jul 2021 16:06:48 +0000 (18:06 +0200)]
Merge pull request #3582 from nextcloud/bugfix/make-main-dialog-window
Make main dialog normal window when displayed as regular window
Valdnet [Thu, 22 Jul 2021 07:02:47 +0000 (09:02 +0200)]
l10n: Change to uppercase
Valdnet [Thu, 22 Jul 2021 06:58:35 +0000 (08:58 +0200)]
l10n: Change to uppercase
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Felix Weilbach [Thu, 22 Jul 2021 08:34:13 +0000 (10:34 +0200)]
Make main dialog normal window when displayed as regular window
This will enable users to minimize the dialog.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
allexzander [Thu, 22 Jul 2021 07:19:31 +0000 (10:19 +0300)]
Merge pull request #3581 from nextcloud/bump-version-3.2.82
Bump version to 3.3.0-rc2
allexzander [Thu, 22 Jul 2021 07:13:00 +0000 (10:13 +0300)]
Bump version to 3.3.0-rc2
Signed-off-by: allexzander <blackslayer4@gmail.com>
Nextcloud bot [Thu, 22 Jul 2021 03:28:31 +0000 (03:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Wed, 21 Jul 2021 18:34:42 +0000 (20:34 +0200)]
Merge pull request #3542 from nextcloud/bugfix/enforce-https-with-flow2
Enforce https in flow2 for https connections
Felix Weilbach [Mon, 19 Jul 2021 09:13:22 +0000 (11:13 +0200)]
Use Q_UNUSED instead of commenting out arg names
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Mon, 19 Jul 2021 09:11:56 +0000 (11:11 +0200)]
Use QStringLiteral instead of plain strings
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Fri, 16 Jul 2021 09:32:56 +0000 (11:32 +0200)]
Fix review comments
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Tue, 13 Jul 2021 12:19:47 +0000 (14:19 +0200)]
Enforce https in flow1 and flow2 for https connections
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Matthieu Gallien [Wed, 21 Jul 2021 17:13:00 +0000 (19:13 +0200)]
Merge pull request #3498 from nextcloud/bugfix/qml-warnings
Fix QML Warnings and create custom component for the activity list
Camila [Mon, 21 Jun 2021 18:50:49 +0000 (20:50 +0200)]
Add custom component ActivityItem.
That also addresses QML warnings.
Signed-off-by: Camila <hello@camila.codes>
Camila [Mon, 21 Jun 2021 14:46:24 +0000 (16:46 +0200)]
Fix QML warning: Unable to assign [undefined] to QFont.
Signed-off-by: Camila <hello@camila.codes>
Matthieu Gallien [Wed, 21 Jul 2021 14:42:35 +0000 (16:42 +0200)]
Merge pull request #3565 from nextcloud/bugfix/fixSlowMenuInSettings
do not block account menu: availability checking can be slow
Matthieu Gallien [Mon, 19 Jul 2021 10:25:35 +0000 (12:25 +0200)]
do not block account menu: availability checking can be slow
ignore availability that can be very slow to check with CfApi virtual
files plugin
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 21 Jul 2021 12:12:52 +0000 (14:12 +0200)]
Merge pull request #3345 from nextcloud/ci/testAppveyor
Ci/test appveyor
Matthieu Gallien [Wed, 21 Jul 2021 08:19:41 +0000 (10:19 +0200)]
only run the pipeline for master branch and pull requests
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 16 Jul 2021 13:55:45 +0000 (15:55 +0200)]
execute automated tests but do not fail if there are errors
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 14 May 2021 14:34:05 +0000 (16:34 +0200)]
build the nextcloud client and not something else
Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
Matthieu Gallien [Fri, 14 May 2021 14:33:27 +0000 (16:33 +0200)]
update CraftMaster git repository
Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
Matthieu Gallien [Tue, 11 May 2021 17:11:54 +0000 (19:11 +0200)]
upgrade appveyor support to MSVC 2019
Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
allexzander [Wed, 21 Jul 2021 11:26:11 +0000 (14:26 +0300)]
Merge pull request #3566 from nextcloud/bugfix/desktop-client-high-cpu-usage-on-auto-update
Show custom QDialog instead of QMessageBox when update is ready.
allexzander [Mon, 19 Jul 2021 14:50:00 +0000 (17:50 +0300)]
Create QMessageBox on heap when the update is ready. Do not return true from OCUpdater to allow for a proper app::quit
Signed-off-by: allexzander <blackslayer4@gmail.com>
Matthieu Gallien [Wed, 21 Jul 2021 08:39:10 +0000 (10:39 +0200)]
Merge pull request #3569 from nextcloud/bugfix/fixPermissionsLog
print the real permissions string instead of its address
Matthieu Gallien [Fri, 9 Jul 2021 16:52:13 +0000 (18:52 +0200)]
print the real permissions string instead of its address
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Felix Weilbach [Wed, 21 Jul 2021 07:16:01 +0000 (09:16 +0200)]
Merge pull request #3574 from nextcloud/bugfix/open-main-dialog-gnome-always
Open main dialog gnome always
Felix Weilbach [Tue, 20 Jul 2021 10:56:00 +0000 (12:56 +0200)]
Call setClosed() on correct Object
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Tue, 20 Jul 2021 10:55:37 +0000 (12:55 +0200)]
Remove Q_INVOKABLE from signals because it's not needed
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Tue, 20 Jul 2021 09:05:13 +0000 (11:05 +0200)]
Merge pull request #3488 from nextcloud/bugfix/remove-unused-variable
Remove unused pushNotifications variable
Felix Weilbach [Mon, 12 Jul 2021 11:04:10 +0000 (13:04 +0200)]
Remove unnused variable
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Felix Weilbach [Fri, 25 Jun 2021 09:01:52 +0000 (11:01 +0200)]
Remove unused pushNotifications variable
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Nextcloud bot [Tue, 20 Jul 2021 03:27:06 +0000 (03:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 18 Jul 2021 03:48:19 +0000 (03:48 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 17 Jul 2021 04:08:12 +0000 (04:08 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 16 Jul 2021 15:40:22 +0000 (17:40 +0200)]
Merge pull request #3558 from nextcloud/bugfix/userStatusTooLongAccountMenu
Bugfix/user status too long account menu
Matthieu Gallien [Thu, 15 Jul 2021 11:21:29 +0000 (13:21 +0200)]
fix width of user status message to not overlap other elements
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 15 Jul 2021 11:11:26 +0000 (13:11 +0200)]
clean indentation in UserLine.qml
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 16 Jul 2021 15:18:03 +0000 (17:18 +0200)]
Merge pull request #3557 from nextcloud/bugfix/userStatusTooLong
fix size of the Label with user status
Matthieu Gallien [Thu, 15 Jul 2021 11:06:04 +0000 (13:06 +0200)]
fix size of the Label with user status
ensure the label width is not higher than the parent to ensure log
string get elided as expected
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 16 Jul 2021 13:03:17 +0000 (15:03 +0200)]
Merge pull request #3541 from nextcloud/bugfix/use-dav-instead-of-webdav
Use dav instead of webdav