aboutsummaryrefslogtreecommitdiff
path: root/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* actually add update profile route (#30)Arda Serdar Pektezol2023-02-031-0/+1
|
* 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-184-57/+151
|
* added delete demo from drive, also delete if an error is encountered while ↵Arda Serdar Pektezol2023-01-171-6/+15
| | | | submitting a record
* added rankings for finishing all sp and mp maps (#28)Arda Serdar Pektezol2023-01-173-0/+102
|
* ranking placements in each map with correct tie handling (#5, #27)Arda Serdar Pektezol2023-01-162-2/+22
|
* fixed logic behind record history for each map (#26)Arda Serdar Pektezol2023-01-161-48/+12
|
* retrieving competitive user records (#26)Arda Serdar Pektezol2023-01-153-32/+182
|
* also update maps table when a new world record is achievedArda Serdar Pektezol2023-01-151-1/+19
|
* added fetch map stats (#25)Arda Serdar Pektezol2023-01-153-2/+110
|
* check if map is disabled or notArda Serdar Pektezol2023-01-151-2/+7
|
* add wr time to maps databaseArda Serdar Pektezol2023-01-152-111/+112
|
* added countries, update country (#4)Arda Serdar Pektezol2023-01-144-0/+290
|
* delete demo after serving it from local (#24)Arda Serdar Pektezol2023-01-141-0/+1
|
* upload record fix, download demo success (#24)Arda Serdar Pektezol2023-01-142-5/+48
|
* record submission looks like its working! (#23, #20)Arda Serdar Pektezol2023-01-145-64/+136
|
* demo to google drive is worknig properly (#20)Arda Serdar Pektezol2023-01-125-101/+146
|
* remove cutscene maps (#22)Arda Serdar Pektezol2023-01-111-2/+0
|
* map data prepared (#22)Arda Serdar Pektezol2023-01-112-0/+132
|
* what the fuck is this mess (#21)Arda Serdar Pektezol2023-01-068-204/+144
|
* (#20) successful integration of demo upload to driveArda Serdar Pektezol2022-11-061-0/+91
|
* add demo post routeArda Serdar Pektezol2022-11-061-0/+1
|
* sql typoArda Serdar Pektezol2022-11-061-1/+1
|
* (#4) will work on it laterArda Serdar Pektezol2022-10-302-3/+3
|
* add swagger and country code entry routes (#4)Arda Serdar Pektezol2022-10-301-1/+2
|
* seperate user controllerArda Serdar Pektezol2022-10-301-71/+0
|
* seperate user controller / work on (#4)Arda Serdar Pektezol2022-10-301-0/+173
|
* implement swaggerArda Serdar Pektezol2022-10-301-0/+3
|
* (#18) enums for user typesArda Serdar Pektezol2022-10-291-1/+13
|
* change steamid to stringArda Serdar Pektezol2022-10-291-1/+1
|
* (#18) routes & controllers for profile & user lookupArda Serdar Pektezol2022-10-292-2/+74
|
* cleanup auth check and routesArda Serdar Pektezol2022-10-293-41/+12
|
* change default country_code to 'XX'Arda Serdar Pektezol2022-10-291-1/+1
|
* change middleware directoryArda Serdar Pektezol2022-10-272-1/+57
|
* (#2) finished user authentication with steam (probably)Arda Serdar Pektezol2022-10-271-23/+50
|
* (#2) add validate endpointArda Serdar Pektezol2022-10-271-1/+3
|
* delete funcs.go - not neededArda Serdar Pektezol2022-10-261-16/+0
|
* models structureArda Serdar Pektezol2022-10-261-0/+13
|
* change env key retrieve methodArda Serdar Pektezol2022-10-261-1/+3
|
* change env key retrieve methodArda Serdar Pektezol2022-10-261-6/+6
|
* creating new user db execArda Serdar Pektezol2022-10-261-1/+15
|
* init sql for usersArda Serdar Pektezol2022-10-261-0/+11
|
* add database integrationArda Serdar Pektezol2022-10-241-0/+31
|
* categorize /api/v1 routesArda Serdar Pektezol2022-10-221-3/+7
|
* initArda Serdar Pektezol2022-10-223-0/+95