Alban Imami
90a1f25ba9
Work for signposting
2023-04-27 16:51:41 +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