adam-m
26556ef840
disable dragging on the ov outline
2012-12-27 15:24:03 -05:00
adam-m
3c1ae6a5c5
disable drag and drop actions on result table viewer
2012-12-27 15:06:36 -05:00
adam-m
798c7eaffe
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-12-27 13:51:31 -05:00
adam-m
e2c8b91dc3
Keyword search - bypass Tika extract handler entirely, do not prepend BOM (used as workaround to bypass Tika), use /update UpdateRequestHandler.
...
Does not use streaming for now, converts the stream to SolrInputDocument with content String set, before it is indexed.
2012-12-27 13:51:08 -05:00
adam-m
ae8ef4af8f
Add method to get ISO8601 compatible content date format
2012-12-27 13:37:58 -05:00
adam-m
5e0912f6bc
Solr 4.0.0 config and schema updates: keep 3.6 behavior for now for better comparison
...
Do not use NRT caching - possibly causing heap issues in Solr, keep 3.6 default.
2012-12-27 13:23:25 -05:00
adam
f04a6d076b
Merge pull request #122 from tmciver-basis/master
...
Video player related fixes
2012-12-27 09:45:11 -08:00
Tim McIver
b5954e1fe0
Added code to better determine when video had finished playing. This was
...
needed as some videos' reported time elapsed never became equal to their
reported duration causing the play loop to not exit once the video had
finished playing.
2012-12-26 12:33:41 -05:00
adam-m
d752701a4b
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-12-26 10:36:54 -05:00
adam
1969fc2ebe
Merge pull request #121 from Devin148/master
...
Ground-up Report Remake
2012-12-26 06:50:50 -08:00
adam-m
f003297fb1
Solr config updates
2012-12-21 17:40:04 -05:00
Tim McIver
b00f4a798a
Disable slider before play button is pressed. Was previously causing a
...
problem when slider was clicked before video played.
2012-12-21 17:32:54 -05:00
adam-m
648f25d8a6
fix solr4.0.0 deprecation
2012-12-21 17:31:43 -05:00
adam-m
e5bba26a07
update HL_ANALYZE_CHARS_UNLIMITED to more compliant
2012-12-21 17:26:19 -05:00
Tim McIver
60d33b1dca
Updated DataContentViewerMedia so that elapsed time and total duration
...
display correctly. Changed code to us a format string rather than build up
the string with complicated logic.
2012-12-21 16:44:06 -05:00
adam-m
7493eaac55
log header on tika exception also to main logger
2012-12-21 16:24:45 -05:00
adam-m
f836acc039
better log message when tika read error
2012-12-21 16:23:06 -05:00
adam-m
f18af79f2e
Fix priorities in scheduler so that all virtual dirs and files are LAST
2012-12-21 15:00:49 -05:00
adam-m
e50e247557
initial SOlr and Tika upgrade to 4.0.0 / 1.2: updated build, packages and module deps, API changes, initial configuration changes, update to using new handlers, bumped LUCENE version frm 36 to 40
2012-12-21 14:16:01 -05:00
Devin148
831e893830
Merge branch 'Reporting'
2012-12-21 13:58:32 -05:00
Devin148
5610bfe860
Update NEWS
2012-12-21 13:58:22 -05:00
Devin148
29450091c6
Update documentation for creating a report module
2012-12-21 13:58:08 -05:00
Devin148
7d85c833e9
Remake reporting UI and functionality
...
- Add TableReportModule and GeneralReportModule
- Allow a custom configuration panel for reports
- Add cancelation support per-report
- Reduce memory usage through one iteration for TableReportModules
- Add reporting on tagged results
- Optimize artifact sorting
2012-12-21 13:57:25 -05:00
Devin148
246341e6f9
Change Tag name finding to custom query for performance
2012-12-21 12:41:27 -05:00
adam
f437076535
Merge pull request #120 from 0xNF/master
...
unalloc checks for invalid folders and prevents users from extracting to them.
2012-12-21 09:17:11 -08:00
0xNF
347f4afb32
Unalloc checks for invalid folders.
...
Should no longer be able to get itself into an uncancellable state.
2012-12-21 09:40:07 -05:00
Devin148
b262d25939
Merge https://github.com/sleuthkit/autopsy into Reporting
2012-12-20 14:42:31 -05:00
adam
f5e6ec64f4
Merge pull request #119 from tmciver-basis/master
...
Changes to DataContentViewerMedia for thread issues
2012-12-20 11:27:55 -08:00
Tim McIver
f76c9957d0
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-12-20 13:13:19 -05:00
adam-m
6ee69fc881
RA: fix chrome null ptr exception when extracting bookmarks
2012-12-20 11:14:12 -05:00
adam-m
6b25b4c34b
update RCP version for consistency (likely obsolete here)
2012-12-19 17:57:26 -05:00
Tim McIver
adae62df4a
Updated DataContentViewerMedia to use SwingWorker to do updates to progress
...
slider and duration label. Also added code to clear the duration label in
reset method so that duration of previous video does not remain when a new
video is selected.
2012-12-19 14:58:39 -05:00
adam-m
7da7863727
do not give medium priority if non-fs file type
2012-12-18 17:04:28 -05:00
adam-m
0b2b8b7849
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-12-18 17:00:44 -05:00
adam-m
f813771727
update rcp version
2012-12-18 16:54:26 -05:00
Brian Carrier
7a88c67c64
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-12-18 16:45:22 -05:00
Brian Carrier
baaf8cbec9
Updated log message to record each file and added last priority status for non-file files
2012-12-18 16:45:16 -05:00
Devin148
ce0e1af724
Merge https://github.com/sleuthkit/autopsy into Reporting
2012-12-18 15:14:47 -05:00
adam-m
e5359540a6
Merge branch 'master' of https://github.com/Devin148/autopsy
2012-12-18 14:42:03 -05:00
adam-m
5b4b417be0
Merge branch 'master' of https://github.com/0xNF/autopsy
2012-12-18 14:41:33 -05:00
Tim McIver
a2664b3348
Deleted DataContentViewerPicture.[java|form] that is no longer needed.
2012-12-18 14:18:04 -05:00
Tim McIver
7473024d23
Updated code in method DataContentTopComponent.setupTabs() to remove logic
...
that changed to the tab with the highest priority. Now, the tab selected by
the user does not change when nodes are selected. This change is in
support of Github issue #99 : https://github.com/sleuthkit/autopsy/issues/99
2012-12-18 14:06:58 -05:00
Brian Carrier
92fe791616
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-12-17 17:09:08 -05:00
Brian Carrier
8a2f329fd2
Made hash db messages have error or warning in front of them to draw more attention
2012-12-17 17:08:53 -05:00
Brian Carrier
33c9f89408
Merge pull request #117 from tmciver-basis/master
...
More updates in support of AUT-669
2012-12-17 06:21:17 -08:00
Tim McIver
f100a40f4f
Updated the HTMLEditorKit used by JTextPane in ExtractedContentPanel so
...
that strings of characters that are too long to fit into the view port are
properly wrapped. These changes satisfy the requirements of AUT-698.
2012-12-14 15:08:41 -05:00
Tim McIver
c932cbbbc5
Updated code to reflect changes in DataModel.
2012-12-12 17:49:56 -05:00
0xNF
34ea07dccb
File writing only writes as many bytes as were read.
2012-12-11 17:26:35 -05:00
Tim McIver
d82fc6bb3a
Updated code to reflect removal of method FsContent.getMetaFlagsInt().
2012-12-11 14:48:45 -05:00
0xNF
fa0409b5ab
Removed unneccessary print statements
2012-12-11 11:10:39 -05:00