Claus Vium
08ed52eb72
Make the TvdbEpisodeProvider class Public
6 years ago
Anthony Lavado
99700e1b95
Merge pull request #1327 from joshuaboniface/disco
...
Support libssl1.1 for Ubuntu Disco
6 years ago
Joshua M. Boniface
4e0be95368
Merge pull request #1305 from bugfixin/passwordless-form-encoded
...
Fix passwordless authentication with non-json content-types
6 years ago
Joshua Boniface
c8a59c8343
Support libssl1.1 for Ubuntu Disco
6 years ago
Anthony Lavado
f97f6b8061
Merge pull request #1296 from Bond-009/fix1234
...
Fix #1234
6 years ago
bugfixin
844ea9d77e
Don't coalesce empty strings to null in StringMapTypeDeserializer
6 years ago
Bond_009
71479286e9
Fix #1234
6 years ago
Claus Vium
28c2ac528d
Re-add content length, semi revert of changes in #1010 ( #1287 )
...
* Re-add content length, semi revert of changes in #1010
6 years ago
Joshua Boniface
696a36b4a5
Update submodule for 10.3.1
6 years ago
Joshua Boniface
5fb4922c6f
Bump version to 10.3.1
6 years ago
Joshua M. Boniface
3738f95871
Merge pull request #1258 from Bond-009/fixpluginload
...
Handle exception when loading unsupported assembly
6 years ago
Joshua M. Boniface
6797bdec04
Merge pull request #1264 from jellyfin/fix-empty-pw-migration
...
Fix comparison for empty password migration
6 years ago
Claus Vium
764c6d5461
Fix comparison for empty password migration
6 years ago
Bond-009
6973182ade
Fix more possible exceptions
6 years ago
Bond-009
f62af07381
Handle exception when loading unsupported assembly
...
Fixes #1256
6 years ago
Joshua Boniface
46c37c0ae8
Bump version to 10.3.0 (release)
6 years ago
Joshua Boniface
4ad71766fc
Merge branch 'translations' into release-10.3.z
6 years ago
Weblate
9d60cc8c66
Rename Chinese (Traditional) file
6 years ago
Libor Filípek
4a6243096a
Translated using Weblate (Czech)
...
Currently translated at 100.0% (94 of 94 strings)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
6 years ago
Heldenkrieger01
10cbdc8e8e
Translated using Weblate (Swiss German)
...
Currently translated at 100.0% (94 of 94 strings)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gsw/
6 years ago
SaddFox
4886fc467c
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (94 of 94 strings)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
6 years ago
WWWesten
8e2827cc39
Translated using Weblate (Kazakh)
...
Currently translated at 100.0% (94 of 94 strings)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/
6 years ago
Βασίλης Μουρατίδης
395d2e4917
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/
6 years ago
Dan Johansen
d31f5229da
Translated using Weblate (Danish)
...
Currently translated at 100.0% (94 of 94 strings)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
6 years ago
Libor Filípek
d6622818dc
Translated using Weblate (Czech)
...
Currently translated at 100.0% (94 of 94 strings)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
6 years ago
tinganhsu
ba684d6d3a
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 96.8% (91 of 94 strings)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
6 years ago
tinganhsu
90c04a4640
Added translation using Weblate (Chinese (Traditional))
6 years ago
Joshua M. Boniface
06a1e1f166
Merge pull request #1244 from joshuaboniface/hotfix-authapi
...
Hotfix authapi
6 years ago
Joshua Boniface
31ad366aa9
Implemented suggested conditional
6 years ago
Joshua Boniface
10f33b0273
Update conditional to be correct
6 years ago
Joshua Boniface
eaa1ac8013
Apparently strings can't be !'d
6 years ago
Joshua Boniface
ca3bb308b3
Add the proper Class too
6 years ago
Joshua Boniface
e790f024c2
Return MethodNotAllowedException if Pw is not set
...
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.
6 years ago
Joshua Boniface
250e0c75df
Add MethodNotAllowedException with code 405
6 years ago
Joshua M. Boniface
cde7375049
Merge pull request #1242 from Bond-009/metadata
...
Fix metadata path save
6 years ago
Bond_009
c7fedfbca3
Fix metadata path save
6 years ago
Bond-009
f520831025
Merge pull request #1239 from anthonylavado/fix-ident
...
Clean up UDP responders, and move ProductName to Public endpoint
6 years ago
Anthony Lavado
2f0719a883
Move the definition of ProductName to the correct class
...
Missed moving this from one class to the other.
6 years ago
Anthony Lavado
34ab99caf1
Move the ProductName to the public endpoint
...
Moves the ProductName field over from the private system/info point to
the public one, for easier identification
6 years ago
Anthony Lavado
b2f94c0e40
Remove the old message responders
...
Leaves only an answer to "Who is Jellyfin", removing older ones for
EmbyServer and MediaBrowser_v2.
6 years ago
Joshua Boniface
65bff1181a
Bump version to 10.3.0-rc2 and update submodule
6 years ago
Joshua Boniface
efb14f0b58
Bump dockerfile web versions too
6 years ago
Joshua M. Boniface
75a4f04cce
Merge pull request #1209 from joshuaboniface/hotfix-authprovider-create
...
Override username with AuthenticationProvider
6 years ago
Joshua M. Boniface
007fe34363
Merge pull request #1221 from LogicalPhallacy/ffmpegdetection
...
Make Jellyfin search its base dir for ffmpeg
6 years ago
Phallacy
a7e31ef31f
applied changes to just also search jellyfin base dir
6 years ago
Joshua M. Boniface
eae0c28e6d
Merge pull request #1178 from jellyfin/LogicalPhallacy-patch-1
...
Updates windows installer default lib location
6 years ago
Joshua M. Boniface
21950382b9
Merge pull request #1188 from joshuaboniface/hotfix-pluginload
...
Fix problems with plugin installation
6 years ago
Joshua Boniface
1af9c047fb
Override username with AuthenticationProvider
...
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.
6 years ago
Joshua M. Boniface
2d19bfa7fb
Merge pull request #1199 from jftuga/use_tls12_for_nssm
...
Use TLS 1.2 to download NSSM
6 years ago
John Taylor
f5f7de64de
Use TLS 1.2 to download NSSM
6 years ago