<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Api, branch v10.3.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.3.5</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.3.5'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2019-06-06T06:30:56Z</updated>
<entry>
<title>Skip user permission checking for UserRootFolder</title>
<updated>2019-06-06T06:30:56Z</updated>
<author>
<name>pjeanjean</name>
<email>rhiobet@gmail.com</email>
</author>
<published>2019-06-04T16:35:14Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=7919dd81da5d17a8799fbc31de2235687c66a5fd'/>
<id>urn:sha1:7919dd81da5d17a8799fbc31de2235687c66a5fd</id>
<content type='text'>
Fix #1436
UserRootFolders are used to represent virtual folders that exist outside
of libraries. As such, it doesn't make sense to check if a user has the
right to access their library (named `Media Folders`).
</content>
</entry>
<entry>
<title>Fix non-ascii filename downloads</title>
<updated>2019-05-07T23:43:04Z</updated>
<author>
<name>Jean-Samuel Aubry-Guzzi</name>
<email>DrPandemic@users.noreply.github.com</email>
</author>
<published>2019-04-23T21:31:38Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=12721eb7dd20d6a24c8873f9c0fb36f621116650'/>
<id>urn:sha1:12721eb7dd20d6a24c8873f9c0fb36f621116650</id>
<content type='text'>
Follow https://tools.ietf.org/html/rfc5987#section-3.2.2 to encode
non-ascii filenames in HTTP Content-Disposition header.
</content>
</entry>
<entry>
<title>Remove unreachable code and const trySupportSeek within BaseProgressiveStreamingService</title>
<updated>2019-04-25T19:14:33Z</updated>
<author>
<name>bugfixin</name>
<email>steve@bugfix.in</email>
</author>
<published>2019-04-25T19:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=a827a2fbccd0532631f4de849e18a9eeff772b5d'/>
<id>urn:sha1:a827a2fbccd0532631f4de849e18a9eeff772b5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-add content length, semi revert of changes in #1010 (#1287)</title>
<updated>2019-04-24T12:06:54Z</updated>
<author>
<name>Claus Vium</name>
<email>cvium@users.noreply.github.com</email>
</author>
<published>2019-04-24T12:06:54Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=28c2ac528d46ba97b920d37300fa814bd6f4a51a'/>
<id>urn:sha1:28c2ac528d46ba97b920d37300fa814bd6f4a51a</id>
<content type='text'>
* Re-add content length, semi revert of changes in #1010</content>
</entry>
<entry>
<title>Implemented suggested conditional</title>
<updated>2019-04-18T14:24:08Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-04-18T14:24:08Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=31ad366aa93e8bc07f6e120320f3abd27d9dfd49'/>
<id>urn:sha1:31ad366aa93e8bc07f6e120320f3abd27d9dfd49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update conditional to be correct</title>
<updated>2019-04-18T13:31:30Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-04-18T13:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=10f33b027345193f91b91600473222797ae9bef5'/>
<id>urn:sha1:10f33b027345193f91b91600473222797ae9bef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apparently strings can't be !'d</title>
<updated>2019-04-18T02:49:17Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-04-18T02:49:17Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=eaa1ac80133e766a1d3ab4e0f5a07bc48619cd44'/>
<id>urn:sha1:eaa1ac80133e766a1d3ab4e0f5a07bc48619cd44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Return MethodNotAllowedException if Pw is not set</title>
<updated>2019-04-18T02:33:00Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-04-18T02:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e790f024c2da2b3104ad698abfbd74fdf273bb9f'/>
<id>urn:sha1:e790f024c2da2b3104ad698abfbd74fdf273bb9f</id>
<content type='text'>
Don't accept pre-hashed (not-plaintext) passwords as the auth
provider no longer supports this due to sha1+salting the passwords
in the database.
</content>
</entry>
<entry>
<title>made password resets an interface and per user</title>
<updated>2019-03-22T07:01:23Z</updated>
<author>
<name>Phallacy</name>
<email>Dragoonmac@gmail.com</email>
</author>
<published>2019-03-22T07:01:23Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=09921a00aaad31c0ea4a0650e8d0ddb890dca735'/>
<id>urn:sha1:09921a00aaad31c0ea4a0650e8d0ddb890dca735</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjusted AssemblyCopyright attribute values.</title>
<updated>2019-03-14T21:17:56Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-03-14T21:17:56Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=21cc38fcf426f5ecaedbe8a94007a89663de749c'/>
<id>urn:sha1:21cc38fcf426f5ecaedbe8a94007a89663de749c</id>
<content type='text'>
</content>
</entry>
</feed>
