aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers/recordController.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* docs: refactor docsArda Serdar Pektezol2023-07-031-22/+22
* fix: save uploaded demos as .dem in order for parser to work (#42)Arda Serdar Pektezol2023-07-031-4/+4
* fix: cleanup post record, uuid file saving, defer file delete (#42)Arda Serdar Pektezol2023-07-031-4/+4
* fix: parser actually works now (#42)Arda Serdar Pektezol2023-07-031-5/+8
* fix: change demo save locationArda Serdar Pektezol2023-07-031-4/+4
* fix: change demo save locationArda Serdar Pektezol2023-07-031-4/+4
* docs: add missing field to post recordArda Serdar Pektezol2023-07-031-0/+1
* fix: sql typo record controllerArda Serdar Pektezol2023-07-031-1/+1
* docs: update swaggerArda Serdar Pektezol2023-07-031-3/+3
* feat: parser for getting portal and tick count (#42)Arda Serdar Pektezol2023-07-031-1/+1
* feat: route id in map summary, update docsArda Serdar Pektezol2023-06-291-3/+2
* fix: record controllerArda Serdar Pektezol2023-06-291-55/+32
* fix: sql typos, routing changeArda Serdar Pektezol2023-05-031-6/+6
* feat: db transaction for record submission (#33)Arda Serdar Pektezol2023-04-241-5/+17
* fix: adjust record submission (#38)Arda Serdar Pektezol2023-04-241-17/+20
* doc: change route nameArda Serdar Pektezol2023-04-241-1/+1
* doc: fix demo download uuid from path to queryArda Serdar Pektezol2023-04-241-1/+1
* doc: added tagsArda Serdar Pektezol2023-04-211-0/+2
* doc: add auth header fields (#34)Arda Serdar Pektezol2023-04-211-0/+1
* doc: complete rest of swagger implementation, change rankings response (#34)Arda Serdar Pektezol2023-04-191-0/+23
* added delete demo from drive, also delete if an error is encountered while su...Arda Serdar Pektezol2023-01-171-6/+15
* also update maps table when a new world record is achievedArda Serdar Pektezol2023-01-151-1/+19
* check if map is disabled or notArda Serdar Pektezol2023-01-151-2/+7
* delete demo after serving it from local (#24)Arda Serdar Pektezol2023-01-141-0/+1
* upload record fix, download demo success (#24)Arda Serdar Pektezol2023-01-141-4/+46
* record submission looks like its working! (#23, #20)Arda Serdar Pektezol2023-01-141-44/+96
* demo to google drive is worknig properly (#20)Arda Serdar Pektezol2023-01-121-0/+126