Commit Graph

445 Commits

Author SHA1 Message Date
9669c5aee3 Make locally used things local and rename method. 2018-03-06 09:33:15 +05:30
2e535afb84 Remove redundant subsection title.
- Also handle opening UserProfile in LinkFlowContainer similar to how
beatmaps and channels are handled
2018-02-28 15:25:29 +05:30
62913163e0 Fix long recent activity text overlapping timestamp.
- Also remove unnecessary fallback from absolute URL helper
2018-02-27 21:21:53 +05:30
a77d1eedae Fix achievements parsing and add badges to recent activity. 2018-02-26 13:08:12 +05:30
a20e4bc2c3 Fix typos and missing fields in JSON mappings. 2018-02-26 11:46:16 +05:30
5724618b2a Add license headers and sanitise open profile argument. 2018-02-26 09:58:11 +05:30
1ad45b0941 R# fixes. 2018-02-26 01:21:31 +05:30
75fdca928e Handle links correctly and don't re-open profile if the user is same. 2018-02-26 01:21:29 +05:30
bb40919f9c Add link handling to recent activities.
- Add a show user action to link handling
2018-02-26 01:21:27 +05:30
7e4bd36391 Create drawable and add response to profile.
- Add missing JSON fields to response model
- Add missing enum value
2018-02-26 01:21:24 +05:30
e3a1b07172 Create API request and reponse model. 2018-02-26 01:21:16 +05:30
b500b76407 Merge branch 'master' into update-branch 2018-02-08 23:35:48 +09:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
af86220dcc Merge remote-tracking branch 'origin/master' into update-branch 2018-01-05 12:08:50 +09:00
5eb2dc3d64 Cleanup some possible CI errors
Not sure why these aren't being detected on master right now - they should be...
2018-01-05 01:20:24 +09:00
7a793eaded Merge master into netstandard 2017-12-27 20:48:53 +09:00
3c1654e5e4 Fix many instances of non-osu-prefixed text classes being used
Results in incorrect default formatting.
2017-12-26 00:44:35 +09:00
7d8fb12332 DrawableScore -> DrawableProfileScore
Discern between the other class of the same name
2017-12-11 12:51:02 +09:00
0c2158ccbd Improve display of beatmap thumbnails 2017-12-11 12:47:31 +09:00
98ce856de1 Use more sensible names for classes and methods
Adds xmldoc in places too.
2017-12-11 12:33:34 +09:00
0ec10ba32d CI fixes 2017-11-30 00:11:00 +09:00
7f068c0c68 correct string mistake 2017-11-27 21:13:01 +01:00
70b6071898 add license header 2017-11-26 22:13:52 +01:00
4c68090e59 separate GetUserBeatmapsRequest and GetUserMostPlayedBeatmapsRequest 2017-11-26 22:06:03 +01:00
02fa1f9dd6 move shared stuff between MostPlayedBeatmapDrawable and DrawableScore to DrawableBeatmapRow 2017-11-26 21:52:35 +01:00
a1cc18f98c Merge branch 'master' into most-played-beatmaps-section 2017-11-24 22:51:11 +01:00
38f5c55f80 Remove not-accessed field 2017-11-23 18:11:35 +09:00
30db2ce18a Rename KudosuValue to count and remove pointless local storage 2017-11-23 17:37:02 +09:00
6d9951d9af Use FillFlow rather than manually specifying positions 2017-11-23 17:32:41 +09:00
2ff21bbc6c Move descriptions to constructor 2017-11-23 17:29:20 +09:00
9d481eba96 Merge branch 'master' into kudosu-section 2017-11-23 17:19:42 +09:00
22348a3d67 Merge branch 'master' of git://github.com/ppy/osu into most-played-beatmaps-section 2017-11-22 21:14:11 +01:00
66c51c7b44 cleanup 2017-11-19 14:33:50 +01:00
4281d76bcf historical section now shows the most played beatmaps 2017-11-19 14:19:05 +01:00
1f379cab8f move BeatmapMetadataContainer to a separate class 2017-11-19 14:17:14 +01:00
9aaefb5e97 same for PaginatedScoreContainer 2017-11-18 20:09:31 +01:00
4264641303 fix missing text appearing when request returns nothing but beatmaps are already there 2017-11-18 18:27:30 +01:00
2ff88c86ea CI fixes 2017-11-18 18:53:21 +03:00
915ccf3c84 Fix some layout issues 2017-11-18 18:41:00 +03:00
87f1368869 Add KudosuInfo container in the kudosu section 2017-11-18 18:19:35 +03:00
f912744acc Fix sizing of ModIcon 2017-11-16 00:15:27 +09:00
8688afecde Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap_scores 2017-11-14 20:13:07 +03:00
4b9edc4645 Merge branch 'master' into profile_beatmaps 2017-11-14 20:27:17 +09:00
44671ad9cb Move common width definition to base class 2017-11-14 19:03:50 +09:00
f96f7e696d Tidy up variables a bit 2017-11-14 18:53:09 +09:00
160b988735 Reduce number of rqeuests to display beatmaps in profile
Comes at the cost of losing some information which should be loaded. This will be fixed at the osu-web end.
2017-11-14 18:51:41 +09:00
08ce2705c6 Add pending and graveyarded beatmapsets to profile page 2017-11-14 08:26:44 +03:00
d157e6baf1 Merge remote-tracking branch 'refs/remotes/ppy/master' into beatmap_scores 2017-11-13 16:02:44 +03:00
0168b7eb88 Merge remote-tracking branch 'upstream/master' into profile-overlay-visual 2017-11-13 21:21:57 +09:00
5bf756c3c6 Add DrawableTopScore 2017-11-11 06:54:52 +03:00