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 (Collapse)Author
2022-05-25Use ocis productversionHannah von Reth
2022-05-17Remove version checks for < 10.0Hannah von Reth
2022-05-13Make the CheckServer job independent of the accountFabian Müller
The job needs to run on an independent QNAM
2022-05-13Allow to use the ConnectionValidator without checking the authHannah von Reth
That way we can use it to check for ssl errors
2022-05-13Use new TLSErrorDialogHannah 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-01-31Refactor JsonApiJob and allow non ownCloud json jobsHannah von Reth
2021-11-25Use some more std::chronoHannah von Reth
2021-11-25Remove misleading type from var nameHannah von Reth
2021-11-25Use std::chrono for timeoutsHannah von Reth
2021-05-26Ensure cookies are cleared right before the server checkHannah von Reth
2021-05-26Improve job loggingHannah 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-11-06Merge remote-tracking branch 'origin/2.7' into masterHannah von Reth
2020-10-29Use a QPixmap for the avatarHannah von Reth
2020-09-22Remove support for legacy private linksHannah von Reth
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2019-09-06ConnectionValidator: increase timeout to 57s #7456Christian Kamm
When the gui thread blocks for several seconds it's possible for the ConnectionValidator to timeout and decide that the account is unreachable. It will then terminate all sync runs. Increasing the timeout makes this less likely to happen. The tradeoff is that real disconnects will not be detected as quickly. This does not address the root cause but makes the symptom less likely to appear.
2018-02-26ConnectionValidator::Status use Q_ENUMOlivier Goffart
So no need to have a manual conversion to QString This is only used in debug message anyway.
2018-02-26Move ClientProxy and ConnecitonValidator to guiOlivier Goffart
They are using the ConfigFile and are used to control when to sync rather than for the sync itself