Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-17Ignore all ssl errors once a certificate is acceptedHannah von Reth
2022-05-13Allow to use the ConnectionValidator without checking the authHannah von Reth
2022-05-13Use new TLSErrorDialogHannah von Reth
2022-05-11Remove Account:sslConfigurationHannah von Reth
2022-05-06Expose AccessManager from accountFabian Müller
2022-04-13Add display name to foldersHannah von Reth
2022-04-13Fix connectivity checkHannah von Reth
2022-03-24Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-03-24Fix basic auth logoutHannah von Reth
2022-03-15Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-03-08CheckServerJob: clear cookies under more circumstancesHannah von Reth
2022-02-16Move initialization into named constructorFabian Müller
2022-02-16Extract "Update URL dialog" into separate classFabian Müller
2022-01-17Merge remote-tracking branch 'origin/2.10'Hannah von Reth
2022-01-14Improve the log message when renewing the credentialsHannah von Reth
2021-12-03Use the refcounted AccountStatePtr as much as possibleErik Verbruggen
2021-12-03Prevent AccountState leakErik Verbruggen
2021-11-25Update src/gui/accountstate.cppHannah von Reth
2021-11-25Use some more std::chronoHannah von Reth
2021-11-25Use std::chrono with QTimer::singleShotHannah von Reth
2021-11-17Merge remote-tracking branch 'origin/2.9'Hannah von Reth
2021-11-17Fix re-authenticating at startup when logged out beforeErik Verbruggen
2021-11-10Ensure we only update the clients url after the sync was stopped (#9202)Hannah von Reth
2021-10-27Fix warnings for using deprecated Qt APIErik Verbruggen
2021-08-18Correctly handle credential invalidation on start upHannah von Reth
2021-08-16Poll interval from capabilities (#8777)Klaas Freitag
2021-08-05Remove support for client side certificatesHannah von Reth
2021-06-14Ensure that a mandatory verification is started when a timed validation...Hannah von Reth
2021-05-26Fix url compare on redirectsHannah von Reth
2021-05-26Ensure we only get one url update dialog.Hannah von Reth
2021-05-26Ensure cookies are cleared right before the server checkHannah von Reth
2021-05-07Fix url migration with non root pathsHannah von Reth
2021-04-19Clear job queue when server is unreachableHannah von Reth
2021-04-19Clear cookies before we validate the server stateHannah von Reth
2021-01-13Ensure we don't call block multiple times in the same contextHannah von Reth
2021-01-13Reliably block and unblock the queueHannah von Reth
2021-01-13Implement dedicated JobQueueHannah von Reth
2020-12-09Always check the server when we where triggered by a redirectHannah von Reth
2020-12-09Handle url rediredcts with changed trailing slashesHannah von Reth
2020-12-09Implement url update on redirectHannah von Reth
2020-12-09Execute propfind on validationHannah von Reth
2020-12-09Seperate server check from auth checkHannah von Reth
2020-12-09Don't follow redirects besides in the connection validatorHannah von Reth
2020-12-07Use time the request was send,..Hannah von Reth
2020-09-17Clear cookies on logoutHannah von Reth
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2019-04-26Fix logic for duration that an etag reply indicates connectivityChristian Kamm
2018-06-14OAuth2: Try to refresh the token even if the credentials weren't ready.Olivier Goffart
2018-02-26ConnectionValidator::Status use Q_ENUMOlivier Goffart
2018-01-25Use std::chrono::milliseconds to represent millisecondsOlivier Goffart