Commit Graph

3385 Commits

Author SHA1 Message Date
Pasquale Cavallo
ecefb1a302 Comment and minor improvements 2020-06-24 14:52:33 +02:00
Mykhaylo
f39ce1cf54 Added ITs 2020-06-24 12:37:09 +02:00
Mykhaylo
13727fb49a Added management of the parametr exact 2020-06-24 12:36:34 +02:00
Raf Ponsaerts
2b6f19f6be [Task 71440] added javadocs to SubmissionCCLicenseUrl 2020-06-24 11:14:40 +02:00
Mykhaylo
8c5dc56193 updated tests of VocabularyEntryDetails 2020-06-23 22:50:55 +02:00
Mykhaylo
b940e3d41a implemented search method top 2020-06-23 22:48:54 +02:00
Mykhaylo
ed5ea81241 added implementations for link child and parent repositories 2020-06-23 22:45:54 +02:00
Peter Nijs
6a88ef51b3 71410: Authorization for Downloads of restricted Bitstreams
- Don't update ePerson session salt when requesting a short lived token
2020-06-23 18:08:39 +02:00
Pasquale Cavallo
530a9d5fac Tests and minor fix 2020-06-23 17:11:56 +02:00
Raf Ponsaerts
9f9fe26549 [Task 71440] fixed checkstyle and added preAuthorize to the SubmissionCCLicenseUrlRepository 2020-06-23 15:09:45 +02:00
Mykhaylo
0c4985e1cf added implementations for getChoicesByParent and getTopChoices 2020-06-23 14:59:15 +02:00
Andrea Bollini
52797df90d Merge pull request #2781 from atmire/w2p-71356_private-bitstreams-md-accessible
Private Bitstreams should still return name, content link
2020-06-23 14:30:52 +02:00
Raf Ponsaerts
3f9a690f5f Merge remote-tracking branch 'dspace/master' into w2p-70213_CC-license 2020-06-23 14:23:59 +02:00
Raf Ponsaerts
95110d2b5a [Task 71440] changed the ModelObject for SubmissionCCLicenseUrlRest from String to SubmissionCCLicenseUrl 2020-06-23 14:23:50 +02:00
Danilo Di Nuzzo
8407a2f688 [CST-2877] fix 2020-06-23 11:54:48 +02:00
Pasquale Cavallo
3c4a463771 pubmed test data 2020-06-23 01:58:42 +02:00
Pasquale Cavallo
8ad4b0ed39 Implement FileSource in PubmedImportMetadataSourceServiceImpl 2020-06-23 01:51:59 +02:00
Tim Donohue
52ee4ec4fb Missing import in IT 2020-06-22 13:57:35 -05:00
Tim Donohue
88215a1581 Merge pull request #2648 from atmire/w2p-64428_scripts-prototype-importing-and-exporting
Scripts & processes: importing and exporting csv's
2020-06-22 12:37:26 -05:00
Danilo Di Nuzzo
2016805623 Merge branch 'DS-4466_new' of https://github.com/4science/DSpace into DS-4466_new 2020-06-22 18:29:49 +02:00
Danilo Di Nuzzo
ffad77b43b [CST-2877] fix submission multi-lang 2020-06-22 17:20:22 +02:00
Mykhaylo
64a29b1b60 update tests 2020-06-22 14:45:44 +02:00
Mykhaylo
de8def4418 refactoring 2020-06-22 14:44:41 +02:00
Andrea Bollini
6c2ed0c0d9 Merge branch 'draft_vocabulary' of https://github.com/4Science/DSpace into draft_vocabulary 2020-06-22 12:15:35 +02:00
Andrea Bollini
73e0bd8759 Avoid to expose the authority where not needed 2020-06-22 12:15:00 +02:00
Mykhaylo
efb4f6a1be renamed embedded link in tests 2020-06-22 12:00:49 +02:00
Pasquale Cavallo
64046093d2 Bibtex file import 2020-06-22 11:46:53 +02:00
Andrea Bollini
bd2cf94376 DS-4529 External authorities endpoint doesn't support the pagination 2020-06-20 18:52:45 +02:00
Andrea Bollini
5c8ff2c743 DS-4530 enforce the use of the latest override of the findOne when checking permission for embedding 2020-06-20 18:49:56 +02:00
Mykhaylo
e473f1170b added test 2020-06-19 18:47:04 +02:00
Mykhaylo
de49227b07 fix tests 2020-06-19 18:46:22 +02:00
Mykhaylo
f9f0067294 fix bug 2020-06-19 18:45:37 +02:00
Tim Donohue
69df9b0ec2 Merge pull request #2771 from Micheleboychuk/DS-4504_UpdatePerformanceFindingCollections
DS-4504 Performance issues with finding Collections a user can submit to
2020-06-19 11:09:32 -05:00
Mykhaylo
056a0fbdae VocabularyEntryRest must implement RestModel 2020-06-19 16:44:26 +02:00
Mykhaylo
cd842fd806 refactored RestResourceController 2020-06-19 16:42:10 +02:00
Mykhaylo
52dfbfd958 added VocabularyEntryResource 2020-06-19 16:40:35 +02:00
Mykhaylo
fa2769036a refactored search method byMetadataAndCollection 2020-06-19 16:36:43 +02:00
Raf Ponsaerts
891ab3f3e2 [Task 71442] fixed the tests without the additional cleanup required 2020-06-19 14:47:53 +02:00
Yana De Pauw
08abaf8b03 71440: Implement feedback 2020-06-19 14:05:14 +02:00
Kevin Van de Velde
6c91e5acf0 Authorization for file downloads: Small comment changes 2020-06-19 12:03:42 +02:00
Peter Nijs
b4b56750fd 71410: Authorization for Downloads of restricted Bitstreams
- Internal feedback
2020-06-19 10:25:17 +02:00
Raf Ponsaerts
de6bc7d8d0 [Task 71442] fixed compile error after merge 2020-06-19 10:18:28 +02:00
Raf Ponsaerts
e73686e05b Merge remote-tracking branch 'dspace/master' into w2p-70273_create-new-registration
Conflicts:
	dspace-api/src/main/java/org/dspace/app/util/AuthorizeUtil.java
	dspace-server-webapp/src/main/java/org/dspace/app/rest/security/EPersonRestPermissionEvaluatorPlugin.java
	dspace-server-webapp/src/test/java/org/dspace/app/rest/EPersonRestRepositoryIT.java
2020-06-19 10:17:57 +02:00
Raf Ponsaerts
d212a84a4e [Task 71442] applied feedback to the new registration endpoint 2020-06-19 09:56:34 +02:00
Andrea Bollini
c23a5b64de Improve error handling and test env clenaup 2020-06-19 09:35:40 +02:00
Mykhaylo
ea9d5da764 implemented search method byMetadataAndCollection 2020-06-19 09:35:24 +02:00
Andrea Bollini
e4d61191e6 Disable test failing due to bug in the Mock library 2020-06-18 23:52:49 +02:00
Andrea Bollini
9b24517546 Fix obviously wrong implementation 2020-06-18 23:49:25 +02:00
Mykhaylo
1114903645 refactored tests 2020-06-18 22:07:43 +02:00
Andrea Bollini
ea31ebef05 Merge branch 'master' of https://github.com/DSpace/DSpace into DS-4466_new 2020-06-18 19:38:00 +02:00