aboutsummaryrefslogtreecommitdiff
path: root/backend/database/database.go (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-15fix: set db connection limits (#140)Arda Serdar Pektezol1-0/+4
2023-12-11docs: add missing param (#59)Arda Serdar Pektezol4-67/+23
2023-12-11feat: add discussion comment posting (#59)Arda Serdar Pektezol5-0/+220
2023-11-20feat: add content to discussions list (#59)Arda Serdar Pektezol1-13/+4
2023-11-16fix: crash (#54)Nidboj1322-5/+5
2023-11-07feat: error check on 0 portal 0 tick record (#133)Arda Serdar Pektezol1-0/+6
2023-11-07fix: getplayersummaries cant unmarshal when player is in game (#131)Arda Serdar Pektezol2-26/+9
2023-11-06feat: inline parser instead of executable (#113)Arda Serdar Pektezol4-27/+226
2023-11-06fix: sql typo in update user (#127)Arda Serdar Pektezol2-4/+5
2023-11-05feat: profile (#54)Nidboj13213-27/+653
2023-10-29fix is_disabled ambiguity (#124)Arda Serdar Pektezol1-1/+1
2023-10-21remove pagination for profile/user (#121)Arda Serdar Pektezol1-63/+2
2023-10-20update parser so that it gets correct ticks (#113)Arda Serdar Pektezol1-1/+1
2023-10-10feat: pagination for user/profile scores (#118)Arda Serdar Pektezol4-11/+89
2023-10-10feat: add is_disabled to chapters itself (#112)Arda Serdar Pektezol4-21/+23
2023-10-09feat: new endpoint for getting every map for a game (#114)Arda Serdar Pektezol5-0/+153
2023-10-09feat: add is_disabled to chapters maps (#112)Arda Serdar Pektezol2-4/+5
2023-09-28feat: add is_deleted data to map summary (#109)Arda Serdar Pektezol5-8/+19
2023-09-28fix: actually get log message in modlogs (#110)Arda Serdar Pektezol1-2/+2
2023-09-28feat: improve logs and mod log endpoint (#55)Arda Serdar Pektezol5-37/+44
2023-09-28fix: check for category id for map history when deleting summary (#106)Arda Serdar Pektezol1-5/+5
2023-09-28fix: 0 score count summaries give false binding required error (#104)Arda Serdar Pektezol1-2/+2
2023-09-27feat: revise logging in other handlers (#55)Arda Serdar Pektezol5-50/+33
2023-09-27feat: detailed logging, db changes (#55)Arda Serdar Pektezol3-11/+42
2023-09-26feat: check for deleted records in users (#56)Arda Serdar Pektezol4-54/+70
2023-09-26fix: user titles on non profile users (#98)Arda Serdar Pektezol1-2/+14
2023-09-26feat: missing placment data for user records (#51)Arda Serdar Pektezol3-12/+92
2023-09-25feat: completed profile rankings (#51)Arda Serdar Pektezol7-132/+249
2023-09-24docs: add delete record, update discussion and main (#56)Arda Serdar Pektezol6-28/+130
2023-09-24feat: removing (by flag) records (#56)Arda Serdar Pektezol6-11/+97
2023-09-24fix: delete demo if parsing goes wrong (#90)Arda Serdar Pektezol1-0/+1
2023-09-24feat: specify using proxy for steam auth (#57)Arda Serdar Pektezol3-2/+4
2023-09-24feat: improved steam authentication (#57)Arda Serdar Pektezol3-6/+6
2023-09-23db: update new lp wrs (#88)Arda Serdar Pektezol2-0/+6
2023-09-23fix: dont check wait error (#83)Arda Serdar Pektezol1-3/+1
2023-09-23fix: parser not launching (#83)Arda Serdar Pektezol1-7/+5
2023-09-23feat: much better parser (#83)Arda Serdar Pektezol3-7/+8
2023-09-22feat: discussions (#59)Arda Serdar Pektezol13-496/+1422
2023-09-22feat: map search (#78)Nidboj1323-6/+103
2023-09-22docs: update search response (#77)Arda Serdar Pektezol3-6/+88
2023-09-22feat: improve map and user searches (#77)Arda Serdar Pektezol1-120/+127
2023-09-22feat: coop demos (#53)Nidboj1321-1/+12
2023-09-22feat: coop leaderboards (#53)Nidboj1322-13/+65
2023-09-22feat: completion count (#52)Nidboj1321-13/+12
2023-09-22docs: completion count added (#63)Arda Serdar Pektezol3-0/+8
2023-09-22 fix: summary crashing (#53)Nidboj1321-1/+1
2023-09-22fix: change all status codes to 200 (#66)Arda Serdar Pektezol7-131/+131
2023-09-22feat: completion count on summary for each cm entry (#63)Arda Serdar Pektezol2-6/+29
2023-09-22quicker summary fix (#53)Nidboj1321-1/+1
2023-09-22quick summary fix (#53)Nidboj1321-1/+1