aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SystemController.cs
AgeCommit message (Collapse)Author
2021-12-20Use our own Contains extensioncvium
2021-11-13Very light cleanup in applicationhostcvium
2021-10-25Merge pull request #6486 from ↵Claus Vium
fredriklindberg/support-forwarded-headers-for-api-url
2021-09-25Remove sync FileStream hackBond_009
2021-09-14Dynamically populate LocalAddress based on HTTP requestFredrik Lindberg
Support populating the LocalAddress field in the system info endpoint based on the x-forwarded-host and x-forwarded-proto header. The x-forwarded-host header must contain both the host and port for the url to be properly constructed. Behind network configuration option that is disabled by default.
2021-09-02Use async FileStreams where it makes senseBond_009
2021-02-10Create BaseItemKind enumcrobibero
2020-12-30Encoding fix for System Logs. (#4564)BaronGreenback
2020-12-22Possible null reference fix.BaronGreenback
2020-09-24Update SystemController.csBaronGreenback
2020-09-14Update based on PR1 changes.Jim Cartlidge
2020-09-12Large number of filesJim Cartlidge
2020-09-11Merge pull request #4093 from crobibero/bad-routeBond-009
Fix api routes
2020-09-10Merge pull request #4116 from cvium/add_known_proxiesBond-009
Add Known Proxies to system configuration
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-09-09Remove nullable from requiredcrobibero
2020-09-09revert changescrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-04Remove leading slash from route attributescrobibero
2020-08-03fix openapi validation errorscrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-22Add missing default authorization policyDavid
2020-06-19Add missing authorization policiesDavid
2020-06-10Move /System Endpoint to Jellyfin.ApiDavid