Commit Graph
12096 Commits
Author SHA1 Message Date
Eugene Livis 1e9b3df344 Fixing build errors 2016-08-09 14:13:07 -04:00
Eugene Livis 3b78e4636d Removed 'experimental' NBM 2016-08-09 14:02:25 -04:00
Eugene Livis 55c0980730 Moved 'Experimental' NBM contents into Autopsy-Core package to avoid circular dependency 2016-08-09 13:32:36 -04:00
Eugene Livis 7684d4f26f Fixing build errors 2016-08-08 15:27:39 -04:00
Eugene Livis d28afd6435 Fixing build errors 2016-08-08 12:42:04 -04:00
Eugene Livis 3c1f4e2222 Fixing build errors 2016-08-08 12:31:03 -04:00
Eugene Livis 1457990e8a First cut at porting AIN. Has no knowledge of AIM at this point 2016-08-08 12:20:39 -04:00
Eugene Livis e3f6be9395 Renamed experimental package to autoingest 2016-08-05 15:43:32 -04:00
Eugene Livis 7aab034ee3 Incremental changes 2016-08-05 15:34:39 -04:00
Eugene Livis 7bf48d6379 Changs to bundle file 2016-08-05 15:30:09 -04:00
Eugene Livis 9e981f715e Changes to StartupWindow to support multiple modes 2016-08-05 15:24:57 -04:00
Richard Cordovano 8b6d5fe74d Add Experimental NBM and autoingest package 2016-07-26 13:28:32 -04:00
Richard Cordovano a440dc55f5 Merge pull request #2287 from APriestman/rarBug
Add rar to the mime types to be processed by seven zip.
2016-07-21 15:56:14 -04:00
Ann Priestman ba3f2cb81b Add rar to the mime types to be processed by seven zip. 2016-07-21 15:48:54 -04:00
Richard Cordovano 1fa69220ed Add new drive and time zone utility classes 2016-07-21 15:11:13 -04:00
Richard Cordovano 7f8035fd3f Merge pull request #2285 from APriestman/moduleVersions
Update PhotoRec version
2016-07-21 14:31:00 -04:00
Richard Cordovano 60f5cc685c Scrub Case class API 2016-07-21 14:17:47 -04:00
Ann Priestman c2a88c6b45 Update PhotoRec version 2016-07-21 11:10:37 -04:00
Richard Cordovano 48bb082e54 Change build.type property back to DEVFELOPMENT 2016-07-19 13:52:44 -04:00
Richard Cordovano 5774b55c08 Merge release-4.1.0 into develop 2016-07-19 13:48:25 -04:00
Richard Cordovano 57fcb31d2d Update keyword_search.dox 2016-07-19 12:32:40 -04:00
Richard Cordovano c61c52ae1e Merge pull request #2283 from millmanorama/regex-documentation
add description of anchoring behavior to keyword_search.dox
2016-07-19 12:31:09 -04:00
jmillman bdf927152e add description of anchoring behavior to keyword_search.dox 2016-07-19 12:17:45 -04:00
Karl Mortensen 5afbd922aa Use resources instead of full path autopsy-4.1.0 2016-07-19 11:22:55 -04:00
Richard Cordovano 9293da4cbe Update suite project properties for 4.1.0 release 2016-07-18 17:58:44 -04:00
Richard Cordovano 22fb5c0bbb Update NEWS.txt for delayed 4.1.0 release 2016-07-18 17:21:27 -04:00
Richard Cordovano 4b32c1e0b2 Merge pull request #2281 from APriestman/fixWarnings
Fix a couple of warnings from our CallableSystemActions
2016-07-18 13:18:19 -04:00
Ann Priestman b8f892ab6a Fix a couple of warnings from our CallableSystemActions 2016-07-18 12:34:17 -04:00
Richard Cordovano 6fe30cbc4c Refined keyword highlight query result message 2016-07-18 11:39:51 -04:00
Richard Cordovano 165a6dbc97 Merge pull request #2279 from eugene7646/kws
1878 Fixed a bug where indexed text content viewer erroneously reported "no keyword hits"
2016-07-18 10:02:54 -04:00
Richard Cordovano fbaae05baf Refined keyword highlight query result message 2016-07-15 18:12:40 -04:00
Richard Cordovano ef7226e1bc Merge pull request #2279 from eugene7646/kws
1878 Fixed a bug where indexed text content viewer erroneously reported "no keyword hits"
2016-07-15 17:15:16 -04:00
Eugene Livis 53c0b90580 Added logging when an exception is caught. Modified UI text 2016-07-15 15:32:26 -04:00
Eugene Livis 77330b8c32 Optimizated algorithm and removed code duplication 2016-07-15 13:33:14 -04:00
Eugene Livis 102b2b4c56 Fixed a bug when literal search string contains caracters that need to be escaped 2016-07-15 13:16:09 -04:00
Eugene Livis b5adc541b8 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into kws 2016-07-15 13:09:35 -04:00
Eugene Livis 5adb67ceb0 Code and comment cleanup 2016-07-15 13:08:50 -04:00
Eugene Livis 9dfe64a71a Code and comment cleanup 2016-07-15 13:05:57 -04:00
Eugene Livis e44e9b76c8 Simplified search query. Fixed a bug with escaping of aggregated term queries 2016-07-15 13:01:25 -04:00
Eugene Livis d3b3efa657 Fixed several bugs in Solr highlighting query construction and escaping 2016-07-15 12:30:12 -04:00
Richard Cordovano 46aed12d9b Fix further tidy up of IngestJobSettigsPanel construction 2016-07-15 10:01:32 -04:00
Richard Cordovano aa4a0d3816 Further tidy up IngestJobSettigsPanel construction 2016-07-15 09:47:10 -04:00
Richard Cordovano 62c760363b Tidy up IngestJobSettigsPanel construction 2016-07-15 09:44:11 -04:00
Richard Cordovano b11490a9ef Fix ISEs and NPEs emanating from IngestJobSettingsPanel 2016-07-15 09:37:39 -04:00
Eugene Livis b29681356d Catching all exceptions when querying Solr for highlighting 2016-07-14 13:01:44 -04:00
Eugene Livis b2bd247fa1 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into kws 2016-07-12 10:16:09 -04:00
Richard Cordovano 63a1717e7b Update regression test code for ingest job settings panel changes 2016-07-11 14:27:17 -04:00
Richard Cordovano ee6cbcd05f Fix bug in email artifacts refresh 2016-07-11 13:51:38 -04:00
Richard Cordovano 4775b2ca89 Merge pull request #2276 from karlmortensen/refreshUiForEmails
Update the UI when emails are added
2016-07-11 13:48:34 -04:00
Richard Cordovano bbfa4689e8 Add timeout to regression test to allow for setup of ingest job settings panel 2016-07-11 13:23:56 -04:00