| Age | Commit message (Collapse) | Author |
|
Missed moving this from one class to the other.
|
|
Moves the ProductName field over from the private system/info point to
the public one, for easier identification
|
|
|
|
Leaves only an answer to "Who is Jellyfin", removing older ones for
EmbyServer and MediaBrowser_v2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cache folder was not mounted outside of the Docker image since its separation from the config folder.
Config HostDir was only updated for consistency, previous directory was overridden by unraid into the appdata/appname folder anyway.
Name capitalization was corrected as this is only used by new installations & does not affect current installations/updates.
|
|
|
|
|
|
Override username with AuthenticationProvider
|
|
Make Jellyfin search its base dir for ffmpeg
|
|
* rm useless ResolvePathInfoFromMappedPath method
* rm useless NormalizePathInfo method
* Use request.Path instead of RawUrl
* Removing unused `HandlerFactoryPath` field
* Use an expression body definition and rm field `pathInfo`
* More (syntactic) sugar
* Who needs blocks in cases ?
|
|
Fix README documentation link
|
|
|
|
Disable dotnet_compat part of pipeline
|
|
Update Unraid Docker icon
|
|
Updates windows installer default lib location
|
|
|
|
Fix problems with plugin installation
|
|
Logo was set to use emby, but binhex has since added the jellyfin logo.
|
|
|
|
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.
|
|
Use TLS 1.2 to download NSSM
|
|
|
|
|
|
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.
|
|
Optimize images with image_optim
|
|
|
|
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.
|
|
Update Dockerfiles
|
|
* Use new dotnet image paths
* Update jellyfin-web to 10.3.0-rc1
|
|
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.
|
|
|
|
Improve IO code
|
|
Remove unused dependency for Emby.Naming
|
|
|
|
You can use the emby import to move an existing library this way.
|
|
|
|
|
|
Minor improvements to release build setup
|
|
Add Ubuntu armhf build
|
|
|
|
For the purposes of packaging, this makes more sense, since we can
include additional appends to this version (e.g. `-rcX`) when we
can't in the SharedVersion file. The previous commit to the
bump_version script sets this as well.
|
|
Make this a lot simpler, use a reference to the release page
in the package changelogs instead of a full list.
|
|
|
|
|