osu/osu.Game/Online
Bartłomiej Dach 99d5ff9efb
Switch download requests to new API endpoint
This API endpoint is intended for usage with the entire `solo_scores`
machinery and ID schema, rather than the legacy `*_scores_high` ID
schema. It also supports automagically falling back to downloading
legacy replays if a stable-imported score is requested for download
(internally this happens via `legacy_score_id` in the `data` json).

This change will allow replays to be downloaded, but it will still not
yield 100% correct behaviour, as there is further work to be done in
that respect. The download tracker is expecting score hashes to arrive
from web to verify the integrity of the incoming download, but the API
does not expose such a facility right now; we will have to decide as to
whether we want to add one web-side, or whether we want to disable the
checking client-side.
2023-08-28 13:50:52 +02:00
..
API Switch download requests to new API endpoint 2023-08-28 13:50:52 +02:00
Chat Make highlight messages important in order to trigger window flash 2023-08-22 09:01:32 +02:00
Leaderboards Add common `Export` string and use in editor 2023-07-23 14:03:50 +09:00
Metadata
Multiplayer Change default availability in `MultiplayerRoomUser` to `Unknown` 2023-06-28 16:38:20 +09:00
Notifications
Placeholders Automated pass 2023-06-24 01:00:03 +09:00
Rooms Bring realm library up-to-date 2023-07-06 13:37:43 +09:00
Solo Automated pass 2023-06-24 01:00:03 +09:00
Spectator Make `ScoreInfo.BeatmapInfo` nullable 2023-07-04 14:50:34 +09:00
BeatmapDownloadTracker.cs Bring realm library up-to-date 2023-07-06 13:37:43 +09:00
DevelopmentEndpointConfiguration.cs Automated pass 2023-06-24 01:00:03 +09:00
DownloadState.cs
DownloadTracker.cs
EndpointConfiguration.cs
ExperimentalEndpointConfiguration.cs
HubClient.cs
HubClientConnector.cs
IHubClientConnector.cs
ILinkHandler.cs
OnlineViewContainer.cs
PersistentEndpointClient.cs
PersistentEndpointClientConnector.cs
PollingComponent.cs
ProductionEndpointConfiguration.cs
ScoreDownloadTracker.cs Bring realm library up-to-date 2023-07-06 13:37:43 +09:00
SignalRDerivedTypeWorkaroundJsonConverter.cs
SignalRUnionWorkaroundResolver.cs
SignalRWorkaroundTypes.cs Automated pass 2023-06-24 01:00:03 +09:00