Add load state API endpoint
[gamestick-pjgsapi.git] / src /
2024-10-19 Christian WeiskeAdd load state API endpoint
2024-10-19 Christian WeiskeAdd save-state API endpoint
2024-10-16 Christian WeiskeAdd top50 leaderboard list v0.4.0
2024-10-16 Christian WeiskeImplement leaderboard save score API endpoint
2024-10-07 Christian WeiskeList game-specific achievements (game startup)
2024-10-07 Christian WeiskeList latest achievements for each game (profile view)
2024-10-07 Christian WeiskeMove common error checks into ApiResponses
2024-10-07 Christian WeiskeReturn latest achievement in profile info
2024-10-07 Christian WeiskeAllow NULL game id in achievements
2024-10-07 Christian WeiskeStore achievements in the database
2024-10-07 Christian WeiskeUse datetime without timezone for mysql
2024-10-03 Christian WeiskeAllow using a MariaDB database with PHP PDO DSN configu...
2024-08-02 Christian WeiskeSplit gamestick table into gamesticks and users, adjust...
2024-07-26 Christian WeiskeAllow null values for updated_at
2024-04-29 Christian WeiskeAdd updated_at column to accounts
2023-06-12 Christian WeiskeSupport png avatars
2023-06-04 Christian WeiskeAdd setupcheck script
2023-05-25 Christian WeiskePlayer profile API works
2023-05-24 Christian WeiskeUnstyled browser-based activation process
2023-05-22 Christian WeiskeVerify session ID; introduce player profile database