Commit Graph

4628 Commits

Author SHA1 Message Date
lotte
cced7a2914 fixed preboot issues and error handling 2020-09-09 16:07:19 +02:00
lotte
3f4a0d1fd9 removing proboot option from config 2020-09-09 16:07:19 +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
b82e840935 72541: Removed unused import 2020-09-08 11:16:12 +02:00
Kristof De Langhe
c5e975601a Merge branch 'w2p-72699_Hard-redirect-after-log-in' into w2p-72541_User-agreement-and-Privacy-statement
Conflicts:
	src/app/app-routing.module.ts
2020-09-08 10:17:44 +02:00
lotte
99b84223e2 fixed lgtm error 2020-09-08 09:26:38 +02:00
lotte
d4027cc1d1 debounce for update requests 2020-09-08 09:13:17 +02:00
lotte
90f0597baa bugfix for users without metadata value for cookie 2020-09-08 09:13:17 +02:00
lotte
48ffb2105f added missing typedoc 2020-09-08 09:13:17 +02:00
lotte
d7f6885232 updated consent configuration 2020-09-08 09:13:17 +02:00
lotte
8d29090f24 small fixes 2020-09-08 09:13:17 +02:00
lotte
c19f49fb96 added tests 2020-09-08 09:13:17 +02:00
lotte
19ca179e7a commit before rebase 2020-09-08 09:13:17 +02:00
lotte
f6e8448164 fixed SSR issue, added code for storing the users cookie consents and restoring them 2020-09-08 09:13:17 +02:00
lotte
b3b934033c added klaro exclusion to webpack/tsconfig 2020-09-08 09:13:17 +02:00
lotte
3e1fb243a1 solving SSR issue 2020-09-08 09:13:17 +02:00
lotte
33aeccdd43 72635: Fixed initialize code and started on storageName 2020-09-08 09:13:17 +02:00
lotte
0b3b82b485 finished basic Klaro setup 2020-09-08 09:13:17 +02:00
lotte
472154c0df 72635: Cookie preferences first committ 2020-09-08 09:13:17 +02:00
Kristof De Langhe
de9f642bf9 72541: Fix tests, remove redundant injection and added JSDocs 2020-09-07 12:01:23 +02: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
Kristof De Langhe
18fdf7585e Merge branch 'w2p-72541_User-agreement-and-Privacy-statement' of https://git.atmire.com/contributions/dspace-angular into w2p-72541_User-agreement-and-Privacy-statement 2020-09-04 17:46:11 +02:00
Kristof De Langhe
aa1b568bf4 72541: Redirect through query param at EndUserAgreement 2020-09-04 17:46:05 +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
7997100a7e Merge branch 'w2p-72699_Hard-redirect-after-log-in' into w2p-72541_User-agreement-and-Privacy-statement 2020-09-04 14:35:24 +02:00
Art Lowel
5965f4e929 remove circular dependency 2020-09-04 14:32:13 +02:00
Marie Verdonck
1e82943f4a Remove unused imports 2020-09-04 13:04:57 +02:00
Marie Verdonck
dcbb002630 71894: small fix after rebase 2020-09-04 12:52:15 +02:00
Marie Verdonck
810f009582 71894: position dropdown right underneath input 2020-09-04 12:23:31 +02:00
Marie Verdonck
b602a736de 71894: Refactored exact FieldName search for validator after change endpoint 2020-09-04 12:23:31 +02:00
Art Lowel
10b314cf20 fix tests 2020-09-04 12:23:30 +02:00
Marie Verdonck
1f4ae7a035 71894: refactor with new operator metadataFieldsToString instead of schemaResolved 2020-09-04 12:23:30 +02:00
Marie Verdonck
2ebb1640b4 71894: WIP: fix EditInPlace tests 2020-09-04 12:22:24 +02:00
Marie Verdonck
4a0444d669 71894: mdField validation; TODO: fix EditInPlace tests 2020-09-04 12:22:24 +02:00
Marie Verdonck
a6c0a60bd7 71894: Start of mdField validator; todo: show error & some backend changes 2020-09-04 12:22:24 +02:00
Marie Verdonck
77b2506112 71894: MD field suggestions on edit item page 2020-09-04 12:22:24 +02:00
Kristof De Langhe
bd522038a1 72541: Additional tests and fixes 2020-09-03 17:52:52 +02:00
Kristof De Langhe
eda1a34da5 72541: EndUserAgreementCurrentUserGuard and EndUserAgreementCookieGuard 2020-09-03 17:22:38 +02:00
Kristof De Langhe
a0759098ea Merge branch 'w2p-72699_Hard-redirect-after-log-in' into w2p-72541_User-agreement-and-Privacy-statement
Conflicts:
	src/app/+collection-page/collection-page-routing.module.ts
	src/app/+community-page/community-page-routing.module.ts
	src/app/+item-page/item-page-routing.module.ts
	src/app/+workflowitems-edit-page/workflowitems-edit-page-routing.module.ts
	src/app/app-routing.module.ts
	src/app/core/shared/operators.ts
2020-09-03 16:06:59 +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