aboutsummaryrefslogtreecommitdiff
path: root/backend/api/auth.go (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2023-09-24feat: specify using proxy for steam auth (#57)Arda Serdar Pektezol3-2/+4
Former-commit-id: 84db4a66f15d1d15b49729c0f3e85b7789e32c79
2023-09-24feat: improved steam authentication (#57)Arda Serdar Pektezol3-6/+6
Former-commit-id: 2119371693f5a64bdaf5abfc6c1a3c66a3191320
2023-09-23db: update new lp wrs (#88)Arda Serdar Pektezol2-0/+6
Former-commit-id: 9e57b2b24f2fbb00dca12c7e2f18fbe494148aed
2023-09-23fix: dont check wait error (#83)Arda Serdar Pektezol1-3/+1
Former-commit-id: e69cfb12f97a87f75ed4981dcb2c6c3e8564992d
2023-09-23fix: parser not launching (#83)Arda Serdar Pektezol1-7/+5
Former-commit-id: 1c4f768225bc2e93003ad2a9a53675ba6be83854
2023-09-23feat: much better parser (#83)Arda Serdar Pektezol3-7/+8
Former-commit-id: dd944d2f42612cc3d724458f7e958e2c4dd93084
2023-09-22feat: discussions (#59)Arda Serdar Pektezol13-496/+1422
Former-commit-id: ac6ac59367650b6a37650f5aec0587c6ce4d3dd1
2023-09-22feat: map search (#78)Nidboj1323-6/+103
Former-commit-id: 660e8bfcde4b850abb3820e209af3def2353fd51
2023-09-22docs: update search response (#77)Arda Serdar Pektezol3-6/+88
Former-commit-id: 3dcdf5e4745c9e74a30e91f9f71db1b7610e1fc5
2023-09-22feat: improve map and user searches (#77)Arda Serdar Pektezol1-120/+127
Former-commit-id: 77019e11d0d0ee29061b603eaf6a79f42d68058f
2023-09-22feat: coop demos (#53)Nidboj1321-1/+12
Former-commit-id: 8356729d273b41a4f8082266c1d8c7b4a4f6b04e
2023-09-22feat: coop leaderboards (#53)Nidboj1322-13/+65
Former-commit-id: ce710d4fc8821850c64777d90405bd4ad717961d
2023-09-22feat: completion count (#52)Nidboj1321-13/+12
Former-commit-id: 4a01ffc5f6c5b648afed18bc7c74f55374f10bfc
2023-09-22docs: completion count added (#63)Arda Serdar Pektezol3-0/+8
Former-commit-id: f0bd5dbb55bb8ca91314f84d1b0279b59a73c34a
2023-09-22 fix: summary crashing (#53)Nidboj1321-1/+1
Former-commit-id: 3439c27c6575c3f7ba526bce66df378aa0e46f01
2023-09-22fix: change all status codes to 200 (#66)Arda Serdar Pektezol7-131/+131
Former-commit-id: ae632415e3f6f79a462240f151ada2e428318c6b
2023-09-22feat: completion count on summary for each cm entry (#63)Arda Serdar Pektezol2-6/+29
Former-commit-id: 38779e7cbddb7e850a5f4a56565938b3dcb14857
2023-09-22quicker summary fix (#53)Nidboj1321-1/+1
Former-commit-id: 4091731493d795b3db985819c3c4970bd32847e3
2023-09-22quick summary fix (#53)Nidboj1321-1/+1
Former-commit-id: d3da8c2773c0cde09071a1e6ada0ca8789a5b673
2023-09-22added leaderboard (#53)Nidboj1324-18/+224
Former-commit-id: cca018d7af153dbeab6689f48293ee58a8c871fe
2023-09-22fix: page number error on empty records (#62)Arda Serdar Pektezol1-20/+26
Former-commit-id: 2cc0de90a469feed0dd42cc2c0529b2e7ed72bae
2023-09-22fix: leaderboards tie check, ordering (#60)Arda Serdar Pektezol1-4/+6
Former-commit-id: 69f789db003f9c1a8eaf200bbbb0f5cb773d5e45
2023-09-18docs: leaderboard pagination parametersArda Serdar Pektezol3-0/+85
Former-commit-id: 902316661475df90e1de1365c232a9cabb5760a9
2023-09-18fix: change default page size to 20Arda Serdar Pektezol1-3/+3
Former-commit-id: 87bc4f4fe939cce3a00c74b1c3483a1c22cf0c41
2023-09-18feat: pagination for map leaderboardsArda Serdar Pektezol2-13/+57
Former-commit-id: 0a38362eadcf1c1ecf5ae29d5a58a015abfd54ee
2023-09-05added graph and fixed some cssNidboj1322-69/+208
Former-commit-id: b0370b8679f2a7b20c2f277c3814401fbc78d54d
2023-09-03fix: create map summary, why the fuck does this have to be a pointer integer??Arda Serdar Pektezol1-1/+1
Former-commit-id: d44c3830e00975a1c4d41da83e762f452b2caaf4
2023-09-03feat: added logs for user update (#55)Arda Serdar Pektezol3-9/+21
Former-commit-id: b1cfb15cd595e93494b370dda6572e48a175d46e
2023-09-03feat: working on rankings, overall rank left (#51)Arda Serdar Pektezol1-11/+341
Former-commit-id: 3e2a57f4592259c94abef84f408405869c6df922
2023-09-03fix: order mod logs by most recent (#55)Arda Serdar Pektezol1-1/+2
Former-commit-id: 661ee1f70cbc8e8705e9145de9cfdc48c97daf02
2023-09-03feat: update user logs (#55)Arda Serdar Pektezol2-13/+16
Former-commit-id: 9041bf919cbd96eb135abc14318910b81340f95d
2023-09-03docs: update log response typeArda Serdar Pektezol3-3/+69
Former-commit-id: 8e2be25b6ce30d3f42b388b7c67ee14e230cce80