| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-30 | Reimplement password resetting | Patrick Barron | |
| 2020-05-29 | Make UserManager.IsValidUsername static | Patrick Barron | |
| 2020-05-29 | Ignore documentation warnings in new migration files | Patrick Barron | |
| 2020-05-29 | Update schema and migration to allow LastLoginDate and LastActivityDate to ↵ | Patrick Barron | |
| be null | |||
| 2020-05-28 | Fix bug when migrating user db with users that have never logged in. | Patrick Barron | |
| 2020-05-28 | Optimize number of created DbContexts and fix default values for some fields | Patrick Barron | |
| 2020-05-28 | Remove unnecessary logging statement | Patrick Barron | |
| 2020-05-27 | Add another null check | Patrick Barron | |
| 2020-05-27 | Add myself to CONTRIBUTORS.md | Patrick Barron | |
| 2020-05-26 | Fix a bug in Emby.Notifications and clean up | Patrick Barron | |
| 2020-05-26 | Make SonarCloud less angry | Patrick Barron | |
| 2020-05-26 | Fixed issue when LastLoginDate or LastActivityDate were null | Patrick Barron | |
| 2020-05-26 | Update migrations and fix a few bugs | Patrick Barron | |
| 2020-05-26 | Fix merge conflicts with SyncPlay | Patrick Barron | |
| 2020-05-26 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs | |||
| 2020-05-26 | Merge pull request #2733 from OancaAndrei/syncplay | Joshua M. Boniface | |
| Add syncplay feature | |||
| 2020-05-26 | Merge pull request #3187 from jellyfin/revert-2492-fix-api-private-data-leak | Joshua M. Boniface | |
| Revert "Fix emby/user/public API leaking sensitive data" | |||
| 2020-05-26 | Merge pull request #3033 from neilsb/autodiscover-url-override | Anthony Lavado | |
| Allow override of address published by auto discovery | |||
| 2020-05-26 | Revert "Fix emby/user/public API leaking sensitive data" | Joshua M. Boniface | |
| 2020-05-26 | Fix code issues | gion | |
| 2020-05-26 | Merge remote-tracking branch 'upstream/master' into syncplay | gion | |
| 2020-05-26 | Merge pull request #3173 from joshuaboniface/fix-arm-docker | Anthony Lavado | |
| Add -k to keyserver curl command | |||
| 2020-05-25 | Merge pull request #3174 from jellyfin/checkbox | Anthony Lavado | |
| Remove uses of fnchecked from plugins | |||
| 2020-05-25 | remove uses of fnchecked from plugins | dkanada | |
| 2020-05-25 | Add -k to keyserver curl command | Joshua 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-24 | Update Emby.Server.Implementations/Udp/UdpServer.cs | Neil Burrows | |
| Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com> | |||
| 2020-05-23 | Cleanup and fix more bugs | Patrick Barron | |
| 2020-05-23 | Cleanup | Patrick Barron | |
| 2020-05-23 | Fix a couple bugs | Patrick Barron | |
| 2020-05-22 | Merge pull request #3056 from rigtorp/tmdbsearch2 | Anthony Lavado | |
| Reduce number of TMDB lookups if filenames have punctuation chars | |||
| 2020-05-22 | Fix bugs relating to users not being properly locked out. | Patrick Barron | |
| 2020-05-22 | Warnings cleanup | Patrick Barron | |
| 2020-05-21 | Translated using Weblate (Spanish (Mexico)) | WontTell | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/ | |||
| 2020-05-21 | Translated using Weblate (Icelandic) | Óskar Freyr | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/ | |||
| 2020-05-21 | Translated using Weblate (Thai) | fonfire | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/ | |||
| 2020-05-21 | Translated using Weblate (Chinese (Hong Kong)) | fatbill27 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/ | |||
| 2020-05-21 | Added translation using Weblate (Thai) | fonfire | |
| 2020-05-21 | Merge pull request #3149 from Artiume/patch-4 | Anthony Lavado | |
| Add .edl Mimetype | |||
| 2020-05-21 | Merge pull request #3144 from Artiume/patch-3 | Anthony Lavado | |
| Add lost+found to ignore list | |||
| 2020-05-21 | Replace Weekday with DayOfWeek | Patrick Barron | |
| 2020-05-21 | Translated using Weblate (Portuguese (Brazil)) | Vitorvlv | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/ | |||
| 2020-05-21 | Translated using Weblate (Arabic) | abdulaziz | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/ | |||
| 2020-05-20 | Document user class and fix a few minor issues | Patrick Barron | |
| 2020-05-20 | Add .edl Mimetype | artiume | |
| 2020-05-20 | Fix a few issues in User | Patrick Barron | |
| 2020-05-20 | Add internal id for new users | Patrick Barron | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-20 | Fix profile images. | Patrick Barron | |
| 2020-05-20 | Manually specify enum values | Patrick Barron | |
| 2020-05-20 | Fix default permissions and HasPassword property | Patrick Barron | |
