ToasterTheBrot
ToasterTheBrot
If you for example upload 50 lbp2 levels, you wont be able to upload any levels on lbp1. Idk if this counts for lbp3 and vita.
Forgot to mention before: this closes issue #674
An enhancement idea I had where, for games which don't support reviews (like LBP1), users can review a level by writing a comment under that level and prefixing their comment's...
This is a refactor which removes `GameLevelCategory`, `GameUserCategory`, their equivalent game and API serialization classes and makes all category classes directly extend `GameCategory`. De-duplicating category code, especially for the API...
It would be very useful if, atleast in-game, the user could include parameters like for example `-notitle` and `-nodescription` in their search queries to filter out levels which contain the...
Implements the ability to have the server read and return the contents of a `ChallengeConfig.xml` file from the working directory to the game if requested. If no config file is...
Playlist creation requests from both LBP1 and 3 are now rate-limited to discourage spamming empty unedited playlists, which has already happened multiple times since Patchwork 1.3 released, so it might...
Closes #951. Progress for pins which should not be split across game and platform (e.g. LBP.me pins) can now be stored as one relation (instead of two with differing `IsGame`...
Some people like to upload footage of themselves completing a level, especially if it's about completing or acing a hard level, or just speedrunning a level or getting the highest...
Some example endpoint routes: ``` GET /playlists/id/{id} POST /playlists/new or just /playlists to create a new playlist PATCH /playlists/id/{id} to update a playlist's metadata DELETE /playlists/id/{id} POST /playlists/id/{id}/add/level/{id} POST /playlists/id/{id}/add/playlist/{id}...