Commit Graph
18776 Commits
Author SHA1 Message Date
Richard Cordovano 2c9344561b Merge pull request #3542 from rcordovano/3413-new-public-ingest-apis
Make FilesSet class public for testing, etc.
2018-03-13 16:40:51 -04:00
Richard Cordovano 6999b56ebc Make FilesSet class public for testing, etc. 2018-03-13 16:38:19 -04:00
Richard Cordovano 32a1772370 Merge pull request #3541 from rcordovano/3413-new-public-ingest-apis
Minor IDE hint resolution for FilesSet.java
2018-03-13 16:20:27 -04:00
Richard Cordovano 9796d3d276 Minor IDE hint resolution for FilesSet.java 2018-03-13 16:19:15 -04:00
Eugene Livis dac720c48f ServicesMonitor uses periodicTasksExecutor.scheduleWithFixedDelay with 15 min interval 2018-03-13 16:16:06 -04:00
U-BASIS\dgrove b01b197556 Simplified getIngestJobSettingsPanel(). 2018-03-13 14:36:43 -04:00
U-BASIS\dgrove 43187f2e1c Updated IngestEventsListener to track last CE module setting. 2018-03-13 14:05:21 -04:00
rishwanth1995 05af81c463 Merge branch 'gui_changes' into preinstall_script 2018-03-13 11:27:33 -04:00
rishwanth1995 e2a85e030e Merge branch 'release-4.6.0-linux-beta-1' of https://github.com/sleuthkit/autopsy into preinstall_script 2018-03-13 11:26:47 -04:00
U-BASIS\dgrove caf3d6ce0a Merge remote-tracking branch 'upstream/develop' into 3537_CorrelationEngineSettingsPanel 2018-03-13 10:33:15 -04:00
U-BASIS\dgrove 6397c0e936 Fixed merge issue regarding LOGGER variable. 2018-03-13 10:31:17 -04:00
rishwanth1995 739edc437e Merge branch 'gui_changes' into developorig7 2018-03-13 10:31:07 -04:00
rishwanth1995 b812a7981c central repository config dialog buttons does not disappear anymore 2018-03-13 10:28:55 -04:00
rishwanth1995 0efb49cb2a changed the build type to RELEASE 2018-03-12 17:59:21 -04:00
Brian Carrier 05bef8b8cd Update unix_setup.sh 2018-03-12 17:22:01 -04:00
Brian Carrier 75ff764e93 Merge pull request #3538 from sleuthkit/bcarrier-patch-1
Updated comments.
2018-03-12 17:01:51 -04:00
Brian Carrier baf04f327b Updated comments. 2018-03-12 16:58:38 -04:00
Brian Carrier b36912acd4 Merge pull request #3527 from rishwanth1995/preinstall_script
added setup script to copy the sleuthkit-jar to autopsy folder
2018-03-12 16:52:21 -04:00
U-BASIS\zhaohui 5087904d94 2229: Part 27 Remove unused imports and correct the log message. 2018-03-12 16:24:53 -04:00
U-BASIS\zhaohui 4cec521f8b 2229: Part 27: Add comments. 2018-03-12 16:13:17 -04:00
Richard Cordovano fafc9131d8 Merge pull request #3534 from millmanorama/942-tagged-status
942 tagged status
2018-03-12 16:13:09 -04:00
Richard Cordovano 7ae70957be Merge pull request #3528 from dgrove727/3563_ApplicationOptionsPanelScrollBars
3563 application options panel scroll bars
2018-03-12 16:12:27 -04:00
Richard Cordovano e93c5310ce Merge pull request #3523 from dgrove727/3575_PhotoRecCorruptedFilesSetting
3575 photo rec corrupted files setting
2018-03-12 16:11:53 -04:00
Richard Cordovano d99dc9c489 Disbaled publicMethodCommentRequirement rule 2018-03-12 16:03:19 -04:00
Richard Cordovano 36d4414389 Merge pull request #3536 from rcordovano/merge-error-fix
Fix compile error, improve error handling in SQLiteViewer.java
2018-03-12 14:15:49 -04:00
Richard Cordovano 8ffc128607 Fix compile error, improve error handling in SQLiteViewer.java 2018-03-12 14:13:57 -04:00
Richard Cordovano b0d35cf313 Fix compile error, improve error handling in SQLiteViewer.java 2018-03-12 14:10:01 -04:00
Richard Cordovano 89484c784a Merge pull request #3535 from rcordovano/merge-error-fix
Fix compile error for NoCurrentCaseException in VideoFile.java
2018-03-12 14:01:59 -04:00
Richard Cordovano fb551f01bc Fix compile error for NoCurrentCaseException in VideoFile.java 2018-03-12 14:00:57 -04:00
Richard Cordovano 1d92a70664 Fix compile error for NoCurrentCaseException in VideoFile.java 2018-03-12 13:59:05 -04:00
U-BASIS\dgrove 06e461890a Improved bundle message references. 2018-03-12 13:41:58 -04:00
Richard Cordovano d544ac07b3 Merge pull request #3531 from zhhl/2229-Part26UsegetOpenCaseInsteadOfg4etCurrentCase
2229 part 26 use getOpenCase() instead of getCurrentCase()
2018-03-12 12:43:09 -04:00
Richard Cordovano f7228b4919 Merge pull request #3529 from zhhl/2229-Part25UsegetOpenCaseInsteadOfgetCurrentCase
2229 Part 25 use getOpenCase() instead of getCurrentCase()
2018-03-12 12:42:54 -04:00
zhhl 7a5275f487 Merge branch 'develop' into 2229-Part26UsegetOpenCaseInsteadOfg4etCurrentCase 2018-03-12 10:55:46 -04:00
zhhl 4e2c422c92 Merge branch 'develop' into 2229-Part25UsegetOpenCaseInsteadOfgetCurrentCase 2018-03-12 10:55:01 -04:00
rishwanth1995 12acbd4ab4 replaced double brackets in if to supprot sh 2018-03-12 09:01:49 -04:00
millmanorama 53c3718e03 add Tags property to RelationshipNodes and AttachementNodes, enabling highlighting. 2018-03-12 13:08:50 +01:00
millmanorama d57985ac8c enable "View File in Directory" action for attachments 2018-03-12 13:05:58 +01:00
U-BASIS\zhaohui a3e1d37fff Merge remote-tracking branch 'upstream/develop' into 2229-Part26UsegetOpenCaseInsteadOfg4etCurrentCase 2018-03-09 18:40:25 -05:00
U-BASIS\zhaohui 43d949f2b4 Merge remote-tracking branch 'upstream/develop' into 2229-Part25UsegetOpenCaseInsteadOfgetCurrentCase 2018-03-09 18:26:10 -05:00
Richard Cordovano c985e09dc4 Merge pull request #3520 from zhhl/2229-Part24UsegetOpenCaseInsteadOfgetCurrentCase
2229 Part 24 use getOpenCase() instead of getCurrentCase()
2018-03-09 18:23:12 -05:00
Richard Cordovano ac08b73fc9 Merge pull request #3516 from zhhl/2229-Part23UsegetOpenCaseInsteadOfgetCurrentCase
2229 Part 23 use getOpenCase() instead of getCurrentCase()
2018-03-09 18:22:59 -05:00
Richard Cordovano c37b5284b7 Merge pull request #3514 from zhhl/2229-Part22UsegetOpenCaseInsteadOfgetCurrentCase
2229 Part 22 use getOpenCase() instead of getCurrentCase()
2018-03-09 18:22:47 -05:00
U-BASIS\zhaohui fe2cea93c6 Merge remote-tracking branch 'upstream/develop' into 2229-Part24UsegetOpenCaseInsteadOfgetCurrentCase 2018-03-09 18:21:38 -05:00
U-BASIS\zhaohui a15987a855 Merge remote-tracking branch 'upstream/develop' into 2229-Part22UsegetOpenCaseInsteadOfgetCurrentCase 2018-03-09 18:14:33 -05:00
U-BASIS\zhaohui 863e3b7a1b 2229: Use getOpenCase() instead of getCurrentCase() 2018-03-09 18:11:01 -05:00
Richard Cordovano 41d990bd15 Merge pull request #3517 from raman-bt/3594_contentviewers_reorder
3594: Move Application viewer tab to left
2018-03-09 17:48:54 -05:00
Richard Cordovano 06c2423223 Merge pull request #3508 from millmanorama/957-api
use AccountDeviceInstance API, getRelationshipCountsPairwise
2018-03-09 17:48:35 -05:00
Richard Cordovano f090bf2a34 Merge pull request #3495 from zhhl/3532-makeNightlyFailureEasierToDebug2
3532: Move the html file to diff_output folder and update the tag con…
2018-03-09 17:48:11 -05:00
Richard Cordovano 24a9675330 Merge pull request #3513 from zhhl/2229-Part21UsegetOpenCaseInsteadOfgetCurrentCase
2229 Part 21 use getOpenCase() instead of getCurrentCase()
2018-03-09 17:44:59 -05:00