Commit Graph

58 Commits

Author SHA1 Message Date
Giuseppe Digilio
18e17f0dad Added action to retrieve authenticated eperson object 2020-03-02 13:09:17 +01:00
Art Lowel
bc00c000a6 tests and documentation 2020-02-18 18:15:18 +01:00
Art Lowel
56c3d12497 itermediate commit 2020-02-17 18:12:13 +01:00
Giuseppe Digilio
83fabb007a fixed issue with refresh page when user is already authenticated 2019-12-19 19:01:22 +01:00
Michael W Spalti
3bea8f5a17 Redirect after login changed to use Router navigateByUrl() to prevent encoding of query parameters in redirect. 2019-11-12 12:01:16 -08:00
Michael W Spalti
e70b9c5994 Added new auth redirect code for ssr. 2019-09-17 12:44:02 -07:00
Michael W Spalti
8fe617bd74 Changed method name. 2019-09-16 13:14:45 -07:00
Michael W Spalti
0935bd4afd Proposed authentication service method that sets redirect url and dispatches auth request. 2019-09-09 12:55:31 -07:00
lotte
bb76015aa1 Solved issue with non-existing search pages 2019-06-18 08:58:35 +02:00
Giuseppe Digilio
ea81a44e6d Merge remote-tracking branch 'remotes/origin/master' into mydspace
# Conflicts:
#	src/app/core/data/base-response-parsing.service.ts
#	src/app/core/data/request.service.ts
2019-04-25 13:09:58 +02:00
lotte
cd131d4eeb Fixed test issues 2019-04-09 11:10:47 +02:00
lotte
b443890848 61561: resolving second todo in auth srvice 2019-04-08 15:55:09 +02:00
Giuseppe Digilio
013d464294 Intermediate commit 2019-03-11 20:07:11 +01:00
lotte
0050f58bf0 got rid of TNormalized everywhere 2019-01-29 16:03:50 +01:00
Samuel
390966f30d * added authenticate guard
* added metadata schema form, with the form model fields & validation and layout
* fixed the pagination for schemas and fields
* added reducer and actions for the registry state
2019-01-17 14:47:22 +01:00
Art Lowel
9911578bcc remove all instances of first as it can cause an error if it's never triggered 2018-12-19 14:53:11 +01:00
lotte
afa3a03d2c fix for 401 requests 2018-11-27 11:45:35 +01:00
lotte
d46ab9637c Merge branch 'master' into angular6-upgrade 2018-11-21 11:09:38 +01:00
lotte
d154caf039 56119: fixed issue where facets could not be changed when you are logged on 2018-10-12 15:06:10 +02:00
lotte
3a8f7754fa 55143: fixed all tests 2018-10-11 12:02:40 +02:00
lotte
7c16ccafd3 rxjs migrate 2018-10-08 12:33:39 +02:00
lotte
e025f3bc4d Merge branch 'master' into resolvers-branch-angular6
Conflicts:
	package.json
	src/app/+search-page/search-filters/search-filters.component.ts
	src/app/core/auth/auth.effects.ts
	src/app/core/auth/auth.service.ts
	src/app/core/auth/server-auth.service.ts
	src/app/core/data/comcol-data.service.ts
	src/app/core/data/community-data.service.ts
	src/app/core/data/data.service.ts
	src/app/core/data/item-data.service.ts
	src/app/core/shared/dspace-object.model.ts
	src/app/header/header.component.spec.ts
	src/app/shared/auth-nav-menu/auth-nav-menu.component.ts
	src/app/shared/testing/auth-service-stub.ts
	yarn.lock
2018-10-08 12:28:08 +02:00
lotte
bfc70f4f88 Added links to issues 2018-09-27 10:37:40 +02:00
lotte
a2bcdfbea9 disabled reloads 2018-09-20 15:24:16 +02:00
lotte
e96eeeaa83 fixed redirect after login 2018-09-18 16:29:55 +02:00
lotte
2b1d4cd12a Fixed logout issue 2018-09-14 11:42:55 +02:00
lotte
1f336f29fd small fixes for authentication 2018-09-12 16:11:04 +02:00
lotte
caf9194f36 Fixes for authentication (awaiting fixes in EPerson REST endpoint) 2018-09-12 11:38:08 +02:00
lotte
777facf5cd intermediate commit 2018-08-29 15:12:01 +02:00
lotte
2cbe6a6d91 upgrade to angular6 2018-08-24 13:26:43 +02:00
Giuseppe Digilio
66295d10ed Fixed issue with credentials that have special chars 2018-05-29 10:51:07 +02:00
Giuseppe Digilio
e0efa5f8e5 changes based on review comments 2018-05-23 18:13:34 +02:00
Giuseppe Digilio
5682c8146c Fixed merge 2018-05-08 11:28:12 +02:00
Giuseppe Digilio
b0b4342f24 Fixed an issue with redirect url 2018-05-08 10:34:46 +02:00
Giuseppe Digilio
2c938571b3 Fixed logout page view 2018-05-03 19:53:06 +02:00
Giuseppe Digilio
c8a1fe0860 Removed use of platform service and created different service for SSR and CSR 2018-05-03 19:08:07 +02:00
Giuseppe Digilio
3b9a334258 Reduced use of own css 2018-05-03 14:40:34 +02:00
Giuseppe Digilio
34e3e4bd2b Fixed issue when reload protected page with expired token 2018-04-10 19:14:42 +02:00
Giuseppe Digilio
04be7170c3 Added auth token to auth state 2018-04-10 15:20:28 +02:00
Giuseppe Digilio
1f953b6b9d Fixes 2018-04-10 14:27:32 +02:00
Giuseppe Digilio
0ed1f7778e Set the expire date of the cookie's token to one date 2018-04-05 14:35:30 +02:00
Giuseppe Digilio
ebdb17d083 Fixes 2018-04-04 17:40:55 +02:00
Giuseppe Digilio
b2e46f7bd3 Splitted redirect to login page method 2018-04-04 17:35:45 +02:00
Giuseppe Digilio
26a743322e Added i18n label and fixes 2018-04-04 17:01:49 +02:00
Giuseppe Digilio
f841612e1c Added redirect to login whether token is expired 2018-04-04 13:32:02 +02:00
Giuseppe Digilio
5fc6d4ead8 Added redirect after logout 2018-04-04 10:59:08 +02:00
Giuseppe
2cc33f003f Update auth.service.ts 2018-03-07 19:50:18 +01:00
Giuseppe Digilio
1726c8afdb Fixed an issue when redirecting to urls that have query params 2018-03-07 19:46:06 +01:00
Giuseppe Digilio
abb8fc1677 Added comment 2018-03-01 11:50:40 +01:00
Giuseppe Digilio
564f148e5c fixes 2018-03-01 11:42:41 +01:00