Peter Thomassen
|
d62ecef398
feat(api): simply call exposed field 'token' instead of 'auth_token'
|
5 年之前 |
Peter Thomassen
|
aa4ec2f52b
fix(api): set correct minimum TTL on domains created via auth action
|
5 年之前 |
Peter Thomassen
|
8dfbf7f4fc
fix(api): move dyn welcome email to Domain post_save signal, add test
|
5 年之前 |
Peter Thomassen
|
3787a485d9
refactor(api): simplify interface to retrieve parent domain
|
5 年之前 |
Nils Wisiol
|
12ce495194
fix(api): return 409 on delete requests if user still has domains
|
5 年之前 |
Nils Wisiol
|
a7d54148a9
feat(api): require locally generated captcha for user registration
|
5 年之前 |
Nils Wisiol
|
9d1b545d82
feat(api): improve domain name and PSL validation
|
5 年之前 |
Nils Wisiol
|
784e6073ef
feat(api): move domain limit check to permissions module
|
5 年之前 |
Nils Wisiol
|
5794ff3985
chore(): re-organize imports, fix erronous imports
|
5 年之前 |
Nils Wisiol
|
09ce355c76
feat(api): do not record registration IP
|
5 年之前 |
Nils Wisiol
|
7c4dc77ddc
feat(api): rework user management
|
5 年之前 |
Peter Thomassen
|
33adeea6ef
fix(api): fix settings imports
|
6 年之前 |
Peter Thomassen
|
8b391c7668
feat(api): remove dyn endpoint, closes #193
|
6 年之前 |
Peter Thomassen
|
bbfd19526f
feat(api): introduce per-domain minimum TTL setting, fixes #216
|
6 年之前 |
Peter Thomassen
|
7c448c6b3a
fix(api): POST/PATCH/PUT'ing RRset payload of invalid structure
|
6 年之前 |
Peter Thomassen
|
92cae1ae8a
fix(api): use ns1.desec.io instead of ns2.desec.io internally
|
6 年之前 |
Peter Thomassen
|
d4691c6235
fix(api): fix unknown RRset PUT/PATCH on RRsetDetail endpoint, fix #229
|
6 年之前 |
Nils Wisiol
|
f0d288b205
feat(api): contact pdns through change tracker, replaces write_rrsets
|
6 年之前 |
Peter Thomassen
|
2d88acbba9
fix(api): only send welcome mail on registration, not on unlock
|
6 年之前 |
Peter Thomassen
|
c4336277f1
feat(api): Check Public Suffix List when creating domain, fixes #88
|
6 年之前 |
Peter Thomassen
|
3ef48bf4bb
fix(api): reliably catch DB exception on duplicate domain creation
|
6 年之前 |
Peter Thomassen
|
4ef79f8543
feat(api): add a setting to specify which suffixes we manage
|
6 年之前 |
Peter Thomassen
|
5f5b819045
fix(api): give 401 for dyn if username is neither email nor domain name
|
6 年之前 |
Nils Wisiol
|
428639a5ae
chore(api): removes code copied from parent class
|
6 年之前 |
Nils Wisiol
|
94a43da445
fix(api): perform_create function signature was incompatible with parent
|
6 年之前 |
Nils Wisiol
|
68c27c7d7e
chore(api): clean up view imports
|
6 年之前 |
Nils Wisiol
|
a26ca5b5fa
chore(api): remove __future__ import
|
6 年之前 |
Nils Wisiol
|
9219915fa7
chore(api): update code style (mostly PEP 8), no functional changes
|
6 年之前 |
Nils Wisiol
|
95d0c05661
feat(api): case-insensitive DynDNS12 interface
|
6 年之前 |
Nils Wisiol
|
1870c86aed
fix(api): improve non-field error messages
|
6 年之前 |