osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
GNU General Public License v3.0
8 stars 5 forks source link

Remove `system` client permission #461

Closed hburn7 closed 1 month ago

hburn7 commented 1 month ago

Removes the system client permission from the API. We no longer have a use case for it as the otr-processor has direct database access.

Fixes various warnings and removes /players GET (list functionality) as there is no longer a use case for it.

Closes #446