Commit Graph
11932 Commits
Author SHA1 Message Date
jmillman 9350a0fac7 show file name in dialog title 2016-06-15 16:56:06 -04:00
jmillman 59825287dd fix icon for details view 2016-06-15 16:53:04 -04:00
jmillman 1ffff5f245 add support for viewing "linked" files in timeline to BlackboardArtifactNode 2016-06-15 16:04:23 -04:00
jmillman 818010c399 move hasSupportedTimeStamp logic to ViewArtifactInTimelineAction; fix typos 2016-06-15 13:50:56 -04:00
jmillman f5916e688e cleanup OpenTimelineAction toobar button 2016-06-15 12:17:27 -04:00
jmillman c18b28f850 fix potential index out of bounds exception 2016-06-15 12:16:21 -04:00
jmillman 53b8980fb0 Merge remote-tracking branch 'upstream/release-4.1.0' into 479-view-in-timeline
Conflicts:
	Core/src/org/sleuthkit/autopsy/datamodel/FileNode.java
	Core/src/org/sleuthkit/autopsy/timeline/OpenTimelineAction.java
2016-06-15 11:55:42 -04:00
Richard Cordovano 8742715496 Merge pull request #2236 from BasisOlivers/2203
Updated test script to account for ingest job times.
2016-06-15 09:41:38 -04:00
Oliver Spohngellert 12bcbe9f86 Updated test script to account for ingest job times. 2016-06-15 08:57:25 -04:00
Richard Cordovano a7955c4d6b Merge pull request #2234 from BasisOlivers/2147-3
Upated Case Details UI, made nodes use netbeans property action
2016-06-14 17:52:49 -04:00
Richard Cordovano 8538d0e678 Merge pull request #2235 from BasisOlivers/aut-1761
Keyword search cancellation policy update.
2016-06-14 17:09:54 -04:00
Oliver Spohngellert 9b93afcdb1 Fixed exit behavior from PhotoRecCarver. 2016-06-14 15:26:34 -04:00
Oliver Spohngellert 2e2ca94088 Added properties option to all nodes. 2016-06-14 14:13:47 -04:00
Oliver Spohngellert 7d10fb8e4b Added cancellation checks to photo rec. 2016-06-14 13:08:38 -04:00
Oliver Spohngellert 53a5212c9b Added proper cancellation checks. 2016-06-14 13:03:34 -04:00
Oliver Spohngellert 91ec646da0 Fixed up case details ui. 2016-06-14 12:49:29 -04:00
Richard Cordovano e38b6c5df1 Merge pull request #2228 from BasisOlivers/aut-2124
Made stix report properly dispose upon failure, add to db.
2016-06-14 10:55:10 -04:00
Oliver Spohngellert 0954752c72 Fixed merge conflicts. 2016-06-14 10:48:01 -04:00
Oliver Spohngellert e52fc36d6a Made changes as per PR notes. 2016-06-14 10:41:19 -04:00
Oliver Spohngellert 1a2d01d554 Merge remote-tracking branch 'upstream/develop' into aut-2124 2016-06-14 10:36:25 -04:00
Oliver Spohngellert 310353e4f9 Started working on updating case properties UI. 2016-06-14 10:29:42 -04:00
Richard Cordovano 98a6fa6b57 Merge pull request #2230 from BasisOlivers/2146-3
Ingest tracking changes in autopsy
2016-06-13 17:53:57 -04:00
jmillman e0940cb2fa revert unrelated changes 2016-06-13 14:07:11 -04:00
jmillman d53f72ea1c cleanup and comments 2016-06-13 14:03:12 -04:00
jmillman 09eea51001 fix bugs in view in timeline action 2016-06-13 11:45:23 -04:00
Oliver Spohngellert 0ea1cedf5d Made unique name generated in sk. 2016-06-13 11:08:12 -04:00
Oliver Spohngellert a8bb4a8448 Merge remote-tracking branch 'upstream/develop' into 2146-3 2016-06-13 10:57:30 -04:00
Oliver Spohngellert e21eb3de48 Merge remote-tracking branch 'upstream/develop' into 2146-3 2016-06-13 10:56:09 -04:00
jmillman e6984d3961 various cleenup and introduction of eventbus to try to get view in timeline selection working consistently 2016-06-10 16:45:07 -04:00
Richard Cordovano 14f4f94e1c Merge pull request #2229 from karlmortensen/htmlReport1759
Html report1759
2016-06-10 16:15:32 -04:00
jmillman 3a3af6647e set ShowInTimelineDialog icon 2016-06-10 13:29:32 -04:00
jmillman ac3d88e808 rename ShowFileInTimelineAction an ShowArtifactInTimelineAction to View... ; split file and artifact constructors for ShowInTimelineDialog 2016-06-10 12:30:17 -04:00
Oliver Spohngellert 3fdedcd4db Fixed ingest settings path. 2016-06-10 12:28:52 -04:00
Richard Cordovano b5c5b2d4f0 Update for SleuthkitCase public API fix 2016-06-10 12:25:59 -04:00
jmillman e6c9274cfe cleanup OpenTimelineAction 2016-06-10 11:30:14 -04:00
jmillman 5703a1c37f revert unneeded change to FXMLConstructor 2016-06-10 11:15:15 -04:00
jmillman 907c6dedc8 move EventInTimeRange to inner class of ShowInTimelineDialog 2016-06-10 11:11:08 -04:00
jmillman 74a4ee9fce move ShowArtifactInTimelineAction and ShowFileInTimelineAction to timeline.actions package; remove partial/poor multiselect support from them 2016-06-10 10:49:21 -04:00
Richard Cordovano 0454723d36 Move setting the main window title on case change to the EDT 2016-06-10 09:46:41 -04:00
Karl Mortensen 333c07a231 code review comments 2016-06-10 09:35:08 -04:00
Oliver Spohngellert 1a50a4c282 Merged upstream/develop. 2016-06-10 09:25:05 -04:00
Oliver Spohngellert d554921643 Merge remote-tracking branch 'upstream/develop' into aut-2124 2016-06-10 08:57:25 -04:00
Oliver Spohngellert 0929930ba6 Merge remote-tracking branch 'upstream/develop' into aut-1761 2016-06-10 08:41:40 -04:00
Richard Cordovano 328d262944 Merge pull request #2222 from rcordovano/sleuthkitcase-carve-api-fixes-1692
Updates for carved files API changes
2016-06-09 17:24:54 -04:00
jmillman 9eb12d3f06 cleanup BlackboardArtifactNode.java 2016-06-09 16:50:15 -04:00
Karl Mortensen 50934d7ae6 Show meta information for interesting file hits in HTML report 2016-06-09 16:48:42 -04:00
jmillman 52effbca62 restore mysteriously mising photorec files 2016-06-09 16:32:03 -04:00
jmillman 64048b014f view in timeline selection appears to be working 2016-06-09 16:06:21 -04:00
jmillman 41658e76ad mostly working 2016-06-09 15:16:59 -04:00
Oliver Spohngellert f719867678 Properly accounted for modules of both types. 2016-06-09 14:47:55 -04:00