aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* quick link fixNidboj1322023-07-121-1/+1
* Merge branch 'main' of https://github.com/pektezol/LeastPortalsNidboj1322023-07-1226-1113/+2623
|\
| * fix: 0 score count / showcase not required (#47)Arda Serdar Pektezol2023-07-124-10/+4
| * fix: sql typo for edit map summary (#48)Arda Serdar Pektezol2023-07-121-1/+1
| * fix: logic error on editing map summary (#48)Arda Serdar Pektezol2023-07-121-3/+9
| * feat: edit map imageArda Serdar Pektezol2023-07-126-3/+328
| * fix: turn back to serialsArda Serdar Pektezol2023-07-121-6/+6
| * fix: sql typoArda Serdar Pektezol2023-07-121-4/+1
| * feat: delete map summary routeArda Serdar Pektezol2023-07-121-0/+1
| * 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-039-304/+304
| * 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-034-0/+20
| * fix: sql typo record controllerArda Serdar Pektezol2023-07-031-1/+1
| * docs: update swaggerArda Serdar Pektezol2023-07-035-37/+26
| * docs: add github sponsorship buttonArda Serdar Pektezol2023-07-031-0/+1
| * docs: update readmeArda Serdar Pektezol2023-07-031-3/+31
| * 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-294-0/+60
| * docs: fix delete map summaryArda Serdar Pektezol2023-06-294-4/+142
| * docs: updated for add/edit/delete map summaryArda Serdar Pektezol2023-06-293-26/+232
| * 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-295-83/+88
| * feat: route id in map summary, update docsArda Serdar Pektezol2023-06-297-8/+33
| * fix: auth sql typoArda Serdar Pektezol2023-06-291-1/+1
| * fix: record controllerArda Serdar Pektezol2023-06-296-137/+269
| * 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-205-17/+3
| * docs: map summary response (#46)Arda Serdar Pektezol2023-06-203-24/+16
| * 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-186-250/+207
| * feat: map routes table (#1)Arda Serdar Pektezol2023-06-171-13/+12
| * fix: reorganize models (#44)Arda Serdar Pektezol2023-06-175-108/+94
| * Merge branch 'main' of https://github.com/pektezol/LeastPortalsArda Serdar Pektezol2023-06-173-28/+14
| |\
| * | feat: search with query (#40)Arda Serdar Pektezol2023-06-175-9/+56