Commit Graph
2429 Commits
Author SHA1 Message Date
U-BASIS\dsmyda 6cfd20d58f Last minor param change 2018-09-19 10:20:09 -04:00
U-BASIS\dsmyda fecdecb484 Implemented suggested changes and fixed last codacy issue 2018-09-19 10:17:40 -04:00
dannysmyda 55aaea0694 Merge branch 'develop' into 2665-dedicated-sqlite-extractor 2018-09-18 16:00:45 -04:00
U-BASIS\dsmyda e56f28f813 Fixed string in exception text 2018-09-18 14:09:01 -04:00
U-BASIS\dsmyda 4ce381fe4f Made SqliteTextExtractor not public 2018-09-18 13:02:14 -04:00
U-BASIS\dsmyda d5e4e1cb41 Changed constructor param in readers to accept an abstract file and added cast to SqliteTextExtractor 2018-09-18 12:51:20 -04:00
U-BASIS\dsmyda 72fcc406bc Fixed codacy suggestions 2018-09-18 12:32:26 -04:00
U-BASIS\dsmyda 4dff05f58a Small little name change 2018-09-17 09:29:02 -04:00
U-BASIS\dgrove 2a49a17164 Partial implementation. 2018-09-11 23:56:35 -04:00
U-BASIS\dsmyda ddd923add5 Changed 1 variable name 2018-09-10 15:51:34 -04:00
U-BASIS\dsmyda 169fb9928f Cleaned up code, refactored, improved efficiency 2018-09-10 15:45:40 -04:00
U-BASIS\dsmyda b4628e745f Major speed improvements, still need to comment and refactor and clean up 2018-09-10 11:37:41 -04:00
U-BASIS\dsmyda 8e0cd3b700 Fixed the unicode errors, cleaned up some of the reader code. Unicode will still cause formatting issues, but the keyword search module works 2018-09-07 14:45:01 -04:00
U-BASIS\dsmyda a942b87adb Fixed arabic not rendering, I was using the wrong input stream.... CharSource was the way to go 2018-09-07 13:27:14 -04:00
U-BASIS\dsmyda 341ae826fe Fixed the collision during writing in temp storage. Need to still fix arabic issues and investigate streaming of database files to speed up keyword search. 2018-09-07 08:40:35 -04:00
U-BASIS\dsmyda 333910f16b Fixed the off by 2 error 2018-09-05 16:06:47 -04:00
U-BASIS\dsmyda 2ab4c04dcd Generalized the tabulardatareader package so that it can work with a Content object and not just AbstractFile object, added a dedicated SqliteTextExtractor to handle sqlite databases during keyword search 2018-09-05 16:05:41 -04:00
U-BASIS\dsmyda 532bace6c2 Almost forgot this file too 2018-08-31 18:04:53 -04:00
U-BASIS\dsmyda ced6607b4c Functional text extractor, looks functionally good. Need to test to make sure its good and also refactor and comment and clean up. this is first commit 2018-08-31 18:04:21 -04:00
Richard Cordovano 071a545108 Revert "4067 prevent duplicate keyword hits" 2018-08-20 17:59:24 -04:00
Richard Cordovano 6c2ba70fa9 Revert "Accounting for associated artifact." 2018-08-20 17:57:52 -04:00
U-BASIS\dgrove 7a8215779d Accounting for associated artifact. 2018-08-13 14:07:30 -04:00
Richard Cordovano 7983b872e3 Merge pull request #4031 from sleuthkit/release-4.8.0
Merge in updated release 4.8.0
2018-08-08 14:49:25 -04:00
William Schaefer 2832702bcc 4088 prevent Carved files from being indexed with the TextFileExtractor 2018-08-07 10:12:28 -04:00
William Schaefer 715d34a5d1 4088 fix exception messages to reflect current name of TextFileExtractor class 2018-08-07 10:11:48 -04:00
William Schaefer 8a36265b8b 4088 wrap ReadContentInputStream in BufferedInputStream for mark/reset support 2018-08-07 10:11:11 -04:00
Richard Cordovano 03a0a39d52 Merge pull request #3988 from eugene7646/kws_adhoc_search_4043
Allow users to perform keyword searches that do not save results as artifacts (4043)
2018-08-03 14:26:27 -04:00
Richard Cordovano 24e3530e78 Merge pull request #3999 from dgrove727/4067_PreventDuplicateKeywordHits
4067 prevent duplicate keyword hits
2018-08-03 14:07:37 -04:00
Eugene Livis fee2e81264 Removed empty space in UI 2018-08-01 10:44:41 -04:00
Eugene Livis d38d9c6dff Merge branch 'develop' of github.com:sleuthkit/autopsy into kws_adhoc_search_4043 2018-08-01 10:37:30 -04:00
U-BASIS\dgrove 3fadd00b45 Additional cleanup. 2018-07-31 10:56:21 -04:00
U-BASIS\dgrove dd1bfc106d Cleanup. 2018-07-31 10:38:16 -04:00
Richard Cordovano b205a983d3 Module version updates for release 4.8.0 2018-07-30 11:24:54 -04:00
U-BASIS\dgrove 490d8df3e7 Preventing duplicate keyword hits. 2018-07-30 10:52:47 -04:00
Eugene Livis 3ea46cd32a Saving searches by default 2018-07-25 16:48:57 -04:00
Eugene Livis 1ae1c34dd2 Fixed spelling errors 2018-07-25 15:37:46 -04:00
Eugene Livis 0d51647021 Updated javadoc 2018-07-25 15:33:43 -04:00
Eugene Livis c3109afc82 Moved 'save results' button 2018-07-25 15:24:38 -04:00
Eugene Livis 43cce4fec2 Added save search feature to list search 2018-07-25 13:52:58 -04:00
Eugene Livis c76242a14a First cut at UI 2018-07-25 10:43:51 -04:00
Eugene Livis 22768a6ed5 First cut at prototyping the solution 2018-07-24 15:34:37 -04:00
U-BASIS\dgrove f720d64f09 Removed tooltips. 2018-07-06 11:28:50 -04:00
Richard Cordovano d7c89dfe69 Merge pull request #3929 from wschaeferB/3978-BetterDealWithUnicode
3978 better deal with unicode
2018-07-02 16:36:57 -04:00
William Schaefer 46854d4f7a 3978 rename UnicodeTextExtractor to TextFileExtractor to better reflect its purpose 2018-06-29 17:59:42 -04:00
William Schaefer 3b3e0b1a22 3978 simplify Unicode text extractor code per recommendations from review 2018-06-29 15:26:49 -04:00
William Schaefer 41baeb477c Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3978-BetterDealWithUnicode 2018-06-29 11:01:03 -04:00
William Schaefer f878ca5cd2 3978 add checks for confidence and size to Unicode extractor 2018-06-29 10:30:24 -04:00
U-BASIS\dgrove 25603ee6d8 Merge remote-tracking branch 'upstream/develop' into 3973_DisableDataSourceSearch 2018-06-28 22:44:04 -04:00
U-BASIS\dgrove 4693c66812 Disable controls when fewer than two data sources available. 2018-06-28 22:39:32 -04:00
Richard Cordovano bd202f5fbf Revert "Remove redundant data source name tool tips from ad hoc kws"
This reverts commit 57d9022c52.
2018-06-28 16:35:16 -04:00