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-03-08CheckServerJob: clear cookies under more circumstancesHannah von Reth
2022-01-14Improve the log message when renewing the credentialsHannah 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-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
2018-01-04Proxy: Hostname validation and reconnection on setting changeChristian Kamm
2017-10-06Use display-name from the ocs call in the settings dialogThomas Müller
2017-09-21Port to new signal-slot syntax what cannot be done automaticallyOlivier Goffart
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
2017-09-05Move Utility to a new common static libraryJocelyn Turcotte
2017-07-26AccountState: reset _waitingForNewCredentials when signin inOlivier Goffart
2017-07-25OAuth: Fix refresh of token after expirationOlivier Goffart
2017-07-13OAuth2: Have a link to the browser in the owncloud UIOlivier Goffart
2017-07-04AccountState: Add a 1-5min reconnection delay #5872Christian Kamm
2017-05-29Don't call QElapsedTimer::restart on uninitialized timerOlivier Goffart
2017-05-22Credentials: Simplify credential flow #5728Christian Kamm
2017-05-17Apply clang-formatChristian Kamm
2017-05-11Upgrade some qCDebug to qCInfo or qCWarningJocelyn Turcotte
2017-05-11Use Qt logging categories for loggingJocelyn Turcotte
2017-05-11Detect maintenance mode #4485Christian Kamm
2017-03-28AccountState: Attempt to fix a crashOlivier Goffart
2016-11-18Merge pull request #5272 from owncloud/licensefix-pendingckamm
2016-10-25Move concatUrl and settingsWithGroup to UtilityChristian Kamm
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
2016-05-31QNAM: Try to workaround missing Qt patches #4720 #3888 #4051Markus Goetz