William Schaefer
|
4701057c57
|
2197-Fixed bug with making a profile with same name as one just deleted
|
2017-02-07 17:53:30 -05:00 |
|
William Schaefer
|
5c2706cd17
|
2197 - profile no longer has issues when there is a trailing space in name
|
2017-02-07 17:39:28 -05:00 |
|
William Schaefer
|
c636d06d69
|
2197 Can no longer delete filters before the profiles that use them
|
2017-02-07 17:02:58 -05:00 |
|
William Schaefer
|
6246f5e9cd
|
2197 can no longer create profiles with out of date filters
|
2017-02-07 16:02:25 -05:00 |
|
William Schaefer
|
5fc2d75476
|
2197 fixed some access levels on new ProfilePanel
|
2017-02-07 12:17:26 -05:00 |
|
William Schaefer
|
698f581ec6
|
2198-merged in bug fix from 2197
|
2017-02-07 12:03:10 -05:00 |
|
William Schaefer
|
95450f1478
|
2197 fixed when edit and delete buttons are enabled
|
2017-02-07 11:56:25 -05:00 |
|
William Schaefer
|
288a993aaf
|
2199 Changed from casting to abstract class use and other clean up
|
2017-02-06 17:43:47 -05:00 |
|
Richard Cordovano
|
45bad108b7
|
Changes to custom artifacts creation module test class
|
2017-02-06 17:32:13 -05:00 |
|
William Schaefer
|
b99efaf031
|
2199 addImageWizard working with profiles
|
2017-02-06 16:05:00 -05:00 |
|
Richard Cordovano
|
c6ccff7f22
|
Merge pull request #2496 from sleuthkit/uniqe_extract
Dedupe files in the export file action
|
2017-02-06 10:23:28 -05:00 |
|
William Schaefer
|
bf43d674ba
|
2198 replaced custom abstract class with WizardDescriptor.FinishablePanel
|
2017-02-03 17:41:59 -05:00 |
|
William Schaefer
|
17fc209cf7
|
2198 - fixes to UI of profile panel
|
2017-02-03 14:45:29 -05:00 |
|
William Schaefer
|
33efc3bce5
|
2198 fixed a few netbeans warnings
|
2017-02-03 12:47:19 -05:00 |
|
William Schaefer
|
f81a8fd173
|
2198 Names made more consistant, other minor clean up
|
2017-02-03 11:30:19 -05:00 |
|
William Schaefer
|
c33a84179c
|
2198 additional comments and clean up for the RunIngestModulesWizard
|
2017-02-03 10:55:17 -05:00 |
|
William Schaefer
|
b559ca70b8
|
2198 simplified names of runIngestModuleWizard classes
|
2017-02-02 18:30:28 -05:00 |
|
William Schaefer
|
a1f8fd6130
|
2198 renames, comments, and general clean up of RunIngestModulesWizard
|
2017-02-02 18:24:48 -05:00 |
|
William Schaefer
|
998a0399bc
|
2198 Last profile used now saved, profile descriptions now visible
|
2017-02-02 18:24:03 -05:00 |
|
William Schaefer
|
6fbe9202ff
|
2198 - moved RunIngestModulesAction to a non exposed package so it can be public
|
2017-02-02 13:07:46 -05:00 |
|
William Schaefer
|
b3d3d63ae7
|
2198 Removed now obsolete RunIngestModulesDialog class
|
2017-02-02 12:22:13 -05:00 |
|
William Schaefer
|
130050646e
|
2198-RunIngestModulesAction now used in place of RunIngestModulesDialog
|
2017-02-02 11:38:27 -05:00 |
|
William Schaefer
|
04dabbe23b
|
2198 - Loads and uses profile currently
|
2017-02-01 17:18:24 -05:00 |
|
William Schaefer
|
751f717359
|
resolve conflict with merge from main
|
2017-02-01 17:01:52 -05:00 |
|
William Schaefer
|
d974369b62
|
merged in remaining stashed changed
|
2017-02-01 15:42:21 -05:00 |
|
William Schaefer
|
7c88dca3e9
|
Merge from stashed changes
|
2017-02-01 15:40:14 -05:00 |
|
William Schaefer
|
eae04f4474
|
merge from FilterBugFix Branch resolution
|
2017-02-01 15:35:26 -05:00 |
|
Brian Carrier
|
3cb4a19b2f
|
Dedupe files in the export file action
|
2017-02-01 15:17:54 -05:00 |
|
William Schaefer
|
124eeffb4e
|
Fixed count of files for mime tree when slack files hidden
|
2017-02-01 14:42:38 -05:00 |
|
William Schaefer
|
f29a0ee154
|
mime type tree now able display the existing slack file nodes
|
2017-02-01 13:56:59 -05:00 |
|
William Schaefer
|
8140486b9d
|
Modified FilesSet rules to use same isFile() comparrison as sleuthkit
|
2017-01-31 18:07:11 -05:00 |
|
William Schaefer
|
725f0905a8
|
1903 re-implementation of isFile() check before checking membership
|
2017-01-31 15:00:56 -05:00 |
|
William Schaefer
|
816725a70b
|
typo with message text
|
2017-01-31 11:28:06 -05:00 |
|
William Schaefer
|
a6f0766c0a
|
1903 Fixed bug with top level components not being filtered
|
2017-01-31 11:21:01 -05:00 |
|
William Schaefer
|
aad6983e75
|
Minor formatting fix for FilesSetRulePanel.java
|
2017-01-30 17:59:28 -05:00 |
|
William Schaefer
|
d7eab852ed
|
1903 - Bug fix for file Ingest Filters
|
2017-01-30 17:43:07 -05:00 |
|
William Schaefer
|
8cf28905d9
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2198-RunIngestModuleWizard
|
2017-01-30 10:13:30 -05:00 |
|
stiefel40k
|
b837959266
|
fix copy-paste error
fix copy-paste error at setting setting the createdChecked variable
|
2017-01-28 13:37:02 +01:00 |
|
William Schaefer
|
c76f4a7887
|
2198-Run ingest module wizard added but not connected to profiles
|
2017-01-25 15:33:36 -05:00 |
|
William Schaefer
|
473b7dc17a
|
2197 - hiding history button when creating profile as per design doc
|
2017-01-24 11:33:05 -05:00 |
|
William Schaefer
|
82a921e27f
|
2197-changed config profile directory name to match design document
|
2017-01-24 10:56:25 -05:00 |
|
William Schaefer
|
96fb0438c7
|
2197 added duplicate profile name detection
|
2017-01-23 16:45:48 -05:00 |
|
William Schaefer
|
a818e0be7a
|
2197 documentation fixes
|
2017-01-23 15:37:18 -05:00 |
|
William Schaefer
|
00e52bd873
|
2197 removed saving from cancel method of ingest options panel
|
2017-01-23 12:21:23 -05:00 |
|
William Schaefer
|
80c85daef8
|
2197-buttons should no longer re-enable before ingest finishes
|
2017-01-23 12:00:49 -05:00 |
|
William Schaefer
|
57ef8159d9
|
2197-enable/disable buttons on file ingest filter tab
|
2017-01-23 11:22:56 -05:00 |
|
William Schaefer
|
5afe85aaa5
|
2197-bug fix for when ingest settings tab wasn't last selected
|
2017-01-23 11:18:17 -05:00 |
|
William Schaefer
|
df361b5e53
|
2197 - remaining text changed to @Messages, disabling during ingest added
|
2017-01-23 10:48:07 -05:00 |
|
William Schaefer
|
25eb6b44d9
|
2197 checking to ensure profiles are named now
|
2017-01-20 17:31:21 -05:00 |
|
William Schaefer
|
4489e48640
|
2197 allow Filter name box to auto-resize
|
2017-01-20 16:52:20 -05:00 |
|