Yury Bondarenko
|
544306af30
|
Merge remote-tracking branch 'origin/main' into more-eslint
|
2023-12-12 18:32:22 +01:00 |
|
Alexandre Vryghem
|
b8eaf90b03
|
Merge branch 'fix-display-order-authentication-methods_contribute-7.4' into fix-display-order-authentication-methods_contribute-7.6
# Conflicts:
# src/app/shared/log-in/log-in.component.html
# src/app/shared/log-in/log-in.component.ts
|
2023-10-21 18:12:01 +02:00 |
|
Alexandre Vryghem
|
987a92f529
|
Filter out all the AuthMethods who don't have a component to render before rendering LogInContainerComponent
|
2023-10-21 18:07:16 +02:00 |
|
Alexandre Vryghem
|
3dc73f9021
|
Properly handle AuthMethod subscription in LogInComponent
|
2023-08-02 21:25:58 +02:00 |
|
Alexandre Vryghem
|
94ceee9080
|
Merge remote-tracking branch 'templates/dspace-7.6' into fix-display-order-authentication-methods_contribute-7.6
# Conflicts:
# src/app/shared/log-in/log-in.component.html
# src/app/shared/log-in/methods/log-in-external-provider/log-in-external-provider.component.spec.ts
# src/app/shared/log-in/methods/oidc/log-in-oidc.component.html
# src/app/shared/log-in/methods/oidc/log-in-oidc.component.spec.ts
# src/app/shared/log-in/methods/orcid/log-in-orcid.component.html
# src/app/shared/log-in/methods/password/log-in-password.component.ts
# src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.html
# src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.spec.ts
|
2023-08-02 21:01:36 +02:00 |
|
Alexandre Vryghem
|
71cf66ecf4
|
Fix display order of authentication methods
|
2023-08-02 10:00:43 +02:00 |
|
Yury Bondarenko
|
a11be65f95
|
ESlint: fix imports
|
2023-06-27 17:20:06 +02:00 |
|
Yury Bondarenko
|
917c36dbe7
|
ESLint: fix dangling commas
|
2023-06-27 17:19:58 +02:00 |
|
Michael Spalti
|
65af3973ba
|
fixed lint error
|
2023-01-11 12:03:19 -08:00 |
|
Michael Spalti
|
357525e68a
|
Ignore IP authentication method in login component.
lint fix
using enum
Simplified assignment.
|
2023-01-11 11:53:39 -08:00 |
|
Art Lowel
|
716cea376d
|
fix circular dependency issues relating to request models
|
2022-03-22 13:29:23 +01:00 |
|
Kristof De Langhe
|
dd7f34e541
|
Merge branch 'main' into w2p-71764_Features-support-part-2
Conflicts:
src/app/+collection-page/collection-page-routing.module.ts
src/app/+community-page/community-page-routing.module.ts
src/app/+item-page/edit-item-page/edit-item-page.routing.module.ts
src/app/+item-page/edit-item-page/item-status/item-status.component.ts
src/app/+item-page/item-page-routing.module.ts
src/app/app-routing.module.ts
src/app/core/core.module.ts
src/app/shared/log-in/log-in.component.html
src/app/shared/log-in/log-in.component.spec.ts
src/app/shared/log-in/log-in.component.ts
|
2020-09-22 08:36:16 +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 |
|
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 |
|
Art Lowel
|
21e8879f77
|
remove circular dependencies
|
2020-08-28 11:34:17 +02:00 |
|
Kristof De Langhe
|
55c45f5f6c
|
72699: Hard redirect after log in - loading fixes
|
2020-08-27 14:50:13 +02:00 |
|
Kristof De Langhe
|
7787a2d0e9
|
71764: SiteRegisterGuard + hide register link when unauthorized
|
2020-07-10 13:14:55 +02:00 |
|
Yana De Pauw
|
6f9f4ec968
|
71304: Implement Forgot password components
|
2020-06-15 11:59:25 +02:00 |
|
Yana De Pauw
|
bca1e8bdd4
|
70504: Implement feedback
|
2020-05-28 09:43:47 +02:00 |
|
Giuseppe Digilio
|
fdd05d2fec
|
Refactored components' name and added missing tests
|
2020-01-02 18:21:47 +01:00 |
|
Giuseppe Digilio
|
61eccb2973
|
Move out new-user and forgot-password items menu from LogInPasswordComponent
|
2019-10-24 22:44:36 +02:00 |
|
Julius Gruber
|
792f7bf74d
|
Removed isStandAlone from store
|
2019-10-18 08:58:36 +02:00 |
|
Julius Gruber
|
6a2b9dad26
|
Added Action to set isStandAlonePage in store
|
2019-10-17 15:39:33 +02:00 |
|
Julius Gruber
|
8fde909915
|
Changed log-in.comonent to use observables again
|
2019-10-16 15:33:18 +02:00 |
|
Julius Gruber
|
a59aafb1f4
|
Commit for server test
|
2019-10-16 13:14:24 +02:00 |
|
Julius Gruber
|
331596968b
|
Added log for injectedAuthMethods on testserver
|
2019-10-16 10:41:19 +02:00 |
|
Julius Gruber
|
c9f92ee7a8
|
Moved isAuthenticated and isLoading to container
|
2019-10-14 16:21:35 +02:00 |
|
Julius Gruber
|
593018021d
|
Code clean up
|
2019-10-08 16:39:19 +02:00 |
|
Julius Gruber
|
71fbf28984
|
Boolean isStandalonePage injected
|
2019-10-08 16:00:24 +02:00 |
|
Julius Gruber
|
da7b7f92a0
|
Changed selector of ds-auth-methods
|
2019-10-08 10:33:21 +02:00 |
|
Julius Gruber
|
95239e0590
|
upToDate - ready to be worked on
|
2019-10-08 10:13:46 +02:00 |
|
Julius Gruber
|
52ef2acb08
|
Requested changes implemented - basic functionality working
|
2019-09-19 13:43:36 +02:00 |
|
Julius Gruber
|
beb0f2d410
|
Dynamic rendering of auth methods via decorator
|
2019-08-29 17:58:07 +02:00 |
|
Julius Gruber
|
466d01ce09
|
Changed AuthMethods enum2
|
2019-08-29 10:44:15 +02:00 |
|
Julius Gruber
|
3ee20ad17a
|
Changed folder structure in shared/login folder
|
2019-08-29 09:59:49 +02:00 |
|
Julius Gruber
|
68968ca70a
|
First functional prototype
|
2019-08-07 17:57:31 +02:00 |
|
Julius Gruber
|
12941640a4
|
Removed old shibboleth code
|
2019-08-05 15:32:41 +02:00 |
|
Julius Gruber
|
71f281516a
|
Added logs for server debug
|
2019-08-02 10:40:46 +02:00 |
|
Julius Gruber
|
5d5f9c4046
|
Added debug logs for server
|
2019-08-02 10:40:46 +02:00 |
|
Julius Gruber
|
26f01d6f8f
|
Added backend lookup if shibboleth is enabled
|
2019-08-02 10:40:46 +02:00 |
|
Julius Gruber
|
17e2918721
|
AuthInterceptor changed
|
2019-08-02 10:39:58 +02:00 |
|
Julius Gruber
|
0355ff3e47
|
Get tokoen from backend
|
2019-08-02 10:39:58 +02:00 |
|
Julius Gruber
|
4504fa1818
|
Test CORS policy'
|
2019-08-02 10:39:58 +02:00 |
|
Julius Gruber
|
8ed359cc7e
|
postLoginCall() refactored
|
2019-08-02 10:39:58 +02:00 |
|
Julius Gruber
|
a36aa50d16
|
Added button for empty post login call
|
2019-08-02 10:39:58 +02:00 |
|
Julius Gruber
|
b4f3bf71ad
|
Added shibboleth button to log-in.component
|
2019-08-02 10:39:57 +02:00 |
|
lotte
|
3a8f7754fa
|
55143: fixed all tests
|
2018-10-11 12:02:40 +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
|
c8a1fe0860
|
Removed use of platform service and created different service for SSR and CSR
|
2018-05-03 19:08:07 +02:00 |
|