Commit Graph

173 Commits

Author SHA1 Message Date
Maël Gangloff
94a29bc8df feat: add ipAddress to the logs if anonymous query 2025-12-13 13:43:46 +01:00
Maël Gangloff
60223a7338 fix: forgive me 2025-11-12 20:30:06 +01:00
Maël Gangloff
88a3954c6e feat: forward the error message to the client if an error occurs on the RDAP server side 2025-11-12 19:43:36 +01:00
Maël Gangloff
6caea8fc68 fix: status must be an array of string 2025-11-06 16:16:49 +01:00
Maël Gangloff
8556308290 fix: check if NS status exists 2025-10-31 15:49:18 +01:00
Maël Gangloff
cf0a5eaa69 fix: check if NS status exists 2025-10-31 15:47:12 +01:00
Maël Gangloff
7595b13772 feat: no domain update if < 5 secs 2025-10-29 19:18:44 +01:00
Maël Gangloff
32e2d06cf6 chore: change log levels 2025-10-29 11:00:44 +01:00
Maël Gangloff
f868f1ad19 chore: change log levels 2025-10-29 10:53:13 +01:00
Maël Gangloff
4ea2afa5c3 chore: revert changes 2025-10-29 01:26:39 +01:00
Maël Gangloff
033cd185ba fix: typed property 2025-10-29 01:18:27 +01:00
Maël Gangloff
ee22b7af2f fix: typed property 2025-10-29 01:16:14 +01:00
Maël Gangloff
d91ff6ca86 test: add tests for handler 2025-10-25 21:47:11 +02:00
Maël Gangloff
597c744161 refactor: move DQL in repositories 2025-10-22 16:16:27 +02:00
Maël Gangloff
95c6b9bb55 refactor: move logic in RDAPService 2025-10-22 15:58:20 +02:00
Maël Gangloff
24e1c1533c refactor: move logic in RDAPService 2025-10-22 15:24:29 +02:00
Maël Gangloff
4facd7e951 refactor: move DQL in repositories 2025-10-21 12:56:59 +02:00
vinceh121
2c38a298c0 fix: refresh more entities that are using the same pattern 2025-10-20 22:45:00 +02:00
vinceh121
68cb366585 fix: domain event refresh working one every two times 2025-10-20 22:37:11 +02:00
Maël Gangloff
d81ee32122 fix: domain status list in lowercase 2025-10-19 14:21:52 +02:00
Maël Gangloff
a143039925 feat: check malformed domain names 2025-10-16 14:16:58 +02:00
Maël Gangloff
ebdc5151ee fix: use state provider 2025-10-14 23:34:17 +02:00
Maël Gangloff
ac9c2c536a fix: change scope of a constant used in a migration 2025-10-14 00:10:19 +02:00
Maël Gangloff
0af22ff989 refactor: change log level and add exceptions 2025-10-13 13:51:51 +02:00
Maël Gangloff
efa56055d0 refactor: split RDAPService and OfficialDataService 2025-10-11 20:57:32 +02:00
Maël Gangloff
23383f3368 fix: execute DQL 2025-10-08 13:06:06 +02:00
Maël Gangloff
dad4f98035 feat: set domain as deleted when tld is deleted 2025-10-08 12:39:04 +02:00
Maël Gangloff
492e77420f feat: add log message when an RDAP query failed 2025-10-07 17:12:08 +02:00
Maël Gangloff
f2c52eded1 fix: correct HTTP codes for Bad Request 2025-10-07 16:33:27 +02:00
Maël Gangloff
ea1df9d97a refactor: add custom Exception class 2025-10-07 15:55:17 +02:00
Maël Gangloff
49242af42f chore: edit logs messages 2025-10-03 18:14:43 +02:00
Maël Gangloff
288b972e6b fix: do not update deletedAt if already deleted 2025-09-18 14:31:21 +02:00
Maël Gangloff
d8cfef2bce feat: use timestamp instead of bool on deletedAt 2025-09-15 23:51:57 +02:00
Maël Gangloff
c4f79bece8 feat: add ICANN accreditation status on domain result page 2025-09-15 23:04:28 +02:00
Maël Gangloff
7c10f4bd3c fix: use IANA Registrar ID instead of handle 2025-09-14 13:57:05 +02:00
Maël Gangloff
08c590b95f fix: catch libcurl unexpected EOF while reading exception 2025-09-13 23:09:29 +02:00
Maël Gangloff
6af1e2661b fix: catch libcurl unexpected EOF while reading exception 2025-09-13 23:04:28 +02:00
Maël Gangloff
7e79b9c3a9 fix: some registries create IANA identifiers and return them in the RDAP response... 2025-09-13 01:56:05 +02:00
Maël Gangloff
0be609cc9d chore: in fact, it is ICANN that accredits the registrars 2025-09-12 23:34:58 +02:00
Maël Gangloff
ca2f7e15a5 fix: cast string in jCard 2025-09-11 16:36:39 +02:00
Maël Gangloff
92d3e0ff7c feat: check DNSSEC key consistency 2025-09-11 13:52:53 +02:00
Maël Gangloff
d3201e79af chore: merge test/add-phpunit 2025-09-11 10:59:01 +02:00
Maël Gangloff
a3fb6dc873 refactor: processing of entity 2025-09-11 10:43:48 +02:00
Maël Gangloff
a995866c3e feat: add groups on properties 2025-09-10 22:26:02 +02:00
Maël Gangloff
acc3a4550a chore: rename table columns 2025-09-10 22:17:19 +02:00
Maël Gangloff
10e573e483 chore: code format 2025-09-10 21:39:17 +02:00
Maël Gangloff
28fb5f2fc3 feat: add IANA fields for accredited registrars 2025-09-10 21:35:43 +02:00
Maël Gangloff
08ff41c3d0 chore: code format 2025-09-10 00:11:05 +02:00
Maël Gangloff
477bf36893 test: add Domain unit tests 2025-09-09 19:43:35 +02:00
Maël Gangloff
08bd2a4541 test: add phpunit 2025-09-06 10:35:07 +02:00