aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: reorganizing packagesArda Serdar Pektezol2023-08-266-1783/+0
* 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-242-81/+58
* Merge branch 'main' of https://github.com/pektezol/LeastPortalsHubArda Serdar Pektezol2023-08-241-1/+1
|\
| * fix: change title handling and login not working (#49)Arda Serdar Pektezol2023-08-241-1/+1
* | refactor: move structs around for better understandingArda Serdar Pektezol2023-08-206-53/+138
|/
* refactor: changed github repo nameArda Serdar Pektezol2023-07-206-13/+13
* 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-121-0/+55
* fix: sql typoArda Serdar Pektezol2023-07-121-4/+1
* feat: is_coop field on map summaryArda Serdar Pektezol2023-07-101-2/+2
* feat: is_coop field on gamesArda Serdar Pektezol2023-07-101-2/+2
* feat: display score count and time in record response (#42)Arda Serdar Pektezol2023-07-031-4/+4
* 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-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-032-18/+18
* feat: parser for getting portal and tick count (#42)Arda Serdar Pektezol2023-07-031-1/+1
* feat: add moderator status into jwt tokenArda Serdar Pektezol2023-06-301-0/+10
* 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-291-1/+90
* feat: create map summaryArda Serdar Pektezol2023-06-291-1/+86
* feat: return back to single map summary editArda Serdar Pektezol2023-06-291-25/+20
* fix: map summary sqlArda Serdar Pektezol2023-06-291-1/+1
* feat: support for multiple route edit, image fieldArda Serdar Pektezol2023-06-291-22/+27
* feat: route id in map summary, update docsArda Serdar Pektezol2023-06-293-8/+8
* fix: record controllerArda Serdar Pektezol2023-06-291-55/+32
* feat: mod edit for map summaryArda Serdar Pektezol2023-06-281-0/+91
* feat: image field for mapsArda Serdar Pektezol2023-06-281-4/+4
* fix: remove duplicate score count in routes (#46)Arda Serdar Pektezol2023-06-201-8/+3
* feat: improved map summary response, all routes init (#43, #46)Arda Serdar Pektezol2023-06-201-34/+18
* feat: improved map summary response (#43)Arda Serdar Pektezol2023-06-181-44/+35
* fix: reorganize models (#44)Arda Serdar Pektezol2023-06-172-21/+6
* feat: search with query (#40)Arda Serdar Pektezol2023-06-171-5/+31
* feat: logout endpointArda Serdar Pektezol2023-05-061-0/+25
* doc: token endpointArda Serdar Pektezol2023-05-061-6/+6
* feat: get token endpointArda Serdar Pektezol2023-05-061-0/+24
* fix: sql typos, routing changeArda Serdar Pektezol2023-05-034-29/+29
* feat: add path request to the response with namesArda Serdar Pektezol2023-05-021-9/+17
* feat: game, chapter, map endpoints for records pageArda Serdar Pektezol2023-05-021-2/+106
* feat: set cookie and redirect after loginArda Serdar Pektezol2023-05-021-8/+10
* search endpoint init, fetch all data (#40)Arda Serdar Pektezol2023-05-011-1/+151