Commit Graph

3385 Commits

Author SHA1 Message Date
Andrea Bollini
a5faac1d61 Merge pull request #3048 from tdonohue/disable_stacktrace
Disable stacktrace in error responses by default. Document how to enable for development
2020-11-23 18:55:42 +01:00
Tim Donohue
e5d587428a Merge pull request #3018 from tdonohue/update_oai_bootstrap
Upgrade OAI-PMH to Bootstrap 4 (via WebJars)
2020-11-23 11:50:19 -06:00
Tim Donohue
6b7b5ad8d8 Merge pull request #3046 from 4Science/CSTPER-221
Metadata identifier for Communities and Collections
2020-11-23 09:21:24 -06:00
Tim Donohue
d166d97f7c Merge pull request #3009 from atmire/w2p-72494_export-script-output-travis-test
Refactor/remove custom MultipartFileSender to use Spring Boot Range requests
2020-11-20 15:10:04 -06:00
Tim Donohue
7f323265be Merge pull request #3041 from atmire/w2p-74274_Issue-2988_Cannot-reset-pw-eperson-created-in-admin-ui
Issue 2988: EPerson Password Replacement/addition with ADD Patch Operation instead of REPLACE
2020-11-20 14:31:06 -06:00
Tim Donohue
8eeafcf866 Merge pull request #3050 from Micheleboychuk/CST-3543
Fix pagination issue in a couple of search endpoints
2020-11-20 12:31:13 -06:00
Marie Verdonck
924b178dcf 74274: Refactor check success/failed authentication 2020-11-20 17:00:45 +01:00
Yana De Pauw
a94b2e0f3b 74329: Add max starting index to ORCID 2020-11-19 15:23:11 +01:00
jonas-atmire
50703a0771 Reverting previous commit + clarification comment 2020-11-19 08:01:42 +01:00
Yana De Pauw
ac8ee7a8e6 74271: [Issue 2954] External Sources "entries" subpath should not include "query" parameter by default 2020-11-18 14:51:42 +01:00
jonas-atmire
6dd048c68e Re-enabling of response.reset() method -> https://github.com/DSpace/DSpace/pull/3009#discussion_r525254104 2020-11-18 10:08:12 +01:00
Mark H. Wood
f8221f54ce I missed one LocationUtils call. 2020-11-17 13:53:49 -05:00
Mark H. Wood
ff02474423 Fix broken test by catching an unexpected exception.
There must be an unchecked exception bubbling up through SolrServiceImpl#search.  Catching Exception (as before this PR) fixes the test failure.
2020-11-17 13:53:49 -05:00
Mark H. Wood
95d0a2bf57 Remove long-deprecated ConfigurationManager. 2020-11-17 13:30:00 -05:00
Raf Ponsaerts
991ffa44a5 Altered root self link test to equals the exact url 2020-11-17 08:56:53 +01:00
Raf Ponsaerts
e51d15ebf5 Added self link to root endpoint 2020-11-13 16:24:26 +01:00
Mykhaylo
ec025828ff minor update of tests 2020-11-13 11:09:43 +01:00
Mykhaylo
a0af4b9e46 update tests 2020-11-12 11:14:07 +01:00
Mykhaylo
0f3186ce41 fixed wrong pagination of the search methods of ResourcePolicyRest endpoint 2020-11-11 17:01:31 +01:00
Mykhaylo
9746b5ea14 added tests that prove the wrong pagination of the search methods of ResourcePolicyRest endpoint 2020-11-11 17:00:18 +01:00
Mykhaylo
aeb6f941d3 fixed wrong pagination of the search method byMetadata of EPersonRest endpoint 2020-11-11 12:57:41 +01:00
Mykhaylo
b99f136aa3 added test that proves the wrong pagination of the search method byMetadata of EPersonRest endpoint 2020-11-11 12:55:43 +01:00
Mykhaylo
35b98db7a8 fixed wrong pagination of a search method byMetadata of GroupRest endpoint 2020-11-11 12:29:25 +01:00
Andrea Bollini
e2e13ebd06 Remove unnecessary changes and add more javadoc 2020-11-11 12:27:51 +01:00
Mykhaylo
50464dc216 added test that proves the wrong pagination of a search method of GroupRest endpoint 2020-11-11 12:26:18 +01:00
Mykhaylo
3960e57a1c fixed wrong pagination of collections 2020-11-11 11:52:25 +01:00
Mykhaylo
6f611e6868 added ITs that prove the wrong pagination of collections 2020-11-11 11:49:37 +01:00
Tim Donohue
4a8785b61e Disable stacktrace in error responses by default. Document how to enable. Cleanup of unused "server" settings 2020-11-10 11:01:03 -06:00
Marie Verdonck
2c21703b5e Test for null value patch added back in 2020-11-09 11:39:31 +01:00
Tim Donohue
08163019fa Merge pull request #3026 from 4Science/CSTPER-212
Submission from external source rejected with 403
2020-11-06 12:29:00 -06:00
Raf Ponsaerts
c4fe9e6674 [Task 73179] added javadocs and cleaned up where necessary 2020-11-06 16:39:31 +01:00
Alessandro Martelli
ed01db6392 [CSTPER-221] MetadataConverter fixed 2020-11-06 15:55:10 +01:00
Alessandro Martelli
544828ae95 [CSTPER-212] Submission from external source rejected with 403
Test efficiency improvements.
2020-11-06 12:02:58 +01:00
Andrea Bollini
72f5ea3383 Merge pull request #3030 from atmire/Issue_2919_URI-Parameters-not-added-for-self-link
Uri parameters not added for self link
2020-11-06 08:50:05 +01:00
Andrea Bollini
a8aab9d88b Improve ORCID testing via mock response 2020-11-05 22:10:29 +01:00
Andrea Bollini
e6000f6e5e Merge branch 'main' of https://github.com/DSpace/DSpace into D4CRIS-952-orcidV3 2020-11-05 15:49:41 +01:00
Jonas Van Goolen
0e296528de Update RestResourceControllerIT.java 2020-11-04 15:03:24 +01:00
Andrea Bollini
c0c2433a22 Merge pull request #3015 from tdonohue/more_lgtm_fixes
More fixes based on LGTM.com feedback
2020-11-04 12:50:38 +01:00
Alessandro Martelli
b878b0a7e0 [CSTPER-221] Minor changes and cleanup 2020-10-30 18:41:04 +01:00
Tim Donohue
cf5d52d60b Merge pull request #3013 from atmire/w2p-73986_Features-Endpoint---Usage-Statistics-Permissions-in-REST
Features Endpoint: Permissions to view stats, map items, see versions
2020-10-29 16:33:53 -05:00
Tim Donohue
481d69619c Merge pull request #3005 from atmire/w2p-73167_Edit-collection-permissions-in-REST-feature
Features endpoint: Edit Collection Permissions
2020-10-29 16:33:34 -05:00
Tim Donohue
ff9f59a14a Merge pull request #2993 from atmire/w2p-73207_Download-permission-features
Features endpoint: Download/RequestACopy features
2020-10-29 16:33:14 -05:00
Alessandro Martelli
ebab983618 [CSTPER-221] Validation check and MetadataConverter merge facility 2020-10-29 18:51:45 +01:00
Alessandro Martelli
5968c9ce2a [CSTPER-221] Tests refined 2020-10-29 16:44:37 +01:00
jonas-atmire
8637378a89 Issue 2919 -> Checkstyle fix 2020-10-29 07:46:14 +01:00
jonas-atmire
dcfe58f104 Merge branch 'main' into Issue_2919_URI-Parameters-not-added-for-self-link 2020-10-28 20:33:23 +01:00
jonas-atmire
74f14540d1 Issue 2919 -> URI parameters not properly added for self-links 2020-10-28 20:32:17 +01:00
Marie Verdonck
ccb18daeb0 Git merge https://github.com/atmire/DSpace.git / master
* Conflict file: RelationshipRestRepositoryIT
2020-10-28 18:06:17 +01:00
Marie Verdonck
cd5be5b84f 74274: [Issue 2988]: EPersonPasswordReplaceOperation => AddOperation; eperson password can be added&replaced with this patch operation + test changes 2020-10-28 16:07:40 +01:00
Alessandro Martelli
d8b7a78578 [CSTPER-221] RestMetadata applied without deleting existing ones. 2020-10-27 16:58:29 +01:00