| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- added api to change name and password
- added api to delete user account and anonymize clicks
|
| |
|
|
|
|
|
| |
- removes "status" key from `index.php` response
- reorders `index.php` response and adds "fromanon" key to it
|
|
|
|
| |
added api for anonymous clicks
|
|
|
|
|
| |
- changed plans and simply added a variable called "fromanon" to each
team that tracks anonymous clicks
|
|
|
|
|
| |
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
|
|
|
|
|
| |
added api that returns a specific users contributed clicks and their
team
|
|
|
|
|
| |
added api that lists all users, their teams and their personal
contributed clicks.
|
|
|
|
| |
added license notices and a copy of the license
|
|
|
|
| |
added the api that increments all counters
|
|
|
|
|
| |
added tokens and forced user to join a team on account creation,
along with other minor changes
|
|
|
|
| |
added basic authentication apis
|
|
base to build this game off of
|