aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove pagination for profile/user (#121)Arda Serdar Pektezol2023-10-211-63/+2
| | | Former-commit-id: 7f2b74c18d316330c250d8aac058aa1912b4d1e0
* feat: pagination for user/profile scores (#118)Arda Serdar Pektezol2023-10-101-11/+73
| | | Former-commit-id: 1a1244a49c9be8f73240f2d5b6f7abe05a1544ab
* feat: add is_disabled to chapters itself (#112)Arda Serdar Pektezol2023-10-101-2/+2
| | | Former-commit-id: 86a6b1564e835d6c637144bf313a9cdec2fc4207
* feat: new endpoint for getting every map for a game (#114)Arda Serdar Pektezol2023-10-091-0/+40
| | | Former-commit-id: 708f57ef08abea7f2b0549e8dad75096fd315558
* feat: add is_disabled to chapters maps (#112)Arda Serdar Pektezol2023-10-091-2/+2
| | | Former-commit-id: 89a0cb3ddd290f9274eeca68ea9d1ed21d978296
* feat: add is_deleted data to map summary (#109)Arda Serdar Pektezol2023-09-281-2/+2
| | | Former-commit-id: de8434e14fc35df28e2cc5ed0c4f31bfa741c7d6
* fix: actually get log message in modlogs (#110)Arda Serdar Pektezol2023-09-281-2/+2
| | | Former-commit-id: 2c5830569d5c41f302580e1742f6804bd8d678b9
* feat: improve logs and mod log endpoint (#55)Arda Serdar Pektezol2023-09-284-35/+42
| | | Former-commit-id: 7f2d9100cc4bd78c27544909fe7215913d6a2dfe
* fix: check for category id for map history when deleting summary (#106)Arda Serdar Pektezol2023-09-281-5/+5
| | | Former-commit-id: c79f58aaf4c174157d20b08a1c27ee9b9fcb305d
* fix: 0 score count summaries give false binding required error (#104)Arda Serdar Pektezol2023-09-281-2/+2
| | | Former-commit-id: 41cf94a810c83b0eb4d54996b727bb24910994b9
* feat: revise logging in other handlers (#55)Arda Serdar Pektezol2023-09-275-50/+33
| | | Former-commit-id: ef5d934328d4389405cd51c08c2738093353a5cd
* feat: detailed logging, db changes (#55)Arda Serdar Pektezol2023-09-272-10/+40
| | | Former-commit-id: 74219281915f55ac46cff3795edd4364be84d561
* feat: check for deleted records in users (#56)Arda Serdar Pektezol2023-09-261-54/+54
| | | Former-commit-id: b2e66ec5562f059137c7e1bf310f185441ce2b38
* fix: user titles on non profile users (#98)Arda Serdar Pektezol2023-09-261-2/+14
| | | Former-commit-id: 9a5e37916f40ac80227d1ab52d9a718be8acc5f4
* feat: missing placment data for user records (#51)Arda Serdar Pektezol2023-09-261-12/+90
| | | Former-commit-id: a549ad6074438916f62c18a24eebe638870ee89a
* feat: completed profile rankings (#51)Arda Serdar Pektezol2023-09-253-123/+231
| | | Former-commit-id: a2ef452a32803181f6937f08840e5f0e55ed6403
* docs: add delete record, update discussion and main (#56)Arda Serdar Pektezol2023-09-242-1/+10
| | | Former-commit-id: 8abea862f066e06fc31df3d5ddd921334fe76f5c
* feat: removing (by flag) records (#56)Arda Serdar Pektezol2023-09-244-11/+90
| | | Former-commit-id: cc1bed84ee7ff9133192e1278c8315afee73d23a
* fix: delete demo if parsing goes wrong (#90)Arda Serdar Pektezol2023-09-241-0/+1
| | | Former-commit-id: 06af69e5cd5d190c7f221a8eef4b0134fe50ba3d
* feat: specify using proxy for steam auth (#57)Arda Serdar Pektezol2023-09-241-1/+1
| | | Former-commit-id: 84db4a66f15d1d15b49729c0f3e85b7789e32c79
* feat: improved steam authentication (#57)Arda Serdar Pektezol2023-09-241-3/+3
| | | Former-commit-id: 2119371693f5a64bdaf5abfc6c1a3c66a3191320
* feat: discussions (#59)Arda Serdar Pektezol2023-09-228-60/+328
| | | Former-commit-id: ac6ac59367650b6a37650f5aec0587c6ce4d3dd1
* feat: improve map and user searches (#77)Arda Serdar Pektezol2023-09-221-120/+127
| | | Former-commit-id: 77019e11d0d0ee29061b603eaf6a79f42d68058f
* fix: change all status codes to 200 (#66)Arda Serdar Pektezol2023-09-227-131/+131
| | | Former-commit-id: ae632415e3f6f79a462240f151ada2e428318c6b
* feat: completion count on summary for each cm entry (#63)Arda Serdar Pektezol2023-09-221-0/+22
| | | Former-commit-id: 38779e7cbddb7e850a5f4a56565938b3dcb14857
* fix: page number error on empty records (#62)Arda Serdar Pektezol2023-09-221-20/+26
| | | Former-commit-id: 2cc0de90a469feed0dd42cc2c0529b2e7ed72bae
* fix: leaderboards tie check, ordering (#60)Arda Serdar Pektezol2023-09-221-4/+6
| | | Former-commit-id: 69f789db003f9c1a8eaf200bbbb0f5cb773d5e45
* fix: change default page size to 20Arda Serdar Pektezol2023-09-181-3/+3
| | | Former-commit-id: 87bc4f4fe939cce3a00c74b1c3483a1c22cf0c41
* feat: pagination for map leaderboardsArda Serdar Pektezol2023-09-181-13/+50
| | | Former-commit-id: 0a38362eadcf1c1ecf5ae29d5a58a015abfd54ee
* fix: create map summary, why the fuck does this have to be a pointer integer??Arda Serdar Pektezol2023-09-031-1/+1
| | | Former-commit-id: d44c3830e00975a1c4d41da83e762f452b2caaf4
* feat: added logs for user update (#55)Arda Serdar Pektezol2023-09-033-9/+21
| | | Former-commit-id: b1cfb15cd595e93494b370dda6572e48a175d46e
* feat: working on rankings, overall rank left (#51)Arda Serdar Pektezol2023-09-031-11/+341
| | | Former-commit-id: 3e2a57f4592259c94abef84f408405869c6df922
* fix: order mod logs by most recent (#55)Arda Serdar Pektezol2023-09-031-1/+2
| | | Former-commit-id: 661ee1f70cbc8e8705e9145de9cfdc48c97daf02
* feat: update user logs (#55)Arda Serdar Pektezol2023-09-032-13/+16
| | | Former-commit-id: 9041bf919cbd96eb135abc14318910b81340f95d
* feat: detailed logs for records (#55)Arda Serdar Pektezol2023-09-022-2/+23
| | | Former-commit-id: af37633ce05f08fc517cb3e8fec3e84a0bd5ba49
* feat: map summary logs (#55)Arda Serdar Pektezol2023-09-022-10/+15
| | | Former-commit-id: 4ef8800f1270e3b3aa61913bef8cc07ce4a55656
* fix: remove redundant home routeArda Serdar Pektezol2023-09-021-11/+0
| | | Former-commit-id: fbc6789b2ca54aeb13d8bc6e8ec406e524e00606
* fix: imrpoved user models on responsesArda Serdar Pektezol2023-09-022-29/+22
| | | Former-commit-id: 3aeb7e76928081664f33a4012bd1d84c81eef77c
* fix: optimize rankingsArda Serdar Pektezol2023-09-021-71/+78
| | | Former-commit-id: 16b247861acea7b5c70a872db7b0397f9dc5c879
* fix: remove redundant logArda Serdar Pektezol2023-09-021-3/+0
| | | Former-commit-id: 802218f21552ee2ea453013974d69464bbe25bc3
* docs: change tags for logs (#55)Arda Serdar Pektezol2023-09-021-2/+2
| | | Former-commit-id: c3f9968ecb1a8734bbc87ad4fe28073b14b9920c
* docs: update docs for logs (#55)Arda Serdar Pektezol2023-09-021-0/+17
| | | Former-commit-id: 0478aa459bfe9a7c81073d4ff8d8264aa1258bc1
* feat: sike, add game to score logs (#55)Arda Serdar Pektezol2023-09-021-7/+12
| | | Former-commit-id: 4ffa3b1269c0859b6cc85defc3fa6e095102252a
* feat: finalize score logs (#55)Arda Serdar Pektezol2023-09-021-14/+43
| | | Former-commit-id: 5151b31745579814336797091d52c6252b14a4c2
* fix: row scan pointers (#55)Arda Serdar Pektezol2023-09-021-2/+2
| | | Former-commit-id: ffcbfb6b07e1d7e41b19aba6dc8e3b2d261bf910
* fix: actually pass the parameters for insert (#55)Arda Serdar Pektezol2023-09-021-1/+1
| | | Former-commit-id: 5b532bdc1797151e3d5fbfa365c5126d1f8bab71
* feat: testing logging system (#55)Arda Serdar Pektezol2023-09-022-0/+118
| | | Former-commit-id: d8c5fda30ab08b42218aead1febdf83200948763
* feat: finalized profile scores in one array (#51)Arda Serdar Pektezol2023-08-301-78/+80
| | | Former-commit-id: 2a8e03ef339fb40d10b4770b004e35809ba05d7a
* fix: actually get is_coop data for the given map (#45)Arda Serdar Pektezol2023-08-301-2/+2
| | | Former-commit-id: f29b6ca5d0e23ae622451b011e7d64758a8f598c
* feat: better leaderboards response, coop additions (#45)Arda Serdar Pektezol2023-08-301-25/+79
| | | Former-commit-id: 3a4a8af14d054512204b5ca4c25a6603ec94773e