Commit Graph

3696 Commits

Author SHA1 Message Date
Kristof De Langhe
568b8ee1a7 68954: Tests + AoT build fixes 2020-03-04 14:38:38 +01:00
Kristof De Langhe
305c4ce882 68954: Display claimed task actions depending on config from REST API
Conflicts:
	src/app/core/core.module.ts
	src/app/shared/mydspace-actions/claimed-task/claimed-task-actions.component.html
2020-03-04 14:38:20 +01:00
Marie Verdonck
677b3f63de Fixes after rebasing from upstream/master 2020-03-04 11:01:20 +01:00
Marie Verdonck
525c333e09 log removed 2020-03-04 10:03:13 +01:00
Marie Verdonck
781a558458 68930: getIDHref tests & removed undefined check, not needed because of spread array 2020-03-04 10:03:13 +01:00
Marie Verdonck
1f71274db6 68930: rename forwardToRest typo fix 2020-03-04 10:03:13 +01:00
Marie Verdonck
dffcd745af 68930: rename forwardToRest, embed query param added to getIDHref, tests wip 2020-03-04 10:03:13 +01:00
Marie Verdonck
32d0c8118b 68930: add embed query param for followLinks in buildHref + tests
removed fdescribe
2020-03-04 10:03:13 +01:00
Giuseppe Digilio
a6b2ed607a Merge remote-tracking branch 'remotes/origin/master' into shibboleth
# Conflicts:
#	src/app/core/auth/auth.actions.ts
#	src/app/core/auth/auth.effects.spec.ts
#	src/app/core/auth/auth.effects.ts
#	src/app/core/auth/auth.reducer.spec.ts
#	src/app/core/auth/auth.reducer.ts
#	src/app/core/auth/auth.service.spec.ts
#	src/app/core/auth/auth.service.ts
#	src/app/core/auth/server-auth.service.ts
#	src/app/shared/testing/auth-request-service-stub.ts
2020-03-03 20:04:02 +01:00
Tim Donohue
01231ef105 Merge pull request #606 from 4Science/#603_mydspace_fixes
#603 mydspace fixes
dspace-7.0-beta1
2020-03-03 11:14:06 -06:00
Giuseppe Digilio
98d44fd42e Fixed issue with workflowitem edit 2020-03-03 17:38:03 +01:00
Tim Donohue
000bfb85c0 Merge pull request #607 from atmire/allow-optional-links
Allow optional HALLinks
2020-03-03 10:30:04 -06:00
Kristof De Langhe
6606520c2f 68729: Resolve missing links to undefined 2020-03-03 16:36:35 +01:00
Giuseppe Digilio
5e95f1df1a Removed unintentional "this." from html template 2020-03-03 12:18:50 +01:00
Giuseppe Digilio
0e1d3e4048 Fixed following links for mydspace workflow results 2020-03-03 12:13:22 +01:00
Giuseppe Digilio
3cd8178f65 Reverted MyDSpacePageComponent 2020-03-03 12:11:25 +01:00
Giuseppe Digilio
2262a115fc Fixed issue with detailed visualization for mydspace results 2020-03-03 12:10:40 +01:00
Giuseppe Digilio
64c96c78f0 Fixed issue while retrieve undefined item's bitstreams on ItemDetailPreviewComponent 2020-03-03 12:09:33 +01:00
Giuseppe Digilio
401065dba2 Merge remote-tracking branch 'remotes/origin/master' into #603_mydspace_fixes 2020-03-03 09:29:09 +01:00
Tim Donohue
be4d4ec88d Merge pull request #605 from tdonohue/Increase_network_timeout_Docker
Increase network timeout for Docker builds to 5min
2020-03-02 14:00:06 -06:00
Tim Donohue
ccb3c98f81 Increase network timeout for Docker builds to 5min 2020-03-02 13:36:32 -06:00
Tim Donohue
dbca93e3aa Merge pull request #602 from 4Science/issues#599_and_issues#600_fixes
Issues#599 and issues#600 fixes
2020-03-02 12:56:30 -06:00
Giuseppe Digilio
18e17f0dad Added action to retrieve authenticated eperson object 2020-03-02 13:09:17 +01:00
Giuseppe Digilio
df8ef2b5c3 Fixed issue with field's required property during form filed initialization 2020-03-02 13:06:47 +01:00
Tim Donohue
b2f0e9f620 Merge pull request #591 from atmire/w2p-68921_breadcrumbs
Breadcrumbs
2020-02-28 10:36:43 -06:00
Tim Donohue
dbdc42fc73 Merge pull request #597 from 4Science/#592-miscellaneous-fixes
fix Submission cannot be completed #592
2020-02-27 15:20:48 -06:00
lotte
8b6b478df9 fixed other async 2020-02-27 16:59:34 +01:00
lotte
aa5383ca5a remove unnecessary async that causes test timeout 2020-02-27 16:58:44 +01:00
lotte
3d1e93f5ef feedback 2020-02-27 16:53:47 +01:00
Giuseppe Digilio
5d22ba7d36 Fixed Related Dynamic Form Controls functionality after Angular 8 upgrade 2020-02-27 13:08:09 +01:00
Giuseppe Digilio
653cf8e921 Temporary fix for Collection defaultAccessConditions issue 2020-02-27 11:20:00 +01:00
Giuseppe Digilio
355d9984b4 Fixed initialization of workspaceitem/workflowitem's selfUrl 2020-02-27 11:16:42 +01:00
Giuseppe Digilio
500f5c645f Fixed issue with DataService's delete method that used wrong uuid to make the request 2020-02-27 11:15:31 +01:00
Bram Luyten
3b89580caf Merge pull request #593 from bram-atmire/PR557-Partial-Dutch-Translation
Partial Dutch Translation by @muiltje
2020-02-27 10:11:26 +01:00
Bram Luyten
4814ed0c68 Rebase and enabling Dutch translation by default 2020-02-27 09:51:57 +01:00
muiltje
5acbf4f216 Second batch of Dutch translations 2020-02-27 08:54:59 +01:00
muiltje
423cf7569a First batch of Dutch translations 2020-02-27 08:54:59 +01:00
muiltje
9d988022c7 First batch of Dutch translations 2020-02-27 08:54:59 +01:00
muiltje
802498e27e First batch of Dutch translations 2020-02-27 08:54:59 +01:00
Kristof De Langhe
e1f940668a 69115: MyDSpace ClaimedTask proper link resolving 2020-02-26 17:50:44 +01:00
lotte
d2fe506299 fixed time out 2020-02-26 17:08:59 +01:00
lotte
b554d40e9c added tests and docs 2020-02-26 16:53:10 +01:00
lotte
4ae8997ada added tests for breadcrumbs service and component 2020-02-26 14:44:34 +01:00
Art Lowel
b4a63fccf4 rollback debug change 2020-02-26 14:17:27 +01:00
Art Lowel
5b326aea92 add DSONameService 2020-02-26 13:58:09 +01:00
Giuseppe Digilio
f92eb27c24 remove NormalizedAuthStatus 2020-02-26 10:01:43 +01:00
Giuseppe Digilio
1a192ecdc9 delete unintentional committed empty file 2020-02-25 17:53:20 +01:00
Giuseppe Digilio
d95d68dd7f Fixed deprecated /deep/ selector 2020-02-25 17:31:55 +01:00
Giuseppe Digilio
076ee8b26d Merge remote-tracking branch 'remotes/origin/master' into shibboleth
# Conflicts:
#	src/app/core/auth/auth.service.ts
#	src/app/core/auth/models/auth-status.model.ts
#	src/app/core/auth/models/normalized-auth-status.model.ts
#	src/app/core/auth/server-auth.service.ts
#	src/app/core/core.module.ts
#	src/app/shared/shared.module.ts
2020-02-25 17:31:07 +01:00
Kristof De Langhe
cbd36ce1f9 68729: Resolve missing links to undefined 2020-02-25 15:54:01 +01:00