aboutsummaryrefslogtreecommitdiff
path: root/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: parser not launching (#83)Arda Serdar Pektezol2023-09-231-7/+5
| | | Former-commit-id: 1c4f768225bc2e93003ad2a9a53675ba6be83854
* feat: much better parser (#83)Arda Serdar Pektezol2023-09-233-7/+8
| | | Former-commit-id: dd944d2f42612cc3d724458f7e958e2c4dd93084
* feat: discussions (#59)Arda Serdar Pektezol2023-09-2210-86/+425
| | | 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-222-6/+29
| | | 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-182-13/+57
| | | Former-commit-id: 0a38362eadcf1c1ecf5ae29d5a58a015abfd54ee
* fix: create map summary, why the fuck does this have to be a pointer integer??Arda Serdar Pektezol2023-09-031-1/+1
| | | Former-commit-id: d44c3830e00975a1c4d41da83e762f452b2caaf4
* feat: added logs for user update (#55)Arda Serdar Pektezol2023-09-033-9/+21
| | | Former-commit-id: b1cfb15cd595e93494b370dda6572e48a175d46e
* feat: working on rankings, overall rank left (#51)Arda Serdar Pektezol2023-09-031-11/+341
| | | Former-commit-id: 3e2a57f4592259c94abef84f408405869c6df922
* fix: order mod logs by most recent (#55)Arda Serdar Pektezol2023-09-031-1/+2
| | | Former-commit-id: 661ee1f70cbc8e8705e9145de9cfdc48c97daf02
* feat: update user logs (#55)Arda Serdar Pektezol2023-09-032-13/+16
| | | Former-commit-id: 9041bf919cbd96eb135abc14318910b81340f95d
* feat: detailed logs for records (#55)Arda Serdar Pektezol2023-09-022-2/+23
| | | Former-commit-id: af37633ce05f08fc517cb3e8fec3e84a0bd5ba49
* feat: map summary logs (#55)Arda Serdar Pektezol2023-09-022-10/+15
| | | Former-commit-id: 4ef8800f1270e3b3aa61913bef8cc07ce4a55656
* fix: remove redundant home routeArda Serdar Pektezol2023-09-022-12/+0
| | | Former-commit-id: fbc6789b2ca54aeb13d8bc6e8ec406e524e00606
* fix: imrpoved user models on responsesArda Serdar Pektezol2023-09-023-32/+30
| | | Former-commit-id: 3aeb7e76928081664f33a4012bd1d84c81eef77c
* fix: optimize rankingsArda Serdar Pektezol2023-09-021-71/+78
| | | Former-commit-id: 16b247861acea7b5c70a872db7b0397f9dc5c879
* fix: remove redundant logArda Serdar Pektezol2023-09-021-3/+0
| | | Former-commit-id: 802218f21552ee2ea453013974d69464bbe25bc3
* docs: change tags for logs (#55)Arda Serdar Pektezol2023-09-021-2/+2
| | | Former-commit-id: c3f9968ecb1a8734bbc87ad4fe28073b14b9920c
* docs: update docs for logs (#55)Arda Serdar Pektezol2023-09-021-0/+17
| | | Former-commit-id: 0478aa459bfe9a7c81073d4ff8d8264aa1258bc1
* feat: sike, add game to score logs (#55)Arda Serdar Pektezol2023-09-021-7/+12
| | | Former-commit-id: 4ffa3b1269c0859b6cc85defc3fa6e095102252a
* feat: finalize score logs (#55)Arda Serdar Pektezol2023-09-021-14/+43
| | | Former-commit-id: 5151b31745579814336797091d52c6252b14a4c2
* fix: row scan pointers (#55)Arda Serdar Pektezol2023-09-021-2/+2
| | | Former-commit-id: ffcbfb6b07e1d7e41b19aba6dc8e3b2d261bf910
* fix: actually pass the parameters for insert (#55)Arda Serdar Pektezol2023-09-021-1/+1
| | | Former-commit-id: 5b532bdc1797151e3d5fbfa365c5126d1f8bab71
* feat: testing logging system (#55)Arda Serdar Pektezol2023-09-024-0/+130
| | | Former-commit-id: d8c5fda30ab08b42218aead1febdf83200948763
* feat: finalized profile scores in one array (#51)Arda Serdar Pektezol2023-08-301-78/+80
| | | Former-commit-id: 2a8e03ef339fb40d10b4770b004e35809ba05d7a
* fix: change disabled mapsArda Serdar Pektezol2023-08-301-2/+2
| | | Former-commit-id: ed6aca7192bd4d142107983cf0cda5efc14e0609
* fix: actually get is_coop data for the given map (#45)Arda Serdar Pektezol2023-08-301-2/+2
| | | Former-commit-id: f29b6ca5d0e23ae622451b011e7d64758a8f598c
* feat: better leaderboards response, coop additions (#45)Arda Serdar Pektezol2023-08-302-53/+79
| | | Former-commit-id: 3a4a8af14d054512204b5ca4c25a6603ec94773e
* refactor: reorganizing packagesArda Serdar Pektezol2023-08-269-56/+55
| | | Former-commit-id: 99410223654c2a5ffc15fdab6ec3e921b5410cba
* feat: better score handling in profiles (#51)Arda Serdar Pektezol2023-08-251-27/+147
| | | Former-commit-id: 9d30f4ad6e9e077259868e7f05fbe7ac1f65229c
* feat: profile cleanup before rework (#51)Arda Serdar Pektezol2023-08-241-47/+12
| | | Former-commit-id: 639d3d4a42b147cf0712775ce5218f613edf6de5
* fix: mod flag for easy check (#49)Arda Serdar Pektezol2023-08-245-88/+93
| | | Former-commit-id: 06ee23ee9659834252d3cb5c3c255797e9f93b62
* Merge branch 'main' of https://github.com/pektezol/LeastPortalsHubArda Serdar Pektezol2023-08-242-2/+2
|\ | | | | Former-commit-id: 370185f6542f92a021e51e15955ecda1fa5a674e
| * fix: change title handling and login not working (#49)Arda Serdar Pektezol2023-08-242-2/+2
| | | | | | Former-commit-id: b18e6b1d7d5aa68d14d656167d0250a4881dc7a4
* | refactor: move structs around for better understandingArda Serdar Pektezol2023-08-209-156/+152
| | | | | | Former-commit-id: 0030a6b0c7b228772d8e27f5722ee6de1718786b
* | fix: change map history from timestamp to dateArda Serdar Pektezol2023-08-202-262/+262
|/ | | Former-commit-id: 8a46950e919891f380dda5502e40434383c91245
* refactor: changed github repo nameArda Serdar Pektezol2023-07-208-17/+17
| | | Former-commit-id: e579843a0d66574b54b48fc1c02083c868db68a3
* fix: 0 score count / showcase not required (#47)Arda Serdar Pektezol2023-07-121-4/+4
| | | Former-commit-id: 2a1cea87348e0af8d97512a46093bd38768257ef
* fix: sql typo for edit map summary (#48)Arda Serdar Pektezol2023-07-121-1/+1
| | | Former-commit-id: 79b149b959b8cad999269e16834443c7de295079
* fix: logic error on editing map summary (#48)Arda Serdar Pektezol2023-07-121-3/+9
| | | Former-commit-id: 406a95993a6210ed30f78ad3ea562b2f23e3310a
* feat: edit map imageArda Serdar Pektezol2023-07-123-0/+60
| | | Former-commit-id: 288e6772dda69a9543a01db85069c95476addd4e
* fix: turn back to serialsArda Serdar Pektezol2023-07-121-6/+6
| | | Former-commit-id: 9c83d4ac7297c7306f4872d76334507fa09cbde9
* fix: sql typoArda Serdar Pektezol2023-07-121-4/+1
| | | Former-commit-id: a86ddf35ba75a5940575df760ee705473542fd38
* feat: delete map summary routeArda Serdar Pektezol2023-07-121-0/+1
| | | Former-commit-id: 2f2f884426ff0be75d4ec1b1220edb05b20ba9d8
* fix: unique relation for map history and routesArda Serdar Pektezol2023-07-123-4/+6
| | | Former-commit-id: f3ea2ce6784973385d63980b6680294bbcee0188
* feat: is_coop field on map summaryArda Serdar Pektezol2023-07-102-2/+3
| | | Former-commit-id: f780291d97e9df9f0d0743b06cedae7345308887