Commit Graph

96 Commits

Author SHA1 Message Date
Maël Gangloff
95c6b9bb55 refactor: move logic in RDAPService 2025-10-22 15:58:20 +02:00
Maël Gangloff
4facd7e951 refactor: move DQL in repositories 2025-10-21 12:56:59 +02:00
Maël Gangloff
543fcebdec fix: sort domainStatus by date to select one 2025-10-20 13:11:44 +02:00
Maël Gangloff
cad4926d51 fix: orderBy DESC 2025-10-19 22:31:59 +02:00
Maël Gangloff
0888033bd8 feat: add trackedEppStatus field in Watchlist 2025-10-19 21:37:52 +02:00
Maël Gangloff
a7d07be1be test: add gandi provider test 2025-10-17 12:39:40 +02:00
Maël Gangloff
0c2148d889 refactor: simplify Watchlist triggers 2025-10-15 19:53:42 +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
dad4f98035 feat: set domain as deleted when tld is deleted 2025-10-08 12:39:04 +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
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
c940fba01a fix: intensify on last day 2025-04-06 15:25:38 +02:00
Maël Gangloff
612172abb7 chore: make verifyAuthData private 2025-02-27 09:04:11 +01:00
Maël Gangloff
3cae5d717e chore: make verifyAuthData private 2025-02-27 09:01:05 +01:00
Maël Gangloff
7615c81d6b refactor: message handler 2025-02-23 16:35:57 +01:00
Maël Gangloff
bebd3f81e5 feat: EPP order domain 2025-02-22 13:36:10 +01:00
Maël Gangloff
63bc105de9 feat: connector credentials check 2025-01-16 22:05:42 +01:00
Maël Gangloff
e92b323180 chore: update every 15 minutes 2025-01-04 19:37:20 +01:00
Maël Gangloff
bd2953abfd chore: update every 15 minutes 2025-01-04 17:35:12 +01:00
Maël Gangloff
e97cb95637 feat: add domain_deleted notif 2025-01-02 18:08:51 +01:00
Maël Gangloff
75c870490f chore: replace DateTime by DateTimeImmutable 2024-12-21 21:29:31 +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
a6122b877e feat: add measurements in InfluxdbService 2024-12-08 13:54:51 +01:00
Maël Gangloff
fbcecff982 feat: add app:register-domain command 2024-12-07 20:08:29 +01:00
Maël Gangloff
dc3879c4c5 docs: add documentation on MessageHandler 2024-12-03 21:10:38 +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
c7a50eed65 refactor: consent checks are performed in AbstractProvider and not in child classes 2024-11-01 00:46:25 +01:00
Vincent
69ce4d5a24 style: make cs fixer happy 2024-09-18 14:02:25 +02:00
Vincent
bbd56d4f0c refactor: fix merge mistakes 2024-09-18 13:52:51 +02:00
Vincent
b7774fe022 Merged master 2024-09-18 13:37:07 +02:00
Vincent
d932d735a3 fix: XML traversal, container autowire 2024-09-09 14:02:33 +02:00
Maël Gangloff
0e96404302 feat: add tracked domains table 2024-09-09 11:31:33 +02:00
Maël Gangloff
684313bc8f fix: time diff calculation 2024-09-06 13:20:39 +02:00
Maël Gangloff
ade9751802 fix: add a delay of an hour 2024-09-05 15:51:54 +02:00
Maël Gangloff
ff11cd8af3 fix: add a delay of an hour 2024-09-05 15:45:25 +02:00
Maël Gangloff
71173306d6 fix: switch updatedAt to datetime_immutable 2024-09-04 18:33:02 +02:00
Maël Gangloff
01a0f8e688 chore: Exception type 2024-08-30 12:54:42 +02:00
Maël Gangloff
02c9ce7eec fix: send the correct body when chat notification 2024-08-28 17:35:32 +02:00
Maël Gangloff
0d354a0f56 chore: php lint 2024-08-27 00:56:13 +02:00
Maël Gangloff
be57269282 refactor: SendDomainEventNotif only if the domain name exists 2024-08-27 00:50:39 +02:00
Maël Gangloff
b5b958dd61 chore: refactor messages 2024-08-27 00:10:46 +02:00
Maël Gangloff
739fc7fcbf refactor: split ProcessDomain message 2024-08-26 23:45:30 +02:00
Vincent
7861eaf5db feat: some stuff 2024-08-26 14:02:12 +02:00
Maël Gangloff
cbdca2c401 fix: webhook_dsn can be an empty array 2024-08-25 03:55:20 +02:00
Maël Gangloff
0e1658f6fe refactor: create StatService 2024-08-25 03:31:09 +02:00
Maël Gangloff
6ed2983665 feat: add DomainLifecycleSteps 2024-08-23 21:19:34 +02:00