Skip to content
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

Merged
merged 2 commits into from
Mar 15, 2024
Merged

Rewrite Folder Status in qml #11491

merged 2 commits into from
Mar 15, 2024

Conversation

TheOneRing
Copy link
Member

@TheOneRing TheOneRing commented Jan 19, 2024

image
image

@TheOneRing TheOneRing marked this pull request as draft January 19, 2024 15:18
@TheOneRing TheOneRing linked an issue Feb 13, 2024 that may be closed by this pull request
2 tasks
@TheOneRing TheOneRing force-pushed the work/selecitve_sync branch 6 times, most recently from 8181ac0 to e3a2213 Compare February 21, 2024 08:30
@TheOneRing TheOneRing force-pushed the work/selecitve_sync branch 2 times, most recently from 5c85f3d to 1ef3248 Compare February 23, 2024 15:07
@TheOneRing TheOneRing force-pushed the work/selecitve_sync branch 5 times, most recently from c4f8b14 to 367185b Compare March 12, 2024 11:11
@TheOneRing TheOneRing force-pushed the work/selecitve_sync branch 4 times, most recently from d9db579 to adac249 Compare March 13, 2024 13:32
@TheOneRing TheOneRing force-pushed the work/selecitve_sync branch 6 times, most recently from f663116 to 17b5dfb Compare March 14, 2024 16:15
@TheOneRing TheOneRing changed the title Wip: Remove selective sync from status view Remove selective sync from status view Mar 14, 2024
@TheOneRing TheOneRing requested a review from erikjv March 14, 2024 16:19
@TheOneRing TheOneRing marked this pull request as ready for review March 14, 2024 16:19
@TheOneRing TheOneRing changed the title Remove selective sync from status view Rewrite Folder Status in qml Mar 14, 2024
}
case Columns::FolderImageUrl:
if (f->accountState()->supportsSpaces()) {
// TODO: the url hast random parts to enforce a reload
Copy link
Member Author

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.

AccessManager *HttpCredentials::createAM() const

@TheOneRing TheOneRing force-pushed the work/selecitve_sync branch 4 times, most recently from 82cd20d to 44bd88e Compare March 15, 2024 11:07
This prepares the work on the improved accessibility

Issue: #11527
@TheOneRing TheOneRing merged commit a6dfc80 into master Mar 15, 2024
6 of 7 checks passed
@delete-merged-branch delete-merged-branch bot deleted the work/selecitve_sync branch March 15, 2024 14:29
@saw-jan
Copy link
Member

saw-jan commented Mar 28, 2024

Tested with ownCloud 6.0.0.13589-daily20240328 [32670a] on Linux (Ubuntu22.04)

Screenshot from 2024-03-28 14-52-35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants