Commit Graph
3330 Commits
Author SHA1 Message Date
Tim McIver 8396bd8521 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-04-02 17:23:51 -04:00
Tim McIver 0533655d80 Removed dependency of MediaViewVideoPanel.captureFrames
method on 'currentImage' member variable removing any
concurrency issues involving that member variable.
2013-04-02 16:44:25 -04:00
adam-m a82beb01d0 fix auto-expand of new keyword search results nodes 2013-04-02 09:55:22 -04:00
adam-m 4f2ad6c24c Add support to get viewers from data result top component 2013-04-02 09:49:24 -04:00
Tim McIver 469b62e669 Fixed bug that was causing a file/result to be tagged even after
the user cancels the tag creation dialog. This only happened after
the user had previously created a tag.
2013-04-01 13:50:12 -04:00
Tim McIver c6f97f6f96 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-29 17:22:09 -04:00
Tim McIver 386ac703b6 Many changes in support of AUT-776 (Tag creation improvements). 2013-03-29 17:21:41 -04:00
adam-m cfa895fcd8 update legacy commons-lang2 from 2.4 to 2.6 2013-03-29 12:28:52 -04:00
adam-m 1f13c8da3a upgrade commons-lang to 3. Keep 2 for other 3rd party modules that depend on it at runtime (there is no collision with 2 and 3)
Update EscapeUtil wrapper to use version 3.
2013-03-29 12:22:27 -04:00
adam-m 0d8e56a7e9 make tika extractor skip x-msdownload, in lieu of strings extraction 2013-03-29 11:21:22 -04:00
adam-m 9bffd1dc32 news for current dev 2013-03-28 16:36:13 -04:00
adam-m 8e2bcdfae0 limit the scope of mutext when getting IngestManager singleton instance 2013-03-28 12:38:27 -04:00
adam-m ab39110253 Add a Text View message if file is has no extracted text in the index.
Add more info if file is known and the current settings tell it to skip known files.
2013-03-28 11:23:03 -04:00
adam-m a3545379ea update string viewer tooltip (to ASCII and Unicode) 2013-03-28 10:57:38 -04:00
adam-m 79519a46d8 keyword search: kill old Solr server using sigar.kill if we cannot stop if gracefully when autopsy starts, before starting a new solr instance 2013-03-28 10:36:46 -04:00
adam-m bb770ea958 add core method to query multiple pids matching a query 2013-03-28 09:47:16 -04:00
adam-m 6f8e8a0e10 update readme 2013-03-27 20:01:33 -04:00
adam-m e1742c3215 add util method for getting a java process pid and killing a process by pid 2013-03-27 19:58:24 -04:00
adam-m a683aafe89 better user message if keyword search ingest can't run due to solr start error 2013-03-27 13:04:30 -04:00
adam-m 64f4a8edc4 improve synchronization when opening ingest messages top component autopsy-3.0.5 2013-03-27 12:34:36 -04:00
adam-m 34a4b73776 Enable new ingest modules by default (track of disabled modules rather than enabled modules) 2013-03-27 11:15:02 -04:00
adam-m 50f5a1b39c update news 2013-03-27 10:59:05 -04:00
adam-m f5e69fe373 better message when large number of match in file search. Using baloon msg. Increased the trigger from 1k to 10k matches. 2013-03-27 10:26:13 -04:00
Brian Carrier 27c06a2848 Reorganized keyword search module a bit 2013-03-26 14:32:22 -04:00
adam cbc14e3451 Merge pull request #173 from tmciver-basis/master
Comment out line in build.xml that deletes autopsy.zip
2013-03-26 09:24:36 -07:00
Tim McIver 47b524cc2b Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-26 12:10:43 -04:00
Tim McIver ec66dbd6a7 Commented out line that deletes autopsy.zip in build-zip Ant
target in build.xml.
2013-03-26 12:09:34 -04:00
adam-m d34c963644 refine tika formats, send to tika file formats only it claims to support, minus archives.
Otherwise, it could result in tika returning no text for some unsupported files, and skipping string extraction.
2013-03-26 11:50:41 -04:00
adam-m 069c239d01 relax string extraction supported formats to be everything other than archives 2013-03-26 11:14:14 -04:00
adam-m 4027fa949b Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-25 22:53:26 -04:00
adam 1edfb47c2d Merge pull request #172 from tmciver-basis/master
Ingest message box changes for Jira AUT-713
2013-03-25 14:06:32 -07:00
Tim McIver f0cb03b717 Fixed issue that was giving the wrong color to rows in the ingest
message box. Changed height and width of inges message box window.
2013-03-25 16:51:18 -04:00
Tim McIver e22ed9e80e Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-25 15:27:49 -04:00
Tim McIver ecd2f1605f Fixed bug causing the number of new messages displayed by the
ingest inbox icon to be wrong.
2013-03-25 15:22:18 -04:00
adam-m e38489d82c fix enable timeline action only if fx enabled and case open 2013-03-25 12:22:03 -04:00
adam-m 8329c18625 Cleanly handle the case where javafx is not installed and components that depend on it at runtime (timeline, image viewer) cannot initialize 2013-03-25 11:16:40 -04:00
Adam 48f0ccefb5 better log exception from javafx init 2013-03-25 10:46:46 -04:00
adam-m f743dd138a update news 2013-03-25 10:24:51 -04:00
adam-m fd9c7bfba6 video viewer: align progress label better 2013-03-25 10:23:40 -04:00
adam-m e8aae2c1a7 update comments 2013-03-25 10:16:53 -04:00
adam-m 0e9d25767e exif module: also send event at the end of all files 2013-03-25 10:00:52 -04:00
adam-m 7688a4f1df Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-25 09:46:06 -04:00
adam-m 80ff3c7582 change base case dir dialog from save to select 2013-03-25 09:42:28 -04:00
adam-m 99a56adc92 exif module: send new data event more sparsely to reduce number of dir tree refreshes (temp workaround) 2013-03-25 09:35:51 -04:00
adam-m 5347c375f0 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-23 19:14:11 -04:00
adam-m cea08ec24e search query analyzer: send new data event once at end of ingest, not for every result (minimize tree refresh) 2013-03-23 19:13:50 -04:00
adam d4f74de014 Update BUILDING.txt 2013-03-23 19:30:18 -03:00
Tim McIver fccb4cd1b5 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-03-22 15:54:18 -04:00
Tim McIver 8bd585b909 Added code to propagate changes to MessageTableModel to the
IngestMessagePanel which then propagates this change to listeners
via its PropertyChangeSupport member.  There is one problem: at
the end of the RecentActivity ingest the message inbox icon shows
two new messages when there should be only one.
2013-03-22 15:54:02 -04:00
adam-m 7375c9283c Fix "View in New Window" action after the recent fix with duplicate content viewers 2013-03-22 15:46:21 -04:00