aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers/userController.go (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-24fix: able to have null first completionist (#38)Arda Serdar Pektezol1-1/+1
2023-04-24feat: change username to user_nameArda Serdar Pektezol6-13/+13
2023-04-24feat: db transaction for record submission (#33)Arda Serdar Pektezol1-5/+17
2023-04-24fix: adjust record submission (#38)Arda Serdar Pektezol1-17/+20
2023-04-24fix: sql remove avatar and name since its not implemented yet (#38)Arda Serdar Pektezol1-1/+1
2023-04-24doc: map summary and leaderboard endpoints (#38)Arda Serdar Pektezol3-32/+442
2023-04-24feat: map summary and leaderboard endpoints, new models and routes (#38)Arda Serdar Pektezol4-29/+140
2023-04-24doc: change route nameArda Serdar Pektezol1-1/+1
2023-04-24doc: change route nameArda Serdar Pektezol1-1/+1
2023-04-24feat/db: multiple game/chapter support, improved map relations (#1)Arda Serdar Pektezol5-162/+189
2023-04-24doc: fix demo download uuid from path to queryArda Serdar Pektezol4-4/+4
2023-04-21doc: added tagsArda Serdar Pektezol8-0/+73
2023-04-21doc: readmeArda Serdar Pektezol1-1/+22
2023-04-21fix: unable to serve swagger on prodArda Serdar Pektezol2-1/+30
2023-04-21fix: frontend servingArda Serdar Pektezol2-4/+5
2023-04-21doc: add auth header fields (#34)Arda Serdar Pektezol5-17/+102
2023-04-21fix: empty country code on user creation (#36)Arda Serdar Pektezol2-1/+5
2023-04-21test push for ci/cdArda Serdar Pektezol1-1/+1
2023-04-21finalize swagger, port to prod machine (#34)Arda Serdar Pektezol7-33/+124
2023-04-20possible db schema for communityArda Serdar Pektezol1-1/+34
2023-04-20update package-lock.jsonArda Serdar Pektezol1-2/+2
2023-04-19doc: complete rest of swagger implementation, change rankings response (#34)Arda Serdar Pektezol7-5/+593
2023-04-13doc: swagger init for login and user routes (#34)Arda Serdar Pektezol6-19/+814
2023-02-26Update package.jsonNidboj1321-2/+1
2023-02-26Delete vite-env.d.tsNidboj1321-1/+0
2023-02-26Delete main.tsxNidboj1321-10/+0
2023-02-26Delete index.cssNidboj1321-70/+0
2023-02-26Delete App.tsxNidboj1321-34/+0
2023-02-26Delete react.svgNidboj1321-1/+0
2023-02-26Delete index.htmlNidboj1321-13/+0
2023-02-26Delete vite.config.tsNidboj1321-7/+0
2023-02-26Delete tsconfig.node.jsonNidboj1321-9/+0
2023-02-26Delete tsconfig.jsonNidboj1321-21/+0
2023-02-26Update README.mdNidboj1321-70/+1
2023-02-26Add files via uploadNidboj13222-899/+29224
2023-02-03actually add update profile route (#30)Arda Serdar Pektezol1-0/+1
2023-02-02fix: only show top record of a person in the map rankings (obviously) shoutou...Arda Serdar Pektezol1-2/+18
2023-01-18feat: refresh/update user via steam (#30)Arda Serdar Pektezol4-57/+151
2023-01-17added delete demo from drive, also delete if an error is encountered while su...Arda Serdar Pektezol1-6/+15
2023-01-17added rankings for finishing all sp and mp maps (#28)Arda Serdar Pektezol3-0/+102
2023-01-16ranking placements in each map with correct tie handling (#5, #27)Arda Serdar Pektezol2-2/+22
2023-01-16fixed logic behind record history for each map (#26)Arda Serdar Pektezol1-48/+12
2023-01-15retrieving competitive user records (#26)Arda Serdar Pektezol3-32/+182
2023-01-15also update maps table when a new world record is achievedArda Serdar Pektezol1-1/+19
2023-01-15added fetch map stats (#25)Arda Serdar Pektezol3-2/+110
2023-01-15check if map is disabled or notArda Serdar Pektezol1-2/+7
2023-01-15add wr time to maps databaseArda Serdar Pektezol2-111/+112
2023-01-14added countries, update country (#4)Arda Serdar Pektezol4-0/+290
2023-01-14delete demo after serving it from local (#24)Arda Serdar Pektezol1-0/+1
2023-01-14upload record fix, download demo success (#24)Arda Serdar Pektezol2-5/+48