pcmt/ent
surtur 6b45213649
All checks were successful
continuous-integration/drone/push Build is passing
go: add user onboarding, HIBP search functionality
* add user onboarding workflow
* fix user editing (no edits of passwords of regular users after
  onboarding)
* refresh HIBP breach cache in DB on app start-up
* display HIBP breach details
* fix request scheduling to prevent panics (this still needs some love..)
* fix middleware auth
* add TODOs
* update head.tmpl
* reword some error messages
2023-08-24 18:43:24 +02:00
..
agekey ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
enttest add bulk changes 2023-04-13 00:07:08 +02:00
hibp go: add user onboarding, HIBP search functionality 2023-08-24 18:43:24 +02:00
hook ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
localbreach go: implement import of local breach data 2023-08-20 05:20:33 +02:00
migrate go: save all breaches as cache, search by name 2023-08-24 03:59:50 +02:00
predicate ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
runtime chore(ent): re-run go generate 2023-08-07 21:31:46 +02:00
schema go: add user onboarding, HIBP search functionality 2023-08-24 18:43:24 +02:00
searchquery ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
settings ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
setup chore(ent): re-run go generate 2023-08-07 21:31:46 +02:00
trackedbreaches ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
user go: add user onboarding, HIBP search functionality 2023-08-24 18:43:24 +02:00
agekey.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
agekey_create.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
agekey_delete.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
agekey_query.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
agekey_update.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
client.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
ent.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
generate.go feat: add license headers (+spdx id) 2023-05-20 20:15:57 +02:00
hibp.go go: save all breaches as cache, search by name 2023-08-24 03:59:50 +02:00
hibp_create.go go: add user onboarding, HIBP search functionality 2023-08-24 18:43:24 +02:00
hibp_delete.go chore(ent): re-run go generate 2023-08-07 21:31:46 +02:00
hibp_query.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
hibp_update.go go: save all breaches as cache, search by name 2023-08-24 03:59:50 +02:00
localbreach.go go: implement import of local breach data 2023-08-20 05:20:33 +02:00
localbreach_create.go go: implement import of local breach data 2023-08-20 05:20:33 +02:00
localbreach_delete.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
localbreach_query.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
localbreach_update.go go: implement import of local breach data 2023-08-20 05:20:33 +02:00
mutation.go go: save all breaches as cache, search by name 2023-08-24 03:59:50 +02:00
runtime.go go: add user onboarding, HIBP search functionality 2023-08-24 18:43:24 +02:00
searchquery.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
searchquery_create.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
searchquery_delete.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
searchquery_query.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
searchquery_update.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
settings.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
settings_create.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
settings_delete.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
settings_query.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
settings_update.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
setup.go chore(ent): re-run go generate 2023-08-07 21:31:46 +02:00
setup_create.go chore(ent): re-run go generate 2023-08-07 21:31:46 +02:00
setup_delete.go chore(ent): re-run go generate 2023-08-07 21:31:46 +02:00
setup_query.go chore(ent): re-run go generate 2023-08-07 21:31:46 +02:00
setup_update.go chore(ent): re-run go generate 2023-08-07 21:31:46 +02:00
trackedbreaches.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
trackedbreaches_create.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
trackedbreaches_delete.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
trackedbreaches_query.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
trackedbreaches_update.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
tx.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
user.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
user_create.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
user_delete.go chore(ent): re-run go generate 2023-08-07 21:31:46 +02:00
user_query.go ent: add/extend entities, tests, validation 2023-08-19 04:52:15 +02:00
user_update.go go: add user onboarding, HIBP search functionality 2023-08-24 18:43:24 +02:00