Commit graph

63 commits

Author SHA1 Message Date
grayTerminal-sh
235c7e0540 feat(entities): add person identity records 2026-07-22 15:33:38 +02:00
grayTerminal-sh
800dee9b76 feat(graph): display social platform icons 2026-07-22 15:20:24 +02:00
grayTerminal-sh
e91c5f5ee0 feat(entities): add social media accounts 2026-07-22 15:03:13 +02:00
grayTerminal-sh
d876590529 feat(evidence): edit evidence classification 2026-07-22 14:50:02 +02:00
grayTerminal-sh
9a4ba1de1c feat(osint): verify execution output integrity 2026-07-22 13:02:39 +02:00
grayTerminal-sh
bb8295af85 feat(osint): display execution history 2026-07-22 12:54:24 +02:00
grayTerminal-sh
1cbbc6acb1 feat(osint): persist structured execution provenance 2026-07-22 12:44:17 +02:00
grayTerminal-sh
16a5d81e95 feat(osint): create DNS result relations 2026-07-22 12:29:17 +02:00
grayTerminal-sh
f6f3e71002 feat(osint): integrate selected DNS proposals 2026-07-22 12:18:18 +02:00
grayTerminal-sh
5a196f6ac6 feat(osint): add DNS result review 2026-07-22 12:06:10 +02:00
grayTerminal-sh
6c8113dfea feat(osint): execute DNS lookup action 2026-07-22 11:54:01 +02:00
grayTerminal-sh
b1b2320469 feat(osint): sync actions with tool registry 2026-07-22 11:44:31 +02:00
grayTerminal-sh
947f9550dc feat(osint): add compatible action catalog 2026-07-22 11:28:13 +02:00
grayTerminal-sh
bc70257e0a feat(osint): add selection context 2026-07-22 11:20:06 +02:00
grayTerminal-sh
be138946be feat(graph): add movable relation nodes 2026-07-22 10:28:52 +02:00
grayTerminal-sh
0465209d06 Ajouter la suppression globale des positions du graphe 2026-07-22 07:09:03 +02:00
grayTerminal-sh
be6ab166b7 feat: add asynchronous investigation graph loading 2026-07-21 09:39:52 +02:00
grayTerminal-sh
c389dba0d9 feat: load investigation graph from SQLite 2026-07-21 08:55:36 +02:00
grayTerminal-sh
00dff97b15 feat: add investigation graph model 2026-07-21 08:26:09 +02:00
grayTerminal-sh
9a9f326c12 feat: add transactional relation service 2026-07-21 08:01:55 +02:00
grayTerminal-sh
fbaaac583d feat: associate relations with evidence 2026-07-21 07:27:50 +02:00
grayTerminal-sh
b493ba6cd4 feat: add relation DAO 2026-07-20 22:14:52 +02:00
grayTerminal-sh
c8860cf9f2 feat: associate evidence with entities 2026-07-20 21:27:06 +02:00
grayTerminal-sh
89b2933ca7 feat: add entity DAO 2026-07-20 20:57:42 +02:00
grayTerminal-sh
95839efba6 feat: add entity type DAO 2026-07-20 20:40:40 +02:00
grayTerminal-sh
59d05b6683 feat: add entity record model 2026-07-20 20:06:22 +02:00
grayTerminal-sh
12d201cf8a feat: add entity type model 2026-07-20 19:52:11 +02:00
grayTerminal-sh
5ad959315a feat: add asynchronous evidence integrity task 2026-07-20 13:41:41 +02:00
grayTerminal-sh
5d87b35242 feat: display categorized evidence in sidebar 2026-07-20 11:57:56 +02:00
grayTerminal-sh
18566280a7 feat: add evidence metadata during import 2026-07-20 09:35:36 +02:00
grayTerminal-sh
6c34287feb feat: import evidence from GTK interface 2026-07-20 00:04:50 +02:00
grayTerminal-sh
0912e7263e feat: add transactional evidence importer 2026-07-19 21:12:51 +02:00
grayTerminal-sh
2b9d560da7 feat: add transactional evidence importer 2026-07-19 21:03:12 +02:00
grayTerminal-sh
d3a2124f8b feat: expose database transaction state 2026-07-19 18:05:51 +02:00
grayTerminal-sh
5a96a8596d feat: expose database transaction state 2026-07-19 18:05:22 +02:00
grayTerminal-sh
4c37f4872d feat: add verified evidence file copy 2026-07-19 16:51:06 +02:00
grayTerminal-sh
d6fb7c0e46 feat: compute evidence file sha256 2026-07-19 13:48:35 +02:00
grayTerminal-sh
c7bf0da4e6 feat: persist evidence records 2026-07-18 19:18:51 +02:00
grayTerminal-sh
7d6f7f672f feat: add evidence record model 2026-07-18 17:03:33 +02:00
grayTerminal-sh
349ff157ba feat: notify application after tool initialization 2026-07-18 15:42:48 +02:00
grayTerminal-sh
e1e9f23457 feat: initialize external tools asynchronously 2026-07-18 11:29:56 +02:00
grayTerminal-sh
f68c4f88d1 feat: add external tool catalog and version detection 2026-07-17 22:51:22 +02:00
grayTerminal-sh
2ffbdec888 feat: run external tools in background tasks 2026-07-17 16:47:46 +02:00
grayTerminal-sh
dc45abaf0d feat: add secure external tool execution 2026-07-17 15:42:30 +02:00
grayTerminal-sh
c0ef751434 feat: add external tool registry 2026-07-17 15:14:05 +02:00
grayTerminal-sh
1c391335c6 feat: add task manager and activity panel 2026-07-17 14:35:21 +02:00
grayTerminal-sh
2a8ed10034 feat(core): add asynchronous background task 2026-07-17 10:55:40 +02:00
grayTerminal-sh
f7b521cda6 feat(ui): display application errors in GTK 2026-07-17 10:05:29 +02:00
grayTerminal-sh
2e08253aca feat(ui): add clean application quit action 2026-07-17 09:00:18 +02:00
grayTerminal-sh
a4f7eac949 feat(ui): add investigation creation and opening workflows 2026-07-17 08:41:42 +02:00