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
/
api
/
auth.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-28
fix: actually get log message in modlogs (#110)
Arda Serdar Pektezol
1
-2
/
+2
2023-09-28
feat: improve logs and mod log endpoint (#55)
Arda Serdar Pektezol
5
-37
/
+44
2023-09-28
fix: check for category id for map history when deleting summary (#106)
Arda Serdar Pektezol
1
-5
/
+5
2023-09-28
fix: 0 score count summaries give false binding required error (#104)
Arda Serdar Pektezol
1
-2
/
+2
2023-09-27
feat: revise logging in other handlers (#55)
Arda Serdar Pektezol
5
-50
/
+33
2023-09-27
feat: detailed logging, db changes (#55)
Arda Serdar Pektezol
3
-11
/
+42
2023-09-26
feat: check for deleted records in users (#56)
Arda Serdar Pektezol
4
-54
/
+70
2023-09-26
fix: user titles on non profile users (#98)
Arda Serdar Pektezol
1
-2
/
+14
2023-09-26
feat: missing placment data for user records (#51)
Arda Serdar Pektezol
3
-12
/
+92
2023-09-25
feat: completed profile rankings (#51)
Arda Serdar Pektezol
7
-132
/
+249
2023-09-24
docs: add delete record, update discussion and main (#56)
Arda Serdar Pektezol
6
-28
/
+130
2023-09-24
feat: removing (by flag) records (#56)
Arda Serdar Pektezol
6
-11
/
+97
2023-09-24
fix: delete demo if parsing goes wrong (#90)
Arda Serdar Pektezol
1
-0
/
+1
2023-09-24
feat: specify using proxy for steam auth (#57)
Arda Serdar Pektezol
3
-2
/
+4
2023-09-24
feat: improved steam authentication (#57)
Arda Serdar Pektezol
3
-6
/
+6
2023-09-23
db: update new lp wrs (#88)
Arda Serdar Pektezol
2
-0
/
+6
2023-09-23
fix: dont check wait error (#83)
Arda Serdar Pektezol
1
-3
/
+1
2023-09-23
fix: parser not launching (#83)
Arda Serdar Pektezol
1
-7
/
+5
2023-09-23
feat: much better parser (#83)
Arda Serdar Pektezol
3
-7
/
+8
2023-09-22
feat: discussions (#59)
Arda Serdar Pektezol
13
-496
/
+1422
2023-09-22
feat: map search (#78)
Nidboj132
3
-6
/
+103
2023-09-22
docs: update search response (#77)
Arda Serdar Pektezol
3
-6
/
+88
2023-09-22
feat: improve map and user searches (#77)
Arda Serdar Pektezol
1
-120
/
+127
2023-09-22
feat: coop demos (#53)
Nidboj132
1
-1
/
+12
2023-09-22
feat: coop leaderboards (#53)
Nidboj132
2
-13
/
+65
2023-09-22
feat: completion count (#52)
Nidboj132
1
-13
/
+12
2023-09-22
docs: completion count added (#63)
Arda Serdar Pektezol
3
-0
/
+8
2023-09-22
fix: summary crashing (#53)
Nidboj132
1
-1
/
+1
2023-09-22
fix: change all status codes to 200 (#66)
Arda Serdar Pektezol
7
-131
/
+131
2023-09-22
feat: completion count on summary for each cm entry (#63)
Arda Serdar Pektezol
2
-6
/
+29
2023-09-22
quicker summary fix (#53)
Nidboj132
1
-1
/
+1
2023-09-22
quick summary fix (#53)
Nidboj132
1
-1
/
+1
2023-09-22
added leaderboard (#53)
Nidboj132
4
-18
/
+224
2023-09-22
fix: page number error on empty records (#62)
Arda Serdar Pektezol
1
-20
/
+26
2023-09-22
fix: leaderboards tie check, ordering (#60)
Arda Serdar Pektezol
1
-4
/
+6
2023-09-18
docs: leaderboard pagination parameters
Arda Serdar Pektezol
3
-0
/
+85
2023-09-18
fix: change default page size to 20
Arda Serdar Pektezol
1
-3
/
+3
2023-09-18
feat: pagination for map leaderboards
Arda Serdar Pektezol
2
-13
/
+57
2023-09-05
added graph and fixed some css
Nidboj132
2
-69
/
+208
2023-09-03
fix: create map summary, why the fuck does this have to be a pointer integer??
Arda Serdar Pektezol
1
-1
/
+1
2023-09-03
feat: added logs for user update (#55)
Arda Serdar Pektezol
3
-9
/
+21
2023-09-03
feat: working on rankings, overall rank left (#51)
Arda Serdar Pektezol
1
-11
/
+341
2023-09-03
fix: order mod logs by most recent (#55)
Arda Serdar Pektezol
1
-1
/
+2
2023-09-03
feat: update user logs (#55)
Arda Serdar Pektezol
2
-13
/
+16
2023-09-03
docs: update log response type
Arda Serdar Pektezol
3
-3
/
+69
2023-09-02
docs: update swagger for changed models
Arda Serdar Pektezol
3
-14
/
+6
2023-09-02
feat: detailed logs for records (#55)
Arda Serdar Pektezol
2
-2
/
+23
2023-09-02
feat: map summary logs (#55)
Arda Serdar Pektezol
2
-10
/
+15
2023-09-02
fix: remove redundant home route
Arda Serdar Pektezol
2
-12
/
+0
2023-09-02
fix: imrpoved user models on responses
Arda Serdar Pektezol
3
-32
/
+30
[next]