aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SystemController.cs
AgeCommit message (Collapse)Author
2025-05-18Add Full system backup feature (#13945)JPVenson
2025-04-20Add Api and startup check for sufficient storage capacity (#13888)JPVenson
2025-02-22Remove deprecated GetWakeOnLanInfo endpointNiels van Velzen
2024-02-03Return 404 if log file does not existbeakerandjake
2023-11-12Move API policies to MediaBrowser.CommonPatrick Barron
2023-10-04Add SystemManager servicePatrick Barron
2023-10-02Re-add shutdown/restart methodsPatrick Barron
2023-09-23Use IHostLifetime to handle restarting and shutting downPatrick Barron
2023-05-11Merge branch 'master' into network-rewriteShadowghost
2023-05-10Fix FirstTimeSetupHandler not failing on invalid user if not in setup mode ↵Shadowghost
(#9747)
2023-02-17Consistently write IP in upercaseShadowghost
2023-02-09refactor: simplify authzcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2023-01-04Fix all warnings in Jellyfin.Api (#9003)Bond-009
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