9p4
de6cd5d5c2
Merge pull request #265 from babbitt/punycode
...
Use punycode URL for redirect page - OIDC
2025-08-11 14:13:48 -04:00
Leo THIVILLON
aa0e361265
Match the styling of the redirection page with Jellyfin colors and font
...
- Added a style tag
- Set color to Jellyfin's dark background and light text
- Set font to Noto Sans
2025-05-09 23:26:51 +02:00
Joe Babbitt
caab66b653
use punycode URL for redirect page
...
Redirect page content gets encoded as LATIN1, non LATIN characters in URLs get malformed.
2025-04-29 17:22:38 -04:00
Ersei Saggi
e65f358c79
Update webresponse to use updated JS code
2024-06-04 10:25:58 -04:00
Sergii Bogomolov
5149cef625
Remove jellyfin_credentials before loading iframe
...
Due to Safari's aggressive caching updated jellyfin_credentials were not
used. They were overwritten with the old credentials instead. This fix
removes jellyfin_credentials first, then let's iframe load and create
new jellyfin_credentials with no access token. After this we update it
and login succeeds.
2024-02-10 13:09:05 -05:00
Ersei Saggi
f897704100
fix: change iframe URL to point to the web UI instead of the root
2023-08-07 08:23:34 -04:00
Ersei Saggi
5777c8038e
fix: improve final redirect ( #109 )
2023-08-06 16:29:44 -04:00
Matthew Strasiotto
7ede38d0ab
Implement canonical linking
2022-08-14 13:13:06 +10:00
Sambhav Saggi
7f66f44743
Use hashmaps instead of lists for performance
2022-03-13 15:01:26 -04:00
Sambhav Saggi
7d1b3fa97d
Add XML docs + no more warnings
2022-02-21 14:36:29 -05:00
Sambhav Saggi
ee26556ddf
Fix #7
2022-02-18 14:29:17 -05:00
Sambhav Saggi
075b4fb69f
Consolidate responses and improve localstorage checks
2022-02-18 13:02:04 -05:00
Sambhav Saggi
09bbe3aa47
Finalize client login flow via WebResponse
2022-02-18 12:52:01 -05:00
Sambhav Saggi
aa135cdc65
Clean up and simplify JS in WebResponse
2022-02-18 12:38:55 -05:00
Pfuenzle
dae0043192
Fixed DeviceName
...
Replaced the string "deviceName" with the correct variable for obvious reasons.
2022-02-17 15:09:55 +01:00
Sambhav Saggi
32e009969b
Wait until iFrame is loaded properly (all browsers)
2022-02-16 22:40:40 -05:00
Sambhav Saggi
d5315a5263
Clarify config values, add iframe for localstorage-less login
2022-02-16 19:16:53 -05:00
Sambhav Saggi
e9273ca82c
Add error message when nojs or localstorage isn't populated
2022-02-15 21:38:39 -05:00
Sambhav Saggi
2f828f1210
Base URL patch
2022-01-17 13:23:50 -05:00
Sambhav Saggi
12ab48a6da
Add OpenID support
2022-01-16 16:42:39 -05:00
Sambhav Saggi
7f3b1ddc88
Everything works, somehow
2022-01-14 17:50:20 -05:00
Sambhav Saggi
983cc8320f
SAML integration complete. TODO: redirect to login
2022-01-13 20:20:16 -05:00