aboutsummaryrefslogtreecommitdiff
path: root/backend (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: unique relation for map history and routesArda Serdar Pektezol2023-07-123-4/+6
* feat: is_coop field on map summaryArda Serdar Pektezol2023-07-102-2/+3
* feat: is_coop field on gamesArda Serdar Pektezol2023-07-104-7/+9
* feat: add chapter numbers in namesArda Serdar Pektezol2023-07-031-16/+16
* feat: display score count and time in record response (#42)Arda Serdar Pektezol2023-07-032-4/+9
* docs: refactor docsArda Serdar Pektezol2023-07-036-152/+152
* 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-032-11/+15
* 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-032-18/+18
* feat: parser for getting portal and tick count (#42)Arda Serdar Pektezol2023-07-032-4/+39
* feat: add moderator status into jwt tokenArda Serdar Pektezol2023-06-301-0/+10
* fix: remove middleware for unneeded routesArda Serdar Pektezol2023-06-291-3/+3
* docs: add jwt token requirementsArda Serdar Pektezol2023-06-291-0/+3
* docs: fix delete map summaryArda Serdar Pektezol2023-06-291-1/+1
* feat: delete map summaryArda Serdar Pektezol2023-06-292-1/+94
* feat: create map summaryArda Serdar Pektezol2023-06-292-1/+87
* feat: return back to single map summary editArda Serdar Pektezol2023-06-292-36/+28
* fix: map summary sqlArda Serdar Pektezol2023-06-291-1/+1
* feat: support for multiple route edit, image fieldArda Serdar Pektezol2023-06-292-22/+32
* feat: route id in map summary, update docsArda Serdar Pektezol2023-06-294-8/+9
* fix: auth sql typoArda Serdar Pektezol2023-06-291-1/+1
* fix: record controllerArda Serdar Pektezol2023-06-293-57/+41
* feat: mod edit for map summaryArda Serdar Pektezol2023-06-285-5/+127
* feat: image field for mapsArda Serdar Pektezol2023-06-282-4/+5
* feat: parser for cm portal & tick counting (#42)Arda Serdar Pektezol2023-06-201-0/+1
* fix: remove duplicate score count in routes (#46)Arda Serdar Pektezol2023-06-202-9/+3
* feat: improved map summary response, all routes init (#43, #46)Arda Serdar Pektezol2023-06-205-303/+570
* feat: improved map summary response (#43)Arda Serdar Pektezol2023-06-183-62/+59
* feat: map routes table (#1)Arda Serdar Pektezol2023-06-171-13/+12
* fix: reorganize models (#44)Arda Serdar Pektezol2023-06-175-108/+94
* feat: search with query (#40)Arda Serdar Pektezol2023-06-172-6/+32
* feat: logout endpointArda Serdar Pektezol2023-05-062-0/+26
* doc: token endpointArda Serdar Pektezol2023-05-061-6/+6
* feat: get token endpointArda Serdar Pektezol2023-05-062-0/+25
* fix: sql typos, routing changeArda Serdar Pektezol2023-05-036-32/+32
* feat: add path request to the response with namesArda Serdar Pektezol2023-05-022-15/+31
* feat: game, chapter, map endpoints for records pageArda Serdar Pektezol2023-05-023-2/+126
* feat: set cookie and redirect after loginArda Serdar Pektezol2023-05-021-8/+10
* search endpoint init, fetch all data (#40)Arda Serdar Pektezol2023-05-013-1/+163
* doc: update history model (#38)Arda Serdar Pektezol2023-04-241-1/+1
* feat: map summary history done (#38)Arda Serdar Pektezol2023-04-242-14/+40
* feat: history data from lp sheet portedArda Serdar Pektezol2023-04-242-3/+280
* fix: able to have null first completionist (#38)Arda Serdar Pektezol2023-04-241-1/+1
* feat: change username to user_nameArda Serdar Pektezol2023-04-246-13/+13
* feat: db transaction for record submission (#33)Arda Serdar Pektezol2023-04-241-5/+17