aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.go (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2023-09-02docs: update swagger for changed modelsArda Serdar Pektezol3-14/+6
Former-commit-id: 45b281132d5d5cf05297230ac9b17f2790a4c75f
2023-09-02feat: detailed logs for records (#55)Arda Serdar Pektezol2-2/+23
Former-commit-id: af37633ce05f08fc517cb3e8fec3e84a0bd5ba49
2023-09-02feat: map summary logs (#55)Arda Serdar Pektezol2-10/+15
Former-commit-id: 4ef8800f1270e3b3aa61913bef8cc07ce4a55656
2023-09-02fix: remove redundant home routeArda Serdar Pektezol2-12/+0
Former-commit-id: fbc6789b2ca54aeb13d8bc6e8ec406e524e00606
2023-09-02fix: imrpoved user models on responsesArda Serdar Pektezol3-32/+30
Former-commit-id: 3aeb7e76928081664f33a4012bd1d84c81eef77c
2023-09-02fix: optimize rankingsArda Serdar Pektezol1-71/+78
Former-commit-id: 16b247861acea7b5c70a872db7b0397f9dc5c879
2023-09-02fix: remove redundant logArda Serdar Pektezol1-3/+0
Former-commit-id: 802218f21552ee2ea453013974d69464bbe25bc3
2023-09-02docs: change tags for logs (#55)Arda Serdar Pektezol4-8/+8
Former-commit-id: c3f9968ecb1a8734bbc87ad4fe28073b14b9920c
2023-09-02docs: update docs for logs (#55)Arda Serdar Pektezol4-6/+351
Former-commit-id: 0478aa459bfe9a7c81073d4ff8d8264aa1258bc1
2023-09-02feat: sike, add game to score logs (#55)Arda Serdar Pektezol1-7/+12
Former-commit-id: 4ffa3b1269c0859b6cc85defc3fa6e095102252a
2023-09-02feat: finalize score logs (#55)Arda Serdar Pektezol1-14/+43
Former-commit-id: 5151b31745579814336797091d52c6252b14a4c2
2023-09-02fix: row scan pointers (#55)Arda Serdar Pektezol1-2/+2
Former-commit-id: ffcbfb6b07e1d7e41b19aba6dc8e3b2d261bf910
2023-09-02fix: actually pass the parameters for insert (#55)Arda Serdar Pektezol1-1/+1
Former-commit-id: 5b532bdc1797151e3d5fbfa365c5126d1f8bab71
2023-09-02feat: testing logging system (#55)Arda Serdar Pektezol4-0/+130
Former-commit-id: d8c5fda30ab08b42218aead1febdf83200948763
2023-08-30docs: added privacy policyArda Serdar Pektezol1-1/+14
Former-commit-id: 891383147a4ec44c3647f71752a7928dcc2bcd3c
2023-08-30docs: finalized profile scores in one array (#51)Arda Serdar Pektezol3-46/+33
Former-commit-id: 93b44c71389b5ff98d9a610611be21fd12c88664
2023-08-30feat: finalized profile scores in one array (#51)Arda Serdar Pektezol1-78/+80
Former-commit-id: 2a8e03ef339fb40d10b4770b004e35809ba05d7a
2023-08-30fix: change disabled mapsArda Serdar Pektezol1-2/+2
Former-commit-id: ed6aca7192bd4d142107983cf0cda5efc14e0609
2023-08-30fix: actually get is_coop data for the given map (#45)Arda Serdar Pektezol1-2/+2
Former-commit-id: f29b6ca5d0e23ae622451b011e7d64758a8f598c
2023-08-30docs: map leaderboards responseArda Serdar Pektezol3-183/+162
Former-commit-id: a2c27052fbdacaa0e329270e1dd961602623d5d1
2023-08-30feat: better leaderboards response, coop additions (#45)Arda Serdar Pektezol2-53/+79
Former-commit-id: 3a4a8af14d054512204b5ca4c25a6603ec94773e
2023-08-26refactor: reorganizing packagesArda Serdar Pektezol10-60/+59
Former-commit-id: 99410223654c2a5ffc15fdab6ec3e921b5410cba
2023-08-25docs: profile improvement swagger (#51)Arda Serdar Pektezol4-52/+319
Former-commit-id: ff35be478c4f29c611c40fa34ca5d134e970cc16
2023-08-25feat: better score handling in profiles (#51)Arda Serdar Pektezol1-27/+147
Former-commit-id: 9d30f4ad6e9e077259868e7f05fbe7ac1f65229c
2023-08-24feat: profile cleanup before rework (#51)Arda Serdar Pektezol1-47/+12
Former-commit-id: 639d3d4a42b147cf0712775ce5218f613edf6de5
2023-08-24fix: mod flag for easy check (#49)Arda Serdar Pektezol6-89/+95
Former-commit-id: 06ee23ee9659834252d3cb5c3c255797e9f93b62
2023-08-24fix: change title handling and login not working (#49)Arda Serdar Pektezol2-2/+2
Former-commit-id: b18e6b1d7d5aa68d14d656167d0250a4881dc7a4
2023-08-20refactor: move structs around for better understandingArda Serdar Pektezol12-564/+560
Former-commit-id: 0030a6b0c7b228772d8e27f5722ee6de1718786b
2023-08-20fix: change map history from timestamp to dateArda Serdar Pektezol2-262/+262
Former-commit-id: 8a46950e919891f380dda5502e40434383c91245
2023-08-07docs: update license name in disclaimerArda Serdar Pektezol1-1/+1
Former-commit-id: d61b29da6cac57c69abc172d921d8f5a8115de52
2023-07-20refactor: changed github repo nameArda Serdar Pektezol12-25/+25
Former-commit-id: e579843a0d66574b54b48fc1c02083c868db68a3
2023-07-20docs: relicense to AGPLv3Arda Serdar Pektezol1-1/+1
Former-commit-id: 0eefdaa124e5881080f37824678c3195f0c5d226
2023-07-20docs: relicense to AGPLv3Arda Serdar Pektezol1-295/+617
Former-commit-id: e416b8bcbd5ed757d6bfc6457c622345992aaac0
2023-07-20docs: shoutout nekzArda Serdar Pektezol1-3/+4
Former-commit-id: 085ce45347ff6769ddd7d4de6f3dbac7698bacc4