Giuseppe Digilio
8ca668159e
[DURACOM-288] Provide a setting to use a different REST url during SSR execution
...
# Conflicts:
# src/app/app.config.ts
# src/app/core/services/server-hard-redirect.service.spec.ts
# src/app/core/services/server-hard-redirect.service.ts
# src/app/thumbnail/thumbnail.component.ts
# src/modules/app/browser-init.service.ts
# src/modules/app/server-init.service.ts
2025-02-06 17:15:42 +01:00
Michael Spalti
98d9f639f7
Updated browser init to update cache after external auth.
2024-09-05 16:06:42 -05:00
Art Lowel
5ad621b27e
fix issue where more than one api call was made on every route change
2023-09-22 10:23:07 +02:00
Michael W Spalti
b1f3b785e1
Added typedoc and minor test update
2023-04-19 11:39:59 -07:00
Michael Spalti
e336660cdd
lint fix
2023-04-19 11:39:59 -07:00
Michael Spalti
d8ee1f55f1
closing auth check subscription
2023-04-19 11:39:59 -07:00
Michael Spalti
0bf095a1d9
removed unused import
2023-04-19 11:39:59 -07:00
Michael Spalti
4c2a7a10c7
updated auth-cookie check
2023-04-19 11:39:59 -07:00
Michael Spalti
290a89909e
Added check for external auth and page refresh
2023-04-19 11:39:59 -07:00
Yana De Pauw
d185630faa
Fix issue with onClick models in dso edit menus
2022-12-06 16:20:21 +01:00
Art Lowel
c94e5d0709
add startup message with version number
2022-09-13 16:39:58 +02:00
Yura Bondarenko
e464c0f8c7
92900: Move duplicate code to new InitService method
2022-08-25 14:03:58 +02:00
Art Lowel
4b20b0cb81
force initservices to wait until authentication is no longer blocking
2022-08-23 17:50:46 +02:00
Yura Bondarenko
ca87f09625
Update specs
2022-07-29 15:51:23 +02:00
Yura Bondarenko
67b4cce25d
92319: Move Klaro & GA steps to BrowserInitService
2022-07-26 09:51:59 +02:00
Yura Bondarenko
5ff80a8a02
93219: Fold DSpaceTransferState into InitService
2022-07-22 14:25:22 +02:00
Yura Bondarenko
bdc004f64d
93219: Move theme/route subscriptions from AppComponent to ThemeService
2022-07-22 14:25:22 +02:00
Yura Bondarenko
5cb737c7f2
93219: Move general initialization from AppComponent to InitService
2022-07-22 14:25:22 +02:00
Yura Bondarenko
372cddfd5e
93219: Support Router in InitService
...
For Router to work properly, APP_BASE_HREF must be resolved _before_ the APP_INITIALIZER factory is called (otherwise Angular will attempt to initialize APP_BASE_HREF too soon)
To fix this we add a pre-initialization hook to APP_CONFIG so BrowserInitService can resolve it before APP_INITIALIZER
2022-07-22 14:25:22 +02:00
Yura Bondarenko
39c2aa85ec
93219: Move APP_INITIALIZER logic into InitService
2022-07-18 15:58:07 +02:00