Commit Graph

4478 Commits

Author SHA1 Message Date
Kristof De Langhe
b77dce25ce 72699: Shibboleth login redirect fix 2020-09-17 10:44:10 +02:00
Art Lowel
7eb88f9fda Merge branch 'main' into Hard-redirect-after-log-in 2020-09-11 16:52:01 +02:00
Tim Donohue
0be3c61eeb Merge pull request #751 from 4Science/authorities_and_controlled_vocabularies
Refactoring authority framework, value pairs and controlled vocabulary [Angular]
2020-09-11 09:42:37 -05:00
Giuseppe Digilio
e7ef068352 Merge remote-tracking branch 'remotes/origin/main' into authorities_and_controlled_vocabularies 2020-09-11 15:52:58 +02:00
Giuseppe Digilio
c5cb1a2837 [CSTPER-75] Fixed confidence status for linked metadata with authority 2020-09-11 15:38:41 +02:00
Giuseppe Digilio
a178e215f0 Fixed issue with preparing patch operation's value when value has an authority id but is not an instance of VocabularyEntry or FormFieldMetadataValueObject 2020-09-11 15:35:50 +02:00
Giuseppe Digilio
fab0a09727 Fixed issue with adding lookup repeatable fields 2020-09-11 15:33:05 +02:00
Giuseppe Digilio
1e8669a738 Fixed issue with change not detected 2020-09-11 15:30:38 +02:00
Tim Donohue
4b11e1d9cd Merge pull request #857 from 4Science/issue#819
Issue#819
2020-09-08 09:40:09 -05:00
Kristof De Langhe
f0940aad57 Merge branch 'w2p-72699_Hard-redirect-after-log-in' into Hard-redirect-after-log-in 2020-09-07 10:30:09 +02:00
Kristof De Langhe
4141ae7ad7 72699: JSDocs 2020-09-07 10:27:39 +02:00
Kristof De Langhe
b89c21ec3b Merge branch 'main' into w2p-72699_Hard-redirect-after-log-in
Conflicts:
	src/app/app-routing.module.ts
2020-09-07 10:22:37 +02:00
Giuseppe Digilio
ac86976115 Disabled EPerson language when sending Accept-Language header 2020-09-07 09:27:38 +02:00
Giuseppe Digilio
6feb344aa0 Revert "Fixed issue with LocaleInterceptor that blocked new request"
This reverts commit a76e0796
2020-09-07 09:26:23 +02:00
Giuseppe Digilio
b58defc0f3 Revert "Fixed issue that emits successful remote data twice with undefined payload in the first one"
This reverts commit 99c0f6ce
2020-09-07 09:26:02 +02:00
Tim Donohue
dd037459cf Merge pull request #715 from 4Science/DS-4515_submit-external-source
DS-4515: Start new submission via Search or ID Lookup (i.e. submit external source)
2020-09-04 09:49:55 -05:00
Art Lowel
5965f4e929 remove circular dependency 2020-09-04 14:32:13 +02:00
Giuseppe Digilio
a76e0796c6 Fixed issue with LocaleInterceptor that blocked new request 2020-09-03 14:46:52 +02:00
Giuseppe Digilio
99c0f6ceaa Fixed issue that emits successful remote data twice with undefined payload in the first one 2020-09-03 14:45:10 +02:00
Kristof De Langhe
59def51ebe 72699: LGTM alert fixes 2020-09-03 13:36:16 +02:00
Kristof De Langhe
5e970bcff2 72699: isAuthBlocking$ rename to isNotAuthBlocking$ 2020-09-03 13:32:13 +02:00
Kristof De Langhe
3d08eb0ae1 Merge branch 'main' into w2p-72699_Hard-redirect-after-log-in
Conflicts:
	src/app/app-routing.module.ts
	src/app/shared/log-in/log-in.component.ts
2020-09-03 13:19:36 +02:00
Art Lowel
e9a2b4b368 made the redirect after logging out blocking as well 2020-09-03 12:58:40 +02:00
Giuseppe Digilio
b8138ee3b9 Fixed lint error 2020-09-03 12:27:55 +02:00
Giuseppe Digilio
b15113ad96 Fixed failed test 2020-09-03 11:36:28 +02:00
Giuseppe Digilio
a504b7cbd3 Fixed issue with form field losing confidence value 2020-09-03 11:18:32 +02:00
Giuseppe Digilio
7d22bcc59c Merge remote-tracking branch 'remotes/atmire/fix-entities-issue-pr-751' into authorities_and_controlled_vocabularies 2020-09-03 10:07:34 +02:00
Giuseppe Digilio
94119668dd Fixed merge 2020-09-03 09:57:24 +02:00
Giuseppe Digilio
5ebd4fcbc8 Merge remote-tracking branch 'remotes/origin/main' into authorities_and_controlled_vocabularies
# Conflicts:
#	src/app/core/integration/models/authority.value.ts
#	src/app/shared/chips/models/chips-item.model.ts
#	src/app/shared/chips/models/chips.model.ts
#	src/app/shared/form/builder/ds-dynamic-form-ui/ds-dynamic-form-control-container.component.ts
#	src/app/shared/form/builder/ds-dynamic-form-ui/models/relation-group/dynamic-relation-group.components.ts
#	src/app/shared/form/builder/models/form-field-metadata-value.model.ts
2020-09-03 09:36:39 +02:00
Tim Donohue
cd6c5b70c8 Merge pull request #853 from atmire/w2p-72741_upload-section-id
844: Fix file upload to use section ID instead of 'upload'
2020-09-02 15:00:36 -05:00
Tim Donohue
16a68dae42 Merge pull request #855 from atmire/Curation-task-email-parameter-removal
Removal of email option for the curation script
2020-09-02 11:14:34 -05:00
jonas-atmire
be79663df9 Removal of email option for the curation script -> See https://github.com/DSpace/DSpace/pull/2926#pullrequestreview-477868288 for full explanation 2020-09-02 14:59:44 +02:00
Kristof De Langhe
17249e9541 72699: Additional fixes for maintaining and clearing the redirect url on login components 2020-09-01 16:22:16 +02:00
Tim Donohue
f4946003e2 Add action to auto-label PRs with merge conflicts 2020-09-01 09:08:25 -05:00
Art Lowel
f167d5a629 fix issue where combining entities and authority control in the same field wouldn't work 2020-09-01 14:25:50 +02:00
Art Lowel
724e5d1f12 add blocking state to make dealing with log in errors more user friendly 2020-09-01 10:10:39 +02:00
Tim Donohue
bc0be9e235 Merge pull request #850 from atmire/remove-cirular-dependencies
Remove circular dependencies
2020-08-31 15:14:06 -05:00
Yana De Pauw
f222cd8b33 72741: Fix file upload to use section ID instead of 'upload' 2020-08-28 17:24:52 +02:00
Tim Donohue
a63bfdf2fd Merge pull request #845 from atmire/w2p-72444_Support-multiple-dsoType-values-in-discovery
Support multiple dso type values in discovery
2020-08-28 09:05:20 -05:00
Tim Donohue
43ae3fc952 Merge pull request #841 from 4Science/ISSUE_840
Hide EPerson search section in the edit mode
2020-08-28 08:48:05 -05:00
Art Lowel
bbc7844b5d fix lgtm issues 2020-08-28 11:58:43 +02:00
Kristof De Langhe
61e0b9efb0 72699: Remove redundant subscribe + fix tests 2020-08-28 11:40:22 +02:00
Art Lowel
21e8879f77 remove circular dependencies 2020-08-28 11:34:17 +02:00
Marie Verdonck
81fc26b844 72444: Statistics search event dsoType single string & small fix 2020-08-27 15:17:02 +02:00
Kristof De Langhe
a3df6ce474 72699: Remove unnecessary method 2020-08-27 14:56:20 +02:00
Kristof De Langhe
55c45f5f6c 72699: Hard redirect after log in - loading fixes 2020-08-27 14:50:13 +02:00
Marie Verdonck
e9d77c4d2c 72444: statistics searchevent.dsoTypes changed until backend changes
& error on export modal dso selector for item removed, only returns comcols, not items now
& test fixes
2020-08-27 14:37:31 +02:00
Marie Verdonck
e89d064934 multiple dsoType allowed in search & in selector modals 2020-08-27 14:37:31 +02:00
Giuseppe Digilio
92207cf66d Added missing TypeDocs 2020-08-27 09:30:38 +02:00
Kristof De Langhe
7fbae8997d 72699: JSDocs and Test cases 2020-08-26 16:32:03 +02:00