nextcloud-desktop/src/libsync
Olivier Goffart 6ae88514d8 OAuth: clear refresh token when the server claim not to support oauth
Allow upgrade path when the server removes support for oauth
Relates: https://github.com/owncloud/client/issues/5848#issuecomment-317353049

We also need to force the account to commit the config to the disk,
otherwise we may not register we are no longer using owncloud and we
risk sending the password as the token to the token refresh API call
2017-07-25 12:34:13 +02:00
..
creds OAuth: clear refresh token when the server claim not to support oauth 2017-07-25 12:34:13 +02:00
abstractnetworkjob.cpp OAuth: cleanup debug messages 2017-06-13 12:08:24 +02:00
abstractnetworkjob.h Apply clang-format 2017-05-17 12:26:27 +02:00
accessmanager.cpp AccessManager: Disable HTTP/2 without TLS 2017-07-17 08:20:17 +02:00
accessmanager.h Apply clang-format 2017-05-17 12:26:27 +02:00
account.cpp X-Request-ID: Send per request not per account #5853 2017-07-14 09:14:01 +02:00
account.h HTTP/2 Support 2017-07-17 08:20:17 +02:00
accountfwd.h License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00
asserts.h Apply clang-format 2017-05-17 12:26:27 +02:00
bandwidthmanager.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
bandwidthmanager.h Apply clang-format 2017-05-17 12:26:27 +02:00
capabilities.cpp Link shares: Add "show file listing" option #5837 2017-07-07 11:23:32 +02:00
capabilities.h Link shares: Add "show file listing" option #5837 2017-07-07 11:23:32 +02:00
checksums.cpp Compare the hash of files with identical mtime/size #5589 2017-06-15 13:54:16 +02:00
checksums.h Compare the hash of files with identical mtime/size #5589 2017-06-15 13:54:16 +02:00
clientproxy.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
clientproxy.h Apply clang-format 2017-05-17 12:26:27 +02:00
CMakeLists.txt Don't link dirrectly against openssl 2017-06-13 11:27:23 +02:00
configfile.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
configfile.h Apply clang-format 2017-05-17 12:26:27 +02:00
connectionvalidator.cpp HTTP/2 Support 2017-07-17 08:20:17 +02:00
connectionvalidator.h Credentials: Simplify credential flow #5728 2017-05-22 10:52:18 +02:00
cookiejar.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
cookiejar.h Apply clang-format 2017-05-17 12:26:27 +02:00
discoveryphase.cpp Revert "Revert "Discovery: consider also the "shared by me" as shared"" 2017-07-25 12:11:33 +02:00
discoveryphase.h Classify chunked items correctly. Issue #5850 2017-07-03 14:41:53 +02:00
excludedfiles.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
excludedfiles.h Apply clang-format 2017-05-17 12:26:27 +02:00
filesystem.cpp windows: Fix a memory leak in FileSystem::longWinPath 2017-07-24 17:54:29 +02:00
filesystem.h Apply clang-format 2017-05-17 12:26:27 +02:00
libsync.md Structure developer documentation 2015-06-29 18:43:21 +02:00
logger.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
logger.h Apply clang-format 2017-05-17 12:26:27 +02:00
networkjobs.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
networkjobs.h Apply clang-format 2017-05-17 12:26:27 +02:00
owncloudpropagator.cpp Propagator: fix a qMax which should have been a qMin 2017-07-18 08:58:07 +02:00
owncloudpropagator.h PropagateUpload: Better messaging for 507 #5537 2017-07-12 09:04:27 +02:00
owncloudpropagator_p.h Apply clang-format 2017-05-17 12:26:27 +02:00
owncloudtheme.cpp Update central.owncloud.org link 2017-06-29 17:54:42 +02:00
owncloudtheme.h Apply clang-format 2017-05-17 12:26:27 +02:00
ownsql.cpp ownsql: fix build on jenkins 2017-06-08 12:53:45 +02:00
ownsql.h Apply clang-format 2017-05-17 12:26:27 +02:00
progressdispatcher.cpp ProgressInfo: Carry a sync status 2017-07-12 09:04:27 +02:00
progressdispatcher.h IssuesWidget: Add button to retry 507 errors #5537 2017-07-12 09:04:27 +02:00
propagatedownload.cpp HTTP/2 Support 2017-07-17 08:20:17 +02:00
propagatedownload.h Compare the hash of files with identical mtime/size #5589 2017-06-15 13:54:16 +02:00
propagateremotedelete.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
propagateremotedelete.h Apply clang-format 2017-05-17 12:26:27 +02:00
propagateremotemkdir.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
propagateremotemkdir.h Apply clang-format 2017-05-17 12:26:27 +02:00
propagateremotemove.cpp Compare the hash of files with identical mtime/size #5589 2017-06-15 13:54:16 +02:00
propagateremotemove.h Apply clang-format 2017-05-17 12:26:27 +02:00
propagateupload.cpp PropagateUpload: Remove the Qt workaround against data corruption 2017-07-17 10:12:48 +02:00
propagateupload.h PropagateUpload: Remove the Qt workaround against data corruption 2017-07-17 10:12:48 +02:00
propagateuploadng.cpp PropagateUpload: Put upload error handling in one function 2017-07-12 09:04:27 +02:00
propagateuploadv1.cpp PropagateUpload: Put upload error handling in one function 2017-07-12 09:04:27 +02:00
propagatorjobs.cpp Introduce private link sharing #5023 2017-07-07 10:49:51 +02:00
propagatorjobs.h Apply clang-format 2017-05-17 12:26:27 +02:00
syncengine.cpp Don't keep the list of touched files for the whole sync 2017-07-24 17:54:29 +02:00
syncengine.h Don't keep the list of touched files for the whole sync 2017-07-24 17:54:29 +02:00
syncfileitem.h Conflicts: Detect and show in issues tab 2017-07-13 11:48:10 +02:00
syncfilestatus.cpp Revert "Revert "Discovery: consider also the "shared by me" as shared"" 2017-07-25 12:11:33 +02:00
syncfilestatus.h Revert "Revert "Discovery: consider also the "shared by me" as shared"" 2017-07-25 12:11:33 +02:00
syncfilestatustracker.cpp Revert "Revert "Discovery: consider also the "shared by me" as shared"" 2017-07-25 12:11:33 +02:00
syncfilestatustracker.h Apply clang-format 2017-05-17 12:26:27 +02:00
syncjournaldb.cpp IssuesWidget: Add button to retry 507 errors #5537 2017-07-12 09:04:27 +02:00
syncjournaldb.h IssuesWidget: Add button to retry 507 errors #5537 2017-07-12 09:04:27 +02:00
syncjournalfilerecord.cpp PropagateUpload: Better messaging for 507 #5537 2017-07-12 09:04:27 +02:00
syncjournalfilerecord.h PropagateUpload: Better messaging for 507 #5537 2017-07-12 09:04:27 +02:00
syncresult.cpp Conflicts: Detect and show in issues tab 2017-07-13 11:48:10 +02:00
syncresult.h Conflicts: Detect and show in issues tab 2017-07-13 11:48:10 +02:00
theme.cpp Don't link dirrectly against openssl 2017-06-13 11:27:23 +02:00
theme.h Authentication with OAuth2 2017-06-01 10:39:33 +02:00
utility.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
utility.h Apply clang-format 2017-05-17 12:26:27 +02:00
utility_mac.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
utility_unix.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
utility_win.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
version.h.in Reduce the amount of rebuild needed after a git commit 2015-06-17 14:32:34 +02:00