aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/ClientEvent
AgeCommit message (Collapse)Author
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2023-10-11Multiple Stream changesBond_009
* Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible
2021-11-20Remove ClientLog endpointsCody Robibero
2021-11-07Add randomization to generated filenameCody Robibero
2021-11-07Clean up redundant codeCody Robibero
2021-11-05Use client info from claimsCody Robibero
2021-10-28Update documentation; use information from authorization; return generated ↵Cody Robibero
filename
2021-10-27Fix logfile name if api key is usedCody Robibero
2021-10-27Suggestions from reviewCody Robibero
2021-10-26Add ability to upload entire fileCody Robibero
2021-04-26Add endpoint to log client eventscrobibero