aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat: finalized profile scores in one array (#51)Arda Serdar Pektezol2023-08-301-78/+80
* fix: change disabled mapsArda Serdar Pektezol2023-08-301-2/+2
* fix: actually get is_coop data for the given map (#45)Arda Serdar Pektezol2023-08-301-2/+2
* docs: map leaderboards responseArda Serdar Pektezol2023-08-303-183/+162
* feat: better leaderboards response, coop additions (#45)Arda Serdar Pektezol2023-08-302-53/+79
* refactor: reorganizing packagesArda Serdar Pektezol2023-08-2610-60/+59
* docs: profile improvement swagger (#51)Arda Serdar Pektezol2023-08-254-52/+319
* feat: better score handling in profiles (#51)Arda Serdar Pektezol2023-08-251-27/+147
* feat: profile cleanup before rework (#51)Arda Serdar Pektezol2023-08-241-47/+12
* fix: mod flag for easy check (#49)Arda Serdar Pektezol2023-08-246-89/+95
* Merge branch 'main' of https://github.com/pektezol/LeastPortalsHubArda Serdar Pektezol2023-08-242-2/+2
|\
| * fix: change title handling and login not working (#49)Arda Serdar Pektezol2023-08-242-2/+2
* | refactor: move structs around for better understandingArda Serdar Pektezol2023-08-2012-564/+560
* | fix: change map history from timestamp to dateArda Serdar Pektezol2023-08-202-262/+262
|/
* docs: update license name in disclaimerArda Serdar Pektezol2023-08-071-1/+1
* refactor: changed github repo nameArda Serdar Pektezol2023-07-2012-25/+25
* docs: relicense to AGPLv3Arda Serdar Pektezol2023-07-201-1/+1
* docs: relicense to AGPLv3Arda Serdar Pektezol2023-07-201-295/+617
* docs: shoutout nekzArda Serdar Pektezol2023-07-201-3/+4
* fix: change web titleArda Serdar Pektezol2023-07-201-1/+1
* feat: about pageArda Serdar Pektezol2023-07-203-1/+51
* 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