Commit Graph

218 Commits

Author SHA1 Message Date
Maël Gangloff
5a269902ea refactor: move registration logic to Processor 2025-12-11 10:16:55 +01:00
Maël Gangloff
5476ee7acc feat: allow unauthenticated users to perform domain name lookups 2025-12-08 18:18:33 +01:00
Maël Gangloff
5a31e53234 docs: add OpenAPI description on the operations 2025-12-07 17:01:21 +01:00
Maël Gangloff
dd5dba17fc feat: auto redirect to the SSO login page 2025-12-07 14:32:48 +01:00
Maël Gangloff
14937f3ded docs: add API section in the documentation 2025-12-02 21:16:44 +01:00
Maël Gangloff
9466b4985c refactor: use Providers 2025-12-02 20:51:15 +01:00
Maël Gangloff
eb8fcac2b1 feat: also lock domain update if from user 2025-11-15 10:59:44 +01:00
Maël Gangloff
b8ead5d53f feat: add administrative contact search 2025-11-09 02:16:53 +01:00
Maël Gangloff
46bd8165ed fix: change LOWER to HIGHER 2025-11-08 23:54:24 +01:00
Maël Gangloff
8b03c54a16 refactor: search domain by registrant name 2025-11-08 20:02:37 +01:00
Maël Gangloff
acaf4fe594 feat: add indexes in db 2025-11-06 14:27:12 +01:00
vinceh121
0739ef5ca9 perf: prevent N+1 on watchlist fetch 2025-11-02 03:12:46 +01:00
Maël Gangloff
fdff20f500 fix: set null if relation is deleted on DominPurchase 2025-10-31 15:13:29 +01:00
Maël Gangloff
b420b4e633 feat: add domain_purchase table 2025-10-31 13:40:09 +01:00
Maël Gangloff
4ea2afa5c3 chore: revert changes 2025-10-29 01:26:39 +01:00
Maël Gangloff
ee22b7af2f fix: typed property 2025-10-29 01:16:14 +01:00
Maël Gangloff
43e2746bbe test: add test for FinDomainCollectionFromEntityProvider 2025-10-27 17:40:31 +01:00
Maël Gangloff
70d416b0e7 chore: remove duplicate context 2025-10-27 14:52:03 +01:00
Maël Gangloff
1f5d386b0d feat: add domain reverse search on registrant name 2025-10-27 14:06:25 +01:00
Maël Gangloff
3dda89b49e fix: suppress LazyGhostTrait deprecation message 2025-10-27 00:59:34 +01:00
Maël Gangloff
d91ff6ca86 test: add tests for handler 2025-10-25 21:47:11 +02:00
Maël Gangloff
24e3bc19ff feat: user can enable/disable a watchlist 2025-10-25 19:23:44 +02:00
Maël Gangloff
5243b3c2dd chore: rename WatchList to Watchlist 2025-10-25 17:45:51 +02:00
Maël Gangloff
51345f15b7 test: update DomainTest after refactor 2025-10-22 18:22:36 +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
9f71013c8e fix: use first domain_status to calculate deletion date 2025-10-22 14:58:02 +02:00
Maël Gangloff
0888033bd8 feat: add trackedEppStatus field in Watchlist 2025-10-19 21:37:52 +02:00
Maël Gangloff
64fe0c895b feat: use JSONB instead of SIMPLE_ARRAY 2025-10-16 22:21:08 +02:00
Maël Gangloff
a143039925 feat: check malformed domain names 2025-10-16 14:16:58 +02:00
Maël Gangloff
cd454750cf fix: correct security property on entities 2025-10-16 00:01:45 +02:00
Maël Gangloff
00469cad6b test: update test suite 2025-10-15 23:01:31 +02:00
Maël Gangloff
0c2148d889 refactor: simplify Watchlist triggers 2025-10-15 19:53:42 +02:00
Maël Gangloff
a193338664 test: add WatchlistUpdateProcessor tests 2025-10-15 18:55:39 +02:00
Maël Gangloff
ebdc5151ee fix: use state provider 2025-10-14 23:34:17 +02:00
Maël Gangloff
97ea1ab33a test: add some KernelTestCase 2025-10-14 17:40:48 +02:00
Maël Gangloff
6154759507 test: add some KernelTestCase 2025-10-14 00:16:35 +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
79589e63eb feat: use timestamp instead of bool on is_verified 2025-10-04 12:24:20 +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
6af1e2661b fix: catch libcurl unexpected EOF while reading exception 2025-09-13 23:04:28 +02:00
Maël Gangloff
1b1b82189e Revert "fix: icann acreditations field name"
This reverts commit a767c15819.
2025-09-13 02:40:04 +02:00
Maël Gangloff
a767c15819 fix: icann acreditations field name 2025-09-13 02:36:26 +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
71e23ca83d feat: add iana-accreditations API endpoint 2025-09-12 23:22:15 +02:00
Maël Gangloff
d3201e79af chore: merge test/add-phpunit 2025-09-11 10:59:01 +02:00
Maël Gangloff
2ae5272567 Merge branch 'master' into feat/rss-feed 2025-09-10 22:30:10 +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