index
:
lphub
css
css-overhaul
main
Improved and modern Portal 2 Least Portals Leaderboards website.
pektezol
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
controllers
/
userController.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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) shoutou...
Arda Serdar Pektezol
1
-2
/
+18
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 su...
Arda Serdar Pektezol
1
-6
/
+15
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
2023-01-16
fixed logic behind record history for each map (#26)
Arda Serdar Pektezol
1
-48
/
+12
2023-01-15
retrieving competitive user records (#26)
Arda Serdar Pektezol
3
-32
/
+182
2023-01-15
also update maps table when a new world record is achieved
Arda Serdar Pektezol
1
-1
/
+19
2023-01-15
added fetch map stats (#25)
Arda Serdar Pektezol
3
-2
/
+110
2023-01-15
check if map is disabled or not
Arda Serdar Pektezol
1
-2
/
+7
2023-01-15
add wr time to maps database
Arda Serdar Pektezol
2
-111
/
+112
2023-01-14
added countries, update country (#4)
Arda Serdar Pektezol
4
-0
/
+290
2023-01-14
delete demo after serving it from local (#24)
Arda Serdar Pektezol
1
-0
/
+1
[next]