Raman
|
1d15ac3622
|
1001: Image gallery supports multi user cases
- addressed review comments on previous commit.
|
2018-07-30 08:04:16 -04:00 |
|
Richard Cordovano
|
8228e7baa6
|
Merge pull request #3920 from raman-bt/image-gallery-db-migration
Image gallery db migration
|
2018-07-27 12:52:50 -04:00 |
|
Richard Cordovano
|
157124a038
|
Update DrawableDB.java
|
2018-07-27 12:52:19 -04:00 |
|
Richard Cordovano
|
dd6e3abafe
|
Update ImageGalleryController.java
|
2018-07-27 12:35:49 -04:00 |
|
Raman
|
8345063244
|
Mark DB is not stale when a local ingest finishes.
|
2018-07-27 09:19:18 -04:00 |
|
Raman
|
6b11132bed
|
Modify the extension query in BulkTransferTask to use the extension column instead of substring match on name column.
|
2018-07-26 21:53:03 -04:00 |
|
Raman
|
6b9f9f9814
|
Merge branch 'image-gallery-db-migration' of https://github.com/raman-bt/autopsy into 1001-ig-multiuser
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
|
2018-07-26 21:47:30 -04:00 |
|
Raman
|
7149b3b9d0
|
999: Migrate Image Gallery groups table to CaseDB
- Address review comments.
|
2018-07-26 12:30:08 -04:00 |
|
Raman
|
36c638514f
|
1001: Image gallery for muti-user cases
- More Codacy comments addressed.
|
2018-07-26 09:09:20 -04:00 |
|
Raman
|
9a5461fd6c
|
1001: Image Gallery for multi-user cases
- Address Codacy comment in previous commit.
|
2018-07-26 08:38:48 -04:00 |
|
Raman
|
49e7ed7036
|
1001: Image Gallery for multi-user cases
|
2018-07-25 19:51:57 -04:00 |
|
Raman
|
57eff3df95
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into image-gallery-db-migration
# Conflicts:
# ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
|
2018-07-12 07:42:24 -04:00 |
|
Ann Priestman
|
94bdd86840
|
Don't bail out of saving settings if there is no case open
|
2018-07-11 11:35:26 -04:00 |
|
Raman
|
d86c5143fb
|
999: Migrate groups table to CaseDB
Fixed SQLite SQL for a query.
|
2018-06-29 06:41:56 -04:00 |
|
Raman
|
0afee2fbf6
|
3994: Image gallery doesnt work for Postgres
- Fixed sql for SQLite.
|
2018-06-28 18:55:15 -04:00 |
|
Raman
|
2c0f856406
|
3994: Image gallery does not work with Postgres
|
2018-06-28 15:48:04 -04:00 |
|
Raman
|
063d0a6b2f
|
999: Migrate groups table to CaseDB
|
2018-06-28 14:48:25 -04:00 |
|
Richard Cordovano
|
5684858327
|
Remove commented out code
|
2018-06-18 14:59:33 -04:00 |
|
Brian Carrier
|
ab83c9940c
|
reduce API
|
2018-06-17 23:15:23 -04:00 |
|
U-BASIS\dgrove
|
ac619182ea
|
Eighth batch updated for PMD error suppression and correction.
|
2018-06-13 11:11:42 -04:00 |
|
U-BASIS\dgrove
|
d658665e6c
|
Third batch updated for PMD error suppression and correction.
|
2018-06-07 16:07:24 -04:00 |
|
Richard Cordovano
|
add87b03eb
|
Merge pull request #3786 from sleuthkit/supress_stacktrace
remove stack traces from log that are occuring during regression tests
|
2018-05-23 12:13:52 -04:00 |
|
rishwanth1995
|
0ba2be590e
|
removed sqlite-jar warnings
|
2018-05-18 13:36:02 -04:00 |
|
Brian Carrier
|
348f70db00
|
remove stack traces from log that are occuring during regression tests
|
2018-05-18 10:45:37 -04:00 |
|
Richard Cordovano
|
e5955ac542
|
Case.getCurrentOpenCase => getCurrentCaseThrows
|
2018-05-07 10:46:24 -04:00 |
|
Richard Cordovano
|
6568c54ae4
|
Update version numbers for rlease 4.7.0
|
2018-05-02 20:06:37 -04:00 |
|
Richard Cordovano
|
b459f1ad79
|
Correctly deprecate/replace VideoUtils.getTempVideoFile
|
2018-05-02 19:00:27 -04:00 |
|
Richard Cordovano
|
4b14339b7d
|
Case.getOpenCase => Case.getCurrentOpenCase for consistency
|
2018-05-02 18:44:19 -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 |
|
zhhl
|
7a5275f487
|
Merge branch 'develop' into 2229-Part26UsegetOpenCaseInsteadOfg4etCurrentCase
|
2018-03-12 10:55:46 -04:00 |
|
U-BASIS\zhaohui
|
fe2cea93c6
|
Merge remote-tracking branch 'upstream/develop' into 2229-Part24UsegetOpenCaseInsteadOfgetCurrentCase
|
2018-03-09 18:21:38 -05:00 |
|
Richard Cordovano
|
1c6f0d8d04
|
Merge pull request #3512 from zhhl/2229-Part20UsegetOpenCaseInsteadOfgetCurrentCase
2229 Part 20 use getOpenCase() instead of getCurrentCase()
|
2018-03-09 17:44:43 -05:00 |
|
Richard Cordovano
|
528689f8cf
|
Merge pull request #3510 from zhhl/2229-Part19UsegetOpenCaseInsteadOfgetCurrentCase
2229 Part 19 use getOpenCase() instead of getCurrentCase()
|
2018-03-09 17:44:26 -05:00 |
|
U-BASIS\zhaohui
|
73c97dc2bd
|
2229: Part 26: Use getOpenCase() instead of getCurrentCase() in casemodule, modules, imageGallery.
|
2018-03-09 15:47:47 -05:00 |
|
U-BASIS\zhaohui
|
01a14e5328
|
Merge remote-tracking branch 'upstream/develop' into 2229-Part25UsegetOpenCaseInsteadOfgetCurrentCase
|
2018-03-09 14:29:17 -05:00 |
|
U-BASIS\zhaohui
|
b5d4935f6b
|
2229: Catch the NoCurrentCaseException in VideoFile.java
|
2018-03-06 10:56:42 -05:00 |
|
U-BASIS\zhaohui
|
c219d065ef
|
2229: Part 20: Use getOpenCase() instead of getCurrentCase() in ImageGallery, RecentActivity, datamodel...
|
2018-03-05 13:21:59 -05:00 |
|
U-BASIS\zhaohui
|
a4cea63c18
|
2229: Part 19: Use getOpenCase() instead of getCurrentCase() in ImageGallery and Experimental.
|
2018-03-05 12:20:40 -05:00 |
|
U-BASIS\dgrove
|
3f8de1135b
|
Cleanup.
|
2018-02-28 13:18:20 -05:00 |
|
U-BASIS\dgrove
|
c82ec98122
|
Added handling for ReadContentInputStreamException.
|
2018-02-28 13:07:24 -05:00 |
|
U-BASIS\dgrove
|
9de880bb0f
|
Merge remote-tracking branch 'upstream/develop' into 3353_CenterChildWindows
|
2018-02-22 15:15:48 -05:00 |
|
Richard Cordovano
|
dea5acbd62
|
Merge remote-tracking branch 'upstream/custom-release-2.11.1' into develop
|
2018-02-20 19:22:36 -05:00 |
|
Richard Cordovano
|
927f1a578f
|
Updates for Autopsy-Core NBM version number change
|
2018-02-20 18:42:49 -05:00 |
|
U-BASIS\dgrove
|
57fec275f8
|
Resolved merge conflicts.
|
2018-02-13 10:35:40 -05:00 |
|
U-BASIS\dgrove
|
afa6ec95b5
|
Centered more windows.
|
2018-02-07 22:22:43 -05:00 |
|
U-BASIS\dgrove
|
cb99e39c45
|
Simplified logic for retrieving content name.
|
2018-02-02 13:26:07 -05:00 |
|
Richard Cordovano
|
73241a637b
|
Add side effect to FileTypeDetector.getMIMEType
|
2018-01-23 11:14:12 -05:00 |
|
Richard Cordovano
|
3759cb94be
|
Merge pull request #3348 from zhhl/3386-changeFilePermission
3386: Update the files permission from 755 to 644
|
2018-01-08 12:49:06 -05:00 |
|
Richard Cordovano
|
4e362d10ec
|
Merge pull request #3292 from seannicholls/deadlock-url-fix
changed defunct netbeans url (deadlock.netbeans.*) to the current url
|
2018-01-07 14:14:27 -05:00 |
|