| Commit message (Expand) | Author | Age |
* | moved the go module files | Emile | 2019-10-20 |
* | fixed the edit function + error handling | Emile | 2019-10-20 |
* | delete function | Emile | 2019-10-20 |
* | delete challenge function | Emile | 2019-10-20 |
* | editSelect endpoint | Emile | 2019-10-20 |
* | stripped challenge for the getChallenges endpoint | Emile | 2019-10-20 |
* | redirect after creating a challenge | Emile | 2019-10-20 |
* | getChallenges endpoint | Emile | 2019-10-20 |
* | dont need to hand over global vars | Emile | 2019-10-20 |
* | consistet naming for the db functions | Emile | 2019-10-20 |
* | added a redirect after a challenge has been edited to /edit | Emile | 2019-10-19 |
* | using the dbGetChallengeByUUID function | Emile | 2019-10-19 |
* | implemented dbGetChallengeByUUID function | Emile | 2019-10-19 |
* | removed debug prints | Emile | 2019-10-19 |
* | edit challenge endpoints | Emile | 2019-10-19 |
* | edit challenge function | Emile | 2019-10-19 |
* | more uuids | Emile | 2019-10-19 |
* | uuid foo | Emile | 2019-10-19 |
* | using uuids | Emile | 2019-10-19 |
* | landing page | Emile | 2019-10-19 |
* | correctly parsing the http form creating the new challenge | Emile | 2019-10-19 |
* | implemented the dbNewChallenge function | Emile | 2019-10-19 |
* | implemented the create HTTP POST endpoint | Emile | 2019-10-19 |
* | added the newChallenge function signature | Emile | 2019-10-19 |
* | function comment | Emile | 2019-10-19 |
* | cleaned stuff | Emile | 2019-10-19 |
* | updated the struct fields to exported fields | Emile | 2019-10-19 |
* | view all challenges in the database | Emile | 2019-10-19 |
* | exporting the struct fields for templating | Emile | 2019-10-19 |
* | challenge struct | Emile | 2019-10-19 |
* | setting up the database connection correctly | Emile | 2019-10-19 |
* | printing all the challenge names | Emile | 2019-10-19 |
* | getAllChallenges function | Emile | 2019-10-19 |
* | basic database connection | Emile | 2019-10-18 |
* | outsourced the creation of the database connection | Emile | 2019-10-18 |
* | added some endpoints | Emile | 2019-10-18 |
* | basic setup | Emile | 2019-10-18 |