-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite Folder Status in qml #11491
Rewrite Folder Status in qml #11491
Conversation
TheOneRing
commented
Jan 19, 2024
•
edited
Loading
edited
8181ac0
to
e3a2213
Compare
5c85f3d
to
1ef3248
Compare
c4f8b14
to
367185b
Compare
d9db579
to
adac249
Compare
f663116
to
17b5dfb
Compare
17b5dfb
to
1eeef49
Compare
} | ||
case Columns::FolderImageUrl: | ||
if (f->accountState()->supportsSpaces()) { | ||
// TODO: the url hast random parts to enforce a reload |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the random number is a hack.
In theory, we could directly use a http url.
However, we would need to provide a new networkaccess manager as the qml context runs in a different thread.
Our current nam, used for authentication and logging, is currently not designed in a way that really supports multiple instances.
client/src/libsync/creds/httpcredentials.cpp
Line 134 in 1eeef49
AccessManager *HttpCredentials::createAM() const |
82cd20d
to
44bd88e
Compare
This prepares the work on the improved accessibility Issue: #11527