Commit Graph
18776 Commits
Author SHA1 Message Date
adam-m 8f101145e2 keyword search - change attribute ordering, cleanup escaping (now done in BB), do not write selector attribute (should go to gen info) 2012-03-23 12:06:46 -04:00
Dick Fickling f3cf69c10b Make String Viewer default for Keyword Search Artifacts. 2012-03-23 11:28:04 -04:00
Dick Fickling 4266a8d19b Skip atime in recent files filter 2012-03-23 11:26:52 -04:00
Dick Fickling dd6222da75 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-03-23 10:57:56 -04:00
Dick Fickling 3f66dd3a0b Gui Tweaks 2012-03-23 10:57:16 -04:00
Dick Fickling a9c045ecb4 Enable Media Viewer 2012-03-23 10:56:31 -04:00
adam-m 9318c3d9dd Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-23 10:40:08 -04:00
adam-m 752c5e2910 Reduce size of string extract files 2012-03-23 10:39:34 -04:00
adam 44c22b4a26 Merge pull request #20 from aebadirad42six/master
Bug fix to stack overflow problem with report pane
2012-03-21 16:39:09 -07:00
Alex Ebadirad e8f73ecea6 Bug fix to the stack overflow issue
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-21 15:07:46 -07:00
Dick Fickling 19c15deac2 Disable setting focus policy 2012-03-21 17:36:09 -04:00
Dick Fickling e51534e678 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-03-21 16:07:48 -04:00
Dick Fickling 2f0c1664bc Rearrange keyword search toolbar 2012-03-21 16:07:10 -04:00
Dick Fickling 665113abfa Change Ingest Messages Button 2012-03-21 16:06:45 -04:00
Dick Fickling 5753c2ef1b Rearrange directory tree 2012-03-21 16:06:22 -04:00
adam 0c236c7555 Merge pull request #19 from aebadirad42six/master
Minor updates to html reporting table formatting, cleaning up nones/nulls in code
2012-03-21 12:51:00 -07:00
Alex Ebadirad fa8ff3365a Cleaned up web downloads and it's associated html format
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-21 12:46:50 -07:00
Alex Ebadirad 6197700737 Replaced null/none with empty strings on extraction, make final report panel resizable, removed unnecessary columns from html report. Changed component alignment on report filter panel.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-21 11:18:31 -07:00
adam-m 46c06c6ba7 Enable back the reporting code using countFsContentType() 2012-03-21 13:21:12 -04:00
adam-m f6475428d8 Fix recent activity build issues (SQLException) and lack of countFsContentType() in SKCase yet 2012-03-20 21:36:41 -04:00
adam-m 5548d3155a Merge Recent reporting changes + registry extraction bugfixes 2012-03-20 21:33:47 -04:00
adam-m e85d49363d Fix catching exceptions since SQLException no longer thrown 2012-03-20 21:30:44 -04:00
Alex Ebadirad b9c55cb1aa Reordered tables on report, added new method to get keyword hits grouped by keyword, and modified recent document extraction
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-20 17:27:10 -07:00
adam-m b44236fe24 Tweak ingest finished dialog.
Add javadoc.
2012-03-20 17:03:37 -04:00
adam-m 61aa26653b fix ingest med priority message color 2012-03-20 10:53:26 -04:00
adam-m cbc54ad8c2 TSK-418 Ingest complete dialog - add generate report 2012-03-20 10:36:29 -04:00
adam-m f6d1b8951f Fix more compile warnings in keyword search 2012-03-19 21:29:18 -04:00
adam-m c928788bb6 - Fix to show stats and file ingest dialog after ingest complete and also all background threads (keyword search) completed.
- fix to not run complete() portion of keyword search service in some cases, when service was not selected to run
2012-03-19 18:54:12 -04:00
adam-m 15409ce3a9 Improve keyword search blackboard data escaping 2012-03-19 13:35:05 -04:00
Alex Ebadirad c80496fb36 Exported xml report as well
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-16 14:23:57 -07:00
Dick Fickling 532f5da055 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-03-16 17:15:53 -04:00
Dick Fickling bb9cca2397 Show the parent folder in the data result table 2012-03-16 17:15:38 -04:00
adam-m a861d4dd7e Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-16 16:24:24 -04:00
adam-m 0c6865cf92 bugfix when Case is closing and Solr core no longer available, and event arrives to update extracted content view 2012-03-16 16:24:04 -04:00
Dick Fickling 4f941de295 fix build warnings 2012-03-16 15:18:30 -04:00
Dick Fickling 423fd43161 Move regripper to release folder 2012-03-16 15:17:56 -04:00
dickfickling af5086d53b Merge pull request #17 from aebadirad42six/master
bug fixes and moving regripper
2012-03-16 12:05:48 -07:00
Alex Ebadirad 0a9ccfa22b added greying out of toolbar, and first attempt at creating a report folder for reports.
--Alex
2012-03-16 11:49:25 -07:00
Alex Ebadirad 76af03fa72 Moving regripper to release folder, restored greying out of report button until case is opened.
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-16 10:37:32 -07:00
adam-m e7f23c8412 - Improve term component query when aggregate files query is too long and SOlr throws parse exception: divide into multiple subqueries 100 terms each
- temporarily disable true URL regex - it needs the stored="true" in SOlr schema to work properly
2012-03-16 13:13:26 -04:00
Alex Ebadirad e0a9926726 Additional .pl files added, modification of cookie storage value attribute
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-16 10:05:07 -07:00
adam-m c8d18cf38c Add thread safety to Solr Server class for running queries from multiple threads and closing / opening core in event handlers 2012-03-16 09:59:40 -04:00
adam-m 4bf669147f Improve escaping of keyword search results for blackboard 2012-03-16 09:43:44 -04:00
adam-m 3a5acae59d Rename method 2012-03-16 09:32:46 -04:00
adam-m e15d050d4e Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-16 09:29:56 -04:00
adam-m cbc0e4044f Remove no images dialog, just run the wizard when case is created 2012-03-16 09:29:30 -04:00
adam 2971236223 Merge pull request #16 from aebadirad42six/master
Fundamental reworking of extractregistry
2012-03-16 06:23:57 -07:00
Alex Ebadirad 25a816adb3 changed how regripper runs, still need to modify absolute path
Signed-off-by: Alex Ebadirad <aebadirad@42six.com>
2012-03-15 18:29:01 -07:00
adam-m 1506ecfcd0 Fix a keyword search bug when regex matches with some upper case chars would not be written to blackboard 2012-03-15 18:35:26 -04:00
adam-m 18b00fc294 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-03-15 18:10:34 -04:00