aboutsummaryrefslogtreecommitdiff
path: root/backend/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: return portal counts for each cat in chapter select (#175)Arda Serdar Pektezol2024-07-101-0/+9
|
* feat: return portal count from games and chapter map select (#155)Arda Serdar Pektezol2024-07-051-8/+16
|
* feat: add images to game/chapter/map select (#151)Arda Serdar Pektezol2024-02-141-0/+3
|
* fix: getplayersummaries cant unmarshal when player is in game (#131)Arda Serdar Pektezol2023-11-071-21/+4
|
* feat: add is_disabled to chapters itself (#112)Arda Serdar Pektezol2023-10-101-2/+3
| | | Former-commit-id: 86a6b1564e835d6c637144bf313a9cdec2fc4207
* feat: add is_disabled to chapters maps (#112)Arda Serdar Pektezol2023-10-091-2/+3
| | | Former-commit-id: 89a0cb3ddd290f9274eeca68ea9d1ed21d978296
* feat: add is_deleted data to map summary (#109)Arda Serdar Pektezol2023-09-281-0/+1
| | | Former-commit-id: de8434e14fc35df28e2cc5ed0c4f31bfa741c7d6
* feat: completed profile rankings (#51)Arda Serdar Pektezol2023-09-251-3/+4
| | | Former-commit-id: a2ef452a32803181f6937f08840e5f0e55ed6403
* feat: completion count on summary for each cm entry (#63)Arda Serdar Pektezol2023-09-221-6/+7
| | | Former-commit-id: 38779e7cbddb7e850a5f4a56565938b3dcb14857
* feat: pagination for map leaderboardsArda Serdar Pektezol2023-09-181-0/+7
| | | Former-commit-id: 0a38362eadcf1c1ecf5ae29d5a58a015abfd54ee
* fix: imrpoved user models on responsesArda Serdar Pektezol2023-09-021-3/+8
| | | Former-commit-id: 3aeb7e76928081664f33a4012bd1d84c81eef77c
* feat: better leaderboards response, coop additions (#45)Arda Serdar Pektezol2023-08-301-28/+0
| | | Former-commit-id: 3a4a8af14d054512204b5ca4c25a6603ec94773e
* fix: mod flag for easy check (#49)Arda Serdar Pektezol2023-08-241-1/+13
| | | Former-commit-id: 06ee23ee9659834252d3cb5c3c255797e9f93b62
* refactor: move structs around for better understandingArda Serdar Pektezol2023-08-203-103/+14
| | | Former-commit-id: 0030a6b0c7b228772d8e27f5722ee6de1718786b
* fix: 0 score count / showcase not required (#47)Arda Serdar Pektezol2023-07-121-4/+4
| | | Former-commit-id: 2a1cea87348e0af8d97512a46093bd38768257ef
* feat: edit map imageArda Serdar Pektezol2023-07-121-0/+4
| | | Former-commit-id: 288e6772dda69a9543a01db85069c95476addd4e
* feat: is_coop field on map summaryArda Serdar Pektezol2023-07-101-0/+1
| | | Former-commit-id: f780291d97e9df9f0d0743b06cedae7345308887
* feat: is_coop field on gamesArda Serdar Pektezol2023-07-101-2/+3
| | | Former-commit-id: bf3a5a262557ade646ce8e59db152be8c521ac06
* feat: display score count and time in record response (#42)Arda Serdar Pektezol2023-07-031-0/+5
| | | Former-commit-id: f123f9383519780a6e6d0f6828332635b93bad82
* feat: delete map summaryArda Serdar Pektezol2023-06-291-0/+4
| | | Former-commit-id: bd5bc84fc142f44bfa3c1c1ddc35e435a3f816bf
* feat: return back to single map summary editArda Serdar Pektezol2023-06-291-11/+8
| | | Former-commit-id: 853dd376267ea63e67b1e4e7041f4c5c5f1be380
* feat: support for multiple route edit, image fieldArda Serdar Pektezol2023-06-291-0/+5
| | | Former-commit-id: 3820c1363ece1c6616ec0297e44de851bae410af
* feat: route id in map summary, update docsArda Serdar Pektezol2023-06-291-0/+1
| | | Former-commit-id: f8db004d2c17f09f665e51ec4e730418248bfd07
* fix: record controllerArda Serdar Pektezol2023-06-291-2/+2
| | | Former-commit-id: bff6b62474e02f644d93f49827145cfd92682c6f
* feat: mod edit for map summaryArda Serdar Pektezol2023-06-282-4/+26
| | | Former-commit-id: dbef520658347a8c23546371ced24f1c0271749d
* feat: image field for mapsArda Serdar Pektezol2023-06-281-0/+1
| | | Former-commit-id: 374fecd1ef73854c96dd4b80c584ddb823e6e1ba
* fix: remove duplicate score count in routes (#46)Arda Serdar Pektezol2023-06-201-1/+0
|
* feat: improved map summary response, all routes init (#43, #46)Arda Serdar Pektezol2023-06-201-7/+7
|
* feat: improved map summary response (#43)Arda Serdar Pektezol2023-06-182-18/+24
|
* fix: reorganize models (#44)Arda Serdar Pektezol2023-06-173-87/+88
|
* feat: add path request to the response with namesArda Serdar Pektezol2023-05-021-6/+14
|
* feat: game, chapter, map endpoints for records pageArda Serdar Pektezol2023-05-021-0/+17
|
* search endpoint init, fetch all data (#40)Arda Serdar Pektezol2023-05-011-0/+11
|
* doc: update history model (#38)Arda Serdar Pektezol2023-04-241-1/+1
|
* feat: map summary history done (#38)Arda Serdar Pektezol2023-04-241-6/+12
|
* fix: able to have null first completionist (#38)Arda Serdar Pektezol2023-04-241-1/+1
|
* feat: change username to user_nameArda Serdar Pektezol2023-04-241-3/+3
|
* feat: map summary and leaderboard endpoints, new models and routes (#38)Arda Serdar Pektezol2023-04-241-6/+31
|
* feat: refresh/update user via steam (#30)Arda Serdar Pektezol2023-01-181-0/+24
|
* added rankings for finishing all sp and mp maps (#28)Arda Serdar Pektezol2023-01-171-0/+11
|
* ranking placements in each map with correct tie handling (#5, #27)Arda Serdar Pektezol2023-01-161-0/+2
|
* retrieving competitive user records (#26)Arda Serdar Pektezol2023-01-152-27/+33
|
* added fetch map stats (#25)Arda Serdar Pektezol2023-01-151-2/+30
|
* record submission looks like its working! (#23, #20)Arda Serdar Pektezol2023-01-141-10/+5
|
* demo to google drive is worknig properly (#20)Arda Serdar Pektezol2023-01-121-1/+16
|
* what the fuck is this mess (#21)Arda Serdar Pektezol2023-01-062-19/+33
|
* (#18) enums for user typesArda Serdar Pektezol2022-10-291-1/+13
|
* models structureArda Serdar Pektezol2022-10-261-0/+13