6544 Commits

Author SHA1 Message Date
Richard Cordovano
bca5a67aeb Merge pull request #2690 from wschaeferB/2518-AnalyzeDataAsap
2518 analyze data asap
2017-04-12 12:51:36 -04:00
Richard Cordovano
b2edfd35d3 Merge pull request #2674 from dgrove727/2504_CaseNameValidationError
Fixed parsing issue in case name validation error.
2017-04-12 11:35:06 -04:00
Richard Cordovano
405b9835a8 caseNameToCaseDbName improvements 2017-04-11 18:21:28 -04:00
Richard Cordovano
6e286794a3 caseNameToCaseDbName improvements 2017-04-11 18:19:09 -04:00
Richard Cordovano
93ba74b0b0 caseNameToCaseDbName improvements 2017-04-11 18:17:45 -04:00
Richard Cordovano
6e3ba27a74 caseNameToCaseDbName improevments 2017-04-11 18:10:56 -04:00
Richard Cordovano
addcf9bd38 Improve comments in Case class 2017-04-11 18:02:49 -04:00
Richard Cordovano
5b60fe903d Separate case name cleanup from db name cleanup 2017-04-11 17:47:40 -04:00
William Schaefer
4846b270f6 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2518-AnalyzeDataAsap 2017-04-11 14:32:01 -04:00
millmanorama
a3195e8fe5 fix build, don't have anything checked into release 2017-04-11 17:36:23 +02:00
millmanorama
cd3bbfcdf4 Merge branch '2371-minimize-installer-Core' into fix-jars-in-build
# Conflicts:
#	Core/build.xml
2017-04-11 15:01:05 +02:00
millmanorama
0737a1ed31 Merge remote-tracking branch 'upstream/rc-280' into fix-jars-in-build 2017-04-11 14:49:32 +02:00
millmanorama
a22f83d132 don't use release.dir property in build file 2017-04-11 14:48:41 +02:00
U-BASIS\dgrove
ec8c9f0b23 Fixed parsing issue in case name validation error. 2017-04-10 14:52:12 -04:00
millmanorama
de71714c75 revert core build changes 2017-04-10 16:18:20 +02:00
millmanorama
7be31fe8cf don't use sync="true" when retrieving dependencies with Ivy. 2017-04-10 12:50:56 +02:00
millmanorama
6b23974032 reorganize field declarations to reflect schema versions, save absolute and relative and absolute paths of case database 2017-04-07 13:53:42 +02:00
Richard Cordovano
9313c9a58a Merge pull request #2656 from wschaeferB/2454-LocalDiskThread
2454 Removed redundant else block corrected level of access for disk …
2017-04-06 17:51:06 -04:00
Richard Cordovano
4e20919b9f Merge pull request #2659 from sleuthkit/results_content_viewer_fix
display last column for all rows, remove duplicate code, use attribut…
2017-04-06 13:00:27 -04:00
William Schaefer
dfae84d978 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2518-AnalyzeDataAsap 2017-04-05 12:16:17 -04:00
William Schaefer
3aad466133 2518 moved startDataSourceProcessing call to AddImageWizardIterator 2017-04-05 11:52:12 -04:00
millmanorama
2f9a7906f4 move ivy bootstrapping to BootstrapIvy.xml 2017-04-05 17:42:51 +02:00
millmanorama
c0db3bdcc7 Merge remote-tracking branch 'upstream/develop' into 2371-minimize-installer-Core
# Conflicts:
#	.gitignore
2017-04-05 17:37:42 +02:00
William Schaefer
28a706efde 2518 corrected a couple comments to reflect when ingest is actually started now 2017-04-04 14:30:42 -04:00
William Schaefer
b56bb8094a 2518 minor auto-format change 2017-04-04 14:26:33 -04:00
William Schaefer
e2225136a7 2518 made ingest started when progress panel opened should also fix 2280 2017-04-04 14:08:47 -04:00
William Schaefer
30128516ed 2518 moved managing of ingest data source and ingest kick off to progress panel 2017-04-04 14:04:06 -04:00
Raman
66919e2271 VIK-2502: Change radio buttons to toggle buttons for picking profile
Center align label text w.r.t to button.
2017-04-04 13:25:32 -04:00
Brian Carrier
0c40b16e71 display last column for all rows, remove duplicate code, use attribute display method, always escape 2017-04-03 15:40:23 -04:00
William Schaefer
74845fa4ed 2454 Removed redundant else block corrected level of access for disk lists 2017-04-03 10:11:06 -04:00
eugene7646
c5b31b92d9 Merge pull request #2655 from raman-bt/develop
VIK-2502: Change radio buttons to toggle buttons for picking profile
2017-03-31 16:23:22 -04:00
Raman
4b723283df VIK-2502: Change radio buttons to toggle buttons for picking profile 2017-03-31 16:10:48 -04:00
U-BASIS\dgrove
657b9c3fa6 Updated copyright date. 2017-03-31 15:56:48 -04:00
eugene7646
f5ee898874 Merge pull request #2651 from wschaeferB/2452-UpdateLocalDiskDSP
2452 update local disk dsp
2017-03-31 13:02:02 -04:00
William Schaefer
bd02d05261 2452 correct logger message regarding cancellation 2017-03-31 11:15:36 -04:00
William Schaefer
60d49e4237 2452 Right side of local disk panel now lines up correctly 2017-03-31 10:46:08 -04:00
millmanorama
7765a8d806 copy InternalPythonModules and photorec_exec to release, remove mactime from repo 2017-03-31 16:37:02 +02:00
millmanorama
fdfebc5f75 delete Core/release/modules on clean. Most jars downloaded with Ivy, some moved into thirdparty. 2017-03-31 15:43:40 +02:00
Brian Carrier
48dbd52dd2 Added more support in tree for INTERESTING_ARTIFACTS and send ingest inbox for interesting file hits 2017-03-30 21:20:20 -04:00
William Schaefer
a6795e4246 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2452-UpdateLocalDiskDSP 2017-03-30 17:15:03 -04:00
William Schaefer
ad1c5ba0cf 2452 fixed refresh local disks button 2017-03-30 17:14:47 -04:00
eugene7646
b075904015 Merge pull request #2647 from wschaeferB/2491-ConsistantCapitals
2491 consistant capitals
2017-03-30 16:55:06 -04:00
William Schaefer
97692500a5 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2452-UpdateLocalDiskDSP 2017-03-30 16:02:26 -04:00
William Schaefer
2f1c2a0040 2505 adjusted code to use standard apache method to remove extension 2017-03-30 15:48:49 -04:00
William Schaefer
c907bee915 2452 partially working refresh button and warning fixed localDisk DSP 2017-03-30 15:40:58 -04:00
William Schaefer
6d9cff1a60 2491 Consistant use of colons after list labels in options 2017-03-30 13:39:11 -04:00
William Schaefer
10db0ef6e2 Fixed resizing of Profile Description Label on ProfileSettingsPanel 2017-03-30 11:37:20 -04:00
William Schaefer
6f412a8a76 Fixed issue with periods in profile names causing trouble 2017-03-30 11:31:40 -04:00
Raman
c4a5f91ae2 VIK-2481: Media tab should not be enabled for sqlite.db (or *.db files) 2017-03-28 15:25:39 -04:00
Raman
1e629afedd Ensure ModuleDataEvent is only fired if there are indeed any new artifacts. 2017-03-27 14:12:54 -04:00