smoogipoo
|
db78b95228
|
Remove duplicated api request
|
2020-02-21 19:27:25 +09:00 |
|
smoogipoo
|
957b33b141
|
Fix included comment properties not being set correctly
|
2020-02-21 19:27:17 +09:00 |
|
smoogipoo
|
41c6d2f2e7
|
Merge remote-tracking branch 'origin/master' into subcomments-alter-new
|
2020-02-21 17:02:58 +09:00 |
|
smoogipoo
|
37e295e4be
|
Refactor orphaning to better follow osu-web specification
|
2020-02-21 17:02:48 +09:00 |
|
Dean Herbert
|
5c16dbbea9
|
Merge pull request #7919 from smoogipoo/null-leaderboard-position
Support null leaderboard position
|
2020-02-20 16:27:24 +09:00 |
|
Dan Balasescu
|
474d0635cf
|
Merge pull request #7913 from TheWildTree/highlight-full-combo
Highlight max combo on beatmap leaderboards
|
2020-02-20 14:53:55 +09:00 |
|
smoogipoo
|
1a689231c2
|
Support null leaderboard position
|
2020-02-20 14:51:25 +09:00 |
|
Andrei Zavatski
|
7550685a61
|
DrawableErrorHandler -> NotFoundDrawable
|
2020-02-20 02:43:13 +03:00 |
|
TheWildTree
|
23c9782f50
|
Add maxCombo to APIBeatmap
|
2020-02-19 17:58:41 +01:00 |
|
Andrei Zavatski
|
255c8d3a13
|
Adjust SearchBeatmapSetsRequest for new usage
|
2020-02-19 17:33:48 +03:00 |
|
Andrei Zavatski
|
01202f09be
|
Expand SearchBeatmapSetsResponse
|
2020-02-19 17:32:43 +03:00 |
|
Andrei Zavatski
|
3bf3becdd6
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into subcomments-alter-new
|
2020-02-18 13:27:08 +03:00 |
|
Andrei Zavatski
|
7cb11be810
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into subcomments-alter-new
|
2020-02-14 20:55:51 +03:00 |
|
recapitalverb
|
7866c26f95
|
Make OsuConfigManager instances readonly
|
2020-02-14 22:18:56 +07:00 |
|
recapitalverb
|
2bd2cd1d3f
|
Use OsuConfigManager from ctor instead
|
2020-02-14 21:59:33 +07:00 |
|
recapitalverb
|
a7c2fd078f
|
Fix remaining cases
|
2020-02-14 20:27:21 +07:00 |
|
Dean Herbert
|
76cfe1f42c
|
Merge branch 'master' into online-container
|
2020-02-14 15:18:27 +09:00 |
|
Andrei Zavatski
|
5201c1c87b
|
Use new algorithm for comments tree creation
|
2020-02-13 02:21:13 +03:00 |
|
Andrei Zavatski
|
26afe0f31e
|
Add ability to load long comment trees in CommentsContainer
|
2020-02-10 15:43:11 +03:00 |
|
Andrei Zavatski
|
cb30f463fb
|
Update spotlight info based on selected one
|
2020-02-05 12:48:29 +03:00 |
|
Andrei Zavatski
|
37992e99f9
|
API implementation
|
2020-02-04 16:04:06 +03:00 |
|
Andrei Zavatski
|
e531570352
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into spotlights_api
|
2020-02-03 19:34:35 +03:00 |
|
Andrei Zavatski
|
d20c48d151
|
Resolve possible UserVotes issues
|
2020-01-30 00:53:05 +03:00 |
|
Andrei Zavatski
|
dc10e58b4f
|
Add tests for CommentsPage
|
2020-01-29 06:44:39 +03:00 |
|
Dean Herbert
|
cbba708931
|
Merge branch 'master' into online-mod-settings
|
2020-01-22 22:15:41 +09:00 |
|
smoogipoo
|
03b61e4a5a
|
Throw exception rather than returning nulls
|
2020-01-22 20:00:36 +09:00 |
|
Lucas A
|
0422b326ad
|
Add visual tests
|
2020-01-17 18:54:00 +01:00 |
|
smoogipoo
|
2187523bf3
|
Fix json web requests having incorrect user agents
|
2020-01-17 19:21:27 +09:00 |
|
smoogipoo
|
2bc7458abf
|
Add mod setting (de)serialization support
|
2020-01-17 13:27:47 +09:00 |
|
Dean Herbert
|
0d8b4e7c3e
|
Fix user agent missing in registration
|
2020-01-16 12:51:43 +09:00 |
|
smoogipoo
|
33993837b7
|
Remove participant count (not returned by API)
|
2020-01-14 14:41:38 +09:00 |
|
smoogipoo
|
7349c023d1
|
Cleanup spotlight selection
|
2020-01-14 14:01:51 +09:00 |
|
Dean Herbert
|
4ef30f6a05
|
Merge branch 'master' into spotlights_api
|
2020-01-13 12:36:13 +08:00 |
|
Craftplacer
|
7aac6deb71
|
Merge branch 'master' into api-chat-read
|
2020-01-11 19:18:50 +01:00 |
|
Andrei Zavatski
|
9260ea9195
|
Apply suggestions
|
2020-01-10 20:46:35 +03:00 |
|
Andrei Zavatski
|
08fb68ddfe
|
Fix incorrect return type for spotlight request
|
2020-01-10 16:28:52 +03:00 |
|
Andrei Zavatski
|
f65f030e79
|
Implement GetSpotlightsRequest
|
2020-01-10 15:48:54 +03:00 |
|
Craftplacer
|
8dbddfab55
|
Add HTTP method
|
2020-01-04 00:45:51 +01:00 |
|
Craftplacer
|
9b95ce1045
|
Change wrong values used to form target URL
Dumb mistake by me, C# used ToString() on these objects.
|
2020-01-04 00:45:02 +01:00 |
|
Craftplacer
|
51556a809d
|
Fix variables not being used inside target string
|
2020-01-02 17:20:33 +01:00 |
|
Craftplacer
|
7b71e56817
|
Initial commit
|
2020-01-02 17:07:28 +01:00 |
|
Roman Kapustin
|
e8bcb52612
|
Set UserAgent for API requests
|
2019-12-28 18:07:55 +03:00 |
|
Dean Herbert
|
756d847ad8
|
Fix user not getting an initial status
|
2019-12-18 14:07:03 +09:00 |
|
Huo Yaoyuan
|
61a6106e52
|
CA2200: don't explictly throw caught exception.
|
2019-12-17 13:00:23 +08:00 |
|
Huo Yaoyuan
|
d7b3578cc6
|
CA2201: throw correct exception type.
|
2019-12-17 13:00:02 +08:00 |
|
Dan Balasescu
|
e288706802
|
Merge branch 'master' into rankings-overlay-refactor
|
2019-12-11 19:09:29 +09:00 |
|
Andrei Zavatski
|
69deb0ca96
|
Fix unavailable replays can be accessed via leaderboard
|
2019-12-09 07:19:55 +03:00 |
|
Andrei Zavatski
|
22863da360
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into rankings-overlay-refactor
|
2019-12-05 09:29:37 +03:00 |
|
Dean Herbert
|
de413418c7
|
Remove redundant prefix
|
2019-12-05 14:50:12 +09:00 |
|
Dean Herbert
|
6e9157d59c
|
Standardise request/response handling
|
2019-12-05 14:29:48 +09:00 |
|