aboutsummaryrefslogtreecommitdiff
path: root/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-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-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
* feat: support for multiple route edit, image fieldArda Serdar Pektezol2023-06-292-22/+32
| | | Former-commit-id: 3820c1363ece1c6616ec0297e44de851bae410af
* feat: route id in map summary, update docsArda Serdar Pektezol2023-06-294-8/+9
| | | Former-commit-id: f8db004d2c17f09f665e51ec4e730418248bfd07
* fix: auth sql typoArda Serdar Pektezol2023-06-291-1/+1
| | | Former-commit-id: e55e1e6727e59d15044514940e20c4ca94b8e3e4
* fix: record controllerArda Serdar Pektezol2023-06-293-57/+41
| | | Former-commit-id: bff6b62474e02f644d93f49827145cfd92682c6f
* feat: mod edit for map summaryArda Serdar Pektezol2023-06-285-5/+127
| | | Former-commit-id: dbef520658347a8c23546371ced24f1c0271749d
* feat: image field for mapsArda Serdar Pektezol2023-06-282-4/+5
| | | Former-commit-id: 374fecd1ef73854c96dd4b80c584ddb823e6e1ba
* feat: parser for cm portal & tick counting (#42)Arda Serdar Pektezol2023-06-201-0/+1
| | | Former-commit-id: fceadf1acf59b2afe0a4d18cc4a7ac847fc2fc42
* fix: remove duplicate score count in routes (#46)Arda Serdar Pektezol2023-06-202-9/+3
|
* feat: improved map summary response, all routes init (#43, #46)Arda Serdar Pektezol2023-06-205-303/+570
|
* feat: improved map summary response (#43)Arda Serdar Pektezol2023-06-183-62/+59
|
* feat: map routes table (#1)Arda Serdar Pektezol2023-06-171-13/+12
|
* fix: reorganize models (#44)Arda Serdar Pektezol2023-06-175-108/+94
|
* feat: search with query (#40)Arda Serdar Pektezol2023-06-172-6/+32
|
* feat: logout endpointArda Serdar Pektezol2023-05-062-0/+26
|
* doc: token endpointArda Serdar Pektezol2023-05-061-6/+6
|
* feat: get token endpointArda Serdar Pektezol2023-05-062-0/+25
|
* fix: sql typos, routing changeArda Serdar Pektezol2023-05-036-32/+32
|
* feat: add path request to the response with namesArda Serdar Pektezol2023-05-022-15/+31
|
* feat: game, chapter, map endpoints for records pageArda Serdar Pektezol2023-05-023-2/+126
|
* feat: set cookie and redirect after loginArda Serdar Pektezol2023-05-021-8/+10
|
* search endpoint init, fetch all data (#40)Arda Serdar Pektezol2023-05-013-1/+163
|
* doc: update history model (#38)Arda Serdar Pektezol2023-04-241-1/+1
|
* feat: map summary history done (#38)Arda Serdar Pektezol2023-04-242-14/+40
|
* feat: history data from lp sheet portedArda Serdar Pektezol2023-04-242-3/+280
|
* fix: able to have null first completionist (#38)Arda Serdar Pektezol2023-04-241-1/+1
|
* feat: change username to user_nameArda Serdar Pektezol2023-04-246-13/+13
|
* 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-244-29/+140
|
* doc: change route nameArda Serdar Pektezol2023-04-241-1/+1
|
* doc: change route nameArda Serdar Pektezol2023-04-241-1/+1
|
* feat/db: multiple game/chapter support, improved map relations (#1)Arda Serdar Pektezol2023-04-245-162/+189
|
* doc: fix demo download uuid from path to queryArda Serdar Pektezol2023-04-241-1/+1
|
* doc: added tagsArda Serdar Pektezol2023-04-215-0/+9
|
* fix: unable to serve swagger on prodArda Serdar Pektezol2023-04-211-1/+4
|
* 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-212-1/+5
|
* finalize swagger, port to prod machine (#34)Arda Serdar Pektezol2023-04-211-2/+2
|
* possible db schema for communityArda Serdar Pektezol2023-04-201-1/+34
|
* 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
|