aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: parser actually works now (#42)Arda Serdar Pektezol2023-07-031-5/+8
| | | 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-031-0/+1
| | | 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-032-18/+18
| | | Former-commit-id: d55150a028f67d5dc8668e2b2384d13511339b46
* feat: parser for getting portal and tick count (#42)Arda Serdar Pektezol2023-07-031-1/+1
| | | Former-commit-id: 1619ece868b7009a661dcc3b622746cc09981042
* feat: add moderator status into jwt tokenArda Serdar Pektezol2023-06-301-0/+10
| | | Former-commit-id: 3034de650c9e5898a1915814ea12c4c7f4f627db
* docs: add jwt token requirementsArda Serdar Pektezol2023-06-291-0/+3
| | | Former-commit-id: e5b56433686e2180a99293f0ddf339e70b304c67
* docs: fix delete map summaryArda Serdar Pektezol2023-06-291-1/+1
| | | Former-commit-id: c94adce2fb9a6210f2732a35075bbe49adebc532
* feat: delete map summaryArda Serdar Pektezol2023-06-291-1/+90
| | | Former-commit-id: bd5bc84fc142f44bfa3c1c1ddc35e435a3f816bf
* feat: create map summaryArda Serdar Pektezol2023-06-291-1/+86
| | | Former-commit-id: 5ab31d8543512b9d32e3d25beee347e9668f8323
* feat: return back to single map summary editArda Serdar Pektezol2023-06-291-25/+20
| | | Former-commit-id: 853dd376267ea63e67b1e4e7041f4c5c5f1be380
* fix: map summary sqlArda Serdar Pektezol2023-06-291-1/+1
| | | Former-commit-id: 3edddea55add68a877d2dbdfcaf3e83f774da775
* feat: support for multiple route edit, image fieldArda Serdar Pektezol2023-06-291-22/+27
| | | Former-commit-id: 3820c1363ece1c6616ec0297e44de851bae410af
* feat: route id in map summary, update docsArda Serdar Pektezol2023-06-293-8/+8
| | | Former-commit-id: f8db004d2c17f09f665e51ec4e730418248bfd07
* fix: record controllerArda Serdar Pektezol2023-06-291-55/+32
| | | Former-commit-id: bff6b62474e02f644d93f49827145cfd92682c6f
* feat: mod edit for map summaryArda Serdar Pektezol2023-06-281-0/+91
| | | Former-commit-id: dbef520658347a8c23546371ced24f1c0271749d
* feat: image field for mapsArda Serdar Pektezol2023-06-281-4/+4
| | | Former-commit-id: 374fecd1ef73854c96dd4b80c584ddb823e6e1ba
* fix: remove duplicate score count in routes (#46)Arda Serdar Pektezol2023-06-201-8/+3
|
* feat: improved map summary response, all routes init (#43, #46)Arda Serdar Pektezol2023-06-201-34/+18
|
* feat: improved map summary response (#43)Arda Serdar Pektezol2023-06-181-44/+35
|
* fix: reorganize models (#44)Arda Serdar Pektezol2023-06-172-21/+6
|
* feat: search with query (#40)Arda Serdar Pektezol2023-06-171-5/+31
|
* feat: logout endpointArda Serdar Pektezol2023-05-061-0/+25
|
* doc: token endpointArda Serdar Pektezol2023-05-061-6/+6
|
* feat: get token endpointArda Serdar Pektezol2023-05-061-0/+24
|
* fix: sql typos, routing changeArda Serdar Pektezol2023-05-034-29/+29
|
* feat: add path request to the response with namesArda Serdar Pektezol2023-05-021-9/+17
|
* feat: game, chapter, map endpoints for records pageArda Serdar Pektezol2023-05-021-2/+106
|
* feat: set cookie and redirect after loginArda Serdar Pektezol2023-05-021-8/+10
|
* search endpoint init, fetch all data (#40)Arda Serdar Pektezol2023-05-011-1/+151
|
* feat: map summary history done (#38)Arda Serdar Pektezol2023-04-241-8/+28
|
* feat: change username to user_nameArda Serdar Pektezol2023-04-243-8/+8
|
* feat: db transaction for record submission (#33)Arda Serdar Pektezol2023-04-241-5/+17
|
* fix: adjust record submission (#38)Arda Serdar Pektezol2023-04-241-17/+20
|
* fix: sql remove avatar and name since its not implemented yet (#38)Arda Serdar Pektezol2023-04-241-1/+1
|
* feat: map summary and leaderboard endpoints, new models and routes (#38)Arda Serdar Pektezol2023-04-241-19/+93
|
* doc: change route nameArda Serdar Pektezol2023-04-241-1/+1
|
* doc: change route nameArda Serdar Pektezol2023-04-241-1/+1
|
* doc: fix demo download uuid from path to queryArda Serdar Pektezol2023-04-241-1/+1
|
* doc: added tagsArda Serdar Pektezol2023-04-215-0/+9
|
* doc: add auth header fields (#34)Arda Serdar Pektezol2023-04-212-6/+10
|
* fix: empty country code on user creation (#36)Arda Serdar Pektezol2023-04-211-0/+4
|
* finalize swagger, port to prod machine (#34)Arda Serdar Pektezol2023-04-211-2/+2
|
* doc: complete rest of swagger implementation, change rankings response (#34)Arda Serdar Pektezol2023-04-194-5/+47
|
* doc: swagger init for login and user routes (#34)Arda Serdar Pektezol2023-04-132-5/+52
|
* fix: only show top record of a person in the map rankings (obviously) ↵Arda Serdar Pektezol2023-02-021-2/+18
| | | | shoutout chatgpt
* feat: refresh/update user via steam (#30)Arda Serdar Pektezol2023-01-183-57/+127
|
* added delete demo from drive, also delete if an error is encountered while ↵Arda Serdar Pektezol2023-01-171-6/+15
| | | | submitting a record