Commit Graph

58 Commits

Author SHA1 Message Date
Maël Gangloff
0af22ff989 refactor: change log level and add exceptions 2025-10-13 13:51:51 +02:00
Maël Gangloff
28fb5f2fc3 feat: add IANA fields for accredited registrars 2025-09-10 21:35:43 +02:00
Maël Gangloff
5640e0d05e feat: add dns_key table 2025-08-26 16:18:29 +02:00
Maël Gangloff
8a46bb76bc feat: start of EPP implementation 2025-02-21 16:20:19 +01:00
Maël Gangloff
56bda420d9 feat: add name.com support 2025-01-06 22:58:00 +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
c7a50eed65 refactor: consent checks are performed in AbstractProvider and not in child classes 2024-11-01 00:46:25 +01:00
Maël Gangloff
ff36eae71f chore: merge master 2024-10-02 12:59:37 +02:00
Vincent
81512bebb4 refactor: provider authentication flow 2024-09-30 13:48:15 +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
Stefan Warnat
e66d766dac feat(provider): Implement AutoDNS 2024-09-22 18:33:22 +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
Maël Gangloff
01a0f8e688 chore: Exception type 2024-08-30 12:54:42 +02:00
Maël Gangloff
4b0148fe49 feat: add more webhook consumers 2024-08-27 20:50:55 +02:00
Maël Gangloff
e3f1229c74 feat: verify SLD before adding connector 2024-08-24 18:22:15 +02:00
Maël Gangloff
eeb2477611 chore: update Exception type 2024-08-23 03:02:46 +02:00
Maël Gangloff
7fea2fefa1 fix: verifyAuthData when modify Watchlist 2024-08-23 02:51:36 +02:00
Maël Gangloff
b59c1c61dc refactor: add AbstractProvider 2024-08-23 02:35:09 +02:00
vinceh121
f225213c49 chore: progress towards namecheap 2024-08-19 21:17:57 +02:00
Maël Gangloff
b473a6932a chore: explicit error message 2024-08-19 16:48:37 +02:00
Maël Gangloff
985271af2d feat: only a compatible connector can be linked to a Watchlist 2024-08-19 16:34:08 +02:00
Maël Gangloff
8667644da5 feat: start webhook support 2024-08-16 23:23:51 +02:00
vinceh121
4ac43e9ca9 fix: HttpException namespace 2024-08-11 15:53:17 +02:00
Maël Gangloff
041322b2dd feat: add confirm dialog 2024-08-10 00:56:46 +02:00
Maël Gangloff
644915446b chore: fix typo 2024-08-10 00:27:30 +02:00
Maël Gangloff
a0d2639311 fix: http message error 2024-08-07 16:21:41 +02:00
Maël Gangloff
3b1cd8cda6 chore: update ConnectorInterface 2024-08-07 01:16:26 +02:00
Maël Gangloff
f3650f3b9f feat: improve Connector abstract 2024-08-07 01:10:56 +02:00
Maël Gangloff
e04e880d33 chore: update Connectors 2024-08-06 23:21:01 +02:00
Maël Gangloff
e1cad45028 chore: remove optional Link header 2024-08-06 23:13:14 +02:00
Maël Gangloff
9b8e84e4e7 chore: merge master 2024-08-06 22:35:21 +02:00
Maël Gangloff
504e609579 feat: add HTTP 451 error code if needed 2024-08-06 22:11:57 +02:00
Maël Gangloff
e393bcf0af feat: explcit HTTP errors 2024-08-06 21:52:35 +02:00
Maël Gangloff
342b3ff987 feat: explcit HTTP errors 2024-08-06 21:43:37 +02:00
Maël Gangloff
21298b07a2 fix: Exception in dry-run with Gandi Provider 2024-08-06 11:58:41 +02:00
Maël Gangloff
a603a2c7a0 feat: add GANDI provider 2024-08-06 03:38:00 +02:00
Maël Gangloff
da1ae4cb8e fix: connector creation 2024-08-06 00:35:05 +02:00
Maël Gangloff
b460e8aaa6 ci: add php cs fixer 2024-08-02 23:24:52 +02:00
Maël Gangloff
6f89317edc feat: connector on watchlist 2024-07-30 21:34:48 +02:00
Maël Gangloff
f63a885f1b chore: update OvhController 2024-07-30 18:48:23 +02:00
Maël Gangloff
cd9e65c72b chore: update OvhController 2024-07-30 18:46:44 +02:00
Maël Gangloff
6b2beadc9c feat: ovh api conditions checkbox 2024-07-30 14:56:08 +02:00
Maël Gangloff
554e840545 feat: validate ovh api credentials before using it 2024-07-30 14:09:01 +02:00
Maël Gangloff
94bec57857 feat: delete cart when cannot order 2024-07-30 01:01:04 +02:00
Maël Gangloff
274a8562d1 fix: implement ovh API 2024-07-29 16:13:46 +02:00
Maël Gangloff
c89e9a78b3 feat: ovh API implement 2024-07-29 15:28:05 +02:00
Maël Gangloff
e744bbcef0 feat: start ovh API implement 2024-07-29 11:54:47 +02:00
Maël Gangloff
f73aabea88 feat: start ovh API implement 2024-07-29 03:27:55 +02:00
Maël Gangloff
50c5b75067 feat: add Connector to WatchListTrigger 2024-07-28 23:39:38 +02:00