This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-21 03:39:53 +08:00
Code
Issues
Releases
Wiki
Activity
26,303
Commits
4
Branches
793
Tags
2bd2cd1d3f16cf8c4cedbb7ca2e0e23751badaaf
Commit Graph
142 Commits
Update spotlight info based on selected one
Andrei Zavatski
·
2020-02-05 12:48:29 +03:00
cb30f463fb
Merge remote-tracking branch 'refs/remotes/ppy/master' into spotlights_api
Andrei Zavatski
·
2020-02-03 19:34:35 +03:00
e531570352
Resolve possible UserVotes issues
Andrei Zavatski
·
2020-01-30 00:53:05 +03:00
d20c48d151
Add tests for CommentsPage
Andrei Zavatski
·
2020-01-29 06:44:39 +03:00
dc10e58b4f
Add mod setting (de)serialization support
smoogipoo
·
2020-01-17 13:27:47 +09:00
2bc7458abf
Remove participant count (not returned by API)
smoogipoo
·
2020-01-14 14:41:38 +09:00
33993837b7
Cleanup spotlight selection
smoogipoo
·
2020-01-14 14:01:51 +09:00
7349c023d1
Apply suggestions
Andrei Zavatski
·
2020-01-10 20:46:35 +03:00
9260ea9195
Implement GetSpotlightsRequest
Andrei Zavatski
·
2020-01-10 15:48:54 +03:00
f65f030e79
Fix unavailable replays can be accessed via leaderboard
Andrei Zavatski
·
2019-12-09 07:19:55 +03:00
69deb0ca96
Fix multiplayer aggregate score inheriting from ScoreInfo
Dean Herbert
·
2019-12-05 01:45:28 +09:00
36224dca13
Only parse statistics when not null
Dean Herbert
·
2019-12-03 16:16:46 +09:00
e2591f154b
Decouple APILegacyScoreInfo from ScoreInfo
Dean Herbert
·
2019-12-03 15:31:11 +09:00
f0d49d0cdf
Enforce expression body for typical simple ones.
Huo Yaoyuan
·
2019-11-12 19:56:37 +08:00
ca52d09e81
Apply suggested changes
Andrei Zavatski
·
2019-10-17 16:28:32 +03:00
9ee63a8c1a
Parse voted comments
Andrei Zavatski
·
2019-10-17 12:35:12 +03:00
38dcd42d08
Add support for deleted comments with message
Andrei Zavatski
·
2019-10-15 12:07:01 +03:00
96e31b9cca
Remove initial filed
Andrei Zavatski
·
2019-10-15 11:25:58 +03:00
eb5dad08aa
APICommentsController -> CommentBundle
Andrei Zavatski
·
2019-10-15 11:20:06 +03:00
3c714dc013
CI fix
Andrei Zavatski
·
2019-10-15 01:10:23 +03:00
ad32d66365
Use linq expression to count deleted comments
Andrei Zavatski
·
2019-10-15 00:55:33 +03:00
0fd6b0c852
Childs -> Children
Andrei Zavatski
·
2019-10-15 00:32:21 +03:00
09621f066e
Simplify IsTopLevel and IsDeleted properties
Andrei Zavatski
·
2019-10-15 00:26:31 +03:00
0676c880b5
CI fixes
Andrei Zavatski
·
2019-10-14 17:33:14 +03:00
d4843285db
Fix escaped html strings not being unescaped
Andrei Zavatski
·
2019-10-14 17:02:48 +03:00
a4ffd4798d
Cleanups
Andrei Zavatski
·
2019-10-14 16:43:43 +03:00
7cd3f5656d
Add DeletedChildsPlaceholder to the bottom of the comments container
Andrei Zavatski
·
2019-10-09 14:10:05 +03:00
107d39c3e9
Implement DeletedChildsPlaceholder component
Andrei Zavatski
·
2019-10-09 13:37:07 +03:00
7e3c97f496
Handle deleted comments
Andrei Zavatski
·
2019-10-09 12:18:49 +03:00
b2bd78308d
Handle edited comments
Andrei Zavatski
·
2019-10-09 11:32:17 +03:00
ad99a3236f
Implement ShowChildsButton
Andrei Zavatski
·
2019-10-09 11:07:56 +03:00
0a56b041fd
Improve message parsing
Andrei Zavatski
·
2019-10-09 10:17:14 +03:00
faef4d932d
Implement SortSelector component
Andrei Zavatski
·
2019-10-08 22:46:42 +03:00
29b0eacc82
Rename APIComments to APICommentsController
Andrei Zavatski
·
2019-10-08 19:22:23 +03:00
4230b00110
Parse parent comments
Andrei Zavatski
·
2019-10-08 19:09:02 +03:00
000e4a563c
Parse child comments
Andrei Zavatski
·
2019-10-08 15:39:03 +03:00
451a7342ce
Add a User property to the comment for easy access
Andrei Zavatski
·
2019-10-08 13:45:13 +03:00
801b5b474e
Implement temp fix to get the actual message
Andrei Zavatski
·
2019-10-08 13:31:49 +03:00
4b1a40daba
Add IsDeleted property
Andrei Zavatski
·
2019-10-07 18:45:22 +03:00
cc6bf2f173
Hook up api and implement some visual comments representation
Andrei Zavatski
·
2019-10-07 18:26:07 +03:00
aa8df0fa20
Add IsTopLevel property
Andrei Zavatski
·
2019-10-07 16:58:24 +03:00
738580ec61
Implement GetCommentsRequest
Andrei Zavatski
·
2019-10-07 16:48:05 +03:00
76db200bd3
Implement ChangelogEntryType
Andrei Zavatski
·
2019-09-19 20:34:37 +03:00
573da7b1e7
Refactor to match web implementation 1:1
Dean Herbert
·
2019-09-02 17:04:38 +09:00
d21d68b36c
Move enum to response class
Dean Herbert
·
2019-09-02 15:57:55 +09:00
0985b1679f
Merge remote-tracking branch 'upstream/master' into kudosu-info
Dean Herbert
·
2019-09-02 15:25:41 +09:00
13fadec6ec
Fix the comment
Andrei Zavatski
·
2019-08-30 10:26:11 +03:00
72dbeaec16
Move Absing from the APIKudosuHistory
Andrei Zavatski
·
2019-08-30 10:13:21 +03:00
b03b520818
Update to match api
StanR
·
2019-08-29 12:29:31 +03:00
d303083179
Merge branch 'master' into beatmapset-genre-language
StanR
·
2019-08-29 09:57:53 +03:00
3347ee8170
First
Previous
1
2
3
Next
Last