| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-05-02 | feat: game, chapter, map endpoints for records page | Arda Serdar Pektezol | 6 | -19/+703 | |
| 2023-05-02 | feat: set cookie and redirect after login | Arda Serdar Pektezol | 2 | -15/+13 | |
| 2023-05-02 | fix: cors origin for steamcommunity | Arda Serdar Pektezol | 1 | -5/+5 | |
| 2023-05-02 | add cors origin for steamcommunity | Arda Serdar Pektezol | 1 | -2/+6 | |
| 2023-05-01 | search endpoint init, fetch all data (#40) | Arda Serdar Pektezol | 6 | -9/+229 | |
| 2023-04-29 | ui update | Nidboj132 | 24 | -107/+333 | |
| 2023-04-24 | doc: update history model (#38) | Arda Serdar Pektezol | 4 | -13/+58 | |
| 2023-04-24 | feat: map summary history done (#38) | Arda Serdar Pektezol | 2 | -14/+40 | |
| 2023-04-24 | feat: history data from lp sheet ported | Arda Serdar Pektezol | 2 | -3/+280 | |
| 2023-04-24 | fix: able to have null first completionist (#38) | Arda Serdar Pektezol | 1 | -1/+1 | |
| 2023-04-24 | feat: change username to user_name | Arda Serdar Pektezol | 6 | -13/+13 | |
| 2023-04-24 | feat: db transaction for record submission (#33) | Arda Serdar Pektezol | 1 | -5/+17 | |
| 2023-04-24 | fix: adjust record submission (#38) | Arda Serdar Pektezol | 1 | -17/+20 | |
| 2023-04-24 | fix: sql remove avatar and name since its not implemented yet (#38) | Arda Serdar Pektezol | 1 | -1/+1 | |
| 2023-04-24 | doc: map summary and leaderboard endpoints (#38) | Arda Serdar Pektezol | 3 | -32/+442 | |
| 2023-04-24 | feat: map summary and leaderboard endpoints, new models and routes (#38) | Arda Serdar Pektezol | 4 | -29/+140 | |
| 2023-04-24 | doc: change route name | Arda Serdar Pektezol | 1 | -1/+1 | |
| 2023-04-24 | doc: change route name | Arda Serdar Pektezol | 1 | -1/+1 | |
| 2023-04-24 | feat/db: multiple game/chapter support, improved map relations (#1) | Arda Serdar Pektezol | 5 | -162/+189 | |
| 2023-04-24 | doc: fix demo download uuid from path to query | Arda Serdar Pektezol | 4 | -4/+4 | |
| 2023-04-21 | doc: added tags | Arda Serdar Pektezol | 8 | -0/+73 | |
| 2023-04-21 | doc: readme | Arda Serdar Pektezol | 1 | -1/+22 | |
| 2023-04-21 | fix: unable to serve swagger on prod | Arda Serdar Pektezol | 2 | -1/+30 | |
| 2023-04-21 | fix: frontend serving | Arda Serdar Pektezol | 2 | -4/+5 | |
| 2023-04-21 | doc: add auth header fields (#34) | Arda Serdar Pektezol | 5 | -17/+102 | |
| 2023-04-21 | fix: empty country code on user creation (#36) | Arda Serdar Pektezol | 2 | -1/+5 | |
| 2023-04-21 | test push for ci/cd | Arda Serdar Pektezol | 1 | -1/+1 | |
| 2023-04-21 | finalize swagger, port to prod machine (#34) | Arda Serdar Pektezol | 7 | -33/+124 | |
| 2023-04-20 | possible db schema for community | Arda Serdar Pektezol | 1 | -1/+34 | |
| 2023-04-20 | update package-lock.json | Arda Serdar Pektezol | 1 | -2/+2 | |
| 2023-04-19 | doc: complete rest of swagger implementation, change rankings response (#34) | Arda Serdar Pektezol | 7 | -5/+593 | |
| 2023-04-13 | doc: swagger init for login and user routes (#34) | Arda Serdar Pektezol | 6 | -19/+814 | |
| 2023-02-26 | Update package.json | Nidboj132 | 1 | -2/+1 | |
| 2023-02-26 | Delete vite-env.d.ts | Nidboj132 | 1 | -1/+0 | |
| 2023-02-26 | Delete main.tsx | Nidboj132 | 1 | -10/+0 | |
| 2023-02-26 | Delete index.css | Nidboj132 | 1 | -70/+0 | |
| 2023-02-26 | Delete App.tsx | Nidboj132 | 1 | -34/+0 | |
| 2023-02-26 | Delete react.svg | Nidboj132 | 1 | -1/+0 | |
| 2023-02-26 | Delete index.html | Nidboj132 | 1 | -13/+0 | |
| 2023-02-26 | Delete vite.config.ts | Nidboj132 | 1 | -7/+0 | |
| 2023-02-26 | Delete tsconfig.node.json | Nidboj132 | 1 | -9/+0 | |
| 2023-02-26 | Delete tsconfig.json | Nidboj132 | 1 | -21/+0 | |
| 2023-02-26 | Update README.md | Nidboj132 | 1 | -70/+1 | |
| 2023-02-26 | Add files via upload | Nidboj132 | 22 | -899/+29224 | |
| 2023-02-03 | actually add update profile route (#30) | Arda Serdar Pektezol | 1 | -0/+1 | |
| 2023-02-02 | fix: only show top record of a person in the map rankings (obviously) ↵ | Arda Serdar Pektezol | 1 | -2/+18 | |
| shoutout chatgpt | |||||
| 2023-01-18 | feat: refresh/update user via steam (#30) | Arda Serdar Pektezol | 4 | -57/+151 | |
| 2023-01-17 | added delete demo from drive, also delete if an error is encountered while ↵ | Arda Serdar Pektezol | 1 | -6/+15 | |
| submitting a record | |||||
| 2023-01-17 | added rankings for finishing all sp and mp maps (#28) | Arda Serdar Pektezol | 3 | -0/+102 | |
| 2023-01-16 | ranking placements in each map with correct tie handling (#5, #27) | Arda Serdar Pektezol | 2 | -2/+22 | |