Replace CSRF token with tokens based on the user's ID.
[kraftakt.git] / kraftakt.go
2018-01-30 Florian ForsterReplace CSRF token with tokens based on the user's ID.
2018-01-30 Florian ForsterDisconnect handler: don't print success message after...
2018-01-30 Florian ForsterUnsubscribe from Fitbit subscriptions individually.
2018-01-30 Florian ForsterImplement a /login handler.
2018-01-30 Florian ForsterUse html/template to generate HTML output.
2018-01-30 Florian ForsterImplement Fitbit and Google Fit disconnect handlers.
2018-01-29 Florian ForsterhandleNotification(): Fix format string.
2018-01-29 Florian ForsterAdd warning message on Fitbit signature mismatch.
2018-01-29 Florian ForsterDon't use context.Background().
2018-01-29 Florian ForsterRead runtime configuration from datastore.
2018-01-28 Florian ForsterRename the "gfitsync" package to "kraftakt".