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-30 20:50:50 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ea63690b21fe98bdc3da831633397037ad6b52d2
hishtory
/
backend
/
server
/
internal
/
server
History
Nguyễn Hoàng Đức
a4d229d609
Allow register new device when exceed user limit when user already exist (
#181
)
2024-08-11 12:29:36 -07:00
..
api_handlers.go
Allow register new device when exceed user limit when user already exist (
#181
)
2024-08-11 12:29:36 -07: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
60d388c4c2
to the inner test
2023-10-22 11:07:59 -07:00
middleware.go
Follow up to
083569be17
: 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
Refactor: Move UsageData and Device to the backend/server directory since they are purely server-side constructs
2023-12-10 10:32:04 -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