pcmt/app
surtur f2025395b2
All checks were successful
continuous-integration/drone/push Build is passing
go: add basic hibp handling, requests scheduling
* change hibp schema's date field to string, as the date format would
  prevent direct unmarshaling. instead, marshal to string, convert later
* the scheduler is in place in order not to get throttled after going
  over API limit
* the scheduler detects when in testing mode and changes little bits of
  behaviour
* add tests for some basic requests
* run the requests scheduler as a background service during testing
2023-08-22 19:57:48 +02:00
..
settings go: add basic hibp handling, requests scheduling 2023-08-22 19:57:48 +02:00
app.go feat: add license headers (+spdx id) 2023-05-20 20:15:57 +02:00
assets.go feat: add license headers (+spdx id) 2023-05-20 20:15:57 +02:00
error.go feat: add license headers (+spdx id) 2023-05-20 20:15:57 +02:00
routes_test.go go: add+enable compression middleware 2023-05-31 22:42:50 +02:00
routes.go go,tmpl: allow conditionally disabling the sign-up 2023-08-16 15:07:10 +02:00
server.go routes: regroup, reorganise, break out csrf config 2023-08-13 16:44:40 +02:00