aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-17Merge pull request #1224 from Terror-Gene/patch-1Joshua M. Boniface
Fix missing Unraid cache mount and name capitalization
2019-04-16Merge pull request #1225 from DrPandemic/update-build-path-helpAnthony Lavado
Fix help message to indicate the right output folder
2019-04-15Update the help message to indicate the right output folderDrPandemic
2019-04-11Fix directory capitalizationTerror-Gene
2019-04-11Fix missing Unraid cache mountTerror-Gene
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.
2019-04-09Clean `WebSocketSharpRequest.PathInfo` (#1212)Ulysse
* 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 ?
2019-04-09Merge pull request #1210 from DrPandemic/fix-readme-linkAnthony Lavado
Fix README documentation link
2019-04-09Merge pull request #1218 from EraYaN/disable-azure-ci-compatcheckBond-009
Disable dotnet_compat part of pipeline
2019-04-08Merge pull request #1211 from Terror-Gene/patch-2Andrew Rabert
Update Unraid Docker icon
2019-04-09Disabled dotnet_compat part of pipeline.Erwin de Haan
2019-04-08Updated Unraid Docker iconTerror-Gene
Logo was set to use emby, but binhex has since added the jellyfin logo.
2019-04-07Fix README documentation linkDrPandemic
2019-04-01Merge pull request #1168 from Bond-009/ioVasily
Improve IO code
2019-04-01Merge pull request #1176 from Bond-009/namingdepVasily
Remove unused dependency for Emby.Naming
2019-03-31Remove unused dependency for Emby.NamingBond_009
2019-03-30Merge pull request #1172 from joshuaboniface/build-improvementsAndrew Rabert
Minor improvements to release build setup
2019-03-30Merge pull request #1171 from joshuaboniface/ubuntu-armhfAnthony Lavado
Add Ubuntu armhf build
2019-03-30Remove superfluous variable declarationJoshua Boniface
2019-03-30Get the version string from build.yamlJoshua Boniface
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.
2019-03-30Simplify bump_version and remove changelogsJoshua Boniface
Make this a lot simpler, use a reference to the release page in the package changelogs instead of a full list.
2019-03-30Split lists echoes into separate linesJoshua Boniface
2019-03-30Fix up the Ubuntu repository definitionsJoshua Boniface
2019-03-30Add Ubuntu armhf (Raspberry Pi) buildJoshua Boniface
A pretty-much direct copy of the Debian armhf build infrastructure.
2019-03-29Merge pull request #1170 from joshuaboniface/fix-build-typoJoshua M. Boniface
Correct bad quote characters
2019-03-29Correct bad quote charactersJoshua Boniface
2019-03-29Merge pull request #1149 from LogicalPhallacy/ImprovedPasswordResetJoshua M. Boniface
Adds per user password reset
2019-03-29Remove dashes from pinsLogicalPhallacy
2019-03-29Merge ifsBond_009
2019-03-29Merge pull request #1169 from joshuaboniface/ffmpeg-locationVasily
Use new libexecdir location for jellyfin-ffmpeg
2019-03-29adds readonly to propertiesPhallacy
2019-03-28fix byte stringPhallacy
2019-03-28Merge pull request #1166 from Bond-009/#1162Joshua M. Boniface
Fix exception on startup
2019-03-28Improve IO codeBond_009
* Style changes * Remove remnants of SMB support * Use `GetInvalidFileNameChars` instead of rolling our own * Remove possible unexpected behaviour with async file streams * Remove some dead code
2019-03-28Use new libexecdir location for jellyfin-ffmpegJoshua Boniface
From commit d6bb1f3c in jellyfin-ffmpeg, which moves the installed binaries from /usr/share to /usr/lib on the next release.
2019-03-28Hacky fix for a hacky issueBond_009
2019-03-28switched to a hexa string with crypto random backingPhallacy
2019-03-27minor fixes and usingsPhallacy
2019-03-27Merge pull request #934 from Bond-009/pluginJoshua M. Boniface
WIP - Don't require a restart for 75% of plugins
2019-03-27Update Emby.Server.Implementations/Library/DefaultPasswordResetProvider.csBond-009
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-27Merge pull request #1151 from Phlogi/patch-1Joshua M. Boniface
Use public ports and advertise DNS if available for WAN address
2019-03-27Merge pull request #1157 from Bond-009/smallfixAnthony Lavado
Simplify/remove/clean code
2019-03-26Fix build errorBond-009
2019-03-25async improvements and post reset cleanupsPhallacy
2019-03-25Apply minor suggestions from code reviewLogicalPhallacy
Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-25Merge pull request #1153 from Bond-009/dlnaJoshua M. Boniface
Check if disposed first
2019-03-25Correct use of local variable wanAddress.Phlogi
2019-03-25Simplify/remove/clean codeBond-009
* Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;)
2019-03-25No need to assign empty string.Phlogi
2019-03-25Removed trailing spaces, renamed get wan IP function.Phlogi
2019-03-25Improved dispose methodBond-009