Commit Graph
17214 Commits
Author SHA1 Message Date
Hannah von RethandMatthieu Gallien (Rebase PR Action) 3b99b11849 Always reset prepared sql statements
This allow the creation of checkpoints and fixes the growing wal issue

Fixes: #7646
2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) 6e0a43b570 Fix clash detection with virtual files
Fixes: #8323
2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) 45f3a97997 Small cleanup 2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) 989390bc41 Don't shadow 2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) 3bc026a557 Make findBestChecksum case insensitive
Especially the casing of ADLER32 did not match the server.
2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) f977a54694 Finish is already called in the destructor 2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) d60eb67c2e Also prepend appName if id is empty 2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) 8468e70cba Use QKeychain:: explicitly 2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) 926a52b33d Remove unused computation 2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) 1284d78599 Fix testblacklist.cpp
The test was broken because we now actually have X-Request-ID set
2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) b01973f95f Enable httplogger on unittests 2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) ec0466ed73 Allow to add and remove log rules 2021-08-11 17:13:44 +00:00
Hannah von RethandMatthieu Gallien (Rebase PR Action) 1b3502bd5a Fix httplogger in unittests with lambdas 2021-08-11 17:13:44 +00:00
Matthieu GallienandGitHub 556baae087 Merge pull request #3646 from nextcloud/bugfix/fetch-user-id-always
Enforce fetching of user id
2021-08-11 18:42:30 +02:00
Felix WeilbachandMatthieu Gallien (Rebase PR Action) f9daa27a5d Enforce fetching of user id
With the change of commit 3e61bdc431 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>
2021-08-11 16:16:12 +00:00
Felix WeilbachandGitHub b4d1d98868 Merge pull request #3632 from nextcloud/bugfix/always-use-userid-after-login
Ensure that the users id is used for accessing webdav
2021-08-11 16:17:18 +02:00
Felix Weilbach 5195264a20 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>
2021-08-11 15:26:39 +02:00
Nextcloud bot f932638054 [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-11 03:54:49 +00:00
Matthieu GallienandGitHub b80e2b7e00 Merge pull request #3640 from nextcloud/doNotStoreAppveyorArtifcatsInAppveyor
no longer produce installers that would be stored by appveyor
2021-08-10 23:26:48 +02:00
Matthieu GallienandMatthieu Gallien (Rebase PR Action) 188b06b7bb no longer produce installers that would be stored by appveyor
appveyor storage is limited and we ran into trouble with that

plan is to directly use github to do that and have links directly in PRs

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-08-10 14:59:51 +00:00
Nextcloud bot 5f0ac9a1f3 [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-10 04:10:12 +00:00
Nextcloud bot 1f8840cab0 [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-09 03:54:20 +00:00
Nextcloud bot f241e44da0 [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-08 03:49:32 +00:00
Nextcloud bot 1d543ccf9a [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-07 03:58:07 +00:00
Nextcloud bot 199c6b07a7 [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-06 04:02:28 +00:00
Nextcloud bot 3bab989aad [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-05 03:54:36 +00:00
allexzanderandGitHub 30a2f6ac71 Merge pull request #3626 from nextcloud/bugfix/incorrect-activity-message-invalid-char
Fix incorrect activity message on invalid char in the file name.
2021-08-04 13:46:07 +03:00
allexzander 4106c646f9 Fix incorrect activity message on invalid char in the file name.
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-08-04 13:22:17 +03:00
allexzanderandGitHub a92d28988a Merge pull request #3611 from nextcloud/feature/delete-apptoken
Delete apptoken after account removal.
2021-08-04 13:00:11 +03:00
allexzanderandallexzander (Rebase PR Action) c930d8e30f Delete apptoken after account removal.
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-08-04 09:37:40 +00:00
Nextcloud bot 376a730146 [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-04 03:54:13 +00:00
allexzanderandGitHub 31e16f2620 Merge pull request #3620 from nextcloud/Valdnet-patch-3
l10n: Replace apostrophe with double quotation
2021-08-03 15:16:12 +03:00
Valdnetandallexzander dbd061c44b l10n: Replace apostrophe with double quotation. Remove double space and sort sentence.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-08-03 15:00:53 +03:00
Nextcloud bot 60c0e5e97a [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-03 03:53:48 +00:00
Felix WeilbachandGitHub 2855f89e53 Merge pull request #3618 from nextcloud/rakekniven-patch-1
Changed grammar
2021-08-02 10:09:38 +02:00
rakeknivenandFelix Weilbach (Rebase PR Action) 37b012fcbd Changed grammar
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-08-02 06:40:50 +00:00
Nextcloud bot 4c5f12200d [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-02 03:27:11 +00:00
Nextcloud bot 2857c16c61 [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-01 03:28:19 +00:00
Nextcloud bot 7cc71deec7 [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-31 03:33:50 +00:00
allexzanderandGitHub ca4b4cde61 Merge pull request #3600 from nextcloud/enh/rais-maxchunk-size
Set default maxChunkSize to 1000MB
2021-07-30 10:35:28 +03:00
szaimenandallexzander (Rebase PR Action) 2c95b9519c Set default maxChunkSize to 1000MB
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-30 07:00:09 +00:00
allexzanderandGitHub f02b8f4a15 Merge pull request #3604 from nextcloud/Valdnet-patch-3
l10n: Replace apostrophe with double quotation
2021-07-30 09:59:38 +03:00
allexzanderandallexzander (Rebase PR Action) fc75b94524 Fix clang-tidy errors.
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-07-30 06:21:05 +00:00
allexzanderandallexzander (Rebase PR Action) 71b2b73881 Fix tests.
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-07-30 06:21:05 +00:00
Valdnetandallexzander (Rebase PR Action) 7ebbb499e0 l10n: Replace apostrophe with double quotation
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-07-30 06:21:05 +00:00
Nextcloud bot 10b7907fa2 [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-30 03:25:23 +00:00
Matthieu GallienandGitHub 417fd44cb2 Merge pull request #3609 from nextcloud/update-supp-server-versions
Update supported server versions
2021-07-29 12:02:05 +02:00
Felix WeilbachandMatthieu Gallien (Rebase PR Action) 22b10e20e4 Update supported server versions
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-07-29 10:00:45 +00:00
Felix WeilbachandGitHub 78d92f4425 Merge pull request #3608 from nextcloud/bump-version-3.3.50
Bump version to 3.3.50
2021-07-29 10:48:51 +02:00
Felix Weilbach efd9c6ef45 Bump version to 3.3.50
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-07-29 10:47:24 +02:00