aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers/map.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* backend: order map routesArda Serdar Pektezol2024-10-301-1/+1
* refactor: proper game/map orderingArda Serdar Pektezol2024-09-151-4/+4
* refactor: move backend entry, rename moduleArda Serdar Pektezol2024-09-101-2/+3
* feat: return categoryportals in gameid/maps endpoint (#191)Arda Serdar Pektezol2024-07-141-6/+91
* feat: return portal counts for each cat in chapter select (#175)Arda Serdar Pektezol2024-07-101-7/+49
* feat: return portal count from games and chapter map select (#155)Arda Serdar Pektezol2024-07-051-2/+40
* feat: update map tables db schema (#157)Arda Serdar Pektezol2024-07-041-6/+5
* fix: fetchmaps image sqlArda Serdar Pektezol2024-04-251-1/+1
* fix: sql typo in fetchmapsArda Serdar Pektezol2024-04-251-1/+1
* feat: add images to game/chapter/map select (#151)Arda Serdar Pektezol2024-02-141-8/+8
* fix: discussions logic cleanup, docs title changes (#142)Arda Serdar Pektezol2023-12-221-2/+2
* fix is_disabled ambiguity (#124)Arda Serdar Pektezol2023-10-291-1/+1
* feat: add is_disabled to chapters itself (#112)Arda Serdar Pektezol2023-10-101-2/+2
* feat: new endpoint for getting every map for a game (#114)Arda Serdar Pektezol2023-10-091-0/+40
* feat: add is_disabled to chapters maps (#112)Arda Serdar Pektezol2023-10-091-2/+2
* feat: add is_deleted data to map summary (#109)Arda Serdar Pektezol2023-09-281-2/+2
* feat: completed profile rankings (#51)Arda Serdar Pektezol2023-09-251-0/+2
* feat: removing (by flag) records (#56)Arda Serdar Pektezol2023-09-241-4/+4
* feat: discussions (#59)Arda Serdar Pektezol2023-09-221-19/+16
* fix: change all status codes to 200 (#66)Arda Serdar Pektezol2023-09-221-23/+23
* feat: completion count on summary for each cm entry (#63)Arda Serdar Pektezol2023-09-221-0/+22
* fix: page number error on empty records (#62)Arda Serdar Pektezol2023-09-221-20/+26
* fix: leaderboards tie check, ordering (#60)Arda Serdar Pektezol2023-09-221-4/+6
* fix: change default page size to 20Arda Serdar Pektezol2023-09-181-3/+3
* feat: pagination for map leaderboardsArda Serdar Pektezol2023-09-181-13/+50
* fix: imrpoved user models on responsesArda Serdar Pektezol2023-09-021-24/+18
* fix: actually get is_coop data for the given map (#45)Arda Serdar Pektezol2023-08-301-2/+2
* feat: better leaderboards response, coop additions (#45)Arda Serdar Pektezol2023-08-301-25/+79
* refactor: reorganizing packagesArda Serdar Pektezol2023-08-261-0/+314