10952 Commits

Author SHA1 Message Date
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
Brian Sweeney
71d9336981 resize dialog and add checkbox/text field for frequency feature 2018-08-20 09:07:55 -06:00
Brian Sweeney
4c48fd4454 better handling of correlationattributenormalizationexceptions 2018-08-17 19:12:56 -06:00
Andrew Ziehl
adc5e9c53b Fix columns, add swing worker to prevent complete UI lockup on refresh() 2018-08-17 12:17:33 -07: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
Andrew Ziehl
f4f874fff2 address codeacy complaints. 2018-08-17 11:17:17 -07:00
Brian Sweeney
acb659dcd9 quiet down ingest error logging 2018-08-17 12:03:16 -06:00
U-BASIS\dsmyda
934fd0198c Fixed the iterator error introduced from the xlsx streamer approach. 2018-08-17 13:39:52 -04:00
Andrew Ziehl
ff64c74c5e Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3863_remove_correlationattribute
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/centralrepository/contentviewer/DataContentViewerOtherCases.form
#	Core/src/org/sleuthkit/autopsy/centralrepository/contentviewer/DataContentViewerOtherCases.java
#	Core/src/org/sleuthkit/autopsy/centralrepository/contentviewer/OtherOccurrenceNodeData.java
2018-08-17 10:38:40 -07:00
Andrew Ziehl
38a3b1604e test fix 2018-08-17 10:07:03 -07: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
Andrew Ziehl
6d5c5662da fix normalization discrepancies causing tests to fail. may conflict with. 3868 2018-08-16 14:51:33 -07: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
Brian Sweeney
11b3639191 ui error message stuff 2018-08-16 09:23:40 -06:00
Andrew Ziehl
2b4059a613 Add fields to DB returns to properly create CorrelationAttributeInstances 2018-08-15 16:54:26 -07:00
Andrew Ziehl
a3eb28f1dc update tests for instance refactor. 2018-08-15 16:38:18 -07:00
esaunders
5570aa7003 Check extensions first in thumbnailSupported(). 2018-08-15 17:45:23 -04:00
Brian Sweeney
68e86af235 using Optional instead of null 2018-08-15 15:07:03 -06:00
U-BASIS\dsmyda
91aa55838b Added streaming verison of apache poi for xlsx files 2018-08-15 14:31:49 -04:00
William Schaefer
e4fef8c575 4114 refactor method add status method into get status method 2018-08-15 13:35:03 -04:00
U-BASIS\dsmyda
9bb103359b Added xlsx support (XML model) 2018-08-15 13:07:53 -04:00
Brian Sweeney
e998ad93dc peer review suggestions mostly accepted 2018-08-15 08:56:05 -06:00
William Schaefer
2f105eaf2d Add back a deprecated PathValidater.isValid method for public API 2018-08-15 10:08:42 -04:00
Brian Sweeney
08b7e113c9 percentagethreshold ui stuff 2018-08-15 08:07:24 -06:00
Andrew Ziehl
84471317a3 Rectify errors. Adjust logic since Instance more often than not should have details. Account for List<> instances. 2018-08-14 15:13:57 -07: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
Brian Sweeney
66e97f8349 codacy stuff 2018-08-14 10:59:10 -06:00
Brian Sweeney
385222ef2c must convert to lower since thats what the normalizer does 2018-08-14 09:05:23 -06:00
Brian Sweeney
4a758a4b9d Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3868-normalize-cr 2018-08-14 07:39:59 -06: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
Andrew Ziehl
0f26644534 Add wip constructor 2018-08-13 13:02:42 -07:00
Brian Sweeney
b4bd847d5e Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3868-normalize-cr 2018-08-13 08:45:45 -06:00
Richard Cordovano
cc83c9dedd
Merge pull request #4024 from briangsweeney/commonfiles
Commonfiles
2018-08-10 18:40:00 -04:00
Brian Sweeney
948ed2aa00 first pass at filtering results by frequency threshold 2018-08-10 16:31:55 -06: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
Andrew Ziehl
bf28dbb83d first pass, almost done to no build errors. 2018-08-10 14:45:09 -07:00