20108 Commits

Author SHA1 Message Date
William Schaefer
764c3e4a06 4065 finish removal of tag refresh event 2018-08-02 17:58:37 -04:00
William Schaefer
5a50721b33 4065 continued conflict resolution while cherry-picking 2018-08-02 17:58:02 -04:00
William Schaefer
b86307de60 4065 continued conflict resolution while cherry-picking 2018-08-02 17:56:36 -04:00
William Schaefer
75fed47b97 4065 resolve conflict in DirectorTreeTopComponent with develop 2018-08-02 17:54:57 -04:00
William Schaefer
372ca76864 4065 initial implementation without refresh - minimal public api changes 2018-08-02 17:52:42 -04:00
U-BASIS\dgrove
5238b6b5dd Fixed dialog size. 2018-08-02 17:50:26 -04:00
U-BASIS\dsmyda
2c453f0b76 Refactored package and class name 2018-08-02 17:17:24 -04:00
William Schaefer
ab5280682c Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4040-TagsWithUser 2018-08-02 17:12:41 -04:00
Brian Carrier
4d7eb77c41 Add DS at beginning of jobs, update when stale is set 2018-08-02 17:09:36 -04:00
Brian Carrier
9248d8496b change default stale value to false to prevent exceesive rebuilds 2018-08-02 17:07:20 -04:00
U-BASIS\dsmyda
96df6e35b3 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4092-factor-out-sqlite-reader 2018-08-02 17:06:51 -04:00
U-BASIS\dsmyda
7c62e24615 Refactored package name and class name 2018-08-02 17:06:45 -04:00
U-BASIS\dsmyda
7b371dc125 Refactored names and comments 2018-08-02 16:45:35 -04:00
rishwanth1995
f5ac4a8635 live autopsy folder warning 2018-08-02 16:24:12 -04:00
U-BASIS\dsmyda
ff23f81953 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4063-migrate-to-standard-7zip-interface 2018-08-02 16:09:47 -04:00
William Schaefer
21fc9a67a9 3964 adjust failure messages for zip bomb test to give more context 2018-08-02 16:08:21 -04:00
Brian Sweeney
761273608e updating tests of client code 2018-08-02 13:58:45 -06:00
Brian Sweeney
9cd17b6e29 updating client code 2018-08-02 13:57:44 -06:00
Brian Sweeney
11dea2acf7 various errors with tests 2018-08-02 13:54:05 -06:00
U-BASIS\dgrove
0c571ab20e Added user-defined path for extraction. 2018-08-02 15:27:27 -04:00
U-BASIS\dgrove
56a713120b Cleanup. 2018-08-02 15:12:21 -04:00
William Schaefer
aec96c0ea3 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3964-testZipBomb-Rev2 2018-08-02 14:39:42 -04:00
Richard Cordovano
44849b30a9
Update TableReportGenerator.java 2018-08-02 14:25:04 -04:00
William Schaefer
74bf4bd272 3964 - change name of new image to reflect naming schema in 3771 2018-08-02 14:14:24 -04:00
U-BASIS\dsmyda
b1d242ace3 Fixed //NON-NLS comment to be inline with the logger messages 2018-08-02 12:22:43 -04:00
U-BASIS\dsmyda
8aba921666 Functional SevenZipExtractor using standard interface. SevenZipException exception handling during extract vs extractSlow still untested 2018-08-02 12:17:48 -04:00
U-BASIS\dgrove
a1c4db14bd Codacy issues resolved. 2018-08-02 10:22:08 -04:00
U-BASIS\dgrove
f9e4740008 Fixed merge conflict. 2018-08-02 10:14:24 -04:00
Brian Carrier
c78d9c0764
Merge pull request #4006 from sleuthkit/ig_resolve
Merge in Develop
2018-08-02 00:24:38 -04:00
Brian Carrier
a8d25e57fd Merge remote-tracking branch 'origin/develop' into image-gallery-db-migration 2018-08-01 23:23:54 -04:00
Richard Cordovano
7c179408e7
Merge pull request #3969 from dgrove727/4051_MinorUiUpdates_3
Added VHD to picker.
2018-08-01 19:20:32 -04:00
Richard Cordovano
de70f33736
Merge pull request #3979 from millmanorama/tl-listview-columns
add tooltip to timeline listview  description column
2018-08-01 18:54:43 -04:00
Brian Sweeney
ca9709b781 tests 2018-08-01 16:40:07 -06:00
U-BASIS\dsmyda
7c39e8e667 Removed copying DB and DB metafile from SQLiteExtractor 2018-08-01 16:58:00 -04:00
Richard Cordovano
4a637581a0 Change build type back to DEVELOPMENT 2018-08-01 16:21:56 -04:00
U-BASIS\dsmyda
1198a38f5b Refactored SQLite parsing functionality out of SQLiteViewer and into SQLiteExtractor 2018-08-01 16:20:13 -04:00
Richard Cordovano
7650955d13
Merge pull request #4003 from sleuthkit/release-4.8.0
Release 4.8.0
2018-08-01 16:18:34 -04:00
Brian Sweeney
4d192e88ea clients of normalizer class reflect new interface (throws exceptions) 2018-08-01 13:57:29 -06:00
Brian Sweeney
703b41dcec interface changed to throw exceptions instead of logging them and proceeding 2018-08-01 12:49:14 -06:00
Brian Sweeney
92f388a8a2 normalizer throws exceptions instead of logging and return empty 2018-08-01 11:40:22 -06:00
Richard Cordovano
e12c35ad5c
Merge pull request #4000 from raman-bt/1003_casedbaccessmgr_transactions
1003 : add transactions support in CaseDbAccessManager api
2018-08-01 13:16:53 -04:00
Richard Cordovano
35303f66c4
Merge pull request #3990 from raman-bt/1001-ig-multiuser
1001 ig multiuser
2018-08-01 13:16:27 -04:00
Raman
a0c6d71f93 1003: Add transaction support to CaseDbAccessManager api.
- address review comments in previous commit.
2018-08-01 12:57:07 -04:00
Brian Sweeney
4fe257b82d public access for testable methods, bad md5 hash, wasnt actually bad, regex was made more permissive (supports mixed case) 2018-08-01 10:54:03 -06: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
Brian Sweeney
79394cbbf8 more validation 2018-07-31 17:33:42 -06:00
Andrew Ziehl
9163256cd3 Refactoring 2018-07-31 15:54:33 -07:00
Andrew Ziehl
35d5df5ebc Cleanup excess fields. 2018-07-31 15:32:32 -07:00
Andrew Ziehl
6ee9ed54bd cleanup logic, functionally complete 2018-07-31 15:20:35 -07:00