Commit graph

6465 commits

Author SHA1 Message Date
vivo-uab
f2656ba3d8 [maven-scm-plugin] prepare development vitro-1.11.0-SNAPSHOT 2018-07-09 17:17:08 -04:00
vivo-uab
2c3c97be5e [maven-scm-plugin] prepare release vitro-1.10.0 2018-07-09 17:17:08 -04:00
Ralph O'Flinn
2168165b22 Update pom.xml - jenatools
Change dependency to point to release versions of jena2 and jena3 tools
2018-07-09 17:17:08 -04:00
Ralph O'Flinn
ab0fcfed4a Update pom.xml - release deployment
Updated release profile, nexus-staging-maven-plugin plug-in version, repository
2018-07-09 17:17:08 -04:00
Andrew Woods
1570f52957 Update jenatools dependency to 1.2.0-SNAPSHOT (#75)
* Update jenatools dependency to 1.2.0-SNAPSHOT

Related to: https://jira.duraspace.org/browse/VIVO-1520

* Add Sonatype snapshot repository

Related to: https://jira.duraspace.org/browse/VIVO-1520
2018-05-30 14:47:11 -04:00
Mike Conlon
111c0a8ee5
Merge pull request #73 from Asimq/develop
Moved password encryption from MD5 to a salted and secure hash - 1448
2018-05-23 13:49:04 -04:00
AsimA
df58f2d18c remvoed the unused import 2018-05-23 11:28:35 +02:00
AsimA
fea33a456a Fixed the user experience 2018-05-23 11:25:58 +02:00
AsimA
fcaf315549 added smokeTests for argon2 parameters 2018-05-22 15:55:00 +02:00
AsimA
1e231013b0 Updated the tests to store argon2 as well as md5password 2018-05-22 14:57:42 +02:00
AsimA
96388c0951 Removed the overloaded Argon2Encoding methods in Authenticator and moved the Argon2StubEncoding method to AuthenticatorStub 2018-05-22 13:41:26 +02:00
AsimA
aeb9754500 Fixed the styling 2018-05-18 16:40:08 +02:00
Asim
a8d5020ede updated the snapshot versions to 1.10.0 2018-05-17 11:16:03 +02:00
Asim
752f9d1229 Fixed the tests 2018-05-09 13:51:11 +02:00
Ben
c9ce576f6b [VIVO-1488] Look in vitro.home/config directory for runtime.properties at startup (#63)
* Look in vitro.home/config directory for runtime.properties at startup

* Show deprecation warning on startup if runtime.properties in vivo.home

* Reuse string variable, use .equals()
2018-05-07 10:21:03 -04:00
Jim Blake
b406f99fec VIVO-1478 mysql driver throws exception (#69)
* VIVO-1478 Add time zone to the MySQL URL, to avoid an InvalidConnectionAttributeOption. 
* Go with proven driver version, rather than the most recent.
2018-05-04 08:44:43 -06:00
Ben
efe8f265dc Upgrade to Jena 3.6.0 (#67)
Resolves: https://jira.duraspace.org/browse/VIVO-1458
2018-05-03 10:26:06 -04:00
Graham Triggs
afaed98291 [VIVO-1470] Cross-platform improvements for Maven (#68) 2018-05-02 12:49:53 +03:00
Mike Conlon
a1e8a52442
Merge pull request #70 from awoods/vivo-1479
Change project version from 2.0.0-SNAPSHOT to 1.10.0-SNAPSHOT
2018-04-26 12:58:25 -04:00
Andrew Woods
80625e3b4c Change project version from 2.0.0-SNAPSHOT to 1.10.0-SNAPSHOT
Resolves: https://jira.duraspace.org/browse/VIVO-1479
2018-04-24 17:09:02 -04:00
Asim
067e629a9c Changed Md5 password hashing to Argon2i password hashing 2018-04-23 10:02:51 +02:00
hudajkhan
07686ebdf0
Merge pull request #65 from j2blake/feature/VIVO-1408_java-rdf-namespaces
VIVO-1408 ConfigurationBeanLoader: java rdf namespaces
2018-04-03 15:42:07 -04:00
Ben
c0927899d2 VIVO-1437 Add pull request template (#66)
* Add pull request template

Resolves: https://jira.duraspace.org/browse/VIVO-1437
2018-02-07 19:40:45 -05:00
Huda J. Khan
b8fd17ba1e Revert "integrating related term info in skos utils"
This reverts commit 8f66b10323.
2018-02-07 18:39:58 -05:00
Huda J. Khan
a978fa27e9 Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop 2018-02-07 15:35:21 -05:00
Huda J. Khan
8f66b10323 integrating related term info in skos utils 2018-02-07 15:35:05 -05:00
Ben
ae69faa07e
Merge pull request #64 from hauschke/patch-1
Update license year
2018-02-06 14:38:28 -07:00
Jim Blake
8cba661a0e VIVO-1408 Use prefix to simplify JAVA class URIs 2018-01-10 08:51:41 -05:00
Jim Blake
7f8b16bc1b VIVO-1408 Allow the use of a #-terminated prefix on JAVA class URIs 2018-01-08 11:19:53 -05:00
hauschke
bed5ac0359
Update license year 2018-01-08 14:35:37 +01:00
Jim Blake
8fbfc6d4ff ConfigurationBeanLoader will ignore unexpected properties on instances.
If no method has been annotated to accept that property, don't complain,
don't throw an exception, just continue.
2018-01-06 14:09:03 -05:00
Jim Blake
9e3ac4fb54 Remove implicit call to deprecated constructor. 2018-01-05 09:50:42 -05:00
Jim Blake
9713ad2d3e Merge branch 'develop' into feature/VIVO-1405_script-versions 2018-01-05 09:47:23 -05:00
Jim Blake
b00633326e VIVO-1405 Add pseudo-version to requests for scripts and stylesheets.
The result is that the user does not need to refresh the browser cache when a new version of VIVO is deployed on the server.
2017-12-01 11:41:04 -05:00
Jim Blake
17155d4f21 Merge branch 'develop' of git://github.com/vivo-project/Vitro into develop 2017-12-01 09:37:59 -05:00
Graham Triggs
0e15b9a69a [VIVO-1404] Disable XSS protection on the SPARQL query page 2017-11-10 12:01:23 -05:00
Graham Triggs
f4c9d23af0 Fix NPE when no ontology URI is specified 2017-11-10 10:00:17 -05:00
Jim Blake
db740807d5 Merge branch 'develop' of git://github.com/vivo-project/Vitro into develop 2017-11-08 13:51:33 -05:00
Graham Triggs
41be1c22f4 Fix building on JDK 9 2017-10-23 19:24:32 +01:00
Graham Triggs
f7a7aa5060 Update language pack example 2017-10-21 22:30:47 +01:00
Steve McKay
00f7b95266 [VIVO-1315] Enable Plum print by default (#61)
* [VIVO-1315] Plum print integration

* VIVO-1315 default Plum print to enabled
2017-10-21 20:20:32 +01:00
Graham Triggs
e0b723354d Update project version numbers 2017-10-20 15:02:14 +01:00
Graham Triggs
95e336d862 List view improvements for Vitro 2017-10-19 11:21:37 +01:00
Graham Triggs
0ef3018ae3 [VIVO-1403] Improve update performance by ensuring the bulk updater can be exposed correctly 2017-10-19 11:21:04 +01:00
Graham Triggs
4da85f0d82 Graph cache fix 2017-10-18 17:19:10 +01:00
Graham Triggs
963c04340f [VIVO-1401] Don't return a constructed model if there are no construct queries 2017-10-12 09:45:07 +01:00
Graham Triggs
792ca4138f [VIVO-1400] Add the capability to use / parse out precise-subquery tags. 2017-10-12 09:30:37 +01:00
Graham Triggs
107c2bff03 [VIVO-1399] Improve performance of Graph URI lookups 2017-10-11 19:37:07 +01:00
Graham Triggs
e729fc9f38 Improvement for site generation 2017-10-11 15:32:41 +01:00
Graham Triggs
bda7c41309 Make sparql query form post (for longer queries) 2017-10-10 16:07:22 +01:00