16 Commits

Author SHA1 Message Date
45cbd74314 feat(webhooks): add webhooks
* add webhooks settings to config
* add webhooks entity for database
* add endpoints for webhooks
* add worker for asynchronously executing webhooks
* add trigger for events to user change/create/delete users/emails

Closes #692
2024-01-12 16:04:31 +01:00
7b861ae6fa chore: move data structs to dto package 2023-08-14 10:08:42 +02:00
912dac2030 feat: add create user admin endpoint 2023-08-11 10:46:38 +02:00
b59709d369 refactor: use echo.HTTPError instead of redundant own type. This way the prometheus mw shoul register the correct error codes. 2023-06-19 14:48:45 +02:00
a8bd5c50c7 fix: change error message 2023-02-07 09:36:54 +01:00
b9d5bf7a14 chore: rename order query parameter 2023-02-07 09:16:50 +01:00
bc24258952 feat: add order query for user list 2023-02-06 15:51:58 +01:00
112602eaef feat: remove unnecessary query param 2023-01-26 16:38:03 +01:00
b52f6db76b feat: add query params to search users 2023-01-26 11:27:44 +01:00
ca62cf421f feat: introduce hanko profile element and related api changes (#495)
* feat: introduce hanko profile element and related api changes
2023-01-25 10:55:23 +01:00
ae0b1656f3 test: update tests 2022-11-17 12:11:18 +01:00
a6976dcc32 feat: add total count & link header for pagination 2022-11-17 11:48:58 +01:00
ca71d641bf fix: use always lowercase emails 2022-06-29 17:33:29 +02:00
4de446475f fix: fix module path 2022-06-21 12:36:11 +02:00
3e46664406 feat: improve error logging 2022-06-15 17:24:54 +02:00
80048acd8f refactor: move backend files to its own directory 2022-06-09 14:36:00 +02:00