aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-21Fix null reference when request content type is ↵bugfixin
application/x-www-form-urlencoded
2019-04-20Merge pull request #1252 from jellyfin/release-10.3.zBond-009
Backmerge release 10.3.0
2019-04-19Bump version to 10.3.0 (release)v10.3.0Joshua Boniface
2019-04-19Merge branch 'translations' into release-10.3.zJoshua Boniface
2019-04-19Rename Chinese (Traditional) fileWeblate
2019-04-19Translated using Weblate (Czech)Libor Filípek
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2019-04-19Translated using Weblate (Swiss German)Heldenkrieger01
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gsw/
2019-04-19Translated using Weblate (Slovenian)SaddFox
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2019-04-19Translated using Weblate (Kazakh)WWWesten
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/
2019-04-19Translated using Weblate (Greek)Βασίλης Μουρατίδης
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2019-04-19Translated using Weblate (Danish)Dan Johansen
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2019-04-19Translated using Weblate (Czech)Libor Filípek
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2019-04-19Translated using Weblate (Chinese (Traditional))tinganhsu
Currently translated at 96.8% (91 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2019-04-19Added translation using Weblate (Chinese (Traditional))tinganhsu
2019-04-18Merge pull request #1244 from joshuaboniface/hotfix-authapiJoshua M. Boniface
Hotfix authapi
2019-04-18Merge pull request #1245 from Bond-009/updateeventAnthony Lavado
Remove unused event
2019-04-18Implemented suggested conditionalJoshua Boniface
2019-04-18Update conditional to be correctJoshua Boniface
2019-04-18Remove unused eventBond-009
Release builds were failing because of this unused event.
2019-04-17Apparently strings can't be !'dJoshua Boniface
2019-04-17Add the proper Class tooJoshua Boniface
2019-04-17Return MethodNotAllowedException if Pw is not setJoshua Boniface
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.
2019-04-17Add MethodNotAllowedException with code 405Joshua Boniface
2019-04-17Merge pull request #1158 from Bond-009/httpcleanJoshua M. Boniface
Reduce complexity http routes
2019-04-17Merge pull request #1182 from Bond-009/deepcopyJoshua M. Boniface
Speed up DeepCopy
2019-04-17Merge pull request #1224 from Terror-Gene/patch-1Joshua M. Boniface
Fix missing Unraid cache mount and name capitalization
2019-04-17Merge pull request #1242 from Bond-009/metadataJoshua M. Boniface
Fix metadata path save
2019-04-17Fix metadata path saveBond_009
2019-04-16Merge pull request #1225 from DrPandemic/update-build-path-helpAnthony Lavado
Fix help message to indicate the right output folder
2019-04-16Merge pull request #1239 from anthonylavado/fix-identBond-009
Clean up UDP responders, and move ProductName to Public endpoint
2019-04-16Move the definition of ProductName to the correct classAnthony Lavado
Missed moving this from one class to the other.
2019-04-16Move the ProductName to the public endpointAnthony Lavado
Moves the ProductName field over from the private system/info point to the public one, for easier identification
2019-04-15Update the help message to indicate the right output folderDrPandemic
2019-04-15Remove the old message respondersAnthony Lavado
Leaves only an answer to "Who is Jellyfin", removing older ones for EmbyServer and MediaBrowser_v2.
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-10Bump version to 10.3.0-rc2 and update submodulev10.3.0-rc2Joshua Boniface
2019-04-10Bump dockerfile web versions tooJoshua Boniface
2019-04-10Merge pull request #1209 from joshuaboniface/hotfix-authprovider-createJoshua M. Boniface
Override username with AuthenticationProvider
2019-04-09Merge pull request #1221 from LogicalPhallacy/ffmpegdetectionJoshua M. Boniface
Make Jellyfin search its base dir for ffmpeg
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-09applied changes to just also search jellyfin base dirPhallacy
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-08Merge pull request #1178 from jellyfin/LogicalPhallacy-patch-1Joshua M. Boniface
Updates windows installer default lib location
2019-04-09Disabled dotnet_compat part of pipeline.Erwin de Haan
2019-04-08Merge pull request #1188 from joshuaboniface/hotfix-pluginloadJoshua M. Boniface
Fix problems with plugin installation
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