2964 Commits

Author SHA1 Message Date
William Schaefer
0a4cba4498 5118 resolve merge conflicts 2019-08-28 10:53:59 -04:00
Akira Ueda
6491c0fe52 Japanese search feature 2019-08-26 18:57:01 +09:00
Ethan Roseman
985fa5d996 Merge branch 'develop' into better-encoding-detection 2019-08-22 14:47:45 -04:00
Brian Carrier
09fdfc91e4 Better document which fields are used 2019-08-16 19:22:47 -04:00
Ethan Roseman
5d46793d45 cleanup 2019-08-14 17:32:35 -04:00
Ethan Roseman
d7be9790af Improvements, cleanup 2019-08-14 16:59:57 -04:00
Ethan Roseman
89796fbf50 Cleanup, using decodetect from maven central 2019-08-13 15:27:17 -04:00
Mark McKinnon
1b16ffa54b Update from merge of 2409
Update code from merge of 2409
2019-08-13 11:17:57 -04:00
Mark McKinnon
387eedc7a5 Merge branch '2409-case-database-data-src-delete' into 2410-delete-data-sources-from-the-case-text-index 2019-08-13 11:17:29 -04:00
Ethan Roseman
042f15495f First pass 2019-08-12 16:59:26 -04:00
Richard Cordovano
5b80cae771 Implement backwards compatible fix for closeable case services 2019-08-12 16:39:03 -04:00
Richard Cordovano
43141fcefd Merge branch 'develop-merg' of https://github.com/kellykelly3/autopsy into kellykelly3-develop-merg 2019-08-07 17:33:11 -04:00
Richard Cordovano
42006216e4
Merge pull request #5076 from wschaeferB/5344-KeywordSearchToolTip
5344 reword keyword search tool tip
2019-08-05 18:10:45 -04:00
Richard Cordovano
b630371511
Merge pull request #5095 from sleuthkit/release-4.12.0
Merge release 4.12.0 into develop
2019-08-02 13:03:29 -04:00
Kelly Kelly
3a4e04b879 Merge branch 'timeline-event-mgr-2' into develop-merg 2019-08-02 09:49:48 -04:00
Richard Cordovano
6474fdcb66 Update NBM versioning for release 4.12.0 2019-07-31 15:18:56 -04:00
Kelly Kelly
7ddf9fe071 merged in develop to timeline-event-mgr-2 2019-07-31 13:36:33 -04:00
William Schaefer
e1e468884b 5118 clean up imports and copyright dates 2019-07-30 11:57:01 -04:00
William Schaefer
dcdc16e57f 5118 eliminate sout calls which are not required 2019-07-29 17:21:49 -04:00
William Schaefer
d6b01d19ac 5344 reword keyword search tool tip 2019-07-29 15:39:04 -04:00
U-BASIS\dsmyda
d81d91285c Reduced the severity of the Solr message 2019-07-29 14:13:46 -04:00
esaunders
b8f4d16908 Attempt to communicate with local Solr server after launch, waiting up to 30 seconds on startup to give it time to initialize. 2019-07-16 15:05:26 -04:00
Mark McKinnon
8399104963 Update Server.java
Fix spelling error in comment and remove long conversion in msg.
2019-07-15 20:34:23 -04:00
Mark McKinnon
2af2d50f10 Update RegexQuery.java
Change so it removes infinite loop with [A-Z]* regex KWS.
2019-07-12 09:22:22 -04:00
Brian Carrier
ab46c585ba copied files from timeline-event-mgr. Mostly formatting. Couple of bug fixes 2019-07-11 13:02:56 -04:00
Kelly Kelly
e2a1e94614 Changes after reviewing PR 4048 2019-07-10 16:01:41 -04:00
Raman
cb0d58ee43 5108: NPE in LuceneQuery.postKeywordHitToBlackboard 2019-06-11 15:34:50 -04:00
Richard Cordovano
2e96f870d0
Merge pull request #4854 from kellykelly3/1258-gui-layout-cleanup
1258 Resize the right side of CVT window
2019-06-11 10:25:53 -04:00
Kelly Kelly
30d5b61f9c Further refinement of the layouts of the cvt 2019-06-07 16:12:51 -04:00
Ann Priestman
ff9a26a447 Adding export CSV action 2019-06-04 12:38:39 -04:00
Mark McKinnon
e7e82db60a Add commit to solr deletion
Add commit to solr image id deletion
2019-05-22 13:46:18 -04:00
Mark McKinnon
a53ae96598 Fix possible NPE
Fix possible NPE if content was null.  Skip statement and continue.
2019-05-22 13:45:27 -04:00
Mark McKinnon
257cb46125 Initial code for deleting a data source from SOLR
This is the initial code for deleting a data source id from SOLR.
2019-05-21 16:08:02 -04:00
Richard Cordovano
ab0dc3d4e3
Merge pull request #4784 from jkho/5010-Make-Logical-Imager-DSP-stub-with-config-panel
5010 make logical imager dsp stub with config panel
2019-05-15 09:22:24 -04:00
Richard Cordovano
dcf1c81fe9
Merge pull request #4781 from dannysmyda/4991-TextExtractor-Metadata-API
4991 text extractor metadata api
2019-05-10 12:34:36 -04:00
Joe Ho
1fec260fb5
Merge branch 'develop' into 5010-Make-Logical-Imager-DSP-stub-with-config-panel 2019-05-08 19:55:26 -04:00
Richard Cordovano
d05a8e1440
Merge pull request #4752 from wschaeferB/4978-TextContentViewer
4978 text content viewer
2019-05-07 12:19:36 -04:00
U-BASIS\dsmyda
872a016f30 Made the 'METADATA' text in Solr a Bundle message so that it has the flexibility of being translated 2019-05-07 09:42:05 -04:00
U-BASIS\dsmyda
bf104a9864 Comment fixes, updated file header 2019-05-07 09:15:14 -04:00
U-BASIS\dsmyda
7669590455 Cleaned up code and added comments 2019-05-07 09:06:53 -04:00
U-BASIS\dsmyda
44371c748b First round draft of new API 2019-05-06 22:53:25 -04:00
U-BASIS\dsmyda
5988b31063 Initial layout of the new API 2019-05-06 11:39:53 -04:00
Joe Ho
2c90521a1c Debugging code LogicalImagerDSProcessor class not found 2019-05-03 11:11:28 -04:00
U-BASIS\dsmyda
ee90958509 Removed sources and javadoc off class path 2019-05-01 10:00:43 -04:00
U-BASIS\dsmyda
055db7b6a2 Excluded javadocs from Ivy 2019-05-01 09:54:31 -04:00
esaunders
3d7fc23304
Merge branch 'develop' into Fix-Desync-Between-KWS-Props-and-XML 2019-04-30 18:05:42 -04:00
U-BASIS\dsmyda
f0fb45cc51 Removed references that netbeans failed to clean up 2019-04-30 17:48:59 -04:00
U-BASIS\dsmyda
a56c5c116a Fixed old references hanging around from bad merge in Tika 1.20 branch 2019-04-30 17:42:59 -04:00
U-BASIS\dsmyda
c1ab782cbc Readded override statement that was lost in Tika 1.20 upgrade 2019-04-30 16:45:47 -04:00
Richard Cordovano
bcb5987430
Revert "4972 - Remove Javadocs from release" 2019-04-30 16:35:26 -04:00