<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations, branch v10.3.0-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.3.0-rc2</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.3.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2019-04-10T04:18:08Z</updated>
<entry>
<title>Merge pull request #1209 from joshuaboniface/hotfix-authprovider-create</title>
<updated>2019-04-10T04:18:08Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-04-10T04:18:08Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=75a4f04cce61330404c2a609607302edb7b0e77e'/>
<id>urn:sha1:75a4f04cce61330404c2a609607302edb7b0e77e</id>
<content type='text'>
Override username with AuthenticationProvider</content>
</entry>
<entry>
<title>Override username with AuthenticationProvider</title>
<updated>2019-04-07T23:51:45Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-04-07T23:51:45Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=1af9c047fbc0283f7abfb4b98918454258dfb348'/>
<id>urn:sha1:1af9c047fbc0283f7abfb4b98918454258dfb348</id>
<content type='text'>
Pass back the Username directive returned by an AuthenticationProvider
to the calling code, so we may override the user-provided Username
value if the authentication provider passes this back. Useful for
instance in an LDAP scenario where what the user types may not
necessarily be the "username" that is mapped in the system, e.g.
the user providing 'mail' while 'uid' is the "username" value.
Could also then be extensible to other authentication providers
as well, should they wish to do a similar thing.
</content>
</entry>
<entry>
<title>Add TODO to remove string target</title>
<updated>2019-04-04T06:34:23Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-04-04T06:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=754e76a61bbf4bbda5a4a1073737c07bf28f5f3a'/>
<id>urn:sha1:754e76a61bbf4bbda5a4a1073737c07bf28f5f3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply review feedback</title>
<updated>2019-04-04T05:54:31Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-04-04T05:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=09505e0988ec53538c3ecc3d243b1d1a5edac8c6'/>
<id>urn:sha1:09505e0988ec53538c3ecc3d243b1d1a5edac8c6</id>
<content type='text'>
Remove a few superfluous/testing log statements, and print the
deletion debug messages when it occurs rather than earlier. Use
a nicer name for the isDirectory variable.
</content>
</entry>
<entry>
<title>Correct the installation and removal of plugins</title>
<updated>2019-04-04T00:05:14Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-04-03T23:43:02Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=05a4161fd388d7ecda2f1b4a6ec6d02ee7b4488e'/>
<id>urn:sha1:05a4161fd388d7ecda2f1b4a6ec6d02ee7b4488e</id>
<content type='text'>
Upgrading plugins was broken for various reasons. There are four
fixes and a minor one:

1. Use a directory name based only on the `Name` of the plugin, not
   the source filename, which contains the version. Avoids strange
   duplication of the plugin.
2. Use the new directory name for the deletes if it's present, so
   that installation and removal happen at that directory level
   and we don't leave empty folders laying around. Ensures we
   properly remove additional resources in plugins too, not just
   the main `.dll` file.
3. Ignore the incoming `target` when installing, and always set
   it ourself to the proper directory, which would matter when
   reinstalling.
4. Deletes an existing target directory before installing if it
   exists. Note that not calling any of the plugin removal code
   is intentional; I suspect that would delete configurations
   unexpectedly when upgrading which would be annoying. This way,
   it just replaces the files and then reloads.
5. (Minor) Added some actual debug messages around the plugin
   download section so failures can be more accurately seen.
</content>
</entry>
<entry>
<title>Search all subdirectories for Plugins</title>
<updated>2019-04-02T22:29:14Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-04-02T22:19:19Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=38fcd31917af1d904ea61de0f90918d44122d2e4'/>
<id>urn:sha1:38fcd31917af1d904ea61de0f90918d44122d2e4</id>
<content type='text'>
This was added in #801 which broke the previous plugin install
behaviour. Previously plugins could be loaded from subdirectories
but this search was only for the highest level. Change it to search
all subdirectories instead to restore the previous behaviour.

Also modifies the same option from #934, though I'm not 100% sure
if this is needed here.
</content>
</entry>
<entry>
<title>Correct bad quote characters</title>
<updated>2019-03-29T23:13:01Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-03-29T23:13:01Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=f0fbd0232cd2367dda26f3f895926c1d0f742bdd'/>
<id>urn:sha1:f0fbd0232cd2367dda26f3f895926c1d0f742bdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1149 from LogicalPhallacy/ImprovedPasswordReset</title>
<updated>2019-03-29T22:26:30Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-03-29T22:26:30Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=72dd6091091a8352336c85a6799e3f3c24b849c5'/>
<id>urn:sha1:72dd6091091a8352336c85a6799e3f3c24b849c5</id>
<content type='text'>
Adds per user password reset</content>
</entry>
<entry>
<title>Remove dashes from pins</title>
<updated>2019-03-29T19:48:07Z</updated>
<author>
<name>LogicalPhallacy</name>
<email>44458166+LogicalPhallacy@users.noreply.github.com</email>
</author>
<published>2019-03-29T19:48:07Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=13e94a8b1b78d570a528eee65ff777412f0e83c8'/>
<id>urn:sha1:13e94a8b1b78d570a528eee65ff777412f0e83c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adds readonly to properties</title>
<updated>2019-03-29T14:10:49Z</updated>
<author>
<name>Phallacy</name>
<email>Dragoonmac@gmail.com</email>
</author>
<published>2019-03-29T14:10:49Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=2d396cb589722bf8a950f80abb6d6137fe084a52'/>
<id>urn:sha1:2d396cb589722bf8a950f80abb6d6137fe084a52</id>
<content type='text'>
</content>
</entry>
</feed>
