Commit Graph
597 Commits
Author SHA1 Message Date
dextmorgn a15ce33df4 fix(api): patch missing permissions on api routes 2025-12-17 10:16:54 +01:00
dextmorgn 0577080b4e feat(api): add DNSRecord to raw_material 2025-12-15 16:07:59 +01:00
dextmorgn 9be152d140 feat(app): enhanced link rendering 2025-12-15 10:40:29 +01:00
dextmorgn 1c4468b47f feat(app): display obj label value if obj else none 2025-12-10 15:20:43 +01:00
dextmorgn 3ad9e72ca1 feat(types): socialAccount creating from string for username + tests 2025-12-10 15:20:11 +01:00
dextmorgn 7a24ff8d33 fix(types): auto build username from string for SocialAccount 2025-12-10 15:16:16 +01:00
dextmorgn 6633cc5f4a fix(api): returned parsed node after insert 2025-12-10 15:15:30 +01:00
dextmorgn 640a50dd59 feat(app): decrease space between nodes in dagre layout 2025-12-09 11:01:37 +01:00
dextmorgn 5854197b50 feat(app): remove shadows on forms 2025-12-09 10:07:00 +01:00
dextmorgn d7e065e9df fix(app): missing dependencie 2025-12-09 09:00:30 +01:00
dextmorgn e063cbfca6 feat(app): remove unused deps 2025-12-09 08:54:59 +01:00
dextmorgnandGitHub f58ad2ae38 Merge pull request #92 from reconurge/feat/only-support-pydantic
feat: only support pydantic models for manipulation
2025-12-05 15:51:55 +01:00
dextmorgn 5bb7fae4bd refactor(api): better batch import 2025-12-05 15:47:43 +01:00
dextmorgn 79089f7a2d fix(app): proper backend hydration when optimistic insert 2025-12-05 15:47:14 +01:00
dextmorgn 4a74674c4d feat(types): username + individual validation 2025-12-05 15:46:21 +01:00
dextmorgn 7562da12a6 feat(core): only support pydantic object insert and manipulation 2025-12-05 15:45:23 +01:00
dextmorgn 8d74c11506 feat: update makefile 2025-12-05 15:43:55 +01:00
dextmorgn 240693fb80 fix(app): sanitize description + status_code 2025-12-03 13:00:20 +01:00
dextmorgn 20357cd319 feat(enrichers): to_website additional infos 2025-12-03 12:36:10 +01:00
dextmorgn 1d7e7789e6 feat(types): additional website properties + status_code test 2025-12-03 12:35:33 +01:00
dextmorgn 1124921db2 fix(types): is_root_domain 2025-12-03 12:32:38 +01:00
dextmorgn 95d539f32f fix(types): better check_root condition 2025-12-03 12:12:02 +01:00
dextmorgn c8490e9f9b feat(app): remove border 2025-12-03 11:28:24 +01:00
dextmorgn 5e4079e46b feat(app): change settings storage version 2025-12-03 10:47:55 +01:00
dextmorgn 9fab59bde6 feat(app): onNodeClick setCurrentNode 2025-12-03 10:36:56 +01:00
dextmorgn b819c83bb0 fix: github/workflows/images.yml v1.0.0 2025-12-03 00:04:44 +01:00
dextmorgn c4d566de8a feat(app): react scan 2025-12-02 22:17:42 +01:00
dextmorgn 18f6591176 feat: flowsint 1.0.0 2025-12-02 21:54:10 +01:00
dextmorgnandGitHub 0d6b1e481a Merge pull request #81 from nicocti/cicd
feat(cicd): add Github Actions for images build & push
2025-12-02 21:51:21 +01:00
dextmorgn 67bfd115dc feat(app): graph minimap + lod for edges 2025-12-02 21:48:25 +01:00
nicocti 6a226c0dd7 feat(cicd): add Github Actions for images build & push 2025-12-02 20:17:06 +00:00
dextmorgn 53165b8d06 fix(app): broken refetch pipeline 2025-12-02 18:58:37 +01:00
dextmorgn 444a53724f feat(app): simple sort on node types 2025-12-02 15:09:16 +01:00
dextmorgn 05bdd37ee6 feat(app): increase padding on graph lod 2025-12-02 12:24:04 +01:00
dextmorgn d6eedbfbc3 feat(app): polling to check graph initialization 2025-12-02 11:57:31 +01:00
dextmorgn b57df20b0b feat(app): refactor graph + better lod 2025-12-02 11:22:38 +01:00
dextmorgn cb2c79d164 feat(enrichers): sort by name 2025-12-02 10:22:43 +01:00
dextmorgn e2887c9a5b feat(app): better error management on import fail 2025-12-01 13:35:14 +01:00
dextmorgn b5df7fd629 fix(app): missing useCallback dependencie for layouting 2025-12-01 13:29:31 +01:00
dextmorgn c2b0442318 feat(enrichers): to_dummy_domains 2025-12-01 11:43:57 +01:00
dextmorgn dc1407cd6f feat(app): remove unused subdomain type 2025-12-01 11:34:55 +01:00
dextmorgn 3d1c161f82 feat(app): missing dnsrecord icon and color 2025-12-01 11:26:13 +01:00
dextmorgn ce3a649dee feat(app): decrease node size on tables 2025-12-01 11:11:01 +01:00
dextmorgn c61627d620 fix(app): remove alert 2025-12-01 10:51:00 +01:00
dextmorgn 5ef0b4d090 fix(app): exclude unchecked items on import 2025-12-01 10:49:32 +01:00
dextmorgn ffd9064c1a feat(app): link to analyses 2025-11-30 23:33:46 +01:00
dextmorgnandGitHub fcb00f0978 Merge pull request #88 from reconurge/feat/new-dashboard-design
feat: new dashboard design
2025-11-30 23:25:25 +01:00
dextmorgn d45462807f feat(app): new dashboard styles 2025-11-30 23:24:35 +01:00
dextmorgn ae5e8c2c00 feat(app): case management and activity monitoring 2025-11-30 19:15:15 +01:00
dextmorgnandGitHub b706b4779b Merge pull request #87 from reconurge/feat/autodiscover-types-and-enrichers
feat: autodiscover types and enrichers
2025-11-30 13:09:19 +01:00