Commit Graph

11017 Commits

Author SHA1 Message Date
Ben Bosman
e945a3e560 merge with master 2019-06-25 14:17:53 +02:00
Ben Bosman
8392429c89 merge with master 2019-06-25 13:48:07 +02:00
Ben Bosman
c51e28ed0f Merge remote-tracking branch 'community/master' into DS-4084_remove-leftid-rightid-relationship 2019-06-25 13:47:11 +02:00
Ben Bosman
0b4aef01b5 Travis trigger 2019-06-25 13:23:33 +02:00
Ben Bosman
488b0f9e6b Merge remote-tracking branch 'community/master' into w2p-62955_change-endpoint-to-search-relationships-by-label-update 2019-06-25 11:22:00 +02:00
Mark H. Wood
590d563197 [DS-3872] Finish removing autoconfigure from Application. 2019-06-24 17:23:18 -04:00
Mark H. Wood
5724b21149 [DS-3872] Remove outdated, redundant Commons Lang3 dependency. 2019-06-24 17:17:42 -04:00
Mark H. Wood
dd84ef0ce6 [DS-3872] More thorough documentation of header control. 2019-06-24 17:16:52 -04:00
Mark H. Wood
03377c24bd [DS-3872] Move exlcusion of Spring's Velocity autoconfig to where the others are. 2019-06-24 17:15:41 -04:00
Tim Donohue
05b721584d Merge pull request #2432 from 4Science/DS-4252
DS-4252 Discovery re-index doesn't work without -b
2019-06-24 19:50:59 +02:00
Tim Donohue
0b0931d96d Upgrade Spring per security notice 2019-06-24 12:15:10 -05:00
Tim Donohue
59f55180d3 Upgrade PDFBox per security notice. Remove BouncyCastle optional dependency (DSpace doesn't support encrypted PDFs) 2019-06-24 12:13:50 -05:00
Tim Donohue
b75c4e1a02 Security update for checkstyle 2019-06-24 12:13:50 -05:00
Tim Donohue
9d6b75466b Security update for jackson-databind 2019-06-24 12:13:50 -05:00
Kevin Van de Velde
46a3b5d20d Merge branch 'master' into DS-4266-bitstream-format-crud 2019-06-24 15:58:09 +02:00
Tim Donohue
b56b47629a Merge pull request #2440 from atmire/w2p-62574_PUT-relationships-modify-left-or-right-item-squashed
DS-4230 - PUT contract in relationships
2019-06-21 18:53:25 +02:00
Tim Donohue
f02c44c655 Merge pull request #2403 from atmire/DS-4217_PatchBadRequestException-name-refactor-and-fix-BadRequestException-errors
[DS-4217] applied the name refactor and rewrote BadRequestException t…
2019-06-21 18:13:31 +02:00
Raf Ponsaerts
0afb8d3203 Fixed tests 2019-06-21 14:17:42 +02:00
Andrea Bollini
971b28448f Merge pull request #2444 from 4Science/DS-4269
DS-4269 Incorrect hal pagination links in the browses endpoint
2019-06-20 17:06:46 +02:00
Andrea Bollini
f8a66833d7 revert unnecessary change 2019-06-20 16:37:33 +02:00
Andrea Bollini
4cd9d6ce6e Merge branch 'master' of https://github.com/DSpace/DSpace into DS-4210 2019-06-20 16:09:03 +02:00
Raf Ponsaerts
a15213bf6e Merged w2p-62955_change-endpoint-to-search-relationships-by-label-update into w2p-63107_merge-branches 2019-06-20 09:54:48 +02:00
Raf Ponsaerts
95ae7c0cbb Merge branch 'w2p-62574_PUT-relationships-modify-left-or-right-item-squashed' into w2p-63107_merge-branches 2019-06-20 09:29:56 +02:00
kshepherd
01ea800143 Merge pull request #2224 from mwoodiupui/DS-4032
[DS-4032] RequestItem.isAccept_request() can NPE if setAccept_request() was never called.
2019-06-19 22:41:04 +02:00
Raf Ponsaerts
f57d5113fe Fixed tests and checkstyle 2019-06-19 09:32:58 +02:00
Raf Ponsaerts
f0e4701c18 Added support for not passing a DSO parameter to the search endpoint 2019-06-19 08:04:01 +02:00
Raf Ponsaerts
a1995347fe Implemented the search method on the relationships endpoint
Conflicts:
	dspace-spring-rest/src/main/java/org/dspace/app/rest/model/RelationshipRestWrapper.java
	dspace-spring-rest/src/main/java/org/dspace/app/rest/repository/RelationshipRestRepository.java
	dspace-spring-rest/src/test/java/org/dspace/app/rest/RelationshipTypeRestControllerIT.java
2019-06-19 08:03:35 +02:00
Alexander Sulfrian
7dcc9fcf29 Inner class can be static
Inner classes, that does not reference the enclosing class, can be static.
2019-06-18 21:36:45 +02:00
Alexander Sulfrian
b007793ea0 IOUtil.copy without Charset is deprecated 2019-06-18 21:36:45 +02:00
Alexander Sulfrian
8ea6b21a73 Replace createSQLQuery with createNativeQuery
Since hibernate 5.2 createSQLQuery is deprecated in favor of createNativeQuery.
2019-06-18 19:54:18 +02:00
Alexander Sulfrian
1a4dae950c Remove shadowing variables
authorizeService and context are already defined in the AbstractUnitTest.
2019-06-18 19:54:17 +02:00
Alexander Sulfrian
63803e8314 Replace commons-io Charsets with StandardCharsets
org.apache.commons.io.Charsets is deprecated in favor of
java.nio.charset.StandardCharsets.
2019-06-18 19:54:17 +02:00
Alexander Sulfrian
324c8c8d44 Add missing @Override 2019-06-18 19:54:17 +02:00
Alexander Sulfrian
0679801945 Fix order of arguments of assertEquals 2019-06-18 19:54:04 +02:00
Andrew Wood
2a32c7ec02 DS-4244 Add entity and relationship unit tests 2019-06-17 09:20:45 -04:00
Raf Ponsaerts
99bba2ab63 DS-4244 Add RelationshipTypeTest
Refactored the RelationshipTypeTest to be more compliant with the JUnit tests
2019-06-17 09:20:31 -04:00
Raf Ponsaerts
cf2e443037 Removed the leftid and rightid properties from the Relationship response 2019-06-17 10:09:23 +02:00
Ben Bosman
65c3039c1d Support for requesting a specification configuration using e.g. /rest/api/discover/search/objects?configuration=publicationConfiguration 2019-06-13 15:49:40 +02:00
Ben Bosman
bb97672020 Discovery configuration specific to Publication 2019-06-13 15:04:03 +02:00
Raf Ponsaerts
bef7afae8c [DS-4266] fixed the lazy loading issue on bitstreamFormat 2019-06-12 13:04:23 +02:00
Tim Donohue
62de82fee0 Merge pull request #2437 from AlexanderS/fix-hal-login-form
[DS-4259] HAL login form does not support special characters
2019-06-11 20:44:00 +02:00
Andrea Bollini
e2f4eafd0f DS-4270 fix typo 2019-06-11 03:05:31 +02:00
Andrea Bollini
22cd4cf090 DS-4269 fix links issue when there were not parameters 2019-06-11 03:04:44 +02:00
Andrea Bollini
cd1ed182f0 DS-4269 improve IT for pagination links issue 2019-06-11 02:44:20 +02:00
Andrea Bollini
4b9b020669 DS-4269 IT to reproduce the bug in pagination links 2019-06-11 02:16:16 +02:00
Andrea Bollini
aa7c206e0b DS-4210 improve cleanup of workspace and workflow items 2019-06-11 01:25:52 +02:00
Andrea Bollini
8f1092e895 Merge branch 'master' of https://github.com/DSpace/DSpace into DS-4210 2019-06-10 21:50:26 +02:00
Raf Ponsaerts
7fbf902de0 [DS-4217] changed all invalidrequest to DSpaceBadRequestExceptions 2019-06-07 12:36:32 +02:00
Raf Ponsaerts
99eae45db0 [DS-4217] added comment to test method 2019-06-07 11:11:28 +02:00
Ben Bosman
91651acc7a updated for schema.org metadata 2019-06-06 11:46:14 +02:00