Commit Graph

304 Commits

Author SHA1 Message Date
Maël Gangloff
ad8a99c291 feat: add dark theme support 2024-12-20 20:21:05 +01:00
Maël Gangloff
425071bc23 feat: improve ui 2024-12-20 19:41:48 +01:00
Maël Gangloff
1dc16d769b feat: add search for a tld via RDAP 2024-12-20 17:43:35 +01:00
Maël Gangloff
1b3e5c5ef8 feat: update weekly if removed from WHOIS 2024-12-18 22:53:26 +01:00
Maël Gangloff
ab7ce83518 feat: color domain names about to expire 2024-12-18 19:40:34 +01:00
Maël Gangloff
9df6c24a75 fix: a registry was applying the same EPP status code twice 2024-12-18 19:11:26 +01:00
Maël Gangloff
df3906aa08 fix: disable domain status diff when domain creation 2024-12-13 21:16:49 +01:00
Maël Gangloff
3c137e40ee fix: use current updatedAt date when update domain statuses 2024-12-13 20:30:07 +01:00
Maël Gangloff
15fb312aa2 fix: reduce database requests when register domain 2024-12-13 19:50:14 +01:00
Maël Gangloff
6d7992b191 fix: disable domain status diff when domain creation 2024-12-13 16:31:06 +01:00
Maël Gangloff
1c64239d89 fix: disable domain status diff when domain creation 2024-12-13 16:25:53 +01:00
Maël Gangloff
df780cfb39 fix: differential status can be nullable 2024-12-12 23:02:35 +01:00
Maël Gangloff
37740845e8 feat: add differential tracking of domain EPP status codes 2024-12-12 22:56:35 +01:00
Maël Gangloff
13562511be fix: verify webhook DSN exists before send notif 2024-12-09 15:10:19 +01:00
Maël Gangloff
1637d55d8e fix: time conversion s to ms 2024-12-08 16:42:39 +01:00
Maël Gangloff
599aa24ec0 fix: use RDAP request start time as timestamp 2024-12-08 16:34:20 +01:00
Maël Gangloff
d77dcf0ada fix: domain should not be null 2024-12-08 14:19:54 +01:00
Maël Gangloff
a6122b877e feat: add measurements in InfluxdbService 2024-12-08 13:54:51 +01:00
Maël Gangloff
c7569b9081 feat: start of InfluxDB implementation 2024-12-08 00:52:03 +01:00
Maël Gangloff
17a7eb9f0c feat: add notif option in app:register-domain command 2024-12-07 21:21:26 +01:00
Maël Gangloff
1c52ad1573 fix: conditions to update a domain name 2024-12-07 20:22:08 +01:00
Maël Gangloff
303d73e65e fix: conditions to update a domain name 2024-12-07 20:18:49 +01:00
Maël Gangloff
fbcecff982 feat: add app:register-domain command 2024-12-07 20:08:29 +01:00
Maël Gangloff
c3915556a5 fix: prevent duplicate events in database 2024-12-07 14:16:56 +01:00
Maël Gangloff
dc3879c4c5 docs: add documentation on MessageHandler 2024-12-03 21:10:38 +01:00
Maël Gangloff
c6ae0ac69d fix: remove deleted entities in ical export 2024-11-25 22:16:27 +01:00
Maël Gangloff
763f320dc3 fix: some pendingDelete domains are already expired 2024-11-15 19:26:17 +01:00
Maël Gangloff
1ac11e35b4 chore: add custom_rdap_servers.yaml in .gitignore file 2024-11-03 13:19:38 +01:00
Maël Gangloff
500b901b7a fix: duplicate NS violates unique constraint 2024-11-02 16:25:01 +01:00
Maël Gangloff
79a5a1d35a feat: update custom_rdap_servers.example.yaml 2024-11-02 16:11:41 +01:00
Maël Gangloff
c7a50eed65 refactor: consent checks are performed in AbstractProvider and not in child classes 2024-11-01 00:46:25 +01:00
Maël Gangloff
37cd4edcce chore: remove isDeleted check in orderDomain 2024-10-06 20:37:56 +02:00
Maël Gangloff
6775cbca48 Merge branch 'feature/autodns' 2024-10-06 16:13:29 +02:00
Maël Gangloff
0c25bbfe35 fix: update verifyAuthData in NamecheapProvider 2024-10-03 11:23:01 +02:00
Maël Gangloff
b981ce4be1 fix: assertAuthenticate when create a connector 2024-10-02 21:14:34 +02:00
Maël Gangloff
ff36eae71f chore: merge master 2024-10-02 12:59:37 +02:00
Maël Gangloff
e6bf43693d fix: https instead of http 2024-10-02 12:01:07 +02:00
Vincent
81512bebb4 refactor: provider authentication flow 2024-09-30 13:48:15 +02:00
Vincent
b162f2313e fix: missing constructor supercall 2024-09-26 13:39:35 +02:00
Vincent
a7b09833c6 feat: clean authentication data 2024-09-26 13:38:15 +02:00
Vincent
ad170cdc5d style: unused imports 2024-09-26 13:22:47 +02:00
Vincent
38deb2b12b chore: unused injections 2024-09-26 13:20:28 +02:00
Vincent
cf05d35ded style: nc connector 2024-09-26 13:18:46 +02:00
Vincent
83012dfe65 Merge branch 'refs/heads/master' into feature/namecheap
# Conflicts:
#	package.json
2024-09-26 13:16:02 +02:00
Vincent
f70ddb6b05 feat: get supported tlds by namecheap 2024-09-25 14:03:16 +02:00
Vincent
f0e708272e feat: get supported tlds by namecheap 2024-09-25 14:02:40 +02:00
Stefan Warnat
1ca7da6219 fix: format corrections
fix: remove zone registration
fix: remove hardcoded tld list and add warning about TLD
2024-09-22 23:06:18 +02:00
Maël Gangloff
a94a775ee6 chore: reformat code 2024-09-22 19:49:35 +02:00
Stefan Warnat
0657891b8d fix: RDAP Server of DENIC do not return events
Signed-off-by: Stefan Warnat <ich@stefanwarnat.de>
2024-09-22 18:48:32 +02:00
Stefan Warnat
e66d766dac feat(provider): Implement AutoDNS 2024-09-22 18:33:22 +02:00