oncall-engine/engine/common
Innokentii Konstantinov 4b91203eca
Add validation of hostname for recapctha (#1445)
# What this PR does

- Implement recapthca v3 check. DRF_RECAPTCHA didn't support hostname
validation and it's too complicated to add it.
- Add validation of verification code on oncall side to not to call
twilio with obviously invalid codes

## Checklist

- [x] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated
2023-03-06 08:59:48 +00:00
..
api_helpers Fix of templates api behaviour for public and private api (#1408) 2023-03-01 16:32:15 +08:00
constants Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
custom_celery_tasks World, meet OnCall! 2022-06-03 08:09:47 -06:00
exceptions Remove auto-recreating logic for UserNotificationPolicy (#414) 2022-08-26 13:46:50 +05:00
insight_log user_id -> linked_user_id (#410) 2022-08-25 13:34:19 +05:00
jinja_templater Improve Jinja Template feedback and error handling (#884) 2022-11-28 09:46:51 -07:00
oncall_gateway Handle OnCall gateway connector delete 204 (#1313) 2023-02-17 11:04:02 -07:00
recaptcha Add validation of hostname for recapctha (#1445) 2023-03-06 08:59:48 +00:00
tests Add validation of hostname for recapctha (#1445) 2023-03-06 08:59:48 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
admin.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
database.py Add utility function to get readonly db key if defined (#1264) 2023-02-01 12:07:32 +01:00
public_primary_keys.py Insight logs (#348) 2022-08-24 12:04:44 +05:00
timezones.py centralize timezone validation + add serializer validation for on call shifts and schedules (#924) 2022-12-01 14:13:39 +01:00
utils.py Set DATA_UPLOAD_MAX_MEMORY_SIZE to 1mb (#393) 2022-08-24 11:59:01 +05:00