Andrew Ziehl
|
9e8f613d08
|
Cleanup CommonFilesPanel
|
2018-07-02 08:16:57 -07:00 |
|
Andrew Ziehl
|
4dce1a28a3
|
Merge branch '3905_change_intercase_query' of https://github.com/briangsweeney/autopsy into 3788-intercase-intracase-merge
|
2018-07-02 07:28:35 -07:00 |
|
Andrew Ziehl
|
f338c31bf2
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3788-intercase-intracase-merge
|
2018-07-02 07:25:41 -07:00 |
|
Andrew Ziehl
|
7810c2c3df
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3905_change_intercase_query
|
2018-07-02 07:16:51 -07:00 |
|
Richard Cordovano
|
622a6a8b6c
|
Merge pull request #3923 from esaunders/3970_cat_zero
Make CAT-0 a standard tag name so that it cannot be deleted and will …
|
2018-07-02 10:06:28 -04:00 |
|
Richard Cordovano
|
15ee296430
|
Merge pull request #3919 from APriestman/3989_exif
Add size and path to exif artifact display
|
2018-07-02 09:48:33 -04:00 |
|
Ann Priestman
|
4d95be231b
|
Don't try to add new data sources to the central repo twice.
Don't throw an exception when attempting to add an already initialized data source
|
2018-07-02 09:12:16 -04:00 |
|
William Schaefer
|
46854d4f7a
|
3978 rename UnicodeTextExtractor to TextFileExtractor to better reflect its purpose
|
2018-06-29 17:59:42 -04:00 |
|
William Schaefer
|
3b3e0b1a22
|
3978 simplify Unicode text extractor code per recommendations from review
|
2018-06-29 15:26:49 -04:00 |
|
Brian Sweeney
|
1c0643ac3e
|
removed exception handling in favor of null checking
|
2018-06-29 13:15:23 -06:00 |
|
Brian Sweeney
|
a23a5d55ac
|
Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3991-npe
|
2018-06-29 12:44:50 -06:00 |
|
Brian Sweeney
|
22af40ab95
|
logging added back
|
2018-06-29 12:41:13 -06:00 |
|
Brian Sweeney
|
9a11e33de0
|
added exception logging back
|
2018-06-29 12:27:35 -06:00 |
|
Brian Sweeney
|
f1ea178b00
|
handle error conditions gracefully
|
2018-06-29 12:08:19 -06:00 |
|
Brian Sweeney
|
0d8c299935
|
removed useless code
|
2018-06-29 11:51:26 -06:00 |
|
Brian Sweeney
|
6e998d137b
|
removed debugging code
|
2018-06-29 11:38:20 -06:00 |
|
William Schaefer
|
20f7993114
|
4003 preserve existing comment when replacing tag
|
2018-06-29 13:34:02 -04:00 |
|
Richard Cordovano
|
c2d208dd32
|
Merge pull request #3918 from rishwanth1995/sqlite_filechooser
sqlite_filechooser suggests table name as default filename to the user
|
2018-06-29 13:29:58 -04:00 |
|
Brian Sweeney
|
7b6ce83acc
|
removed some broken and uneeded code
|
2018-06-29 11:10:50 -06:00 |
|
William Schaefer
|
41baeb477c
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3978-BetterDealWithUnicode
|
2018-06-29 11:01:03 -04:00 |
|
William Schaefer
|
f878ca5cd2
|
3978 add checks for confidence and size to Unicode extractor
|
2018-06-29 10:30:24 -04:00 |
|
Brian Sweeney
|
5a458e3e72
|
more logging
|
2018-06-29 08:05:39 -06:00 |
|
Ann Priestman
|
101192a297
|
Fix type for size
|
2018-06-29 07:29:45 -04:00 |
|
U-BASIS\dgrove
|
25603ee6d8
|
Merge remote-tracking branch 'upstream/develop' into 3973_DisableDataSourceSearch
|
2018-06-28 22:44:04 -04:00 |
|
U-BASIS\dgrove
|
4693c66812
|
Disable controls when fewer than two data sources available.
|
2018-06-28 22:39:32 -04:00 |
|
Brian Sweeney
|
bb12a3f845
|
Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3991-npe
|
2018-06-28 19:35:37 -06:00 |
|
Brian Sweeney
|
a36c4a61e3
|
trying to quiet codacy
|
2018-06-28 19:27:52 -06:00 |
|
Brian Sweeney
|
7c18228d03
|
Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3985-intra-case-test-update
|
2018-06-28 19:16:23 -06:00 |
|
Brian Sweeney
|
7168cfe187
|
comments
|
2018-06-28 19:08:26 -06:00 |
|
Brian Sweeney
|
e40eb48182
|
added tests for revised intra case correlation algorithm
|
2018-06-28 19:06:14 -06:00 |
|
Raman
|
0afee2fbf6
|
3994: Image gallery doesnt work for Postgres
- Fixed sql for SQLite.
|
2018-06-28 18:55:15 -04:00 |
|
Brian Sweeney
|
1ce90afe59
|
added finally block in case anything fails during search the progress bar will still stop
|
2018-06-28 15:32:57 -06:00 |
|
esaunders
|
c753ed74e1
|
Make CAT-0 a standard tag name so that it cannot be deleted and will not show up at the top of the tags list.
|
2018-06-28 17:30:32 -04:00 |
|
rishwanth1995
|
3fdd843ac3
|
used try with resources in sqliteviewer
|
2018-06-28 16:48:59 -04:00 |
|
Richard Cordovano
|
bd202f5fbf
|
Revert "Remove redundant data source name tool tips from ad hoc kws"
This reverts commit 57d9022c525d077a2b4443a5f1964e031b206df3.
|
2018-06-28 16:35:16 -04:00 |
|
Richard Cordovano
|
c354181fbf
|
Merge pull request #3922 from raman-bt/develop
3994: Image gallery does not work with Postgres
|
2018-06-28 16:27:54 -04:00 |
|
William Schaefer
|
9d842be3da
|
3978-UnicodeTextExtractor
|
2018-06-28 16:22:54 -04:00 |
|
Richard Cordovano
|
21508f55c9
|
Merge pull request #3917 from rishwanth1995/md5_disable
disabled "search for files with same md5 hash" option when we right click artifact
|
2018-06-28 15:58:18 -04:00 |
|
Raman
|
2c0f856406
|
3994: Image gallery does not work with Postgres
|
2018-06-28 15:48:04 -04:00 |
|
Ann Priestman
|
cc3d1d59b8
|
Add size and path to exif artifact display
|
2018-06-28 12:52:06 -04:00 |
|
rishwanth1995
|
a05c5a7f31
|
removed hash search action
|
2018-06-28 12:13:59 -04:00 |
|
rishwanth1995
|
8b5648df45
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into md5_disable
|
2018-06-28 12:02:57 -04:00 |
|
rishwanth1995
|
b4dc29c67e
|
sqlite_filechooser suggests file name
|
2018-06-28 11:50:25 -04:00 |
|
Brian Sweeney
|
dec3c3f9a8
|
Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3788-intercase-intracase-merge
# Conflicts:
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
# Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesSearchAction.java
|
2018-06-28 08:56:31 -06:00 |
|
Richard Cordovano
|
5c2273c687
|
Merge pull request #3916 from APriestman/updateCommonFilesSearchDoc
Update common files docs
|
2018-06-28 10:31:06 -04:00 |
|
rishwanth1995
|
27a33fd103
|
removed hash search action
|
2018-06-28 10:22:53 -04:00 |
|
Ann Priestman
|
139fa6aa72
|
Update common files docs
|
2018-06-28 09:16:35 -04:00 |
|
Richard Cordovano
|
752927849f
|
Merge pull request #3910 from briangsweeney/3602_3961_CommonSearch_Dialog_logic
3602 3961 common search dialog logic
|
2018-06-27 19:26:20 -04:00 |
|
Richard Cordovano
|
83cbb91117
|
Update CommonFilesSearchAction.java
|
2018-06-27 19:12:14 -04:00 |
|
Richard Cordovano
|
4786cc1cdf
|
Merge pull request #3914 from rcordovano/remove-redundant-data-source-tooltips-from-search
Remove redundant data source name tool tips from ad hoc kws
|
2018-06-27 19:06:23 -04:00 |
|