aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: empty country code on new account (#187)Arda Serdar Pektezol2024-07-121-1/+1
|
* feat: return portal counts for each cat in chapter select (#175)Arda Serdar Pektezol2024-07-101-7/+49
|
* fix: pq mismatched values (#166)Arda Serdar Pektezol2024-07-081-1/+1
|
* fix: score count 0p summary fail (#164)Arda Serdar Pektezol2024-07-081-5/+5
|
* 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-043-90/+31
|
* 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: hopefully fix profile placement calculation (#123)Arda Serdar Pektezol2024-01-281-12/+16
|
* feat: check steam ids when uploading demo (#148)Arda Serdar Pektezol2024-01-281-1/+43
|
* feat: update post on new comment (#59)Arda Serdar Pektezol2023-12-231-0/+6
|
* fix: sql typo discussions delete (#142)Arda Serdar Pektezol2023-12-221-1/+1
|
* fix: discussions logic cleanup, docs title changes (#142)Arda Serdar Pektezol2023-12-224-25/+26
|
* docs: add missing param (#59)Arda Serdar Pektezol2023-12-111-0/+1
|
* feat: add discussion comment posting (#59)Arda Serdar Pektezol2023-12-111-0/+49
|
* feat: add content to discussions list (#59)Arda Serdar Pektezol2023-11-201-13/+4
|
* feat: error check on 0 portal 0 tick record (#133)Arda Serdar Pektezol2023-11-071-0/+6
|
* fix: getplayersummaries cant unmarshal when player is in game (#131)Arda Serdar Pektezol2023-11-071-5/+5
|
* fix: sql typo in update user (#127)Arda Serdar Pektezol2023-11-061-2/+2
| | | Former-commit-id: dd0f8d101c7bb7e8817ed0e4e284a88674209e14
* fix is_disabled ambiguity (#124)Arda Serdar Pektezol2023-10-291-1/+1
| | | Former-commit-id: d432f615ba43aa0605ac9430efb54eb74b8a2edd
* 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