Bartłomiej Dach
|
0f0dd58b69
|
Fix differential submission process crashing when no files have changed
Closes https://github.com/ppy/osu/issues/32247.
|
2025-03-06 09:45:44 +01:00 |
|
Bartłomiej Dach
|
0312467c88
|
Fix hash comparison being case sensitive when choosing files for partial beatmap submission
Noticed when investigating https://github.com/ppy/osu/issues/32059, and
also a likely cause for user reports like
https://discord.com/channels/188630481301012481/1097318920991559880/1342962553101357066.
Honestly I have no solid defence, Your Honour. I guess this just must
not have been tested on the client side, only relied on server-side
testing.
|
2025-02-24 12:30:37 +01:00 |
|
Bartłomiej Dach
|
687c9d6e17
|
Send "notify on discussion replies" setting value in beatmap creation request
|
2025-02-19 12:45:37 +01:00 |
|
Bartłomiej Dach
|
b3aba537b5
|
Add missing early return
As spotted in testing with production. Would cause submission to proceed
even if the export did, with an empty archive.
|
2025-02-18 11:35:29 +01:00 |
|
Dean Herbert
|
b8e33a28d2
|
Minor code refactors
|
2025-02-10 17:41:38 +09:00 |
|
Bartłomiej Dach
|
45259b374a
|
Remove unused using
|
2025-02-10 09:09:43 +01:00 |
|
Bartłomiej Dach
|
895493877c
|
Allow performing beatmap reload after submission from song select
|
2025-02-10 09:03:40 +01:00 |
|
Dean Herbert
|
eae1ea7e32
|
Adjust animations and induce some short delays to make things more graceful
|
2025-02-10 15:23:25 +09:00 |
|
Dean Herbert
|
930aaecd7f
|
Fix back button displaying before it should
|
2025-02-10 15:22:31 +09:00 |
|
Dean Herbert
|
7853456c06
|
Add delay before browser displays beatmap
|
2025-02-10 15:12:59 +09:00 |
|
Bartłomiej Dach
|
64f0d234d8
|
Fix exiting being eternally blocked after successful beatmap submission
|
2025-02-07 15:37:27 +01:00 |
|
Dean Herbert
|
753eae426d
|
Update strings
|
2025-02-07 18:42:41 +09:00 |
|
Dean Herbert
|
783ef00785
|
Change BeatmapSubmissionScreen to use global back button instead of custom implementation
|
2025-02-07 18:34:48 +09:00 |
|
Dean Herbert
|
95967a2fde
|
Adjust beatmap stream creation to make a bit more sense
|
2025-02-07 18:17:49 +09:00 |
|
Dean Herbert
|
12881f3f36
|
Don't show informational screens for subsequent submissions
These are historically only presented to the user when uploading a new
beatmap for the first time.
|
2025-02-07 18:06:31 +09:00 |
|
Dean Herbert
|
46290ae76b
|
Disallow changing beatmap / ruleset while submitting beatmap
|
2025-02-07 18:05:47 +09:00 |
|
Dean Herbert
|
6335228fb0
|
Merge branch 'master' into bss/the-actual-submission
|
2025-02-07 17:44:48 +09:00 |
|
Dean Herbert
|
41c8f64806
|
Simplify naming of endpoints
|
2025-02-07 17:33:32 +09:00 |
|
Bartłomiej Dach
|
78e85dc2c7
|
Add beatmap submission support
|
2025-02-05 14:01:37 +01:00 |
|
Bartłomiej Dach
|
fff99a8b40
|
Implement special exporter intended specifically for submission flows
|
2025-02-05 14:01:37 +01:00 |
|
Bartłomiej Dach
|
7d299bb2ad
|
Expose EndpointConfiguration directly in IAPIAccess
|
2025-02-05 13:31:37 +01:00 |
|
Bartłomiej Dach
|
092b953dca
|
Implement visual component for displaying submission progress
|
2025-02-05 13:31:35 +01:00 |
|
Bartłomiej Dach
|
4dd4e52e6d
|
Implement visual appearance of beatmap submission wizard
|
2025-02-04 09:06:33 +01:00 |
|