This website requires JavaScript.
Explore
Help
Sign In
extern
/
hishtory
Watch
1
Star
0
Fork
0
You've already forked hishtory
mirror of
https://github.com/ddworken/hishtory.git
synced
2025-06-06 05:06:44 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
hishtory
/
backend
/
server
/
internal
/
server
History
David Dworken
67c67b76cd
If X-Real-IP header isn't set, use the client's real IP instead of unknwon (
fixes
#126
)
2023-11-18 12:11:12 -08:00
..
api_handlers.go
Update slsaStatusHandler to use the version parsing library
2023-11-12 04:59:05 -08:00
debug_handlers.go
Move all handlers into either api_handlers.go for client-exposed handlers, or debug_handlers.go for debug/admin functionality
2023-09-21 11:47:16 -07:00
middleware_test.go
Move output prefix from 60d388c4c2f9305bc939992f2fad1bed59c719de to the inner test
2023-10-22 11:07:59 -07:00
middleware.go
Follow up to 083569be17004c3406966a69c8f1bc331859942a: What if we just change the message we print on the server-side so that it doesn't trigger gotestsum?
2023-10-22 11:46:11 -07:00
server_test.go
Add more thorough tests for updates
2023-10-09 21:41:30 -07:00
srv.go
Fix 2d63263b79914205536c0fedca4dbb5b7eae4476 by applying the override on the backend rather than in the client-side variable that isn't actually being referenced
2023-11-12 02:57:23 -08:00
util.go
If X-Real-IP header isn't set, use the client's real IP instead of unknwon (
fixes
#126
)
2023-11-18 12:11:12 -08:00