hishtory/backend/server/internal/server
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