esaunders
188dddd554
Added link to Mac OS write up.
2020-04-28 16:23:58 -04:00
Greg DiCristofaro
058c71dabf
remove leading comma
2020-04-28 15:49:50 -04:00
Raman Arora
d542ac7ce9
Addressed review comments:
...
- Moved d/b queries to corresponding suitable datamodel classes.
- Dissolved and deleted PersonaHelper class.
2020-04-28 15:34:30 -04:00
Panagiotis Ntinis
cb396bb67c
modification of unix_setup.sh to fix installation on directories with space in their path
2020-04-28 21:43:40 +03:00
U-BASIS\dsmyda
6290e94fa2
Null fix and some clean up
2020-04-28 14:22:12 -04:00
U-BASIS\dsmyda
6817c5e3e7
Codacy fixes and small interface changes
2020-04-28 13:39:12 -04:00
Mark McKinnon
4a40fd9205
Update ExtractSru.java
...
Codacy Fixes
2020-04-28 10:36:51 -04:00
Richard Cordovano
77a295cb67
Merge pull request #5825 from jonas-koeritz/hashset-comments
...
Added the possibility to include a comment when adding hashes to a hash set
2020-04-28 09:58:24 -04:00
apriestman
3ed9d23df7
Restoring non-postgresql target
2020-04-28 09:40:10 -04:00
apriestman
a6bed23807
Merge remote-tracking branch 'upstream/develop' into 6098_removePostgresTargets
2020-04-28 09:39:07 -04:00
apriestman
a096f744ee
Dealing with merge conflict
2020-04-28 09:38:57 -04:00
Mark McKinnon
e7edee6801
Update ExtractSru.java
...
More codacy
2020-04-28 09:38:01 -04:00
Mark McKinnon
51eaee9c3e
Create LICENSE-2.0.txt
...
Add license file for 3rd party programs
2020-04-28 09:03:28 -04:00
Mark McKinnon
8975972342
Update ExtractSru.java
...
Codacy changes
2020-04-27 21:24:11 -04:00
Richard Cordovano
5543bd0e1f
Merge pull request #5854 from gdicristofaro/6310-moreUpdates
...
6310 other defensive code for image extensions and mime types
2020-04-27 14:58:16 -04:00
Kelly Kelly
3392dacfef
Merge branch '1440-1441-add-tag-set-support' into 1442-image-gallery-tag-changes
2020-04-27 14:47:50 -04:00
Kelly Kelly
625afb2b3c
Merge branch 'develop' into 1440-1441-add-tag-set-support
2020-04-27 14:10:14 -04:00
Raman Arora
b2e8b1319d
Addressed Codacy review comments.
2020-04-27 13:56:04 -04:00
Kelly Kelly
0395cecfab
Merge branch '1440-1441-add-tag-set-support' into 1442-image-gallery-tag-changes
2020-04-27 13:29:45 -04:00
Kelly Kelly
c7c0bdbc07
Few small review changes
2020-04-27 13:27:16 -04:00
U-BASIS\dsmyda
41e943d7ea
Added password dialog
2020-04-27 13:23:37 -04:00
Raman Arora
7ede903088
Added APIS to:
...
- get all Persona in a Case/dataSource.
- get all cases/data sources for a persona.
Added additional test cases.
2020-04-27 13:05:50 -04:00
Greg DiCristofaro
e25eb33277
other defensive code for imageio spi changes
2020-04-27 12:10:41 -04:00
U-BASIS\dsmyda
ffbb65477c
Reverted html bundle properties changes
2020-04-27 11:49:51 -04:00
U-BASIS\dsmyda
5deee5ce10
Updated bundle messages
2020-04-27 11:46:17 -04:00
U-BASIS\dsmyda
62aa2d2568
Changed bundle message
2020-04-27 11:33:27 -04:00
U-BASIS\dsmyda
631e6065d9
Quick clean up
2020-04-27 11:19:29 -04:00
U-BASIS\dsmyda
05a1046ec3
Implemented data source selection and updated the HTML and KML modules to respond to these selections
2020-04-27 11:07:57 -04:00
Kelly Kelly
3eb244d4d3
Picked up properties file changes
2020-04-25 12:20:29 -04:00
Kelly Kelly
33ef944bec
More review changes
2020-04-24 15:27:09 -04:00
Mark McKinnon
ac34265b9e
Plugins new to our copy of Regripper
...
Plugins that are new to our copy of Regripper.
2020-04-24 14:30:34 -04:00
Kelly Kelly
b6775e21bb
inital stash of code
2020-04-24 13:18:08 -04:00
Mark McKinnon
10e0488464
Update ExtractSru.java
...
Address Codacy Issues
2020-04-24 13:12:26 -04:00
Richard Cordovano
f6be370a84
Merge pull request #5842 from esaunders/remove-brew
...
Removed reference to brew since the formula is out of date and does n…
2020-04-24 12:55:55 -04:00
Richard Cordovano
c4177af03f
Merge pull request #5834 from gdicristofaro/6265-cvtVis
...
6265 cvt visualization message count changes
2020-04-24 12:33:04 -04:00
Richard Cordovano
6e7993cedd
Merge pull request #5845 from ethteck/6285_geopoint_selection_range
...
6285 Better selection range for dots on geo map
2020-04-24 12:25:55 -04:00
Richard Cordovano
53e0aa0e28
Merge pull request #5838 from ethteck/6267_null_exif_geodata
...
6267 Preventing datasources with no geodata from appearing in the geo…
2020-04-24 12:09:58 -04:00
Ethan Roseman
86a565d7ed
6267: public -> private
2020-04-24 11:59:23 -04:00
Mark McKinnon
0ab86a78d8
Update ExtractSru.java
...
Address codacy issues
2020-04-24 11:35:46 -04:00
Mark McKinnon
e80f87da4e
Added more messages and fix executable names
...
Added more error messages and fix executable names
2020-04-24 10:11:09 -04:00
Raman Arora
cb08eac551
- Added more tests to the functional test - creating cases and datasources, and account_instance attributes so that Persona could be traced back to a case/data source.
...
- Fixed an issue with tests failing because Central Repo cache was not being cleared between tests, even though the underlying database itself was being recreated.
- Fixed a bug in the Persona query.
2020-04-23 19:51:32 -04:00
eugene7646
75625ee6c4
Merge pull request #5846 from gdicristofaro/6310-IllegalArgumentException
...
6310 removed blank mime types
2020-04-23 16:18:43 -04:00
Greg DiCristofaro
6f0ac6ae0c
removed blank mime types
2020-04-23 14:33:03 -04:00
Richard Cordovano
f76c179d50
Merge pull request #5844 from APriestman/6296_updateMachineTranslationLinks
...
6296 update machine translation links
2020-04-23 13:00:02 -04:00
Ethan Roseman
11d9613bb3
6267 Condense try-with-resources
2020-04-23 10:52:45 -04:00
Ethan Roseman
0bd9a1bfa0
6267 Codacy
2020-04-23 10:43:41 -04:00
Greg DiCristofaro
36ced0b391
improved logging
2020-04-23 10:37:38 -04:00
Ethan Roseman
541fb42bb8
6285 Codacy
2020-04-23 10:24:36 -04:00
Raman Arora
184382f2b7
Use a default persona name when one isn't specified.
2020-04-23 09:34:56 -04:00
Raman Arora
6e0ff29969
Removed unused imports.
2020-04-23 07:53:36 -04:00