about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAge
* getChallengesEmile2019-11-07
|
* moved the getChallenges functionEmile2019-11-04
|
* register api endpoints templateEmile2019-11-04
|
* companion api endpoints templateEmile2019-11-04
|
* correct errorEmile2019-10-26
|
* one value instead of twoEmile2019-10-26
|
* fixed errorsEmile2019-10-26
|
* prepared statements in dbGetChallengeByUUID and dbDeleteChallengeByUUIDEmile2019-10-26
|
* prepared statements in dbEditChallengeUUIDEmile2019-10-26
|
* selecting all challenge namesEmile2019-10-26
| | | | previously, just challenges with 200 points
* added the access-controll-allow-origin header to the response of the ↵Emile2019-10-23
| | | | getChallenges endpoint
* uuidsEmile2019-10-21
|
* correct databaseEmile2019-10-21
|
* handle errorsEmile2019-10-21
|
* create table if not exist yet functionEmile2019-10-21
|
* database connectionEmile2019-10-21
|
* ln → fEmile2019-10-21
|
* revertEmile2019-10-21
|
* updated the database nameEmile2019-10-21
|
* moved the go module filesEmile2019-10-20
|
* fixed the edit function + error handlingEmile2019-10-20
|
* delete functionEmile2019-10-20
|
* delete challenge functionEmile2019-10-20
|
* editSelect endpointEmile2019-10-20
| | | | this endpoint is similar to the view endpoint, but contains an edit button next to the challenges
* stripped challenge for the getChallenges endpointEmile2019-10-20
|
* redirect after creating a challengeEmile2019-10-20
|
* getChallenges endpointEmile2019-10-20
|
* dont need to hand over global varsEmile2019-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
|
* implemented dbGetChallengeByUUID functionEmile2019-10-19
|
* removed debug printsEmile2019-10-19
|
* edit challenge endpointsEmile2019-10-19
|
* edit challenge functionEmile2019-10-19
|
* more uuidsEmile2019-10-19
|
* uuid fooEmile2019-10-19
|
* using uuidsEmile2019-10-19
|
* landing pageEmile2019-10-19
|
* correctly parsing the http form creating the new challengeEmile2019-10-19
|
* implemented the dbNewChallenge functionEmile2019-10-19
|
* implemented the create HTTP POST endpointEmile2019-10-19
|
* added the newChallenge function signatureEmile2019-10-19
|
* function commentEmile2019-10-19
|
* cleaned stuffEmile2019-10-19
|
* updated the struct fields to exported fieldsEmile2019-10-19
|
* view all challenges in the databaseEmile2019-10-19
|
* exporting the struct fields for templatingEmile2019-10-19
|
* challenge structEmile2019-10-19
|
* setting up the database connection correctlyEmile2019-10-19
|