2869 Commits

Author SHA1 Message Date
sidheshenator
384bcd297f NPE in case of removed photorec carver job handled 2015-05-14 16:54:52 -04:00
sidheshenator
1e94f570bb add bmp alias to supportedmimes list 2015-05-13 10:41:56 -04:00
sidheshenator
ed1a97540f Jython upgraded to the latest 2.7.0 version 2015-05-12 10:25:51 -04:00
Brian Carrier
b614348b07 reworded message when name rule was not given 2015-04-28 17:00:02 -04:00
Brian Carrier
dbf7e499f1 changed interestin files panel to move rule name lower and make it clear what is required or not 2015-04-28 16:56:26 -04:00
Richard Cordovano
87cbca1b46 Merge pull request #1163 from sidheshenator/report_generation_panel_fix
Cancel button disabled on report generation completion(with or without e...
2015-04-16 10:02:42 -04:00
sidheshenator
772c6773a8 made reportProgressBar color less bright 2015-04-16 09:41:00 -04:00
Richard Cordovano
b47d73da0d Resolve merge conflicts for cherry-pick of Case class formatting 2015-04-15 18:13:46 -04:00
Richard Cordovano
aa4e3906a2 Formatted Case class 2015-04-14 16:00:27 -04:00
sidheshenator
748c62091f ReportGeneration and progress panel modified for single report generation 2015-04-14 10:57:29 -04:00
sidheshenator
3d5f08bc9f jython 2.5.3 standalone callable jar included. Dox reflect appropriate changes 2015-04-13 14:11:43 -04:00
Brian Carrier
4450707e63 Add check for non-files to ingest modules 2015-04-03 21:33:37 -04:00
Brian Carrier
a7c188fdf2 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2015-04-02 23:43:50 -04:00
Richard Cordovano
9a5744319b Merge remote-tracking branch 'upstream/rc-211' into develop 2015-04-02 13:13:47 -04:00
sidheshenator
f721682d46 Cancel button disabled on report generation completion(with or without error) 2015-04-01 15:38:06 -04:00
sidheshenator
8e5e6af9be added rule.UUID instead rule.hashCode() to the rules HashMap 2015-04-01 14:41:44 -04:00
Richard Cordovano
ead5e80edb Merge pull request #1154 from APriestman/stix_march27
Bug fixes for STIX module.
2015-04-01 09:57:44 -04:00
APriestman
4d13a207dd Bug fixes for STIX module.
Reset ID maps between files.
Allow for multiple hash values in Hash Object.
2015-03-30 14:04:23 -04:00
Richard Cordovano
bcc43af925 Merge in rc-211 branch 2015-03-30 09:36:51 -04:00
sidheshenator
899203b671 changed access modifier of welcomeWindow 2015-03-27 12:30:09 -04:00
sidheshenator
feaaedbf7c refresh() made nonstatic 2015-03-27 12:25:19 -04:00
sidheshenator
f941eddd8c Revert "Revert "used non deprecated complete(ReportStatus)""
This reverts commit b1284625d220c203467112afe26441aeba941fdc.
2015-03-27 10:18:15 -04:00
Richard Cordovano
13f4c389cb Merge pull request #1138 from sidheshenator/rc-211-duplicate-interesting-items-set
Duplicate rule set names not allowed
2015-03-26 16:33:31 -04:00
Richard Cordovano
4ed44abf91 Merge pull request #1140 from karlmortensen/help_to_menu
Add offline help files to Help menu
2015-03-26 16:30:43 -04:00
sidheshenator
bbcdb4b821 matches last dir in the pathName as a substring 2015-03-26 11:00:40 -04:00
Karl Mortensen
7ea4bf5396 add help to Help menu 2015-03-26 10:12:22 -04:00
sidheshenator
2b798aec2a path pattern initialized in the constructor 2015-03-25 16:39:47 -04:00
sidheshenator
0be6d1e71d Duplicate rule set names not allowed 2015-03-25 15:37:33 -04:00
Richard Cordovano
988a15e04c Merge pull request #1137 from sidheshenator/rc-211-interesting-items-rule-set
partial substring parent path matching
2015-03-25 14:24:14 -04:00
sidheshenator
ca3b36b4fa renamed ruleUUID to uuid. Used appropriate exception 2015-03-25 14:08:35 -04:00
sidheshenator
ced65e1ee8 partial match available only for path names 2015-03-25 14:05:04 -04:00
sidheshenator
12279c28d0 RuleUUID not written to the XML file 2015-03-25 13:31:31 -04:00
sidheshenator
e82fce8622 partial substring parent path matching 2015-03-25 13:01:08 -04:00
Richard Cordovano
7b6e362dcb Merge pull request #1136 from karlmortensen/text_edit
Clarify what needs to be restarted
2015-03-25 11:56:40 -04:00
Karl Mortensen
f575fcddba detect EOF in CacheLocationAnalyzer 2015-03-24 11:36:17 -04:00
Richard Cordovano
223cc19d88 Merge pull request #1134 from sidheshenator/directory_view_derived_files
Directory view derived files
2015-03-24 11:01:30 -04:00
sidheshenator
74d5b2a0a7 extend AbstractAbstractFileNode instead of FileNode 2015-03-24 10:49:41 -04:00
sidheshenator
ac37d2641d null ruleName handled. Empty ruleName permitted. hashCode used in rules HashMap 2015-03-24 10:13:45 -04:00
sidheshenator
d8761d1547 removed unused import 2015-03-24 10:13:35 -04:00
sidheshenator
6e015da52e Empty rule names allowed. Left blank 2015-03-24 10:13:20 -04:00
sidheshenator
2972640e3e Used StringUtils.isBlank() to handle strings with blank spaces 2015-03-24 10:13:06 -04:00
sidheshenator
7503f8107c Rule Name field made optional 2015-03-24 10:12:35 -04:00
Richard Cordovano
c224d70b7d Merge pull request #1114 from sidheshenator/general-reports-return-error-status
General reports return error status
2015-03-23 14:49:01 -04:00
sidheshenator
3ab4546a90 marked deprecated 2015-03-23 14:46:06 -04:00
Richard Cordovano
ceb83633c7 Merge pull request #1121 from sidheshenator/handle_recent_cases_button_2
Recent Case Button and Label customized before loading cuebanner and aft...
2015-03-23 14:39:15 -04:00
sidheshenator
52673c1c8a renamed method customizedComponent 2015-03-23 14:37:23 -04:00
Eamonn Saunders
690e0dd02f Replaced calls to SleuthkitCase.runQuery() with calls to SleuthkitCase.executeQuery.
executeQuery() returns a CaseDbQuery object which will automatically release the acquired lock when used in a try-with-resources block.
2015-03-23 11:41:46 -04:00
Richard Cordovano
2b9385a9b7 Add more arg checks to Logger.setLogDirectory() 2015-03-23 10:23:41 -04:00
Richard Cordovano
c0de81a50d Synchronize switching of Logger file handlers and let Case make switch 2015-03-20 17:54:04 -04:00
Richard Cordovano
a982f6cee9 Merge pull request #1112 from sidheshenator/job-specific-android-modules
Job specific android modules
2015-03-20 15:26:55 -04:00