11455 Commits

Author SHA1 Message Date
William Schaefer
eb9aa212ed 4650 modify implementation of getting datasource when already exists in newDataSource for sake of readability 2019-01-31 13:42:16 -05:00
William Schaefer
4f0f18c0b6 4650 make fallback to getting existing datasource occur for sqlite as well 2019-01-30 18:10:22 -05:00
Raman
4e6e34f452 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1180-create-cr-artifacts
# Conflicts:
#	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Firefox.java
2019-01-30 09:59:30 -05:00
Richard Cordovano
bea3367241
Merge pull request #4492 from esaunders/4642_solr_heap
Added ability to set max heap size for embedded Solr server.
2019-01-30 09:46:17 -05:00
Richard Cordovano
5561a62837
Merge pull request #4459 from APriestman/4620_sendUpdatedNameEvent
4620 Send event for data source name update.
2019-01-30 09:23:08 -05:00
U-BASIS\dsmyda
363bf00440 Updated the package names in the layers.xml 2019-01-29 12:43:18 -05:00
esaunders
3dc2b6067d Added ability to set max heap size for embedded Solr server. 2019-01-28 15:28:49 -05:00
Richard Cordovano
bde420a4bb
Merge pull request #4483 from dannysmyda/2226-Fix-Hash-Values-Add-Image-Bug
4641 - Fix hash value bug on add image wizard
2019-01-28 13:10:05 -05:00
Raman
fdb00bfc06 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1180-create-cr-artifacts 2019-01-28 13:03:20 -05:00
Richard Cordovano
a935ca8f5c
Merge pull request #4485 from dannysmyda/4623-Rename-Commonfilessearch-package
4623 - Renamed commonfilessearch package
2019-01-28 12:08:53 -05:00
Richard Cordovano
ec541db4a3
Merge pull request #4456 from wschaeferB/4590-DataSourceProfiler
4590 data source profiler
2019-01-28 12:04:04 -05:00
Raman
9ebae7580f 1180: Add email and phone number from TSK_WEB_FORM_ADDRESS to CR. 2019-01-28 11:51:54 -05:00
Ann Priestman
4bc07d66e2 Use new data source constructor.
Cleanup.
2019-01-28 09:44:49 -05:00
Ann Priestman
485c7f9c86 Merge remote-tracking branch 'upstream/develop' into 4620_sendUpdatedNameEvent 2019-01-28 08:20:25 -05:00
Richard Cordovano
63bb7f805e
Merge pull request #4478 from dannysmyda/4656-allow-user-to-pick-language
4656 - Add OCR language pack configuration
2019-01-25 15:06:09 -05:00
Ann Priestman
18a5de9625 Merge remote-tracking branch 'upstream/develop' into 4620_sendUpdatedNameEvent
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/centralrepository/datamodel/SqliteEamDb.java
2019-01-25 15:02:50 -05:00
U-BASIS\dsmyda
b968937b1f Renamed the package from commonfilessearch to commonpropertiessearch 2019-01-25 09:20:58 -05:00
U-BASIS\dsmyda
f2abe419f9 Fixed hash value bug on AddImageWizard 2019-01-24 16:44:42 -05:00
U-BASIS\dsmyda
6573f32335 Unit tests now pass 2019-01-23 09:29:20 -05:00
rcordovano
5d1fa2a439 Fix merge conflict resolution error in CorrelationDataSource 2019-01-21 16:40:23 -05:00
Richard Cordovano
350b0032d4
Merge branch 'develop' into 4597_StoreDataSourceHashesInCentralRepo 2019-01-21 11:12:13 -05:00
William Schaefer
b5832af97f Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4590-DataSourceProfiler 2019-01-18 18:15:06 -05:00
Richard Cordovano
debcf6cb86
Merge pull request #4464 from esaunders/4531_cps_wait_node_bug
Changed from asychronous to synchronous child creation since the keys…
2019-01-18 18:10:35 -05:00
Richard Cordovano
ccf735a20a
Merge pull request #4462 from esaunders/4530_cr_ui_freeze
4530 cr ui freeze
2019-01-18 18:10:17 -05:00
Richard Cordovano
c0c5c1c5bb
Merge pull request #4468 from wschaeferB/AddBackNewCase
fix npe when using postgres CR and creating a new case
2019-01-18 18:05:32 -05:00
Richard Cordovano
ddfe062fa7
Merge pull request #4469 from wschaeferB/4650-NewDataSourceMethodFix
4650 new data source method fix
2019-01-18 18:03:05 -05:00
Richard Cordovano
5463c21166
Merge pull request #4458 from dgrove727/4605_PictureZoomingRotation
4605 picture zooming rotation
2019-01-18 18:01:25 -05:00
Richard Cordovano
01c6dc45d8
Merge pull request #4452 from APriestman/4428_showAcquisitionDetails
4428 show acquisition details
2019-01-18 17:59:47 -05:00
U-BASIS\dsmyda
99513880dd Made language pack selection configurable 2019-01-18 14:21:08 -05:00
Richard Cordovano
85bfa7ae19
Merge pull request #4453 from dannysmyda/4576-Add-Translation-To-Tree
4576 add translation to tree
2019-01-17 16:36:17 -05:00
William Schaefer
0ccfbc8099 4650 add comment explaining why the conflict clause is used in the insert 2019-01-17 15:49:30 -05:00
William Schaefer
c50fb57afd 4650 add exception handling for executionexception when cache is unable to retrieve value 2019-01-17 15:43:59 -05:00
William Schaefer
5b843dadc1 4650 fix returning of value from cache 2019-01-17 15:41:05 -05:00
William Schaefer
c2f3bbfb2e 4650 newDataSource should get the existing data source if there is one 2019-01-17 15:32:01 -05:00
William Schaefer
78743445c3 fix npe when using postgres CR and creating a new case 2019-01-16 18:58:06 -05:00
esaunders
675a18054b Merge branch 'develop' into 4531_cps_wait_node_bug 2019-01-16 13:57:45 -05:00
esaunders
f687239bf2 Changed from asychronous to synchronous child creation since the keys are already being created on a separate worker thread. This change mitigates the issue where a wait node was being displayed and not going away. 2019-01-16 13:21:25 -05:00
esaunders
27a0ee0012 Fix for null pointer exception when performing common properties search without a central repository. 2019-01-16 13:09:33 -05:00
esaunders
463705903e Moved creation of AbstractFile instances out of generateNodes() which was causing UI unresponsiveness to createKeys(). 2019-01-15 17:10:18 -05:00
U-BASIS\dgrove
637bd08881 Added a note. 2019-01-15 10:27:38 -05:00
U-BASIS\dgrove
be9e7fd771 Zooming tweaks for < 100% 2019-01-14 17:25:14 -05:00
William Schaefer
5063e17b0b 4590 fix misspelled operating system and wrong class for logger 2019-01-14 13:19:59 -05:00
esaunders
3ebee7fa2e Merge branch 'develop' of github.com:sleuthkit/autopsy into 4530_cr_ui_freeze 2019-01-14 13:19:23 -05:00
esaunders
7d2510728a Use file id if available to look up files in current case. 2019-01-14 13:19:02 -05:00
Ann Priestman
06f1881a65 Adding missing event file 2019-01-14 12:34:46 -05:00
Ann Priestman
c669eb3914 Send event for data source name update.
Handle updated in the central repo.
2019-01-14 12:22:45 -05:00
U-BASIS\dgrove
a8eed7ea10 Cleanup. 2019-01-14 02:34:17 -05:00
U-BASIS\dgrove
79b6ddce4e Zooming and rotation fully implemented. 2019-01-14 02:04:30 -05:00
William Schaefer
d37df481d6 4590 populate type collumn of data source summary panel 2019-01-11 12:24:37 -05:00
William Schaefer
eb146f9198 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4590-DataSourceProfiler 2019-01-10 18:33:20 -05:00