Commit Graph

105 Commits

Author SHA1 Message Date
Maël Gangloff
ebfcc58d16 fix: begin transaction before update domain 2024-12-30 17:44:38 +01:00
Maël Gangloff
88753273e1 fix: begin transaction before update domain 2024-12-30 17:40:52 +01:00
Maël Gangloff
efbd055e1d fix: begin transaction before update domain 2024-12-30 17:19:07 +01:00
Maël Gangloff
363d7a97f3 feat: add DNSSEC badge in domain response 2024-12-30 14:32:07 +01:00
Maël Gangloff
23fca8602e feat: add Registry Lock and Registrar Lock badges 2024-12-29 22:31:40 +01:00
Maël Gangloff
f86153049b chore: simplify the Watchlist component 2024-12-29 18:17:58 +01:00
Maël Gangloff
16e3d3b33a fix: the field is pre-filled with the requested domain name 2024-12-29 18:06:28 +01:00
Maël Gangloff
45e218c322 feat: add a date column on domain_status to better identify periods 2024-12-29 17:06:52 +01:00
Maël Gangloff
7275859bd6 fix: fake handle in case it does not exist 2024-12-29 13:47:19 +01:00
Maël Gangloff
4761c982ad fix: is_numeric instead of is_int 2024-12-29 01:06:23 +01:00
Maël Gangloff
75440f60c9 fix: remove remarks field for IANA entities 2024-12-29 00:50:07 +01:00
Maël Gangloff
9f73f5038d fix: remarks field in RDAP response 2024-12-28 19:41:14 +01:00
Maël Gangloff
ee4d117834 feat: add a remarks field on entities 2024-12-28 19:26:25 +01:00
Maël Gangloff
c3c7de1902 fix: id field may be empty in RDAP response 2024-12-27 22:29:35 +01:00
Maël Gangloff
d3adc4b4ef feat: add link on domain name tags 2024-12-27 21:37:19 +01:00
Maël Gangloff
18d42993e3 fix: do not record event history if it is an IANA Registrar ID 2024-12-27 18:21:07 +01:00
Maël Gangloff
149b208399 fix: avoid save info that concerns IANA reserved IDs 2024-12-27 17:53:24 +01:00
Maël Gangloff
a535d8c2a4 feat: do not register anonymous entities 2024-12-27 15:29:16 +01:00
Maël Gangloff
5f30b7b173 feat: improve the display of entity handles 2024-12-23 15:14:23 +01:00
Maël Gangloff
2a64bcecee fix: some RDAP servers return the same entity twice 2024-12-22 23:48:37 +01:00
Maël Gangloff
015b3c2797 fix: free domain status 2024-12-22 23:06:52 +01:00
Maël Gangloff
0e7622e77e fix: use current date when update domain statuses 2024-12-22 20:42:22 +01:00
Maël Gangloff
cbeba957d3 fix: update domain updated_at 2024-12-21 21:41:33 +01:00
Maël Gangloff
817da2a652 fix: compare date with timestamp 2024-12-20 22:52:39 +01:00
Maël Gangloff
5d83386f1a refactor: split in functions 2024-12-20 22:25:41 +01:00
Maël Gangloff
e8755af578 refactor: handle keys if absent from RDAP response 2024-12-20 22:02:11 +01:00
Maël Gangloff
5b706174bb chore: add description on migration 2024-12-20 20:43:43 +01:00
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
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
1c64239d89 fix: disable domain status diff when domain creation 2024-12-13 16:25:53 +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
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
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
c6ae0ac69d fix: remove deleted entities in ical export 2024-11-25 22:16:27 +01:00
Maël Gangloff
500b901b7a fix: duplicate NS violates unique constraint 2024-11-02 16:25:01 +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
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
Maël Gangloff
b1d0725275 fix: duplicate key value violates unique constraint error 2024-09-09 11:55:11 +02:00
Maël Gangloff
0e98b7d0c1 fix: duplicate key value violates unique constraint error 2024-09-09 11:53:54 +02:00
Maël Gangloff
0e96404302 feat: add tracked domains table 2024-09-09 11:31:33 +02:00
Maël Gangloff
124168380a chore: persist domain after NS clear 2024-09-08 21:48:37 +02:00