William Schaefer
|
b407e7d93c
|
2197 - removed FileIngestFilterDefsOptionsPanelController
|
2017-01-20 12:43:28 -05:00 |
|
William Schaefer
|
60afdd5de1
|
Merge branch '1903-IngestSetFilter' of https://github.com/wschaeferB/autopsy into 2197-ProfileOptionsPanel
|
2017-01-20 12:36:15 -05:00 |
|
William Schaefer
|
c09ebd99aa
|
1903 renamed FilesSetsSerializable to FileSetsDefinitions, added read write methods to it
|
2017-01-20 12:32:04 -05:00 |
|
William Schaefer
|
e904dd5dad
|
2197 - merged in updated changes from 1903 for file ingest filters
|
2017-01-20 10:52:25 -05:00 |
|
William Schaefer
|
1d82336c81
|
1903 added class for serializing filesSets other than interesting ones
|
2017-01-20 10:49:17 -05:00 |
|
millmanorama
|
363b5c2cce
|
comments and some minor refactoring
|
2017-01-20 14:17:34 +01:00 |
|
millmanorama
|
d490dfc44b
|
fix window overlapping
|
2017-01-20 13:59:55 +01:00 |
|
millmanorama
|
851c0721ed
|
correct size calculations
|
2017-01-20 13:59:54 +01:00 |
|
millmanorama
|
23afb4515e
|
refactor exception handling of Chunker
|
2017-01-20 13:59:31 +01:00 |
|
millmanorama
|
506a3037a4
|
finish PushbackReader implementation of Chunker, introduce TextExtractorException
|
2017-01-20 13:59:26 +01:00 |
|
jmillman
|
104cbd4dc4
|
restore space in "Keyword Search"
|
2017-01-20 13:59:24 +01:00 |
|
millmanorama
|
0a7af485f2
|
return instead of just break to stop infinite loop
|
2017-01-20 13:59:22 +01:00 |
|
millmanorama
|
76797f3c8a
|
move Chunker to its own file; replace BufferedReader with PushbackReader
|
2017-01-20 13:59:20 +01:00 |
|
William Schaefer
|
d745830415
|
1903 surpress warning from unchecked cast of FilesSets map
|
2017-01-19 19:34:20 -05:00 |
|
William Schaefer
|
4c3d050b9b
|
1903 removed class to serialize FileIngestFilters when back to raw map
|
2017-01-19 19:33:01 -05:00 |
|
William Schaefer
|
89fff3813a
|
1903 added wrapper for serialization of FileIngestFilters to avoid unchecked casting warning
|
2017-01-19 19:17:54 -05:00 |
|
William Schaefer
|
9530b7978a
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1903-IngestSetFilter
|
2017-01-19 19:05:39 -05:00 |
|
William Schaefer
|
773f5c2549
|
1903 removed some unused imports
|
2017-01-19 19:03:56 -05:00 |
|
William Schaefer
|
0753f545db
|
1903 - removed notes to self
|
2017-01-19 18:38:38 -05:00 |
|
William Schaefer
|
7e4e459d75
|
1903-FileSetXML functionality moved to InterestingItemsFilesSetSettings, FileIngestFilters serialized as map
|
2017-01-19 18:20:41 -05:00 |
|
Richard Cordovano
|
836413f781
|
Merge pull request #2471 from esaunders/snippet_fix
Snippet fix
|
2017-01-19 17:36:37 -05:00 |
|
William Schaefer
|
ca7e1b2e49
|
1903 returned InterestingItemsFilesSetSettings to its necessary form
|
2017-01-19 17:28:30 -05:00 |
|
esaunders
|
d4a4542d04
|
Modified filterResults() to return the hits for the lowest chunk associated with an object, assuming we haven't seen a hit for the keyword in the object before.
|
2017-01-19 17:27:46 -05:00 |
|
esaunders
|
b1c0815c4f
|
Made KeywordHit implement Comparable so that lists of hits can be sorted.
|
2017-01-19 17:20:43 -05:00 |
|
esaunders
|
2217eb0f98
|
Removed getOneHitPerObject() since Searcher.filterResults() guarantees that we will get a single hit per object (for the lowest numbered chunk).
|
2017-01-19 17:20:02 -05:00 |
|
William Schaefer
|
b42759405e
|
1903-partial fix to FilesSetsManager, removed unneeded methods
|
2017-01-19 17:16:31 -05:00 |
|
William Schaefer
|
db3e4678d6
|
1903-Changes to FilesSet to to decouple from FileIngestFilter and fix name of ignoreUnallocated flag
|
2017-01-19 16:04:23 -05:00 |
|
William Schaefer
|
55d158e422
|
1903-Fixes to InjestJobSettingsPanel regarding file ingest filters
|
2017-01-19 14:30:53 -05:00 |
|
William Schaefer
|
b001d6bc36
|
1903 - fixes to IngestJobSettings, default filters moved to FilesSetsManager
|
2017-01-19 12:12:57 -05:00 |
|
William Schaefer
|
242aae597e
|
1903-fixed name issues with default filters
|
2017-01-19 11:18:50 -05:00 |
|
William Schaefer
|
916109e9b9
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1903-IngestSetFilter
|
2017-01-19 10:58:29 -05:00 |
|
William Schaefer
|
75dfeaeb28
|
2197-improved synchronization of file access when reading new .properties
|
2017-01-19 10:57:50 -05:00 |
|
Richard Cordovano
|
444a54ea5a
|
Merge pull request #2469 from esaunders/snippet_fix
Snippet fix
|
2017-01-18 23:33:59 -05:00 |
|
esaunders
|
fdf83c751e
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into snippet_fix
|
2017-01-18 17:37:01 -05:00 |
|
esaunders
|
4bf5988c40
|
Modified filterResults() to only return a a single hit per keyword per object where a hit for that keyword on that object has not been seen before.
|
2017-01-18 17:31:50 -05:00 |
|
Brian Carrier
|
4e3bbe644f
|
merged release
|
2017-01-18 16:13:53 -05:00 |
|
Brian Carrier
|
565ffc1663
|
Merge branch 'release-4.3.0'
|
2017-01-18 16:10:18 -05:00 |
|
Brian Carrier
|
4ebe724bc7
|
Merge branch 'release-4.3.0' of github.com:sleuthkit/autopsy into release-4.3.0
|
2017-01-18 16:08:50 -05:00 |
|
Brian Carrier
|
2717163d02
|
updated NEWS
|
2017-01-18 16:08:05 -05:00 |
|
William Schaefer
|
cc5347eccd
|
2197-Mostly working profile creating, editing, and deleting
|
2017-01-18 15:31:59 -05:00 |
|
esaunders
|
401ac636b9
|
Modified filterResults() to take entire document id into consideration when determining whether a hit has been seen before.
|
2017-01-17 21:34:44 -05:00 |
|
William Schaefer
|
f59b7a027c
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1903-IngestSetFilter
|
2017-01-13 13:18:12 -05:00 |
|
William Schaefer
|
24426eb219
|
1903 - key for Last File Ingest Filter changed to not contain spaces
|
2017-01-13 13:18:01 -05:00 |
|
Richard Cordovano
|
500b0188a9
|
Tidy up AutopsyOptionsPanel
|
2017-01-12 15:55:27 -05:00 |
|
William Schaefer
|
6bbd3c820b
|
2197 fixed bug with merge
|
2017-01-12 13:02:33 -05:00 |
|
William Schaefer
|
7c13d4941e
|
2197-resolved conflict with moving of processor settings
|
2017-01-12 12:48:27 -05:00 |
|
William Schaefer
|
8baf5e635c
|
2197-Profile tab refined
|
2017-01-12 12:37:28 -05:00 |
|
Richard Cordovano
|
9151b7cc5e
|
Clamp number of file ingest therads to 4
|
2017-01-12 12:15:06 -05:00 |
|
William Schaefer
|
574200ff3b
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1903-IngestSetFilter
|
2017-01-11 17:41:22 -05:00 |
|
William Schaefer
|
b2888507d3
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2197-ProfileOptionsPanel
|
2017-01-11 17:39:49 -05:00 |
|