778 Commits

Author SHA1 Message Date
Brian Carrier
a9cf55a82f Create directories when new case is created and deprecated API that passed in case name and was not used 2013-07-16 10:42:56 -04:00
Brian Carrier
dda08dc638 Merge pull request #232 from rcordovano/master
Tag-Related Enhancements to Artifact Tabular Report Pages
2013-07-12 12:12:51 -07:00
Brian Carrier
85b16fcc8b Merge branch 'master' of github.com:sleuthkit/autopsy 2013-07-11 15:11:38 -04:00
Brian Carrier
37f05d73d2 Made extracted content area be dynamic and not hard coded 2013-07-11 15:11:16 -04:00
adam-m
294ce8ff9a Add discovery of external ingest modules (outside of autopsy project tree) in ingest module loader 2013-07-11 14:57:12 -04:00
Richard Cordovano
655e7e5787 Added UTF-8 encoding meta tag to HTML report 2013-07-11 14:31:20 -04:00
Richard Cordovano
ffed632b16 Extended tag display and filtering to keyword and hash set hits and prohibited making local copies of unalloc/virt files for reports 2013-07-11 14:02:39 -04:00
Richard Cordovano
7bbc5e0a22 Fixed bug in code to create tag folders local files for file tags report 2013-07-09 22:08:36 -04:00
Richard Cordovano
e23768f7cc Swapped File and Size columns in Hashset Hits report 2013-07-09 21:26:19 -04:00
Richard Cordovano
586bd6e03e Resolved some reporting issues 2013-07-09 19:59:04 -04:00
adam-m
d929a6793b adding local files: handle case when listFiles() returns null 2013-07-06 11:36:31 -04:00
Richard Cordovano
67fbf4c5a9 End of week snapshot 2013-07-05 15:05:58 -04:00
Richard Cordovano
53cda141b2 Initial work on VIK-62 2013-07-03 18:01:31 -04:00
adam-m
8a90eaa07a Hide Edit menu which does not do anything 2013-06-28 13:16:00 -04:00
adam-m
c4090f7ecd Better handle default reporting branding 2013-06-27 17:58:22 -04:00
adam-m
735c0c6a20 make generator logo optional in report branding 2013-06-27 17:32:02 -04:00
adam-m
f87135afca Properly close resource streams in html report generation to ensure report has images before applications closes and streams are flushed 2013-06-27 16:01:26 -04:00
adam-m
8cfd800077 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-06-27 13:12:38 -04:00
adam-m
fea9ed936d add public API to ingest manager to check status of scheduler (if hasNext() ) 2013-06-27 13:12:09 -04:00
Brian Carrier
51ecad4633 updated doxygen 2013-06-27 00:23:55 -04:00
Brian Carrier
e6547ed38f Updated doxygen files 2013-06-27 00:21:19 -04:00
adam-m
5f7c3dba2c add getter for report branding root dir 2013-06-26 09:47:28 -04:00
adam-m
6e078904a5 add support for agency logo in html report 2013-06-25 16:45:25 -04:00
adam-m
3b23c550e1 embed configured footer in html report 2013-06-25 16:22:01 -04:00
adam-m
8a4d73cc56 add footer support to report branding 2013-06-25 16:17:27 -04:00
adam-m
f39a9e89c6 fix location of report branding folder 2013-06-25 16:12:34 -04:00
adam-m
02a0039ba5 Update the default report logo 2013-06-25 16:08:02 -04:00
adam-m
1e7580aca3 Added Report Branding capability.
Html report now uses branding to pull current defaults for generator logo and title
2013-06-25 15:59:06 -04:00
adam-m
444ad8515f Ensure to call ModuleInstall super.restored() when case installer runs 2013-06-19 18:50:11 -04:00
Adam
0b4c2ab724 fix pcs initialization issues for good (linux) by lazy instantiating pcs before it's used 2013-06-13 14:16:03 -04:00
adam-m
3dec1b1e16 better way to ensure pcs has been initialized 2013-06-13 13:35:25 -04:00
adam-m
5524ca766f Merge branch 'master' of https://github.com/sleuthkit/autopsy
Conflicts:
	Core/src/org/sleuthkit/autopsy/casemodule/ImageFilePanel.java
2013-06-13 13:08:50 -04:00
adam-m
9f1eaf3327 fix in add source dialogs: initialize proeprty change support after object has been fully initialized 2013-06-13 13:07:02 -04:00
adam-m
cdfe03290f fix race condition likely causing null ptr exception when registering a listener.
Fixes #218
2013-06-12 22:38:51 -04:00
adam-m
da6943426b Body file report: use findFilesWhere() API instead of SQL API 2013-06-11 10:35:18 -04:00
adam-m
9a84e1c8e3 fix file size filter to work on local files 2013-06-10 18:15:39 -04:00
adam-m
0f58743bc6 show warning message / red in dialog when RA-like modules are selected on non-root level data source 2013-06-10 18:08:46 -04:00
adam-m
d00791ae10 better/sooner setting input content on a panel / ingest configurator 2013-06-10 18:07:36 -04:00
adam-m
96677929dd remove set/get arguments from ingest module API 2013-06-10 15:51:29 -04:00
adam-m
e25fb77ee2 better order setting unalloc on manager 2013-06-10 11:33:23 -04:00
adam-m
e096a5f598 1. when adding logical files FileManager returns root new file set object to enable data source ingest on it
2. Add progress updater on adding logical files
2013-06-10 11:02:37 -04:00
adam-m
fbe2dd76eb Changed image-level ingest to data-source Content-level ingest.
Related changes, such as FileManager API adjustments and fixes in client code.
Simplifications in RecentActivity logic to get files per current data source (no need to use deprecated method)
2013-06-07 18:49:59 -04:00
adam-m
10d2897a23 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-06-06 16:19:36 -04:00
adam-m
30b0b887ef Improve and simplify ingest inbox message resizing by using CardLayout instead or LayeredPane.
Also fixed "freeze" issue when ingest is running and window is initialized first time.
2013-06-06 16:19:05 -04:00
Brian Carrier
74accca3c0 Doxygen updates 2013-06-06 11:15:59 -04:00
Brian Carrier
c8f4bf4bee Merge branch 'master' of github.com:sleuthkit/autopsy 2013-06-06 10:54:59 -04:00
Brian Carrier
b29a2b5c88 Cleaned up Doxygen docs. Removed getDefault() from image modules 2013-06-06 10:54:11 -04:00
adam-m
ebf53d3711 update modules versions for the release 2013-06-05 12:49:07 -04:00
adam-m
746868948c fix javadoc warnings 2013-06-05 10:20:51 -04:00
adam-m
788a5fb66f more wording update (wizard, docs) 2013-06-04 18:45:40 -04:00