aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs: profile improvement swagger (#51)Arda Serdar Pektezol2023-08-254-52/+319
| | | Former-commit-id: ff35be478c4f29c611c40fa34ca5d134e970cc16
* 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-246-89/+95
| | | 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-2012-564/+560
| | | | | | Former-commit-id: 0030a6b0c7b228772d8e27f5722ee6de1718786b
* | fix: change map history from timestamp to dateArda Serdar Pektezol2023-08-202-262/+262
|/ | | Former-commit-id: 8a46950e919891f380dda5502e40434383c91245
* docs: update license name in disclaimerArda Serdar Pektezol2023-08-071-1/+1
| | | Former-commit-id: d61b29da6cac57c69abc172d921d8f5a8115de52
* refactor: changed github repo nameArda Serdar Pektezol2023-07-2012-25/+25
| | | Former-commit-id: e579843a0d66574b54b48fc1c02083c868db68a3
* docs: relicense to AGPLv3Arda Serdar Pektezol2023-07-201-1/+1
| | | Former-commit-id: 0eefdaa124e5881080f37824678c3195f0c5d226
* docs: relicense to AGPLv3Arda Serdar Pektezol2023-07-201-295/+617
| | | Former-commit-id: e416b8bcbd5ed757d6bfc6457c622345992aaac0
* docs: shoutout nekzArda Serdar Pektezol2023-07-201-3/+4
| | | Former-commit-id: 085ce45347ff6769ddd7d4de6f3dbac7698bacc4
* fix: change web titleArda Serdar Pektezol2023-07-201-1/+1
| | | Former-commit-id: 6df37e4a2fb2a4649a14e20a2a739473a1688081
* feat: about pageArda Serdar Pektezol2023-07-203-1/+51
| | | Former-commit-id: 103850ab3128cf9042565a59b216cd2dac553682
* quick link fixNidboj1322023-07-121-1/+1
| | | Former-commit-id: 4a579d7668f72cc05b53ba8b655e427d3ca105dc
* Merge branch 'main' of https://github.com/pektezol/LeastPortalsNidboj1322023-07-1226-1113/+2623
|\ | | | | Former-commit-id: af8d8680aafc3d662f8b53a4f50f0ea356b26c26
| * fix: 0 score count / showcase not required (#47)Arda Serdar Pektezol2023-07-124-10/+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-126-3/+328
| | | | | | 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
| * feat: is_coop field on gamesArda Serdar Pektezol2023-07-104-7/+9
| | | | | | Former-commit-id: bf3a5a262557ade646ce8e59db152be8c521ac06
| * feat: add chapter numbers in namesArda Serdar Pektezol2023-07-031-16/+16
| | | | | | Former-commit-id: 237a4cf44c7930145a8829b640d7f2c95e370860
| * feat: display score count and time in record response (#42)Arda Serdar Pektezol2023-07-032-4/+9
| | | | | | Former-commit-id: f123f9383519780a6e6d0f6828332635b93bad82
| * docs: refactor docsArda Serdar Pektezol2023-07-039-304/+304
| | | | | | Former-commit-id: 3f3833af352d8758ca509a4fe3badedd5250b1ba
| * fix: save uploaded demos as .dem in order for parser to work (#42)Arda Serdar Pektezol2023-07-031-4/+4
| | | | | | Former-commit-id: aa6485ebbdeffe4eaf903988a676fa69f37d67b9
| * fix: cleanup post record, uuid file saving, defer file delete (#42)Arda Serdar Pektezol2023-07-031-4/+4
| | | | | | Former-commit-id: b98bc4164983e6f78566f0a7dd296e7f9cfd9e3e
| * fix: parser actually works now (#42)Arda Serdar Pektezol2023-07-032-11/+15
| | | | | | Former-commit-id: 28378525f79e2879a1306b3bb169668d238cc117
| * fix: change demo save locationArda Serdar Pektezol2023-07-031-4/+4
| | | | | | Former-commit-id: 9f12bccafd5433775c7de315950f02f9464777fa
| * fix: change demo save locationArda Serdar Pektezol2023-07-031-4/+4
| | | | | | Former-commit-id: 2e7592b91f3787b501c798397838ba858f4103f7
| * docs: add missing field to post recordArda Serdar Pektezol2023-07-034-0/+20
| | | | | | Former-commit-id: 73726de788daf38a82d9663ab2d8f0544b76c3e3
| * fix: sql typo record controllerArda Serdar Pektezol2023-07-031-1/+1
| | | | | | Former-commit-id: 8d78b48a9c745d94f4e287b0d2b7871ecdb4873b
| * docs: update swaggerArda Serdar Pektezol2023-07-035-37/+26
| | | | | | Former-commit-id: d55150a028f67d5dc8668e2b2384d13511339b46
| * docs: add github sponsorship buttonArda Serdar Pektezol2023-07-031-0/+1
| | | | | | Former-commit-id: 146de69d05ae27afbbdefb313c44be6ccf4aada9
| * docs: update readmeArda Serdar Pektezol2023-07-031-3/+31
| | | | | | Former-commit-id: a810590f30535b528e27eb45d836bf7b5af9c11d
| * feat: parser for getting portal and tick count (#42)Arda Serdar Pektezol2023-07-032-4/+39
| | | | | | Former-commit-id: 1619ece868b7009a661dcc3b622746cc09981042
| * feat: add moderator status into jwt tokenArda Serdar Pektezol2023-06-301-0/+10
| | | | | | Former-commit-id: 3034de650c9e5898a1915814ea12c4c7f4f627db
| * fix: remove middleware for unneeded routesArda Serdar Pektezol2023-06-291-3/+3
| | | | | | Former-commit-id: 0e357aca92274049c7bea7d70910befef4427efc
| * docs: add jwt token requirementsArda Serdar Pektezol2023-06-294-0/+60
| | | | | | Former-commit-id: e5b56433686e2180a99293f0ddf339e70b304c67
| * docs: fix delete map summaryArda Serdar Pektezol2023-06-294-4/+142
| | | | | | Former-commit-id: c94adce2fb9a6210f2732a35075bbe49adebc532
| * docs: updated for add/edit/delete map summaryArda Serdar Pektezol2023-06-293-26/+232
| | | | | | Former-commit-id: 0f2f20f84b5a52d747f18fba771bc88478f8c059
| * feat: delete map summaryArda Serdar Pektezol2023-06-292-1/+94
| | | | | | Former-commit-id: bd5bc84fc142f44bfa3c1c1ddc35e435a3f816bf
| * feat: create map summaryArda Serdar Pektezol2023-06-292-1/+87
| | | | | | Former-commit-id: 5ab31d8543512b9d32e3d25beee347e9668f8323
| * feat: return back to single map summary editArda Serdar Pektezol2023-06-292-36/+28
| | | | | | Former-commit-id: 853dd376267ea63e67b1e4e7041f4c5c5f1be380
| * fix: map summary sqlArda Serdar Pektezol2023-06-291-1/+1
| | | | | | Former-commit-id: 3edddea55add68a877d2dbdfcaf3e83f774da775