Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
httpsgithu
/
client
Public
forked from
owncloud/client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
client
src
libsync
abstractnetworkjob.cpp
on
master
User selector
All users
All time
Commit history
Commits on Nov 25, 2021
Use some more std::chrono
TheOneRing
committed
fcf065a
View commit details
Copy full SHA for fcf065a
View code at this point
Browse repository at this point
Use std::chrono for timeouts
TheOneRing
committed
a9cf7ed
View commit details
Copy full SHA for a9cf7ed
View code at this point
Browse repository at this point
Commits on Oct 27, 2021
Fix warnings for using deprecated Qt API
Show description for 1f7d178
erikjv
authored and
TheOneRing
committed
1f7d178
View commit details
Copy full SHA for 1f7d178
View code at this point
Browse repository at this point
Commits on Aug 27, 2021
Handle issue
TheOneRing
committed
c4eb565
View commit details
Copy full SHA for c4eb565
View code at this point
Browse repository at this point
Commits on Aug 24, 2021
Handle timeout during token refresh
TheOneRing
committed
43148d0
View commit details
Copy full SHA for 43148d0
View code at this point
Browse repository at this point
Commits on Aug 18, 2021
Don't start connection validation during authentication
TheOneRing
committed
f8ce9cb
View commit details
Copy full SHA for f8ce9cb
View code at this point
Browse repository at this point
Commits on Aug 12, 2021
Don't forget oauth token if refresh failed due to network issues (#8892)
Show description for 13c40c1
TheOneRing
authored
13c40c1
View commit details
Copy full SHA for 13c40c1
View code at this point
Browse repository at this point
Commits on Jun 29, 2021
Improved string replacement in a more efficient way
alexeylysenko
authored and
TheOneRing
committed
0433ff7
View commit details
Copy full SHA for 0433ff7
View code at this point
Browse repository at this point
Commits on May 26, 2021
Improve job logging
TheOneRing
committed
81c78fd
View commit details
Copy full SHA for 81c78fd
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
Introduce X-Original-Request-ID
Show description for 529325b
TheOneRing
committed
529325b
View commit details
Copy full SHA for 529325b
View code at this point
Browse repository at this point
Commits on Apr 19, 2021
Const reference
TheOneRing
committed
9fd94b7
View commit details
Copy full SHA for 9fd94b7
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
Remove assert in makeAccountUrl
Show description for 4649683
TheOneRing
committed
4649683
View commit details
Copy full SHA for 4649683
View code at this point
Browse repository at this point
Commits on Feb 26, 2021
Add assert to ensure we used _remotePath as base
TheOneRing
committed
d7df7c2
View commit details
Copy full SHA for d7df7c2
View code at this point
Browse repository at this point
Commits on Jan 13, 2021
Move needsRetry to AbstractNetworkJob
TheOneRing
committed
c51d569
View commit details
Copy full SHA for c51d569
View code at this point
Browse repository at this point
Implement dedicated JobQueue
TheOneRing
committed
8bc0b57
View commit details
Copy full SHA for 8bc0b57
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Disable retry on redirect for now
TheOneRing
committed
6e7bbd0
View commit details
Copy full SHA for 6e7bbd0
View code at this point
Browse repository at this point
Ignore RedirectionTargetAttribute if we are a OC-Connection-Validator job
TheOneRing
committed
9930f2d
View commit details
Copy full SHA for 9930f2d
View code at this point
Browse repository at this point
Run the CheckServer job before starting oauth
TheOneRing
committed
d2a7580
View commit details
Copy full SHA for d2a7580
View code at this point
Browse repository at this point
Only ask for url updates with permanent redirects
TheOneRing
committed
952a567
View commit details
Copy full SHA for 952a567
View code at this point
Browse repository at this point
Retry redirected jobs
TheOneRing
committed
3ea0fde
View commit details
Copy full SHA for 3ea0fde
View code at this point
Browse repository at this point
Seperate server check from auth check
TheOneRing
committed
48ebe9d
View commit details
Copy full SHA for 48ebe9d
View code at this point
Browse repository at this point
Don't follow redirects besides in the connection validator
TheOneRing
committed
aa1c0ab
View commit details
Copy full SHA for aa1c0ab
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
Use time the request was send,..
Show description for d713106
TheOneRing
committed
d713106
View commit details
Copy full SHA for d713106
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
Use stict QStrings for libsync
TheOneRing
committed
de99ba4
View commit details
Copy full SHA for de99ba4
View code at this point
Browse repository at this point
Commits on Jul 15, 2020
Fix assert overload, not supported by msvc
Show description for cbcaeb9
TheOneRing
committed
cbcaeb9
View commit details
Copy full SHA for cbcaeb9
View code at this point
Browse repository at this point
Commits on Jun 9, 2020
Log HTTP requests and responses
Show description for 7fea44a
TheOneRing
committed
7fea44a
View commit details
Copy full SHA for 7fea44a
View code at this point
Browse repository at this point
Commits on Mar 31, 2020
Oauth: Mark fetchWellKnown job as authentication job
TheOneRing
committed
20fbaf8
View commit details
Copy full SHA for 20fbaf8
View code at this point
Browse repository at this point
Commits on Feb 10, 2020
Run clang-tidy check for modernize-use-nullptr
ogoffart
committed
fc69d52
View commit details
Copy full SHA for fc69d52
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
[OAuth] Improve logging
TheOneRing
committed
9339685
View commit details
Copy full SHA for 9339685
View code at this point
Browse repository at this point
[OAuth] Fix lock
TheOneRing
committed
c0b3e6d
View commit details
Copy full SHA for c0b3e6d
View code at this point
Browse repository at this point
[OAuth] Fix lock
TheOneRing
committed
8202eb9
View commit details
Copy full SHA for 8202eb9
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Http2: Resend requests on ContentReSend error #7174
Show description for 98ba64e
ckamm
committed
98ba64e
View commit details
Copy full SHA for 98ba64e
View code at this point
Browse repository at this point
Commits on May 15, 2019
OAuth2: Better error logging
Show description for dc2a37e
guruz
committed
dc2a37e
View commit details
Copy full SHA for dc2a37e
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
Account: Fix crash when deleting an account
Show description for 93d3d04
ogoffart
committed
93d3d04
View commit details
Copy full SHA for 93d3d04
View code at this point
Browse repository at this point
Commits on Oct 19, 2018
OAuth2: Refresh the token without aborting the sync
Show description for e0963ab
ogoffart
committed
e0963ab
View commit details
Copy full SHA for e0963ab
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.