aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* doc: map summary and leaderboard endpoints (#38)Arda Serdar Pektezol2023-04-243-32/+442
|
* 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-244-4/+4
|
* doc: added tagsArda Serdar Pektezol2023-04-218-0/+73
|
* doc: readmeArda Serdar Pektezol2023-04-211-1/+22
|
* fix: unable to serve swagger on prodArda Serdar Pektezol2023-04-212-1/+30
|
* fix: frontend servingArda Serdar Pektezol2023-04-212-4/+5
|
* doc: add auth header fields (#34)Arda Serdar Pektezol2023-04-215-17/+102
|
* fix: empty country code on user creation (#36)Arda Serdar Pektezol2023-04-212-1/+5
|
* test push for ci/cdArda Serdar Pektezol2023-04-211-1/+1
|
* finalize swagger, port to prod machine (#34)Arda Serdar Pektezol2023-04-217-33/+124
|
* possible db schema for communityArda Serdar Pektezol2023-04-201-1/+34
|
* update package-lock.jsonArda Serdar Pektezol2023-04-201-2/+2
|
* doc: complete rest of swagger implementation, change rankings response (#34)Arda Serdar Pektezol2023-04-197-5/+593
|
* doc: swagger init for login and user routes (#34)Arda Serdar Pektezol2023-04-136-19/+814
|
* Merge pull request #32 from Nidboj132/mainArda Serdar Pektezol2023-02-2631-1064/+29153
|\ | | | | frontend
| * Update package.jsonNidboj1322023-02-261-2/+1
| |
| * Delete vite-env.d.tsNidboj1322023-02-261-1/+0
| |
| * Delete main.tsxNidboj1322023-02-261-10/+0
| |
| * Delete index.cssNidboj1322023-02-261-70/+0
| |
| * Delete App.tsxNidboj1322023-02-261-34/+0
| |
| * Delete react.svgNidboj1322023-02-261-1/+0
| |
| * Delete index.htmlNidboj1322023-02-261-13/+0
| |
| * Delete vite.config.tsNidboj1322023-02-261-7/+0
| |
| * Delete tsconfig.node.jsonNidboj1322023-02-261-9/+0
| |
| * Delete tsconfig.jsonNidboj1322023-02-261-21/+0
| |
| * Update README.mdNidboj1322023-02-261-70/+1
| |
| * Add files via uploadNidboj1322023-02-2622-899/+29224
|/
* 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
|