aboutsummaryrefslogtreecommitdiff
path: root/backend
Commit message (Collapse)AuthorAgeFilesLines
* account apishitlerrip11 days2-0/+148
| | | | | - added api to change name and password - added api to delete user account and anonymize clicks
* fix typohitlerrip11 days1-2/+2
|
* minor api changeshitlerrip11 days1-4/+4
| | | | | - removes "status" key from `index.php` response - reorders `index.php` response and adds "fromanon" key to it
* anon clickshitlerrip11 days2-1/+63
| | | | added api for anonymous clicks
* anon clickshitlerrip11 days1-2/+2
| | | | | - changed plans and simply added a variable called "fromanon" to each team that tracks anonymous clicks
* info apihitlerrip2025-07-301-0/+47
| | | | | added info api, similar to contrib api, that returns information about a user based on their token. this is required for how i want to build the frontend
* contirb apihitlerrip2025-07-291-0/+47
| | | | | added api that returns a specific users contributed clicks and their team
* rank apihitlerrip2025-07-291-0/+36
| | | | | added api that lists all users, their teams and their personal contributed clicks.
* licensehitlerrip2025-07-294-0/+24
| | | | added license notices and a copy of the license
* click apihitlerrip2025-07-291-0/+62
| | | | added the api that increments all counters
* proper authhitlerrip2025-07-293-17/+63
| | | | | added tokens and forced user to join a team on account creation, along with other minor changes
* basic authhitlerrip2025-07-292-0/+95
| | | | added basic authentication apis
* inithitlerrip2025-07-292-0/+27
base to build this game off of