1174 Commits

Author SHA1 Message Date
Brian Carrier
aa9d41e1d3 Fixed bug that made regexp checkbox always disabled. Fixed bug that caused remove keyword to always be enabled. 2014-09-26 17:08:22 -04:00
Richard Cordovano
0b60ada1bd Remove commented out code in XmlKeywordSearchList.java 2014-09-26 12:19:34 -04:00
Richard Cordovano
9817a2f9a6 Rework initial API of new keyword lists manager class, part 2 2014-09-26 11:52:30 -04:00
Richard Cordovano
c50076b420 Rework initial API of new keyword lists manager class 2014-09-26 11:47:10 -04:00
Richard Cordovano
1249ab8376 Create keyword lists manager to establish an appropriate public interface 2014-09-26 10:20:45 -04:00
Richard Cordovano
8c006ed4b4 Make XmlKeywordSearchList pubic to allow NBM classes to be property change listeners 2014-09-25 17:14:01 -04:00
Richard Cordovano
80ed8b7f82 Merge pull request #896 from esaunders/jpeg_indexing
Index metadata extracted by Tika even if the file format contains no use...
2014-09-25 13:33:02 -04:00
Eamonn Saunders
6f6b7ee51f Index metadata extracted by Tika even if the file format contains no useful content (e.g. jpeg files). 2014-09-25 13:02:38 -04:00
Richard Cordovano
de76c4946e Improve deserialization of older versions of hash lookup and keyword search settings 2014-09-24 15:57:15 -04:00
Richard Cordovano
b35cb32290 Add javadocs Comments to KeywordSearchJobSettings.java 2014-09-24 15:52:46 -04:00
Richard Cordovano
c42e7bcf97 Remove unneeded code in KeywordSearchJobSettings 2014-09-24 15:40:53 -04:00
Richard Cordovano
5aff0e07f8 Make new keyword lists enabled by default in all contexts 2014-09-24 15:37:43 -04:00
Brian Carrier
b067d02736 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-09-23 17:17:48 -04:00
Brian Carrier
e5ecfc5ab3 exposed method to detect file type, keyword search uses existing blackboard type or utility method. Fixes bug whereby open office documents did not have text extracted. 2014-09-23 17:05:44 -04:00
Karl Mortensen
ed53e0d5e1 Add dependency to KeywordSearch 2014-09-23 12:25:08 -04:00
Brian Carrier
7fc9eba784 updated to use getDataSource versus getImage, removed unneeded Image methods from case, renamed getRootObjects to getDataSources. Fixed keyword search bug that did not work on local files 2014-08-14 18:48:33 -07:00
Brian Carrier
c21ee90758 fixed bug so that ingest messages are enabled by default on new lists 2014-08-13 12:55:56 -07:00
Richard Cordovano
30f305d40d Fix IngestManager cancellation of all jobs, KeywordSearch.Ingest bug 2014-07-17 15:28:48 -04:00
Brian Carrier
e5026a108b Changed uses of Java loggger to Autopsy logger 2014-07-10 17:13:40 -04:00
Brian Carrier
85548bd89b Updated version numbers for 3.1.0 2014-07-09 12:10:09 -04:00
Nick Davis
2a2b8ba847 Re-added newlines to strings in properties files. 2014-07-02 21:10:39 -04:00
Nick Davis
b1675044bd Fixed chars displayed as squares font issue. 2014-06-16 17:29:49 -04:00
Nick Davis
300b9b8307 Cleaned up font fix changes. 2014-06-16 14:56:53 -04:00
Nick Davis
352f6c9e6c Cleaned up font fix changes. 2014-06-16 14:21:11 -04:00
Nick Davis
5d5f47f550 Removed hard coded font name definitions. 2014-06-14 12:50:55 -04:00
Nick Davis
4d63859ac5 Removed unused strings from bundle. 2014-06-13 15:55:49 -04:00
Nick Davis
4e8e7fa3dd Tagged hard coded strings with \\NON-NLS 2014-05-29 14:28:50 -04:00
Brian Carrier
e237f8390e Fixed bug that caused duplicate keyword hit entries to exist 2014-05-28 17:42:08 -04:00
Brian Carrier
7e61cdb1ac fixed renaming issue in layer.xml 2014-05-27 16:35:52 -04:00
Brian Carrier
1cf18724db refactoring of keyword search markup classes 2014-05-27 14:44:16 -04:00
Brian Carrier
ac6c6da3e3 Fixed bug that caused null pointer exception when displaying keyword hits. Other minor refactoring 2014-05-27 14:20:05 -04:00
Richard Cordovano
14ffe64459 Merge pull request #735 from alexjacks92/japaneseUI
UI changes to fit Japanese translations better
2014-05-23 08:58:34 -04:00
Brian Carrier
f92f34c968 Fixed bug where list names could be added as empty string and refactored to better integrate list names. Lots of renamig too. 2014-05-22 23:58:01 -04:00
alexjacks92
89c563d462 First pass at adjusting UI to fit japanese translations better. 2014-05-22 15:05:28 -04:00
Brian Carrier
0054a51a0d Merge remote-tracking branch 'origin/develop' into SynapticNulship-keyword-refactor 2014-05-20 08:21:06 -04:00
Richard Cordovano
98d79f2d80 Fix string/NbBundle interaction 2014-05-19 18:06:39 -04:00
Richard Cordovano
99fd68b1c5 Change data source ingest behavior 2014-05-15 15:39:42 -04:00
Richard Cordovano
386365d200 Merge pull request #717 from rcordovano/ingest_event_enum_split
Ingest event enum split
2014-05-13 14:37:41 -04:00
Richard Cordovano
e12260c8fe Split IngestEvent enum into two enums 2014-05-13 14:30:53 -04:00
Brian Carrier
e2ff14d98d Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-05-13 13:46:55 -04:00
Richard Cordovano
89c43d88a1 Change serialization version number implementation 2014-05-13 13:41:04 -04:00
Brian Carrier
1b282468aa do not always print Tika supported types to log 2014-05-13 12:53:16 -04:00
Richard Cordovano
2708079f82 Convert string buffer from instance to locla variable in AbstractFileStringExtract 2014-05-08 11:24:26 -04:00
Richard Cordovano
f8419c56e5 Add non-validating load doc method to XSDUtil 2014-05-07 16:09:58 -04:00
Richard Cordovano
d6c2d572a7 Merge branch 'keyword-refactor' of https://github.com/SynapticNulship/autopsy into SynapticNulship-keyword-refactor 2014-05-02 16:02:49 -04:00
Richard Cordovano
a77d566a82 Preserve intermediate state of improved ingest framework 2014-05-01 09:41:01 -04:00
Samuel H. Kenyon
4c0f26b324 updated the use of fullHitInfo flag and list names used in KeywordSearchResultFactory, which in turn corrects how results show up in the GUI browser 2014-04-30 15:02:43 -04:00
Samuel H. Kenyon
f100a31656 trivial rearranging 2014-04-30 14:52:03 -04:00
Samuel H. Kenyon
ba4a606efb separate flag for whether Keyword.getQuery() vs. Keyword.toString() 2014-04-29 18:29:43 -04:00
Samuel H. Kenyon
766ded2d75 SearchRunner now also uses writeAllHitsToBlackBoard() 2014-04-29 18:12:18 -04:00