osu/osu.Game/Online/API
Dean Herbert 6001f7e5c7 Rename "dummy" local user to something more descriptive
This created weird cases in logs which are very hard to understand. The
one which really got me was this:

```
[runtime] 2023-08-13 07:48:27 [verbose]: Invalidating working beatmap cache for unknown artist - unknown title (Dummy)
```

Which looks like a dummy working beatmap was invalidated, but it turns
out that's just the local user which was populated when creating a new
local beatmap.
2023-08-16 13:52:27 +09:00
..
Requests Automated pass 2023-06-24 01:00:03 +09:00
APIAccess.cs Expose currently selected language from IAPIProvider 2023-06-08 02:59:34 +03:00
APIDownloadRequest.cs
APIException.cs Fix remaining obvious CI inspections 2023-06-24 16:07:01 +02:00
APIMessagesRequest.cs Automated pass 2023-06-24 01:00:03 +09:00
APIMod.cs
APIRequest.cs Supply Accept-Language header in API requests 2023-06-08 02:59:34 +03:00
APIRequestCompletionState.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
ArchiveDownloadRequest.cs
DummyAPIAccess.cs Rename "dummy" local user to something more descriptive 2023-08-16 13:52:27 +09:00
IAPIProvider.cs Expose currently selected language from IAPIProvider 2023-06-08 02:59:34 +03:00
ModSettingsDictionaryFormatter.cs Automated pass 2023-06-24 01:00:03 +09:00
OAuth.cs
OAuthToken.cs
OsuJsonWebRequest.cs Automated pass 2023-06-24 01:00:03 +09:00
OsuWebRequest.cs Automated pass 2023-06-24 01:00:03 +09:00
RegistrationRequest.cs Add API level support for error message and redirect during registration flow 2023-01-13 15:32:53 +09:00