about summary refs log tree commit diff
path: root/src/http.go
Commit message (Collapse)AuthorAge
* added the access-controll-allow-origin header to the response of the ↵Emile2019-10-23
| | | | getChallenges endpoint
* ln → fEmile2019-10-21
|
* fixed the edit function + error handlingEmile2019-10-20
|
* delete functionEmile2019-10-20
|
* editSelect endpointEmile2019-10-20
| | | | this endpoint is similar to the view endpoint, but contains an edit button next to the challenges
* redirect after creating a challengeEmile2019-10-20
|
* getChallenges endpointEmile2019-10-20
|
* consistet naming for the db functionsEmile2019-10-20
|
* added a redirect after a challenge has been edited to /editEmile2019-10-19
|
* using the dbGetChallengeByUUID functionEmile2019-10-19
|
* edit challenge endpointsEmile2019-10-19
|
* uuid fooEmile2019-10-19
|
* landing pageEmile2019-10-19
|
* correctly parsing the http form creating the new challengeEmile2019-10-19
|
* implemented the create HTTP POST endpointEmile2019-10-19
|
* function commentEmile2019-10-19
|
* cleaned stuffEmile2019-10-19
|
* view all challenges in the databaseEmile2019-10-19
|
* printing all the challenge namesEmile2019-10-19
|
* added some endpointsEmile2019-10-18
|
* basic setupEmile2019-10-18