aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/pages/games.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-10Games page, maplist page (#153)Wolfboy2481-0/+58
Co-authored-by: Wolfboy248 <105884620+Wolfboy248@users.noreply.github.com>
2024-07-10feat: return portal counts for each cat in chapter select (#175)Arda Serdar Pektezol5-10/+130
2024-07-10docs: update maps table ddl (#168)Arda Serdar Pektezol1-111/+111
2024-07-10docs: add almost all lp history from the sheet (#168)Arda Serdar Pektezol1-18/+559
2024-07-08fix: pq mismatched values (#166)Arda Serdar Pektezol1-1/+1
2024-07-08fix: score count 0p summary fail (#164)Arda Serdar Pektezol1-5/+5
2024-07-05feat: return portal count from games and chapter map select (#155)Arda Serdar Pektezol7-11/+143
2024-07-04feat: update map tables db schema (#157)Arda Serdar Pektezol6-389/+36
2024-04-25fix: fetchmaps image sqlArda Serdar Pektezol1-1/+1
2024-04-25fix: sql typo in fetchmapsArda Serdar Pektezol1-1/+1
2024-04-25docs: update modelsArda Serdar Pektezol3-0/+24
2024-02-14feat: add images to game/chapter/map select (#151)Arda Serdar Pektezol3-8/+14
2024-01-28fix: hopefully fix profile placement calculation (#123)Arda Serdar Pektezol1-12/+16
2024-01-28feat: check steam ids when uploading demo (#148)Arda Serdar Pektezol2-10/+128
2023-12-23fix: time (#137)Nidboj1321-1/+6
2023-12-23feat: update post on new comment (#59)Arda Serdar Pektezol1-0/+6
2023-12-23feat: discussion page (#137)Nidboj1324-5/+406
2023-12-22fix: sql typo discussions delete (#142)Arda Serdar Pektezol1-1/+1
2023-12-22fix: discussions logic cleanup, docs title changes (#142)Arda Serdar Pektezol8-73/+83
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
Former-commit-id: 5fc9bc33b92dc674c23e3fe4dc4e852615ffad24
2023-11-06fix: sql typo in update user (#127)Arda Serdar Pektezol2-4/+5
Former-commit-id: dd0f8d101c7bb7e8817ed0e4e284a88674209e14
2023-11-05feat: profile (#54)Nidboj13213-27/+653
Former-commit-id: be6cd428190c05b2fa99e36c32765cc0fd4044e8
2023-10-29fix is_disabled ambiguity (#124)Arda Serdar Pektezol1-1/+1
Former-commit-id: d432f615ba43aa0605ac9430efb54eb74b8a2edd
2023-10-21remove pagination for profile/user (#121)Arda Serdar Pektezol1-63/+2
Former-commit-id: 7f2b74c18d316330c250d8aac058aa1912b4d1e0
2023-10-20update parser so that it gets correct ticks (#113)Arda Serdar Pektezol1-1/+1
Former-commit-id: 62e7d27f2651cf0ba5f8c1169298b9c36ff2ebe1
2023-10-10feat: pagination for user/profile scores (#118)Arda Serdar Pektezol4-11/+89
Former-commit-id: 1a1244a49c9be8f73240f2d5b6f7abe05a1544ab
2023-10-10feat: add is_disabled to chapters itself (#112)Arda Serdar Pektezol4-21/+23
Former-commit-id: 86a6b1564e835d6c637144bf313a9cdec2fc4207
2023-10-09feat: new endpoint for getting every map for a game (#114)Arda Serdar Pektezol5-0/+153
Former-commit-id: 708f57ef08abea7f2b0549e8dad75096fd315558
2023-10-09feat: add is_disabled to chapters maps (#112)Arda Serdar Pektezol2-4/+5
Former-commit-id: 89a0cb3ddd290f9274eeca68ea9d1ed21d978296
2023-09-28feat: add is_deleted data to map summary (#109)Arda Serdar Pektezol5-8/+19
Former-commit-id: de8434e14fc35df28e2cc5ed0c4f31bfa741c7d6
2023-09-28fix: actually get log message in modlogs (#110)Arda Serdar Pektezol1-2/+2
Former-commit-id: 2c5830569d5c41f302580e1742f6804bd8d678b9
2023-09-28feat: improve logs and mod log endpoint (#55)Arda Serdar Pektezol5-37/+44
Former-commit-id: 7f2d9100cc4bd78c27544909fe7215913d6a2dfe
2023-09-28fix: check for category id for map history when deleting summary (#106)Arda Serdar Pektezol1-5/+5
Former-commit-id: c79f58aaf4c174157d20b08a1c27ee9b9fcb305d
2023-09-28fix: 0 score count summaries give false binding required error (#104)Arda Serdar Pektezol1-2/+2
Former-commit-id: 41cf94a810c83b0eb4d54996b727bb24910994b9
2023-09-27feat: revise logging in other handlers (#55)Arda Serdar Pektezol5-50/+33
Former-commit-id: ef5d934328d4389405cd51c08c2738093353a5cd
2023-09-27feat: detailed logging, db changes (#55)Arda Serdar Pektezol3-11/+42
Former-commit-id: 74219281915f55ac46cff3795edd4364be84d561
2023-09-26feat: check for deleted records in users (#56)Arda Serdar Pektezol4-54/+70
Former-commit-id: b2e66ec5562f059137c7e1bf310f185441ce2b38
2023-09-26fix: user titles on non profile users (#98)Arda Serdar Pektezol1-2/+14
Former-commit-id: 9a5e37916f40ac80227d1ab52d9a718be8acc5f4
2023-09-26feat: missing placment data for user records (#51)Arda Serdar Pektezol3-12/+92
Former-commit-id: a549ad6074438916f62c18a24eebe638870ee89a
2023-09-25feat: completed profile rankings (#51)Arda Serdar Pektezol7-132/+249
Former-commit-id: a2ef452a32803181f6937f08840e5f0e55ed6403
2023-09-24docs: add delete record, update discussion and main (#56)Arda Serdar Pektezol6-28/+130
Former-commit-id: 8abea862f066e06fc31df3d5ddd921334fe76f5c
2023-09-24feat: removing (by flag) records (#56)Arda Serdar Pektezol6-11/+97
Former-commit-id: cc1bed84ee7ff9133192e1278c8315afee73d23a
2023-09-24fix: delete demo if parsing goes wrong (#90)Arda Serdar Pektezol1-0/+1
Former-commit-id: 06af69e5cd5d190c7f221a8eef4b0134fe50ba3d