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-06-09 08:13:51 +08:00
Code
Issues
Releases
Wiki
Activity
5,404
Commits
4
Branches
802
Tags
312fd16631559871a425888834c60de79c6e5c2e
Commit Graph
60 Commits
Ruleset filtering
DrabWeb
·
2017-06-07 11:00:05 -03:00
312fd16631
Request sorting, fix VS Code's "refactoring"
DrabWeb
·
2017-06-07 10:40:18 -03:00
f7f4f5e155
Merge
https://github.com/ppy/osu
into osu-direct-search
DrabWeb
·
2017-06-07 09:56:13 -03:00
8006fab3c7
CI Fixes
Dean Herbert
·
2017-06-07 20:16:34 +09:00
94c961ddb8
Add very temporary data source for social browser
Dean Herbert
·
2017-06-07 20:05:43 +09:00
6a12173175
Rank status filtering
DrabWeb
·
2017-05-28 02:43:37 -03:00
95cfce2950
Basic searching in osu!direct, move BeatmapSetOnlineInfo covers into their own class
DrabWeb
·
2017-05-28 02:26:25 -03:00
8745948a01
More missed exceptions.
Huo Yaoyuan
·
2017-05-18 02:46:12 +08:00
88f8619e9a
Use string.Join in GetMessagesRequest.
Huo Yaoyuan
·
2017-05-18 02:40:33 +08:00
e2b1fcc088
Update API endpoint
Dean Herbert
·
2017-05-16 21:37:55 +09:00
5a9745b492
Fix typo
Dean Herbert
·
2017-05-16 20:08:22 +09:00
041d4f93c0
Better handling of logged in state
Dean Herbert
·
2017-05-16 19:55:45 +09:00
23807aa3b9
Ensure LocalUser is never null
Dean Herbert
·
2017-05-16 19:49:50 +09:00
2384f7b0c1
Fix typo
Dean Herbert
·
2017-05-11 19:49:28 +09:00
c3d2cdd2f2
Add thread-safety on access token validation logic.
Dean Herbert
·
2017-05-11 19:39:01 +09:00
4e881644f6
Fix refresh tokens not working correctly
Turns out there's plenty of slashes in refresh tokens.
Dean Herbert
·
2017-05-11 19:38:57 +09:00
7d221802a2
fix typo
Jorolf
·
2017-04-30 14:45:23 +02:00
6b08f485b4
Last CI fix.
Dean Herbert
·
2017-04-24 20:22:04 +09:00
9ecfb4e4bf
CI fixes
Dean Herbert
·
2017-04-24 20:16:41 +09:00
9670ea9a2a
Fix typo.
Dean Herbert
·
2017-04-24 19:33:48 +09:00
8b048a6706
Add beatmap metrics lookup.
Dean Herbert
·
2017-04-24 19:17:11 +09:00
e1a2f1bc7a
Merge branch 'master' into chat-post-support
Dan Balasescu
·
2017-04-19 21:29:07 +09:00
7475b39dc1
Add chat sending support.
Dean Herbert
·
2017-04-19 18:46:52 +09:00
3129708ccb
Bring API request structure up-to-date.
Dean Herbert
·
2017-04-19 16:05:06 +09:00
83fa143e17
Mode -> Ruleset.
Dean Herbert
·
2017-04-18 16:05:58 +09:00
fbd26a1d5e
Combine user models.
Dean Herbert
·
2017-03-28 00:08:24 +09:00
039f4a65dc
Fix username being cleared when it shouldn't be.
Dean Herbert
·
2017-03-28 00:08:22 +09:00
55df07a872
Move ScoreProcessor and Score to Scoring/.
smoogipooo
·
2017-03-24 09:51:52 +09:00
2074812f46
Enforce readonly private members where possible.
Dean Herbert
·
2017-03-23 13:50:08 +09:00
54e1b24fe9
More resilient API cancel/fail logic.
Dean Herbert
·
2017-03-15 20:08:12 +09:00
2b82f256d2
Add cancellation support for API requests.
Dean Herbert
·
2017-03-15 18:07:26 +09:00
1855f48997
Styling fixes.
Dean Herbert
·
2017-03-15 17:50:52 +09:00
08e93275fa
Rename incorrect class file.
Dean Herbert
·
2017-03-15 14:37:29 +09:00
e3e19a156c
Add GetScoresRequest API methods.
Dean Herbert
·
2017-03-15 14:06:05 +09:00
8f5d262f30
Fix warnings not covered by resharper locally.
Dean Herbert
·
2017-03-09 16:07:34 +09:00
dad6060149
Reduce error count.
Dean Herbert
·
2017-03-09 14:24:16 +09:00
da751804b6
Fix most warnings.
Dean Herbert
·
2017-03-07 13:05:57 +09:00
0cad5d7d41
Fix some license headers.
Dean Herbert
·
2017-03-02 18:45:20 +09:00
4163569e57
Remove unnecessary using statements
Thomas Müller
·
2017-02-23 21:38:10 +01:00
a5dfa7ab06
Fix API coming online too early in race scenarios.
Dean Herbert
·
2017-02-22 14:09:48 +09:00
d00ea4564f
Warning Fixes
Andrey Zavadskiy
·
2017-02-09 16:18:08 +03:00
e06aa44c4c
Fix a potential crash due to API being too eager to declare online state.
Dean Herbert
·
2017-02-07 20:29:40 +09:00
5757f844bf
Naming standardisation and enforcing.
Dean Herbert
·
2017-02-07 16:20:36 +09:00
6b011a50d2
Update and standardise license headers.
Dean Herbert
·
2017-02-07 14:27:41 +09:00
50bd80cb0c
Add missing licence headers.
Dean Herbert
·
2016-12-06 19:07:15 +09:00
f356640cb7
Add proper user data retrieval on connect.
Dean Herbert
·
2016-12-01 16:44:24 +09:00
6ccce88a0e
Add logout button and check for inputs before allowing login.
Dean Herbert
·
2016-11-30 19:43:03 +09:00
ed879f33df
Thread safety, username saving correctly etc.
Dean Herbert
·
2016-11-30 19:22:36 +09:00
01dc7cb5c2
Update client id/secret and bring API endpoints up-to-date.
Dean Herbert
·
2016-11-30 18:30:24 +09:00
3fa80d2376
Add basic login flow.
Dean Herbert
·
2016-11-30 18:30:15 +09:00
11f726ad45
First
Previous
1
2
Next
Last