aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: game, chapter, map endpoints for records pageArda Serdar Pektezol2023-05-026-19/+703
|
* feat: set cookie and redirect after loginArda Serdar Pektezol2023-05-022-15/+13
|
* fix: cors origin for steamcommunityArda Serdar Pektezol2023-05-021-5/+5
|
* add cors origin for steamcommunityArda Serdar Pektezol2023-05-021-2/+6
|
* Merge branch 'main' of https://github.com/pektezol/LeastPortalsArda Serdar Pektezol2023-05-0124-107/+333
|\
| * Merge pull request #39 from Nidboj132/mainArda Serdar Pektezol2023-04-2924-107/+333
| |\ | | | | | | ui update
| | * ui updateNidboj1322023-04-2924-107/+333
| | |
* | | search endpoint init, fetch all data (#40)Arda Serdar Pektezol2023-05-016-9/+229
|/ /
* | doc: update history model (#38)Arda Serdar Pektezol2023-04-244-13/+58
| |
* | 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
| |
* | 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
|