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
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
William Schaefer
|
2f105eaf2d
|
Add back a deprecated PathValidater.isValid method for public API
|
2018-08-15 10:08:42 -04:00 |
|
U-BASIS\dsmyda
|
f9213d75af
|
Added sqlitereader to public api
|
2018-08-14 13:14:29 -04:00 |
|
U-BASIS\dsmyda
|
3fd1d1cf05
|
More commits coming, need to resolve ivy dependencies
|
2018-08-14 13:08:16 -04:00 |
|
Richard Cordovano
|
90ef414a17
|
Merge pull request #4015 from rishwanth1995/live_autopsy_warning
warn user for case folder, if they are running autopsy in target system
|
2018-08-13 18:17:31 -04:00 |
|
Richard Cordovano
|
e0ea55e558
|
Merge pull request #4032 from millmanorama/timeline-menu-disabling
disable menus appropriately in timeline list view
|
2018-08-13 16:36:54 -04:00 |
|
rishwanth1995
|
4a29680c4a
|
made case wizard default to the mounted drive in when autopsy in target
|
2018-08-13 16:07:10 -04:00 |
|
Richard Cordovano
|
cc83c9dedd
|
Merge pull request #4024 from briangsweeney/commonfiles
Commonfiles
|
2018-08-10 18:40:00 -04:00 |
|
U-BASIS\dsmyda
|
6ecffa3f02
|
Small bundle comment change
|
2018-08-10 18:23:00 -04:00 |
|
U-BASIS\dsmyda
|
f535be8e3e
|
Adjusted infrastructure and added support for reading excel files
|
2018-08-10 18:17:16 -04:00 |
|
Brian Sweeney
|
ba55eecccc
|
more codacy things
|
2018-08-10 08:42:44 -06:00 |
|
U-BASIS\dsmyda
|
ef76511f6b
|
Drowning in checked exceptions
|
2018-08-10 10:19:55 -04:00 |
|
rishwanth1995
|
1932d4381b
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into live_autopsy_warning
|
2018-08-10 09:50:15 -04:00 |
|
rishwanth1995
|
60ee75098f
|
refactored method names in pathvalidator
|
2018-08-10 09:45:04 -04:00 |
|
Brian Sweeney
|
ac096fac57
|
codacy stuff
|
2018-08-09 17:41:10 -06:00 |
|
U-BASIS\dsmyda
|
3c7eb3f371
|
More commits incoming
|
2018-08-09 15:40:37 -04:00 |
|
U-BASIS\dsmyda
|
defd0f6783
|
Final changes to comments
|
2018-08-09 12:30:27 -04:00 |
|
U-BASIS\dsmyda
|
9afa1fa38c
|
Refactored and renamed some functions
|
2018-08-09 12:25:49 -04:00 |
|