Commit History

Author SHA1 Message Date
  Peter Thomassen 4f3d3d328d refactor(api): make Domain.is_registrable() an instance method 5 years ago
  Peter Thomassen f16b784eaf feat(api): add Domain.touched 5 years ago
  Peter Thomassen 953b14f1b9 feat(api,docs): expose RRset.touched 5 years ago
  Peter Thomassen d3fd47638b feat(api): for no-op updates, update RRset.touched 5 years ago
  Peter Thomassen f91c27ce8c fix(api): streamline calls to RRsetSerializer.save() 5 years ago
  Peter Thomassen baf4602983 feat(api): add Token.last_used, closes #351 5 years ago
  Akash Karar f141a374ee feat(api): added detailed prometheus metrics 5 years ago
  Peter Thomassen cf4c011bda feat(api): require minimum password length (8 characters), fixes #317 5 years ago
  Peter Thomassen cf10527068 feat(api): limit total length of RRset to ~64KB 5 years ago
  Peter Thomassen 3653ccc006 feat(api): use ModelSerializer for RR validation, fix test 5 years ago
  Peter Thomassen edf62b5ffd fix(api): correctly handle POST/PUT/PATCH with empty payload 5 years ago
  Nils Wisiol cf35f60cf8 feat(api): improve error handling for concurrent requests 5 years ago
  Peter Thomassen 2f432d3b5c fix(api): remove excessive validation during auth action authentication 5 years ago
  Peter Thomassen 46310787e2 feat(api): only return DNSSEC keys when dealing with a single domain 5 years ago
  Peter Thomassen cb9febf1b4 refactor(api): simplify DomainSerializer field settings 5 years ago
  Peter Thomassen 85fae1c65c feat(api): bump dependencies, including Django 3.0 5 years ago
  Peter Thomassen dd5a104eed fix(api): move and simplify AuthenticatedActionAuthenticator 5 years ago
  Nils Wisiol 29e3c187fe feat(webapp): adds donation form 5 years ago
  Nils Wisiol 837c387c4c fix(api): clarifies DNS name validation error message 5 years ago
  Nils Wisiol 2b43c15175 feat(api): require CAPTCHA for password request reset 5 years ago
  Peter Thomassen b2b3e1c3d9 fix(api): code style 5 years ago
  Peter Thomassen 25676430fc feat(api): encrypt-then-authenticate action codes, closes #250 5 years ago
  Peter Thomassen fc067e4d9b feat(api): migrate User ID datatype from int to UUID, closes #249 5 years ago
  Peter Thomassen 158be3f8b2 feat(api): store tokens in hashed format and with UUID 5 years ago
  Peter Thomassen 2a306dbb54 feat(api): expose tokens only at creation time 5 years ago
  Peter Thomassen d62ecef398 feat(api): simply call exposed field 'token' instead of 'auth_token' 5 years ago
  Peter Thomassen aa4ec2f52b fix(api): set correct minimum TTL on domains created via auth action 5 years ago
  Peter Thomassen d23f16c661 fix(api): change '__all__' error key to 'non_field_errors' for consistency 5 years ago
  Peter Thomassen 12075fe50e feat(api): allow account registration without a password 5 years ago
  Peter Thomassen 48e33e3549 feat(api): expose RRset created field 6 years ago