Commit Graph

3953 Commits

Author SHA1 Message Date
Tim Donohue
2334a87e3a Merge pull request #2707 from Micheleboychuk/DS-4122_comcol_permissions
DS-4122 Create Integration Tests to prove access restricted Communities/Collections cannot be accessed anonymously
2020-03-30 09:31:03 -05:00
Giuseppe Digilio
0d7ba9b841 Merge remote-tracking branch 'origin/master' into dspace-7-shibboleth 2020-03-24 21:25:50 +01:00
Andrea Bollini
94706cfcc2 Fix checkstyle issue after update to 8.30, move comments closer to the relevant code 2020-03-24 12:21:29 +01:00
Andrea Bollini
ef4a33b584 Merge branch 'master' of https://github.com/DSpace/DSpace into DS-4122_comcol_permissions 2020-03-24 12:18:16 +01:00
Andrea Bollini
8cced80df3 Merge branch 'master' of https://github.com/DSpace/DSpace into authz 2020-03-20 18:35:42 +01:00
Andrea Bollini
8c234d1a5c Merge pull request #2711 from tdonohue/upgrade_checkstyle
Upgrade to Checkstyle v8.30
2020-03-19 14:24:37 +01:00
Mykhaylo Boychuk
9ce5c58626 Implement community feedback 2020-03-17 17:46:04 +01:00
Andrea Bollini
f0210c5a46 encapsulate the logic to switch current user in the context class 2020-03-16 18:36:38 +01:00
Giuseppe Digilio
2044d33908 Use configurationService to set default authentication-shibboleth.lazysession.loginurl in getShibURL method 2020-03-13 19:31:50 +01:00
Giuseppe Digilio
d665125788 Added port to getBaseUrl 2020-03-13 19:30:45 +01:00
Giuseppe Digilio
3989987a41 Merge remote-tracking branch 'origin/master' into dspace-7-shibboleth 2020-03-13 12:52:19 +01:00
Tim Donohue
4ab134b632 Merge pull request #2685 from atmire/w2p-68726_Workflow-IT-in-rest
Workflow step definitions: action validation
2020-03-12 09:47:30 -05:00
Marie Verdonck
65943dc0d6 Process feedback: Exception messages, renamed method & comment fix restored 2020-03-12 10:52:05 +01:00
Tim Donohue
4b54c6fc3c Fix new checkstyle failures for "CustomImportOrder: Extra separation in import group before.." 2020-03-11 15:34:48 -05:00
Mykhaylo
87bc6a24ea Merge branch 'master' of https://github.com/DSpace/DSpace into DS-4122_comcol_permissions
# Conflicts:
#	dspace-api/src/test/data/dspaceFolder/config/spring/api/workflow.xml
#	dspace-api/src/test/java/org/dspace/xmlworkflow/XmlWorkflowFactoryTest.java
#	dspace-server-webapp/src/main/java/org/dspace/app/rest/repository/CollectionRestRepository.java
#	dspace-server-webapp/src/main/java/org/dspace/app/rest/repository/CommunityRestRepository.java
#	dspace-server-webapp/src/test/java/org/dspace/app/rest/ItemOwningCollectionUpdateRestControllerIT.java
#	dspace-server-webapp/src/test/java/org/dspace/app/rest/builder/CommunityBuilder.java
2020-03-10 13:18:51 +01:00
Andrea Bollini
82d4908d62 Merge branch 'master' of https://github.com/DSpace/DSpace into authz 2020-03-10 09:58:20 +01:00
Andrea Bollini
ace118a722 Fix special groups scenario 2020-03-08 17:43:28 +01:00
Mykhaylo
1f9f8510b4 added check for IndexableDSpaceObject & fix minor bugs 2020-03-05 22:29:35 +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
kshepherd
08e6d247b1 Merge pull request #2454 from tdonohue/DS-4073
DS-4073 fix. FindByValue should pass in value, not qualifier.
2020-03-04 10:22:10 +13: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
Mykhaylo
2b13edb143 fix typo in solr field name 2020-03-02 18:44:32 +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
bece88f977 implemented plugin for indexing parent object of Community/Collection/Item 2020-02-28 16:19:34 +01:00
Mykhaylo Boychuk
f7a12ab3d3 added indexing for ADMIN policies 2020-02-28 16:16:18 +01:00
Andrea Bollini
cb83c4c161 Clarify the reason of the sleep time 2020-02-27 15:31:10 +01:00
Marie Verdonck
d3680b1a36 Merge branch 'workflow-step-definitions' into w2p-68726_Workflow-IT-in-rest 2020-02-24 14:33:43 +01:00
Marie Verdonck
ff30538dad Merge remote-tracking branch 'dspace-origin/master' into workflow-step-definitions
# Conflicts:
#	dspace-api/src/test/java/org/dspace/xmlworkflow/XmlWorkflowFactoryTest.java
2020-02-24 12:55:58 +01:00
Giuseppe Digilio
0fee734a2a Fixed default value of authentication-shibboleth.lazysession.loginurl 2020-02-24 10:15:11 +01:00
Giuseppe Digilio
8cbe3e1f30 Added getBaseUrl to Utils 2020-02-24 10:02:49 +01:00
Andrea Bollini
2726bc6277 Merge branch 'master' of https://github.com/DSpace/DSpace into authz 2020-02-22 16:52:13 +01:00
Andrea Bollini
d797ab0407 track the reset of the local.cfg file 2020-02-22 16:40:47 +01:00
Andrea Bollini
de8e3ec93b Add IT to proof that the AuthorizeConfiguration support the config reload 2020-02-22 15:39:20 +01:00
Mykhaylo Boychuk
04df6f9d89 Merge branch 'master' of https://github.com/DSpace/DSpace into resourcepolicy-DS-4418 2020-02-21 09:52:50 +01:00
Tim Donohue
d2c6582899 Minor spelling corrections 2020-02-20 15:19:06 -06:00
Andrea Bollini
d64609df22 DS-4418 improve javadoc, cleanup dependencies 2020-02-20 19:48:38 +01:00
Tim Donohue
453c69132b Merge pull request #2669 from tdonohue/DS-4380_errorprone_fixes
DS-4380 : Fix errorprone test warnings after JDK11 upgrade
2020-02-20 10:36:56 -06:00
Tim Donohue
81ae8b1738 Merge pull request #2674 from tdonohue/DS-4434_fix_context_behavior
[DS-4434] Fix Context.commit() and Context.isValid() behavior. Add more tests
2020-02-20 10:28:10 -06:00
Giuseppe Digilio
a28cb7551c Merge remote-tracking branch 'origin/master' into dspace-7-shibboleth 2020-02-20 14:40:41 +01:00
Tim Donohue
808316599e Minor test correction. Use example.com for test emails as its guarranteed undeliverable 2020-02-19 16:56:32 -06:00
Tim Donohue
280ccac20c Fix Objects.toString() calls to return empty string if null 2020-02-19 16:51:28 -06:00
Marie Verdonck
50daac5937 Merge remote-tracking branch 'dspace-origin/master' into w2p-68726_Workflow-IT-in-rest 2020-02-19 10:51:43 +01:00
Kevin Van de Velde
c498838e39 Merge remote-tracking branch 'upstream/master' into workflow-step-definitions 2020-02-19 09:39:21 +01:00
Marie Verdonck
64900a8791 68825: only allow patch/upload in workflow if claimed task w edit_metadata option 2020-02-18 16:54:43 +01:00
Marie Verdonck
743d35f098 68821: check if submit button is in valid options for current action in workflow + previously @ignore tests now work as expected 2020-02-18 11:33:48 +01:00
Andrea Bollini
9a7f9e7ada Merge branch 'master' of https://github.com/DSpace/DSpace into authz 2020-02-17 00:53:52 +01:00
Andrea Bollini
4f20954e9d DS-4413 fix checkstyle and add ITs for the withdraw, reinstate and cclicense feature 2020-02-16 16:59:29 +01:00
Tim Donohue
a5fe08c158 Minor spelling/grammar fixes 2020-02-14 09:39:04 -06:00
Tim Donohue
7f879a2086 Add tests for HibernateDBConnection. Fix failing ContexTest methods. Bug fixes found via Tests 2020-02-14 08:57:36 -06:00