19656 Commits

Author SHA1 Message Date
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\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
U-BASIS\dsmyda
b7f87171a2 Added comment 2018-08-30 17:16:02 -04:00
U-BASIS\dsmyda
f1f5734769 Fixed an embarassing hashmap key collision error that was making it not read correctly 2018-08-30 17:12:44 -04:00
Richard Cordovano
6654999950
Merge pull request #4052 from dannysmyda/4130-add-excel-to-selector-module
4130 add excel to selector module
2018-08-22 15:20:05 -04:00
U-BASIS\dsmyda
3b80c792be final codacy suggestions...... 2018-08-22 15:13:43 -04:00
U-BASIS\dsmyda
e277931d58 Fixed Codacy issues 2018-08-22 14:05:58 -04:00
Richard Cordovano
7aadc01402
Merge pull request #4061 from wschaeferB/4114-AddComments
4114 - Add comments to DataResultPanel to clarify purpose of RootNode…
2018-08-21 14:40:54 -04:00
William Schaefer
c147a3ceb9 4114 - Add comments to DataResultPanel to clarify purpose of RootNodeListener 2018-08-21 11:33:38 -04:00
Richard Cordovano
c639102018
Merge pull request #4056 from rishwanth1995/jython_file_handle
used try with resources for python script in JythonModuleLoader to properly close file handles
2018-08-21 09:39:58 -04:00
Richard Cordovano
6ce93321a4
Merge pull request #4051 from rishwanth1995/remove_python_asserts
replaced python asserts with junut asserts
2018-08-21 09:37:02 -04:00
Richard Cordovano
2998eeaddf
Merge pull request #4060 from sleuthkit/revert-3999-4067_PreventDuplicateKeywordHits
Revert "4067 prevent duplicate keyword hits"
2018-08-20 17:59:34 -04:00
Richard Cordovano
071a545108
Revert "4067 prevent duplicate keyword hits" 2018-08-20 17:59:24 -04:00
Richard Cordovano
a7482591e0
Merge pull request #4059 from sleuthkit/revert-4038-4135_CheckForArtifactId
Revert "Accounting for associated artifact."
2018-08-20 17:58:03 -04:00
Richard Cordovano
6c2ba70fa9
Revert "Accounting for associated artifact." 2018-08-20 17:57:52 -04:00
U-BASIS\dsmyda
60402ba2d2 Added final keyword to the readers 2018-08-20 15:12:28 -04:00
U-BASIS\dsmyda
ede32f6fe1 Type fix in factory comment' 2018-08-20 14:26:48 -04:00
U-BASIS\dsmyda
77bb15ec35 Patched bug with not catching pois run time exceptions 2018-08-20 14:21:16 -04:00
U-BASIS\dsmyda
a0ca35d6ce Fixed the out of memory issue with excel xml document reading, caught the old excel format exception, and refactored the code 2018-08-20 14:21:16 -04:00
rishwanth1995
70deebeffa used try with resources in JythonModuleLoader 2018-08-17 14:38:54 -04:00
dannysmyda
ebcbcc550b
Merge branch 'develop' into 4130-add-excel-to-selector-module 2018-08-17 14:29:57 -04:00
U-BASIS\dsmyda
43fb8c8eba Fixed the bugs in the getRowsFromTable method, everything should be working as intended. 2018-08-17 14:26:24 -04:00
U-BASIS\dsmyda
934fd0198c Fixed the iterator error introduced from the xlsx streamer approach. 2018-08-17 13:39:52 -04:00
Richard Cordovano
1f4ba4a60c
Merge pull request #4042 from dannysmyda/4084-sqlite-public-api
Added sqlitereader to public api
2018-08-16 18:15:17 -04:00
U-BASIS\dsmyda
ee9f961bdd Ivy change 2018-08-16 17:26:58 -04:00
U-BASIS\dsmyda
17d49ef11f Removed commons validator dependency from autopsy and moved it 2018-08-16 17:25:55 -04:00
U-BASIS\dsmyda
4e401c52f8 Final comment additions 2018-08-16 17:17:56 -04:00
Richard Cordovano
f0caa8b370
Merge pull request #4043 from rishwanth1995/develop
modified mac os X install docs
2018-08-16 17:17:35 -04:00
rishwanth1995
1aea3198cf replaced python asserts with junut asserts 2018-08-16 16:47:44 -04:00
U-BASIS\dsmyda
0539b53da8 Changed content viewer to use abstract reader interface 2018-08-16 16:33:31 -04:00
U-BASIS\dsmyda
2e0ff95a8c Added a new api call and refactored/commented some more code 2018-08-16 16:31:03 -04:00
U-BASIS\dsmyda
f98cb902d7 Changed some project files back to the original state 2018-08-16 15:21:24 -04:00
U-BASIS\dsmyda
abb32cb11f Added some more comments and fixed old exception comments 2018-08-16 15:12:26 -04:00
U-BASIS\dsmyda
11b482f4ee Fixed the out of memory issue with excel xml document reading, caught the old excel format exception, and refactored the code 2018-08-16 14:40:42 -04:00
Richard Cordovano
418e202079
Merge pull request #4044 from wschaeferB/AddPathValidatorIsValid
Add back a deprecated PathValidater.isValid method for public API
2018-08-15 18:54:46 -04:00
U-BASIS\dsmyda
91aa55838b Added streaming verison of apache poi for xlsx files 2018-08-15 14:31:49 -04:00
U-BASIS\dsmyda
9bb103359b Added xlsx support (XML model) 2018-08-15 13:07:53 -04:00