Bartłomiej Dach
|
1e634d9db0
|
Adjust user beatmap sections on profile overlay to match web
|
2021-07-20 21:55:17 +02:00 |
|
Joseph Madamba
|
3e74d61dab
|
Add best count from api
|
2021-05-02 13:33:25 -07:00 |
|
Joseph Madamba
|
59cb5f4679
|
Get recent count from api instead
|
2021-05-02 13:33:25 -07:00 |
|
Joehu
|
e31d583a7f
|
Add comments count to user profile overlay
|
2021-03-21 11:16:59 -07:00 |
|
Joehu
|
393f1fbd3f
|
Remove skype
|
2021-03-15 10:07:50 -07:00 |
|
Salman Ahmed
|
2609b22d53
|
Replace usage of CurrentModeRank in line with API change
|
2021-03-01 23:07:25 +03:00 |
|
Salman Ahmed
|
5b4999e8af
|
Update user statistics retrieval with API changes
|
2021-02-16 07:33:13 +03:00 |
|
Salman Ahmed
|
d15ffff9a5
|
Simplifiy user statistics retrieval to one-time on deserialization
|
2021-02-16 04:48:36 +03:00 |
|
Salman Ahmed
|
62514f23b5
|
Remove unnecessary json settings override
|
2021-02-16 04:48:36 +03:00 |
|
Salman Ahmed
|
1466f36649
|
Improve documentation on Statistics
|
2021-02-16 04:48:36 +03:00 |
|
Salman Ahmed
|
a1496cd8f3
|
Remove necessity of using CurrentModeRank as a fallback
|
2021-02-16 04:48:36 +03:00 |
|
Salman Ahmed
|
cca1bac67d
|
Pass empty user statistics for consistency
Realized `Statistics` was never giving null user statistics, so decided to pass an empty one here as well.
|
2021-02-08 22:00:52 +03:00 |
|
Salman Ahmed
|
bebff61a9d
|
Add method for retrieving condensed user statistics
|
2021-02-08 21:25:50 +03:00 |
|
Andrei Zavatski
|
966440f109
|
Add MappingFollowerCount field to User
|
2021-01-21 22:02:19 +03:00 |
|
Andrei Zavatski
|
f753f138c6
|
Add counter to most played beatmaps section in user overlay
|
2020-11-12 03:11:29 +03:00 |
|
kamp
|
4303a24a6f
|
Replace rankHistory in JsonProperty with rank_history
|
2020-11-10 00:53:24 +01:00 |
|
Dean Herbert
|
1e1569eb53
|
Use int instead of long for user_id fields for now
|
2020-11-06 12:59:46 +09:00 |
|
Dean Herbert
|
703f58bb2f
|
Remove last.fm support
Has been broken for ages, and their service isn't really something
people use these days.
|
2020-10-16 11:54:11 +09:00 |
|
Dean Herbert
|
c18248c827
|
Fix crash caused by user json order changing
|
2020-04-02 18:46:09 +09:00 |
|
Andrei Zavatski
|
4ac740b12b
|
Remove APIFriend
|
2020-03-17 08:51:54 +03:00 |
|
smoogipoo
|
ffa8a50c6b
|
Make User IEquatable
|
2020-02-27 19:21:59 +09:00 |
|
Andrei Zavatski
|
2d1afb66fb
|
Add history counts to user api
|
2020-02-07 16:21:47 +03:00 |
|
Dean Herbert
|
2f5b27e97c
|
Make user bindables readonly
|
2019-12-18 14:07:12 +09:00 |
|
Andrei Zavatski
|
023892738a
|
Integration into overlay
|
2019-12-17 12:36:44 +03:00 |
|
Huo Yaoyuan
|
ca52d09e81
|
Enforce expression body for typical simple ones.
|
2019-11-12 19:56:37 +08:00 |
|
Andrei Zavatski
|
94eacbca5d
|
Fix Bot users have all the profile sections in ProfileOverlay
|
2019-09-27 09:22:25 +03:00 |
|
Dan Balasescu
|
9c43021c28
|
Merge branch 'master' into previous-usernames
|
2019-08-13 14:21:44 +09:00 |
|
Dean Herbert
|
6d5a7041fd
|
Move system user colour assignment to ensure consistency
|
2019-08-08 17:10:06 +09:00 |
|
Andrei Zavatski
|
d693a54c84
|
Move RankHistoryData to User Statistics
|
2019-08-04 14:35:26 +03:00 |
|
Andrei Zavatski
|
d558758000
|
Add PreviousUsernames field to the User
|
2019-08-01 19:14:07 +03:00 |
|
Dean Herbert
|
f175f597e7
|
Update follower count API source
|
2019-07-18 14:05:57 +09:00 |
|
Andrei Zavatski
|
03d560ed41
|
Initial implementation
|
2019-06-18 19:13:21 +03:00 |
|
Dean Herbert
|
f358fce9ab
|
Move activity (writable) bindable to APIAccess so it correctly transfers between users
|
2019-06-12 18:04:57 +09:00 |
|
Lucas A
|
b216635488
|
Added UserActivity class holding information about the current activity for the local user
|
2019-05-05 20:07:55 +02:00 |
|
smoogipoo
|
e3d463a141
|
Formatting fixes
|
2019-03-06 19:26:48 +09:00 |
|
smoogipoo
|
ee1f9d4981
|
Merge remote-tracking branch 'origin/master' into profile-header-update
# Conflicts:
# osu-resources
# osu.Game/Overlays/Profile/Components/GradeBadge.cs
# osu.Game/Overlays/Profile/Header/BadgeContainer.cs
# osu.Game/Overlays/Profile/Header/RankGraph.cs
# osu.Game/Overlays/Profile/Header/SupporterIcon.cs
# osu.Game/Overlays/Profile/ProfileHeader.cs
|
2019-03-06 15:53:30 +09:00 |
|
Dean Herbert
|
42be7857d1
|
Use expression body for property get/set where possible
|
2019-02-28 13:58:19 +09:00 |
|
smoogipoo
|
d8c55bc729
|
Adjust namespaces
|
2019-02-21 19:05:52 +09:00 |
|
jorolf
|
54d8e4043f
|
Merge branch 'master' of git://github.com/ppy/osu into profile-header-update
|
2019-01-27 23:32:48 +01:00 |
|
Dean Herbert
|
8617aaa2a7
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
|
jorolf
|
8bab87c072
|
update resources and remove unused usings
|
2019-01-04 23:09:21 +01:00 |
|
jorolf
|
a33a1458a5
|
update design and make play styles an enum
|
2019-01-04 22:52:00 +01:00 |
|
jorolf
|
b4fa2d9049
|
WIP
|
2018-12-22 16:51:24 +01:00 |
|
Dean Herbert
|
716eee9a5c
|
Fix last visit not supporting null values
Can now be null if a user chooses to hide their online status
|
2018-10-05 00:25:40 +09:00 |
|
Dean Herbert
|
d801ce7afb
|
Merge pull request #3318 from cl8n/update-user-api
Update LastVisit JSON property name
|
2018-10-04 13:56:37 +09:00 |
|
Dean Herbert
|
4341d258af
|
Make readonly instead
|
2018-09-13 14:03:21 +09:00 |
|
Dean Herbert
|
0be3ba946f
|
Fix system user attempting to show in profile overlay
|
2018-09-13 13:40:46 +09:00 |
|
clayton
|
e1f01d6f73
|
Update LastVisit JSON property name
|
2018-08-25 20:31:33 -07:00 |
|
HoutarouOreki
|
10aae3b0ee
|
Remove age from User class
|
2018-07-09 10:33:46 +02:00 |
|
tgi74000
|
64709da546
|
Update profile header to osu-web changes
|
2018-04-19 14:46:42 +02:00 |
|