20771 Commits

Author SHA1 Message Date
U-BASIS\dsmyda
169fb9928f Cleaned up code, refactored, improved efficiency 2018-09-10 15:45:40 -04:00
William Schaefer
911f953d0b Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4163-AddCachesToCrResultsDev 2018-09-10 12:34:06 -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
William Schaefer
d62bbdf05f Merge branch '4112-AddCrStatusColumn' of https://github.com/wschaeferB/autopsy into 4113-AddCountColumn 2018-09-10 11:32:25 -04:00
William Schaefer
9f1cc5e67a 4112 resolve merge conflicts and rename score icons and enums 2018-09-10 11:31:47 -04:00
William Schaefer
7e8c1eec57 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4114-AddHasCommentColumn 2018-09-10 11:19:38 -04:00
William Schaefer
45a60ad623 4114 split icon and path into seperate variables for Comment icon 2018-09-10 11:19:06 -04:00
William Schaefer
3139158f31 4114 comment on parameters for constructor 2018-09-10 11:01:01 -04:00
Eugene Livis
ac5302bbc9 Code cleanup, added comments 2018-09-10 09:20:45 -04:00
Eugene Livis
6840744181 Added UI 2018-09-07 16:57:41 -04:00
Eugene Livis
f5c89ff896 Code improvements and optimizations 2018-09-07 15:42:16 -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
Eugene Livis
dd3515176a Code improvements and optimizations 2018-09-07 14:19:53 -04:00
Brian Sweeney
e3c44671e9 init string builder with larger buffer 2018-09-07 11:30:43 -06: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
Brian Sweeney
c3e1e48119 toggled off failing tests and added notes on the situation 2018-09-07 10:26:42 -06:00
Brian Sweeney
1c7da1277b Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 4121_correlation_types 2018-09-07 09:34:26 -06:00
Brian Sweeney
2f820cd876 exception handling and logging 2018-09-07 09:28:30 -06:00
Eugene Livis
62442cb0a7 More changes 2018-09-07 10:51:09 -04:00
Brian Sweeney
8509acd5b4 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3868-normalize-cr 2018-09-07 08:41:40 -06:00
Brian Sweeney
f21a82033f typo 2018-09-07 08:27:14 -06: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
Eugene Livis
1bfc7d3044 Prototype 2018-09-06 18:03:04 -04:00
Brian Sweeney
06bb1cd347 phone number refinements 2018-09-06 15:49:39 -06:00
Brian Sweeney
fd5d8cb891 more test code 2018-09-06 15:17:51 -06:00
Brian Sweeney
1540b3f8fe null checks 2018-09-06 13:44:12 -06:00
Brian Sweeney
bd2b47636f more test code 2018-09-06 13:11:25 -06:00
Brian Sweeney
999a7928c6 typo and error handling 2018-09-06 12:29:26 -06:00
U-BASIS\dgrove
2edd20a4e7 isSupported updated 2018-09-06 14:25:22 -04:00
U-BASIS\dgrove
cfa752caca isSupported updated 2018-09-06 14:23:36 -04:00
eugene7646
17a83d0d79
Merge pull request #4088 from sleuthkit/livetriage_arg_fix
fix out of bounds exception for live triag drive JIRA-4183
2018-09-06 14:23:01 -04:00
Brian Sweeney
2ef07d9c4d test code 2018-09-06 12:20:18 -06:00
U-BASIS\dgrove
550edb0e2b Using AbstractFile instead of Content. 2018-09-06 14:17:46 -04:00
millmanorama
3cd00b0aa0 make tree select viewed group 2018-09-06 17:40:09 +02:00
U-BASIS\dgrove
f838a9a8c4 Initial panel. 2018-09-06 09:56:14 -04:00
millmanorama
c96304106e remove synchronization on ImageGalleryController by passing it as argument to initJavaFXUIi 2018-09-06 13:57:00 +02:00
millmanorama
af9642d171 cleanup 2018-09-06 13:56:11 +02:00
Brian Sweeney
a3542d7f72 logic bug in tests 2018-09-05 18:36:01 -06:00
Brian Sweeney
c8b72724c6 more test code 2018-09-05 18:17:16 -06:00
Brian Sweeney
6a4f612e87 more test code 2018-09-05 16:39:57 -06:00
Brian Sweeney
169bfcfe9d test code 2018-09-05 16:14:56 -06:00
Brian Sweeney
385deb411c test code 2018-09-05 15:46:27 -06:00
Brian Sweeney
a9777929d6 attribute type added to frequency filtering 2018-09-05 15:41:06 -06:00
U-BASIS\dgrove
921455d48f Updates for review comments. 2018-09-05 17:00:10 -04:00
esaunders
9ad3b9cee9
Merge pull request #4080 from dannysmyda/4130-bug-fix-on-excel-reading
4130 bug fix on excel reading
2018-09-05 16:50:12 -04:00
Brian Carrier
1cae7cba11 fix out of bounds exception for live triag drive JIRA-4183 2018-09-05 16:22:02 -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
millmanorama
c97e64172b more codacy fixes 2018-09-05 15:41:26 +02:00
millmanorama
d8f46f88a8 make sure a grouping is applied the first time Image Gallery is opened. 2018-09-05 15:12:04 +02:00