Commit Graph

3385 Commits

Author SHA1 Message Date
Yana De Pauw
183a92c413 68781: Change eperson/uuid/groups to only return direct groups 2020-03-05 16:06:58 +01:00
Yana De Pauw
3b1ef6ef0a 68781: Re-add findByEmail 2020-03-05 11:16:36 +01:00
Mykhaylo
1fdb728672 Merge branch 'master' of https://github.com/DSpace/DSpace into revisitSecurityLayerOfSubmission-DS-4043 2020-03-05 10:52:23 +01:00
Mykhaylo
0d8f494863 added IT that prove newly created account has no groups 2020-03-05 09:42:05 +01:00
Tim Donohue
b0f9900c4b Merge pull request #2665 from Micheleboychuk/resourcepolicy-DS-4418
DS-4418 remove uuid from resource policy rest
2020-03-04 12:58:32 -06:00
Raf Ponsaerts
d7e91e8e4c [Task 69256] made the Step into a link/embed on ClaimedTasks, PoolTasks and WorkflowItems 2020-03-04 17:01:14 +01:00
Raf Ponsaerts
20fa413ad8 [Task 69284] fully refactored the SpecificLevelProjection and tests 2020-03-04 12:01:06 +01:00
Tim Donohue
8fb5d1e90e [maven-release-plugin] prepare for next development iteration 2020-03-03 12:08:09 -06:00
Tim Donohue
80cd821f20 [maven-release-plugin] prepare release dspace-7.0-beta1 2020-03-03 12:07:57 -06:00
Raf Ponsaerts
767274b98b [Task 69271] fixes after master merge 2020-03-03 14:26:39 +01:00
Raf Ponsaerts
0829cf5b51 Merge remote-tracking branch 'dspace/master' into w2p-68732_list-version-history 2020-03-03 13:17:00 +01:00
Raf Ponsaerts
fe664b3f6c Example of different implementation for specificLevelEmbed 2020-03-03 13:06:07 +01:00
Raf Ponsaerts
39c792caf0 [Task 69270] applied the feedback with regards to the projections.xml, spring-dspace-core-services.xml and test comments 2020-03-03 11:27:11 +01:00
Mykhaylo
2b13edb143 fix typo in solr field name 2020-03-02 18:44:32 +01:00
Toni Prieto
db09fac216 Add StripDiacritics to OrderFormat classes for author and text and normalize the starts_with param text submitted 2020-03-02 17:09:06 +01:00
Mykhaylo
e42382b4ab Merge branch 'revisitSecurityLayerOfSubmission-DS-4043' of https://github.com/Micheleboychuk/DSpace into revisitSecurityLayerOfSubmission-DS-4043
# Conflicts:
#	dspace-server-webapp/src/test/java/org/dspace/app/rest/WorkspaceItemRestRepositoryIT.java
2020-03-02 17:00:51 +01:00
Mykhaylo
a19f24beba Merge branch 'resourcepolicy-DS-4418' of https://github.com/Micheleboychuk/DSpace into revisitSecurityLayerOfSubmission-DS-4043
# Conflicts:
#	dspace-server-webapp/src/test/java/org/dspace/app/rest/WorkspaceItemRestRepositoryIT.java
2020-03-02 16:43:10 +01:00
Mykhaylo
5ac981f877 Merge branch 'ITtoProveAccessRestrictedItem-DS-4123' of https://github.com/Micheleboychuk/DSpace into ITforBitstream-DS-4124 2020-03-02 15:00:41 +01:00
Mykhaylo
f7a9d9262e code cleanup - community feedback 2020-03-02 14:59:18 +01:00
Raf Ponsaerts
53149bb65b [Task 69114] exposed the action as an embed on claimedtasks 2020-03-02 13:32:09 +01:00
Mykhaylo
1639ac749c Merge branch 'ITtoProveAccessRestrictedItem-DS-4123' of https://github.com/Micheleboychuk/DSpace into DS-4278 2020-03-02 11:39:16 +01:00
Raf Ponsaerts
e659c199d8 [Task 69133] added tests for Projections level and specific embed; applied small refactors to beans 2020-03-02 11:06:14 +01:00
Mykhaylo
ac61bd0cac Merge branch 'master' of https://github.com/DSpace/DSpace into ITtoProveAccessRestrictedItem-DS-4123
# Conflicts:
#	dspace-server-webapp/src/test/java/org/dspace/app/rest/builder/CommunityBuilder.java
2020-03-02 10:08:18 +01:00
Mykhaylo
be3d51cd82 Merge branch 'master' of https://github.com/DSpace/DSpace into resourcepolicy-DS-4418 2020-03-02 09:44:50 +01:00
Mykhaylo Boychuk
90688555b8 code cleanup - community feedback 2020-02-28 18:03:18 +01:00
Mykhaylo Boychuk
353b12034c code cleanup - community feedback 2020-02-28 16:50:01 +01:00
Mykhaylo Boychuk
b15001b54e added Solr query inside findAll() for Community/Collection Repositories 2020-02-28 16:12:58 +01:00
Mykhaylo Boychuk
67a48dbd71 implemented Solr query for CommunityCollectionLinkRepository 2020-02-28 16:07:27 +01:00
Mykhaylo Boychuk
38b89d85ae implemented Solr query for SubCommunityLinkRepository 2020-02-28 16:05:54 +01:00
Mykhaylo Boychuk
3bbe68cc73 added ITs to prove access restricted Communities/Collections cannot be accessed anonymously 2020-02-28 16:01:26 +01:00
Raf Ponsaerts
af5abeb524 Merge remote-tracking branch 'origin/w2p-68607_add-link-to-parent-community' into w2p-69133_refactoring-and-its-specific-embeds 2020-02-28 15:36:03 +01:00
Raf Ponsaerts
ba76270bea Merge remote-tracking branch 'origin/DS-4433_Specify-embeds-Continued-2' into w2p-69133_refactoring-and-its-specific-embeds 2020-02-28 15:35:08 +01:00
Raf Ponsaerts
ccf8aa905c Merge remote-tracking branch 'dspace/master' into w2p-68607_add-link-to-parent-community
Conflicts:
	dspace-server-webapp/src/test/java/org/dspace/app/rest/WorkspaceItemRestRepositoryIT.java
2020-02-28 15:12:04 +01:00
Raf Ponsaerts
2a54bfab40 [Task 69156] applied feedback to the breadcrumbs tests 2020-02-28 14:34:32 +01:00
Tim Donohue
9f0ba4914a Merge pull request #2684 from atmire/DS-4438_ProjectionsForPOSTRequests
DS-4438 Respect client-provided projections for non-GETs
2020-02-27 11:40:47 -06:00
Andrea Bollini
0403f45dc1 improve the comments clarifying the null scenario 2020-02-27 15:40:14 +01:00
Andrea Bollini
9e08df614a add description to the features 2020-02-27 15:39:50 +01:00
Andrea Bollini
be410e2cb8 improve comments about all the managed scenarios 2020-02-27 15:19:34 +01:00
Raf Ponsaerts
abf82a3f46 [Task 69130] applied feedback to the breadcrumbs functionality 2020-02-27 15:01:21 +01:00
Mykhaylo Boychuk
61e927ed94 refactored tests 2020-02-26 11:23:53 +01:00
Mykhaylo Boychuk
00fe4b6bcb added check to prove that community/collection are public 2020-02-25 18:32:32 +01:00
Mykhaylo Boychuk
3bc6346a5b added ITs to prove access restricted for /api/core/communities/<:uuid>/collections 2020-02-25 18:28:17 +01:00
Mykhaylo Boychuk
ee3d379176 added matcher for Collection 2020-02-25 18:26:53 +01:00
Yana De Pauw
9b442743b6 69108: Fix comments 2020-02-25 13:32:28 +01:00
Mykhaylo Boychuk
1b0e21496a added ITs to prove access restricted for /api/core/communities/<:uuid>/subcommunities 2020-02-25 12:23:06 +01:00
Raf Ponsaerts
06f5199ec7 Re-adding javadoc to the CollectionParentCommunityLinkRepository 2020-02-25 11:38:16 +01:00
Yana De Pauw
af2f1ee15b 68919: Add replace tests 2020-02-25 11:30:43 +01:00
Raf Ponsaerts
b963622191 Merge remote-tracking branch 'dspace/master' into w2p-68607_add-link-to-parent-community 2020-02-25 11:19:25 +01:00
Raf Ponsaerts
c1d7edafbe [Task 68945] processed feedback on breadcrumbs ITs 2020-02-25 11:18:08 +01:00
Marie Verdonck
ba6792a43c is(HttpStatus.SC_BAD_REQUEST) to isBadRequest() 2020-02-25 10:40:16 +01:00