| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-07 | improve error handling when a single repository has issues | dkanada | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-06-06 | simplify the custom repository feature for now | dkanada | |
| 2020-06-06 | Make books resumable and have duration of 1 second | Daniyar Itegulov | |
| 2020-06-05 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| 2020-06-05 | undo erroneous changes | crobibero | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-06-05 | Merge pull request #3245 from jellyfin/fix-azure | Bond-009 | |
| Fix some issues with the CI | |||
| 2020-06-04 | Translated using Weblate (Slovenian) | SaddFox | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/ | |||
| 2020-06-04 | Translated using Weblate (Norwegian Bokmål) | Marius Lindvall | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/ | |||
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs | |||
| 2020-06-05 | disable rule that requires comments in two image providers for now | dkanada | |
| 2020-06-05 | add missing comments for a few image providers | dkanada | |
| 2020-06-04 | initial implementation for custom plugin repositories | dkanada | |
| 2020-06-04 | disable specific rule for playlist image provider | dkanada | |
| 2020-06-04 | disable artist image provider until configurable | dkanada | |
| 2020-06-04 | fix namespace for providers that were moved | dkanada | |
| 2020-06-04 | move most of the image providers to a single directory | dkanada | |
| 2020-06-04 | add image provider for artists | dkanada | |
| 2020-06-04 | minor refactoring | dkanada | |
| 2020-06-04 | Merge pull request #3164 from dkanada/install-plugin | dkanada | |
| Fix a few issues with the plugin manifest | |||
| 2020-06-03 | add missing ConfigureAwait | crobibero | |
| 2020-06-03 | fix build | crobibero | |
| 2020-06-03 | Translated using Weblate (Catalan) | Lluís Forns | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/ | |||
| 2020-06-04 | Merge branch 'master' into install-plugin | dkanada | |
| 2020-06-04 | fix build issues | dkanada | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-06-03 | Fix build | Bond-009 | |
| 2020-06-03 | Merge pull request #3203 from Bond-009/warn18 | Vasily | |
| Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | |||
| 2020-06-03 | Merge pull request #2767 from Bond-009/nullable3 | Vasily | |
| Enable nullabe reference types for MediaBrowser.Model | |||
| 2020-06-03 | Merge pull request #3179 from Bond-009/bugs | Anthony Lavado | |
| Fix some 'bugs' flagged by sonarcloud | |||
| 2020-06-03 | apply code suggestions | dkanada | |
| Co-authored-by: Vasily <JustAMan@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-06-02 | Merge pull request #2676 from GranPC/public-pr/blurhash | Vasily | |
| Implement Blurhash generation for images | |||
| 2020-06-02 | Remove duplicate code | David | |
| Co-authored-by: Vasily <JustAMan@users.noreply.github.com> | |||
| 2020-06-01 | Remove log spam when using legacy api | crobibero | |
| 2020-06-01 | Translated using Weblate (Tamil) | Aswin Kumar | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/ | |||
| 2020-06-01 | Move logic of computing Blurhash components to ImageProcessor | Vasily | |
| Also rename last few instances of GetImageHash to GetImageBlurHash for clarity | |||
| 2020-06-01 | Added translation using Weblate (Tamil) | Aswin Kumar | |
| 2020-06-01 | Update Emby.Server.Implementations/Networking/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-06-01 | Update Emby.Server.Implementations/Networking/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-06-01 | Update Emby.Server.Implementations/Networking/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-06-01 | Update Emby.Server.Implementations/Networking/NetworkManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-05-31 | 2354 open soft-links to read size | Ken Brazier | |
| 2020-05-30 | Translated using Weblate (Spanish (Latin America)) | WontTell | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/ | |||
| 2020-05-29 | Added translation using Weblate (Spanish (Latin America)) | WontTell | |
| 2020-05-29 | Merge remote-tracking branch 'upstream/master' into quickconnect | ConfusedPolarBear | |
| 2020-05-29 | Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | Bond_009 | |
| 2020-05-28 | Translated using Weblate (French) | Lumenol | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/ | |||
| 2020-05-28 | Fix bug when migrating user db with users that have never logged in. | Patrick Barron | |
| 2020-05-28 | Fix naming per code review | Vasily | |
| 2020-05-28 | Convert non-local image to local before computing blurhash | Vasily | |
| 2020-05-28 | Do not compute dimensions or blurhash for remote images | Vasily | |
