Richard Cordovano
|
7394ac1244
|
Merge pull request #2869 from millmanorama/2706-regex-hit-count
2706 regex hit count
|
2017-06-22 11:58:46 -04:00 |
|
Nick Davis
|
4d304c65a3
|
removed usage of 'db.enabled' property, since it is no longer used by the config panel. Now we just check EamDb.isEnbled().
|
2017-06-22 10:52:58 -04:00 |
|
Nick Davis
|
0dbe91b5ee
|
Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into sqlite-config-ui
|
2017-06-22 10:41:29 -04:00 |
|
Nick Davis
|
a961d2f615
|
can now disable the EAM.
|
2017-06-22 10:41:04 -04:00 |
|
Maxwell Koo
|
8fa6839d5f
|
Convert sql statements referring to device name to use device id
|
2017-06-22 09:28:18 -04:00 |
|
millmanorama
|
1b26096503
|
rename queueDBWorkerTask ->queueDBTask, don't bother putting task on bg thread, remove unused executor
|
2017-06-22 12:53:24 +02:00 |
|
millmanorama
|
ebad833635
|
reduce negations in if checks, synchronize method, use logger instead of printing stack trace
|
2017-06-22 12:18:32 +02:00 |
|
millmanorama
|
429b3cc3c2
|
rearrange fields for better organization
|
2017-06-22 12:05:51 +02:00 |
|
millmanorama
|
8166bd2272
|
put the correct node name in the lookup
|
2017-06-22 11:47:24 +02:00 |
|
millmanorama
|
cb46e98032
|
Merge remote-tracking branch 'upstream/release-4.4.1' into 2706-regex-hit-count
|
2017-06-22 11:20:53 +02:00 |
|
Nick Davis
|
701ef5ff2d
|
send database settings exception messages back to config window and display them in red. surround guidance message panel with a scrollpane. added red/green check boxes to the Create button. correctly clear the red/green check boxes by the Test and Create buttons when a change is made. Do not save state until OK button is clicked, so either the X or the Cancel button will cause no change (ignoreing the creation of a db).
|
2017-06-21 19:31:32 -04:00 |
|
William Schaefer
|
ca316840d9
|
2675 remove unused imports
|
2017-06-21 16:29:25 -04:00 |
|
William Schaefer
|
ca9b50c4f3
|
2675 ReportHTML saves bufferedImages directly to report directory instead of copying from thumbnail cache
|
2017-06-21 16:29:10 -04:00 |
|
millmanorama
|
f0bb38cfbf
|
convert dbWorkerThread to an executor, call shutdown and awaitTerminaton on case close.
|
2017-06-21 22:18:18 +02:00 |
|
Nick Davis
|
fe7aabb993
|
added input validation to db settings. changed red text to a mix of red or black depending on if it's an error. changed postgres connection to use a properties object to store the user/pass. reduced the large area between the db config button and the lower buttons on the main options panel.
|
2017-06-21 16:14:24 -04:00 |
|
Richard Cordovano
|
b3b69b99fa
|
Merge pull request #2868 from dgrove727/2741_3rdPartModuleTracking
Fixed broken RegEx for class name normalization.
|
2017-06-21 15:49:18 -04:00 |
|
Richard Cordovano
|
afe7017e01
|
Merge pull request #2864 from wschaeferB/2745-contentViewerColumnCondition
2745 content viewer column condition
|
2017-06-21 14:48:01 -04:00 |
|
Nick Davis
|
9ed3883965
|
Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into ivy-deps
|
2017-06-21 13:20:42 -04:00 |
|
Nick Davis
|
22b7227804
|
removed dependency .jar's from repo. Set them to be downloaded from Maven repo using Ivy.
|
2017-06-21 13:20:05 -04:00 |
|
Richard Cordovano
|
0cade5de4b
|
Merge pull request #2872 from narfindustries/issue170
Resolve issue 170 - NPE when Importing Hash Db in EAM
|
2017-06-21 09:55:19 -04:00 |
|
Nick Davis
|
91ed881955
|
now require a Organization to be selected in the ComboBox before enabling the Ok button. Also adding an Organization will re-run validation.
|
2017-06-20 19:45:31 -04:00 |
|
Nick Davis
|
597a16ddda
|
Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into sqlite-config-ui
|
2017-06-20 18:59:39 -04:00 |
|
Nick Davis
|
a40984ea15
|
add .db to sqlite dbfile name if it does not have that extension. some cleanup
|
2017-06-20 18:59:14 -04:00 |
|
Nick Davis
|
fc20b7ea19
|
changed password field into a proper JPassword box. now using TextConverter to store encrypted password in properties file.
|
2017-06-20 17:37:42 -04:00 |
|
Nick Davis
|
beba50c231
|
bundle changes associated with TextConverter changes.
|
2017-06-20 17:36:23 -04:00 |
|
Nick Davis
|
bb914eb1a7
|
extracted TextConverter class from UserPreferences and made it public. Created an Exception class for it.
|
2017-06-20 17:35:39 -04:00 |
|
William Schaefer
|
c3ec6e6950
|
2767 changed term 'Thumbnails' to 'Tagged Images' for more descirptive HTML report
|
2017-06-20 16:43:28 -04:00 |
|
William Schaefer
|
fa95a9be5c
|
2767 changed html report to handle thumbnails in excess of 1000 in a a more consistant manner
|
2017-06-20 16:27:28 -04:00 |
|
Nick Davis
|
fcd6b2ce08
|
postgresql settings UI is implemented. now to do cleanup/testing.
|
2017-06-20 15:09:55 -04:00 |
|
U-BASIS\dgrove
|
96ab9d1dfa
|
Refined RegEx to only purge numbers at the end of a string.
|
2017-06-20 13:44:32 -04:00 |
|
Brian Carrier
|
026e3de17b
|
Added shell for Linux README
|
2017-06-20 09:16:03 -04:00 |
|
Nick Davis
|
f044aea5aa
|
refactored some common code into EamDbUtil. finished settings dialog impl for SQLite.
|
2017-06-19 19:52:19 -04:00 |
|
U-BASIS\dgrove
|
6b11521adc
|
Fixed broken RegEx for class name normalization.
|
2017-06-19 13:26:25 -04:00 |
|
Richard Cordovano
|
adc9a44ea5
|
Merge pull request #2866 from rcordovano/tag-manager-get-all-tag-names
Add static getTagDisplayNames API to TagsManager
|
2017-06-19 12:33:54 -04:00 |
|
Richard Cordovano
|
d1588764f8
|
Add static getTagDisplayNames API to TagsManager
|
2017-06-19 12:31:46 -04:00 |
|
Richard Cordovano
|
cbb2ba7032
|
Merge pull request #2865 from rcordovano/tag-manager-get-all-tag-names
Reordering of TagManager methods
|
2017-06-19 11:06:44 -04:00 |
|
Richard Cordovano
|
897357b7f6
|
Reordering of TagManager methods
|
2017-06-19 11:05:30 -04:00 |
|
William Schaefer
|
826cde8547
|
Merge branch 'release-4.4.1' of https://github.com/sleuthkit/autopsy into 2745-contentViewerColumnCondition
|
2017-06-19 09:36:05 -04:00 |
|
millmanorama
|
8bf884b3a7
|
show "correct" counts in table
|
2017-06-19 14:29:47 +02:00 |
|
millmanorama
|
e741d0169a
|
format and obvious cleanup
|
2017-06-17 10:43:15 +02:00 |
|
Nick Davis
|
8e07f631f7
|
Merge branch 'release-4.4.1' of github.com:sleuthkit/autopsy into sqlite-config-ui
|
2017-06-16 18:59:23 -04:00 |
|
Nick Davis
|
4adda2a630
|
converting to new db config UI; layout complete.
|
2017-06-16 18:59:10 -04:00 |
|
Richard Cordovano
|
be5f512b5a
|
Merge pull request #2861 from millmanorama/2687-unsort-hidden_columns
2687 unsort columns if they are hidden and another column is sorted.
|
2017-06-16 12:38:29 -04:00 |
|
millmanorama
|
83786e8571
|
unsort columns if they are hidden and another column is sorted.
|
2017-06-16 18:14:12 +02:00 |
|
Richard Cordovano
|
f49e368f92
|
Merge pull request #2860 from millmanorama/2732-fix-inconsistent-sort-between-results-views
2732 only store the sort info for visible columns
|
2017-06-16 12:06:45 -04:00 |
|
millmanorama
|
6183d0a5f1
|
only store the sort info for visible columns
|
2017-06-16 17:20:16 +02:00 |
|
Richard Cordovano
|
a6b5c0c9a1
|
Merge pull request #2859 from rcordovano/tag-manager-get-all-tag-names
Minor clean up of docs in TagManager
|
2017-06-16 11:18:46 -04:00 |
|
William Schaefer
|
1b43136244
|
2745 change out of date comments in DataContentViewerArtifact
|
2017-06-16 11:18:44 -04:00 |
|
Richard Cordovano
|
8eeb2d8787
|
Minor clean up of docs in TagManager
|
2017-06-16 11:18:11 -04:00 |
|
Richard Cordovano
|
7987a12340
|
Merge pull request #2858 from rcordovano/tag-manager-get-all-tag-names
Removed unnecessary synchronization in TagsManager
|
2017-06-16 11:14:57 -04:00 |
|