fathom/pkg/api
Danny van Kooten 3656fef69d discard requests to /collect with missing requried query vars 2018-11-26 10:37:52 +01:00
..
api.go introduce datastore interface & stop relying on package var to retrieve db conn. relates to #29 2018-05-15 13:30:37 +02:00
auth.go return json error when authorization middleware fails 2018-10-09 11:17:13 +02:00
auth_test.go sanitize email address before saving to datastore 2018-09-10 09:26:15 +02:00
collect.go discard requests to /collect with missing requried query vars 2018-11-26 10:37:52 +01:00
collect_test.go strip AMP & UTM vars from referrer urls. closes #37 2018-05-22 10:30:35 +02:00
health.go Adding /health endpoint and using it in container 2018-09-17 17:20:48 +02:00
http.go Adding gzip compression for HTTP and Headers for tracker's sec (#181) 2018-11-13 15:25:55 +01:00
http_test.go update test for respond func 2018-09-21 10:50:34 +02:00
page_stats.go show pagination arrows in table component which allows paginating the table results. closes #153 2018-11-20 12:11:35 +01:00
params.go show pagination arrows in table component which allows paginating the table results. closes #153 2018-11-20 12:11:35 +01:00
params_test.go fix params test 2018-05-08 09:11:32 +02:00
referrer_stats.go show pagination arrows in table component which allows paginating the table results. closes #153 2018-11-20 12:11:35 +01:00
routes.go clean-up route & func names 2018-11-14 11:47:47 +01:00
site_stats.go clean-up route & func names 2018-11-14 11:47:47 +01:00
sites.go default to site_id 1, even though it may not exist yet 2018-10-05 16:07:15 +02:00