aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-30Merge pull request #1332 from cvium/fix_tvdb_ep_providerBond-009
Make the TvdbEpisodeProvider class Public
2019-04-30Make the TvdbEpisodeProvider class PublicClaus Vium
2019-04-30Merge pull request #1327 from joshuaboniface/discoAnthony Lavado
Support libssl1.1 for Ubuntu Disco
2019-04-29Merge pull request #1305 from bugfixin/passwordless-form-encodedJoshua M. Boniface
Fix passwordless authentication with non-json content-types
2019-04-29Support libssl1.1 for Ubuntu DiscoJoshua Boniface
2019-04-25Merge pull request #1296 from Bond-009/fix1234Anthony Lavado
Fix #1234
2019-04-25Don't coalesce empty strings to null in StringMapTypeDeserializerbugfixin
2019-04-24Fix #1234Bond_009
2019-04-24Re-add content length, semi revert of changes in #1010 (#1287)Claus Vium
* Re-add content length, semi revert of changes in #1010
2019-04-20Update submodule for 10.3.1v10.3.1Joshua Boniface
2019-04-20Bump version to 10.3.1Joshua Boniface
2019-04-20Merge pull request #1258 from Bond-009/fixpluginloadJoshua M. Boniface
Handle exception when loading unsupported assembly
2019-04-20Merge pull request #1264 from jellyfin/fix-empty-pw-migrationJoshua M. Boniface
Fix comparison for empty password migration
2019-04-20Fix comparison for empty password migrationClaus Vium
2019-04-20Fix more possible exceptionsBond-009
2019-04-20Handle exception when loading unsupported assemblyBond-009
Fixes #1256
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-18Implemented suggested conditionalJoshua Boniface
2019-04-18Update conditional to be correctJoshua Boniface
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 #1242 from Bond-009/metadataJoshua M. Boniface
Fix metadata path save
2019-04-17Fix metadata path saveBond_009
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-15Remove the old message respondersAnthony Lavado
Leaves only an answer to "Who is Jellyfin", removing older ones for EmbyServer and MediaBrowser_v2.
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-09applied changes to just also search jellyfin base dirPhallacy
2019-04-08Merge pull request #1178 from jellyfin/LogicalPhallacy-patch-1Joshua M. Boniface
Updates windows installer default lib location
2019-04-08Merge pull request #1188 from joshuaboniface/hotfix-pluginloadJoshua M. Boniface
Fix problems with plugin installation
2019-04-07Override username with AuthenticationProviderJoshua Boniface
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.
2019-04-07Merge pull request #1199 from jftuga/use_tls12_for_nssmJoshua M. Boniface
Use TLS 1.2 to download NSSM