aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-30Reimplement password resettingPatrick Barron
2020-05-29Make UserManager.IsValidUsername staticPatrick Barron
2020-05-29Ignore documentation warnings in new migration filesPatrick Barron
2020-05-29Update schema and migration to allow LastLoginDate and LastActivityDate to ↵Patrick Barron
be null
2020-05-28Fix bug when migrating user db with users that have never logged in.Patrick Barron
2020-05-28Optimize number of created DbContexts and fix default values for some fieldsPatrick Barron
2020-05-28Remove unnecessary logging statementPatrick Barron
2020-05-27Add another null checkPatrick Barron
2020-05-27Add myself to CONTRIBUTORS.mdPatrick Barron
2020-05-26Fix a bug in Emby.Notifications and clean upPatrick Barron
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-26Fixed issue when LastLoginDate or LastActivityDate were nullPatrick Barron
2020-05-26Update migrations and fix a few bugsPatrick Barron
2020-05-26Fix merge conflicts with SyncPlayPatrick Barron
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-26Merge pull request #2733 from OancaAndrei/syncplayJoshua M. Boniface
Add syncplay feature
2020-05-26Merge pull request #3187 from jellyfin/revert-2492-fix-api-private-data-leakJoshua M. Boniface
Revert "Fix emby/user/public API leaking sensitive data"
2020-05-26Merge pull request #3033 from neilsb/autodiscover-url-overrideAnthony Lavado
Allow override of address published by auto discovery
2020-05-26Revert "Fix emby/user/public API leaking sensitive data"Joshua M. Boniface
2020-05-26Fix code issuesgion
2020-05-26Merge remote-tracking branch 'upstream/master' into syncplaygion
2020-05-26Merge pull request #3173 from joshuaboniface/fix-arm-dockerAnthony Lavado
Add -k to keyserver curl command
2020-05-25Merge pull request #3174 from jellyfin/checkboxAnthony Lavado
Remove uses of fnchecked from plugins
2020-05-25remove uses of fnchecked from pluginsdkanada
2020-05-25Add -k to keyserver curl commandJoshua M. Boniface
This command seems to inexplicably fail in Docker builds, despite working on the CLI, similar to what happened with the command directly above it in c257d6071c3a8dd141d1191062e892d912177d9a. Fix it in the same way by adding `-k`.
2020-05-24Update Emby.Server.Implementations/Udp/UdpServer.csNeil Burrows
Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-05-23Cleanup and fix more bugsPatrick Barron
2020-05-23CleanupPatrick Barron
2020-05-23Fix a couple bugsPatrick Barron
2020-05-22Merge pull request #3056 from rigtorp/tmdbsearch2Anthony Lavado
Reduce number of TMDB lookups if filenames have punctuation chars
2020-05-22Fix bugs relating to users not being properly locked out.Patrick Barron
2020-05-22Warnings cleanupPatrick Barron
2020-05-21Translated using Weblate (Spanish (Mexico))WontTell
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
2020-05-21Translated using Weblate (Icelandic)Óskar Freyr
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
2020-05-21Translated using Weblate (Thai)fonfire
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2020-05-21Translated using Weblate (Chinese (Hong Kong))fatbill27
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2020-05-21Added translation using Weblate (Thai)fonfire
2020-05-21Merge pull request #3149 from Artiume/patch-4Anthony Lavado
Add .edl Mimetype
2020-05-21Merge pull request #3144 from Artiume/patch-3Anthony Lavado
Add lost+found to ignore list
2020-05-21Replace Weekday with DayOfWeekPatrick Barron
2020-05-21Translated using Weblate (Portuguese (Brazil))Vitorvlv
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2020-05-21Translated using Weblate (Arabic)abdulaziz
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2020-05-20Document user class and fix a few minor issuesPatrick Barron
2020-05-20Add .edl Mimetypeartiume
2020-05-20Fix a few issues in UserPatrick Barron
2020-05-20Add internal id for new usersPatrick Barron
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-20Fix profile images.Patrick Barron
2020-05-20Manually specify enum valuesPatrick Barron
2020-05-20Fix default permissions and HasPassword propertyPatrick Barron