Commit Graph

3223 Commits

Author SHA1 Message Date
Giuseppe Digilio
b768043bcc Add withCredentials param to ServerAuthService's checkAuthenticationCookie method 2020-01-23 09:57:49 +01:00
Giuseppe Digilio
b19aa64052 Add withCredentials param to request options instead of using http interceptor 2020-01-22 17:06:54 +01:00
Giuseppe Digilio
c8d516598a Fixed failed test 2020-01-17 15:15:32 +01:00
Giuseppe Digilio
2a4f8aaad8 Merge remote-tracking branch 'remotes/origin/master' into shibboleth 2020-01-17 14:39:40 +01:00
Art Lowel
f531bdd976 Merge pull request #563 from 4Science/fix_store_selectors
Fix history and bitstreamFormats store selector after moved in CoreState
2020-01-17 13:59:24 +01:00
Giuseppe Digilio
ddb787277b Fix failed test 2020-01-17 13:08:26 +01:00
Giuseppe Digilio
eb866d85ef Fixed merge 2020-01-17 12:12:03 +01:00
Giuseppe Digilio
29b2e89625 Merge remote-tracking branch 'remotes/origin/master' into shibboleth
# Conflicts:
#	src/app/core/auth/auth.interceptor.ts
#	src/app/shared/auth-nav-menu/auth-nav-menu.component.html
#	src/app/shared/shared.module.ts
2020-01-17 12:11:46 +01:00
Giuseppe Digilio
1e99071907 Added auth action that allows to retrieve token once check on authentication cooke is successful 2020-01-17 11:51:55 +01:00
Giuseppe Digilio
0eac9c6369 check Authentication Token both on SSR and CSR 2020-01-17 11:50:07 +01:00
Giuseppe Digilio
afe70bc546 added refresh token when check on authorization cookie is successful 2020-01-17 11:09:41 +01:00
Giuseppe Digilio
49e59c44e1 fixed test 2020-01-17 11:08:09 +01:00
Giuseppe Digilio
57b007ffe2 fix referer url used for X-Requested-With header 2020-01-16 17:43:10 +01:00
Giuseppe Digilio
f630898eab Merge remote-tracking branch 'remotes/origin/master' into fix_store_selectors 2020-01-16 16:14:19 +01:00
Tim Donohue
1ca1fe746a Merge pull request #534 from atmire/reorder-name-variants
Reordering related entities in the submission
2020-01-16 08:49:29 -06:00
Giuseppe Digilio
4f8f4de241 Added X-Requested-With header when retrieving auth methods on SSR 2020-01-16 15:17:59 +01:00
Giuseppe Digilio
6560d1d112 Use status request to check an existing token and to retrieve auth methods available 2020-01-16 14:36:20 +01:00
lotte
4c23d01567 Merge branch 'master' into reorder-name-variants 2020-01-16 09:30:31 +01:00
Tim Donohue
16831decca Merge pull request #551 from 4Science/pagination-on-community-page
Pagination on community page
2020-01-15 11:48:32 -06:00
Tim Donohue
fd3eea99b8 Merge pull request #539 from atmire/Search-external-sources
Lookup relations - Search external sources
2020-01-15 11:22:40 -06:00
Tim Donohue
cd39d47214 Merge pull request #562 from atmire/travis-dist-upgrade
Upgrade Travis image to 'bionic'
2020-01-15 09:55:36 -06:00
Giuseppe Digilio
4e8ec5f4a2 Fix history and bitstreamFormats store selector after moved in CoreState 2020-01-15 12:14:53 +01:00
Art Lowel
94a71b69d1 remove chrome source, doesn't work anyway and doesn't seem to be needed. Remove chromium to try to solve the issue where travis can't find chrome 2020-01-15 11:56:04 +01:00
Art Lowel
1d6e9d5b96 add xvfb service for headless chrome 2020-01-15 11:32:29 +01:00
Art Lowel
2e06357291 upgrade to bionic 2020-01-15 11:12:49 +01:00
Tim Donohue
db4408274e Merge pull request #561 from atmire/tslint-rule-renaming
Fixed renamed TSLint rules
2020-01-14 09:11:47 -06:00
lotte
0271821305 updated tslint rules that have been renamed 2020-01-14 14:50:46 +01:00
lotte
78f9d62e00 fixed linting error 2020-01-14 14:42:14 +01:00
lotte
1bc7182372 fixes after merge 2020-01-14 14:04:42 +01:00
Kristof De Langhe
617bbbb90c 67478: Remove redundant test 2020-01-14 12:52:50 +01:00
Kristof De Langhe
4ba3b01997 Merge branch 'master' into w2p-67478_Search-external-sources-in-submission
Conflicts:
	src/app/core/data/data.service.ts
	src/app/shared/form/builder/ds-dynamic-form-ui/relation-lookup-modal/search-tab/dynamic-lookup-relation-search-tab.component.ts
2020-01-14 12:46:55 +01:00
lotte
02802c0de1 Merge branch 'master' into reorder-name-variants 2020-01-14 12:40:39 +01:00
Art Lowel
6e928eeb89 Merge pull request #547 from 4Science/upgrade-angular-7
Upgrade angular 7
2020-01-14 11:41:18 +01:00
Giuseppe Digilio
a3b349b6a3 Added test for SidebarFilterService 2020-01-13 13:04:09 +01:00
Giuseppe Digilio
0730c68654 use test for undefined Menu Section 2020-01-13 12:48:42 +01:00
Giuseppe Digilio
24015b2f95 use MockStore to provide test for menuKeySelector function 2020-01-13 11:58:12 +01:00
Giuseppe Digilio
d47a8fc572 commit yarn.lock 2020-01-13 11:14:49 +01:00
Giuseppe Digilio
ec9e0407df Merge branch 'dependabot/npm_and_yarn/handlebars-4.5.3' into upgrade-angular-7 2020-01-13 10:45:43 +01:00
Giuseppe Digilio
ff80afb839 Moved history state from AppState to CoreState 2020-01-13 10:25:16 +01:00
Giuseppe Digilio
11e4f02946 Moved BitstreamFormatRegistryState from AppState to CoreState 2020-01-13 09:50:01 +01:00
Giuseppe Digilio
6f8f4b31bf Renamed retrieveAuthMethods to retrieveAuthMethodsFromAuthStatus 2020-01-10 15:30:26 +01:00
Giuseppe Digilio
3132da9b3d Use withCredentials only with request to authn endpoint 2020-01-09 17:44:10 +01:00
Giuseppe Digilio
f594fc9088 Use withCredentials only with request to authn/login endpoint 2020-01-09 12:58:00 +01:00
Giuseppe Digilio
cd2e640886 Use withCredentials only with request to authn/login endpoint 2020-01-09 12:45:11 +01:00
Giuseppe Digilio
6801194cbb if check of Authentication Cookie succeed store token 2020-01-08 18:25:15 +01:00
Giuseppe Digilio
34a4f211f1 Resolved AOT build errors 2020-01-08 17:19:02 +01:00
Giuseppe Digilio
5aca8cc87d Merge remote-tracking branch 'remotes/origin/master' into upgrade-angular-7
# Conflicts:
#	src/app/+collection-page/collection-form/collection-form.component.ts
#	src/app/+community-page/community-form/community-form.component.ts
#	src/app/shared/comcol-forms/comcol-form/comcol-form.component.ts
2020-01-08 17:18:43 +01:00
lotte
f9fa8f0347 added typedoc 2020-01-08 10:34:24 +01:00
Tim Donohue
ad77640f7d Merge pull request #512 from atmire/Community-and-Collection-logos
Community and collection logos
2020-01-07 16:37:45 -06:00
Kristof De Langhe
42d12a83ce Merge branch 'master' into w2p-65240_Community-and-collection-logos
Conflicts:
	src/app/shared/shared.module.ts
2020-01-07 16:11:24 +01:00