<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/HttpServer/Security, branch v10.5.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.5.4</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.5.4'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2019-12-10T23:13:57Z</updated>
<entry>
<title>More warnings (removed)</title>
<updated>2019-12-10T23:13:57Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-12-10T23:13:57Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=2ef4ffd698fb4ae95754f76238e52cfb6162db24'/>
<id>urn:sha1:2ef4ffd698fb4ae95754f76238e52cfb6162db24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more warnings</title>
<updated>2019-11-27T15:29:56Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-11-01T17:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=42ffddc26932bcf2da762bf4fe1ec4bdc42e8166'/>
<id>urn:sha1:42ffddc26932bcf2da762bf4fe1ec4bdc42e8166</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix review comments</title>
<updated>2019-11-24T17:25:43Z</updated>
<author>
<name>Claus Vium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2019-11-24T17:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=2af5922af06c865d676e817112ef76a92a23e1b6'/>
<id>urn:sha1:2af5922af06c865d676e817112ef76a92a23e1b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add authentication and remove versioning</title>
<updated>2019-11-23T15:31:02Z</updated>
<author>
<name>Claus Vium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2019-11-23T15:31:02Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=3f651de24c76f9980fac690e51fa93b3d1163f72'/>
<id>urn:sha1:3f651de24c76f9980fac690e51fa93b3d1163f72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix multiple mistakes and warnings</title>
<updated>2019-09-23T18:32:44Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-09-20T10:42:08Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c9820d30edf1cb8fa99a52ec72b6571d6d4506f7'/>
<id>urn:sha1:c9820d30edf1cb8fa99a52ec72b6571d6d4506f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings, improve performance (#1665)</title>
<updated>2019-09-02T06:19:29Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-09-02T06:19:29Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=ee637e8fecbcefe429babbbbd1325bce7c3fe991'/>
<id>urn:sha1:ee637e8fecbcefe429babbbbd1325bce7c3fe991</id>
<content type='text'>
* Fix warnings, improve performance

`QueryResult.Items` is now a `IReadOnlyList` so we don't need to
allocate a new `Array` when we have a `List` (and `Items` shouldn't need to
be mutable anyway)

* Update Providers .csproj to latest C#

* Remove extra newline from DtoService.cs

* Remove extra newline from UserLibraryService.cs
</content>
</entry>
<entry>
<title>Replace custom code with Asp.Net Core code</title>
<updated>2019-08-09T20:36:20Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-07-28T21:53:19Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=9fff4b060e06569ca77636643901aa42767e318d'/>
<id>urn:sha1:9fff4b060e06569ca77636643901aa42767e318d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify/remove/clean code</title>
<updated>2019-03-25T21:25:32Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-03-25T21:25:32Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b44a70ff368f228fc27a184e2139d288bada85cc'/>
<id>urn:sha1:b44a70ff368f228fc27a184e2139d288bada85cc</id>
<content type='text'>
* Remove useless runtime check (we only support one)
* Remove unused args
* Remove a global constant

And ofc fix some warnings ;)
</content>
</entry>
<entry>
<title>Switch to HeaderNames instead of hardcoded strings (and other header related fixes)</title>
<updated>2019-03-05T18:20:28Z</updated>
<author>
<name>Claus Vium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2019-03-05T18:20:28Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=78742b8e4c658b1f02c9c040b8abb8ee5742bed4'/>
<id>urn:sha1:78742b8e4c658b1f02c9c040b8abb8ee5742bed4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ReSharper format: conform inline 'out' parameters.</title>
<updated>2019-01-13T20:46:33Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e8674464373c3635243953cded42fcd2aa87d196'/>
<id>urn:sha1:e8674464373c3635243953cded42fcd2aa87d196</id>
<content type='text'>
</content>
</entry>
</feed>
