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
For web UI, motivation was mostly performance in the frontend. Seems backend performance and the plenty useless 404’s in the logs is just a cosmetic issue, not a real problem.
The server has a capability to indicate that profile pictures (avatars)
are not available. Previously, the client would try to fetch them no
matter what, and even retry when the server responded with a 404. Now
we take the server capability into account, and do not try to fetch
those when not available.
Fixes: #8758
The server has a capability to indicate that profile pictures (avatars)
are not available. Previously, the client would try to fetch them no
matter what, and even retry when the server responded with a 404. Now
we take the server capability into account, and do not try to fetch
those when not available.
Fixes: #8758
The server has a capability to indicate that profile pictures (avatars)
are not available. Previously, the client would try to fetch them no
matter what, and even retry when the server responded with a 404. Now
we take the server capability into account, and do not try to fetch
those when not available.
Fixes: #8758
There’s a new capability for Avatar support:
For web UI, motivation was mostly performance in the frontend. Seems backend performance and the plenty useless 404’s in the logs is just a cosmetic issue, not a real problem.
Capabilities: https://github.com/owncloud/client/blob/2.9/src/libsync/capabilities.cpp
AvatarJob: https://github.com/owncloud/client/blob/2.9/src/libsync/networkjobs.cpp#L583
Avatar jobs are started in two places once, in the connection validator https://github.com/owncloud/client/blob/2.9/src/gui/connectionvalidator.cpp#L290 and https://github.com/owncloud/client/blob/2.9/src/src/gui/shareusergroupwidget.cpp#L468
The connection validator is the critical one:
TODO:
The text was updated successfully, but these errors were encountered: