| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-21 | Fix null reference when request content type is ↵ | bugfixin | |
| application/x-www-form-urlencoded | |||
| 2019-04-20 | Merge pull request #1252 from jellyfin/release-10.3.z | Bond-009 | |
| Backmerge release 10.3.0 | |||
| 2019-04-19 | Bump version to 10.3.0 (release)v10.3.0 | Joshua Boniface | |
| 2019-04-19 | Merge branch 'translations' into release-10.3.z | Joshua Boniface | |
| 2019-04-19 | Rename Chinese (Traditional) file | Weblate | |
| 2019-04-19 | Translated 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-19 | Translated 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-19 | Translated 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-19 | Translated 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-19 | Translated 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-19 | Translated 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-19 | Translated 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-19 | Translated 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-19 | Added translation using Weblate (Chinese (Traditional)) | tinganhsu | |
| 2019-04-18 | Merge pull request #1244 from joshuaboniface/hotfix-authapi | Joshua M. Boniface | |
| Hotfix authapi | |||
| 2019-04-18 | Merge pull request #1245 from Bond-009/updateevent | Anthony Lavado | |
| Remove unused event | |||
| 2019-04-18 | Implemented suggested conditional | Joshua Boniface | |
| 2019-04-18 | Update conditional to be correct | Joshua Boniface | |
| 2019-04-18 | Remove unused event | Bond-009 | |
| Release builds were failing because of this unused event. | |||
| 2019-04-17 | Apparently strings can't be !'d | Joshua Boniface | |
| 2019-04-17 | Add the proper Class too | Joshua Boniface | |
| 2019-04-17 | Return MethodNotAllowedException if Pw is not set | Joshua 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-17 | Add MethodNotAllowedException with code 405 | Joshua Boniface | |
| 2019-04-17 | Merge pull request #1158 from Bond-009/httpclean | Joshua M. Boniface | |
| Reduce complexity http routes | |||
| 2019-04-17 | Merge pull request #1182 from Bond-009/deepcopy | Joshua M. Boniface | |
| Speed up DeepCopy | |||
| 2019-04-17 | Merge pull request #1224 from Terror-Gene/patch-1 | Joshua M. Boniface | |
| Fix missing Unraid cache mount and name capitalization | |||
| 2019-04-17 | Merge pull request #1242 from Bond-009/metadata | Joshua M. Boniface | |
| Fix metadata path save | |||
| 2019-04-17 | Fix metadata path save | Bond_009 | |
| 2019-04-16 | Merge pull request #1225 from DrPandemic/update-build-path-help | Anthony Lavado | |
| Fix help message to indicate the right output folder | |||
| 2019-04-16 | Merge pull request #1239 from anthonylavado/fix-ident | Bond-009 | |
| Clean up UDP responders, and move ProductName to Public endpoint | |||
| 2019-04-16 | Move the definition of ProductName to the correct class | Anthony Lavado | |
| Missed moving this from one class to the other. | |||
| 2019-04-16 | Move the ProductName to the public endpoint | Anthony Lavado | |
| Moves the ProductName field over from the private system/info point to the public one, for easier identification | |||
| 2019-04-15 | Update the help message to indicate the right output folder | DrPandemic | |
| 2019-04-15 | Remove the old message responders | Anthony Lavado | |
| Leaves only an answer to "Who is Jellyfin", removing older ones for EmbyServer and MediaBrowser_v2. | |||
| 2019-04-11 | Fix directory capitalization | Terror-Gene | |
| 2019-04-11 | Fix missing Unraid cache mount | Terror-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-10 | Bump version to 10.3.0-rc2 and update submodulev10.3.0-rc2 | Joshua Boniface | |
| 2019-04-10 | Bump dockerfile web versions too | Joshua Boniface | |
| 2019-04-10 | Merge pull request #1209 from joshuaboniface/hotfix-authprovider-create | Joshua M. Boniface | |
| Override username with AuthenticationProvider | |||
| 2019-04-09 | Merge pull request #1221 from LogicalPhallacy/ffmpegdetection | Joshua M. Boniface | |
| Make Jellyfin search its base dir for ffmpeg | |||
| 2019-04-09 | Clean `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-09 | Merge pull request #1210 from DrPandemic/fix-readme-link | Anthony Lavado | |
| Fix README documentation link | |||
| 2019-04-09 | applied changes to just also search jellyfin base dir | Phallacy | |
| 2019-04-09 | Merge pull request #1218 from EraYaN/disable-azure-ci-compatcheck | Bond-009 | |
| Disable dotnet_compat part of pipeline | |||
| 2019-04-08 | Merge pull request #1211 from Terror-Gene/patch-2 | Andrew Rabert | |
| Update Unraid Docker icon | |||
| 2019-04-08 | Merge pull request #1178 from jellyfin/LogicalPhallacy-patch-1 | Joshua M. Boniface | |
| Updates windows installer default lib location | |||
| 2019-04-09 | Disabled dotnet_compat part of pipeline. | Erwin de Haan | |
| 2019-04-08 | Merge pull request #1188 from joshuaboniface/hotfix-pluginload | Joshua M. Boniface | |
| Fix problems with plugin installation | |||
| 2019-04-08 | Updated Unraid Docker icon | Terror-Gene | |
| Logo was set to use emby, but binhex has since added the jellyfin logo. | |||
| 2019-04-07 | Fix README documentation link | DrPandemic | |
