Josh
Josh
This follows the same specification as the real game where users can delete their own comments and profile and level owners can delete any comment on their profile or level....
Adding pagination would allow more content to be available on the same page and make the layout more structured instead of some levels having 30 reviews and the photos being...
This would be useful for cases where FTP isn't a viable option like in JavaScript. For my use case, I can read a large file from the web server using...
This adds a new string to the RegistrationTokens table that requires the user to register with the pre-selected username. In the wise words of Micky Mouse, "It's a surprise tool...
Website recent activity still needs to be done, ideally, once #839 has been merged. ## Todos - [x] Cleanup code and remove debug logging - [ ] Test at a...
This PR is a refactor of the digest middleware. The new version makes it much less dependent on hardcoded endpoints and the digests in the config. Now the hardcoded behavior...
# This could be a breaking change for some installations If you rely on a symbolic link or a manual copy operation to put website files in the data directory...
This PR turns the major sections of profiles and levels on the website into their own pages that are loaded through iFrames to allow the website to mimic responsiveness. This...
For mobile users, there should be an option to manually copy the 2FA secret because you can't scan the QR code.
In my testing, I was attempting to trigger a workflow when a new registry package was published. No matter what I tried though the webhook would never trigger. After some...