index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Api
/
Controllers
/
SystemController.cs
Age
Commit message (
Expand
)
Author
2024-02-03
Return 404 if log file does not exist
beakerandjake
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-10-04
Add SystemManager service
Patrick Barron
2023-10-02
Re-add shutdown/restart methods
Patrick Barron
2023-09-23
Use IHostLifetime to handle restarting and shutting down
Patrick Barron
2023-05-11
Merge branch 'master' into network-rewrite
Shadowghost
2023-05-10
Fix FirstTimeSetupHandler not failing on invalid user if not in setup mode (#...
Shadowghost
2023-02-17
Consistently write IP in upercase
Shadowghost
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2023-01-04
Fix all warnings in Jellyfin.Api (#9003)
Bond-009
2021-12-20
Use our own Contains extension
cvium
2021-11-13
Very light cleanup in applicationhost
cvium
2021-10-25
Merge pull request #6486 from fredriklindberg/support-forwarded-headers-for-a...
Claus Vium
2021-09-25
Remove sync FileStream hack
Bond_009
2021-09-14
Dynamically populate LocalAddress based on HTTP request
Fredrik Lindberg
2021-09-02
Use async FileStreams where it makes sense
Bond_009
2021-02-10
Create BaseItemKind enum
crobibero
2020-12-30
Encoding fix for System Logs. (#4564)
BaronGreenback
2020-12-22
Possible null reference fix.
BaronGreenback
2020-09-24
Update SystemController.cs
BaronGreenback
2020-09-14
Update based on PR1 changes.
Jim Cartlidge
2020-09-12
Large number of files
Jim Cartlidge
2020-09-11
Merge pull request #4093 from crobibero/bad-route
Bond-009
2020-09-10
Merge pull request #4116 from cvium/add_known_proxies
Bond-009
2020-09-10
Standardize use of IsLocal and RemoteIp
cvium
2020-09-09
Remove nullable from required
crobibero
2020-09-09
revert changes
crobibero
2020-09-01
Set openapi schema type to file where possible
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-04
Remove leading slash from route attributes
crobibero
2020-08-03
fix openapi validation errors
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-22
Add missing default authorization policy
David
2020-06-19
Add missing authorization policies
David
2020-06-10
Move /System Endpoint to Jellyfin.Api
David