| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-21 | Rename Hash to BlurHash in all properties and methods for clarity | Vasily | |
| 2020-05-21 | Fix nullref for imageProcessor in LibraryManager | Vasily | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-20 | Fix more issues | Patrick Barron | |
| 2020-05-20 | Migrate User DB to EF Core | Patrick Barron | |
| 2020-05-20 | Update Emby.Server.Implementations/IStartupOptions.cs | Neil Burrows | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-05-20 | Renaming variable and refactoring IF statement | Neil Burrows | |
| 2020-05-19 | Add lost+found to ignore list | artiume | |
| https://forum.jellyfin.org/t/library-not-loading/2086 | |||
| 2020-05-19 | More small optimizations | Vasily | |
| 2020-05-19 | Compute hash only when one is not computed in DB, small optimizations here ↵ | Vasily | |
| and there | |||
| 2020-05-19 | Fix nullref exception | Vasily | |
| 2020-05-19 | Merge pull request #3037 from ConfusedPolarBear/access-control | Vasily | |
| Fix CORS header not being added to exceptions | |||
| 2020-05-19 | Translated using Weblate (Hebrew) | NaorManna | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/ | |||
| 2020-05-19 | Translated using Weblate (Czech) | Lukáš Kucharczyk | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/ | |||
| 2020-05-18 | Apply suggestions from code review | ConfusedPolarBear | |
| 2020-05-19 | Fix compilation after rebase | Vasily | |
| 2020-05-18 | Add endpoint to update all items in library | Jesús Higueras | |
| 2020-05-18 | Add BlurHash support to backend | Jesús Higueras | |
| 2020-05-18 | Reuse existing CORS function | ConfusedPolarBear | |
| 2020-05-18 | Merge remote-tracking branch 'upstream/master' into access-control | ConfusedPolarBear | |
| 2020-05-18 | Merge pull request #3099 from rigtorp/ignore-patterns | Vasily | |
| Use glob patterns to ignore files | |||
| 2020-05-18 | Merge pull request #3138 from ↵ | Bond-009 | |
| mark-monteiro/reduce-development-exception-page-logging Reduce Excessive Logging From DeveloperExceptionPageMiddleware | |||
| 2020-05-18 | Remove extra whitespace | Mark Monteiro | |
| Co-authored-by: dkanada <dkanada@users.noreply.github.com> | |||
| 2020-05-18 | Merge pull request #3072 from JustAMan/fix-dead-livetv | dkanada | |
| Re-raise the exception that caused LiveTV stream to not open | |||
| 2020-05-18 | Apply suggestions from code review | Vasily | |
| Co-authored-by: dkanada <dkanada@users.noreply.github.com> | |||
| 2020-05-18 | Translated using Weblate (Lithuanian) | erikasne6152 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/ | |||
| 2020-05-17 | DO not use developer exception page when exception stack trace should be ignored | Mark Monteiro | |
| 2020-05-17 | Update to .NET Core 3.1.4 | Mark Monteiro | |
| 2020-05-17 | Translated using Weblate (French (Canada)) | Samuel Gagnon | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/ | |||
| 2020-05-17 | Translated using Weblate (Spanish (Argentina)) | Franco Castillo | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/ | |||
| 2020-05-16 | Merge pull request #3116 from Artiume/patch-2 | dkanada | |
| Update Books Resolver File Types and add .opf Mime Type | |||
| 2020-05-15 | Use glob patterns to ignore files | Erik Rigtorp | |
| 2020-05-15 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs | |||
| 2020-05-15 | Merge pull request #2970 from barronpm/activitydb-efcore | Vasily | |
| Migrate Activity Database to Entity Framework Core | |||
| 2020-05-15 | Fix some code smells | gion | |
| 2020-05-15 | Merge remote-tracking branch 'upstream/master' into syncplay | gion | |
| 2020-05-14 | Translated using Weblate (Norwegian Bokmål) | Odd Stråbø | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/ | |||
| 2020-05-14 | Rename function | Frank Riley | |
| 2020-05-14 | Use simpler dictionary iterator. | Frank Riley | |
| 2020-05-14 | Update Emby.Server.Implementations/HttpServer/HttpListenerHost.cs from review | Frank Riley | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-05-14 | Fix #3083: Set the Access-Control-Allow-Origin header to the request ↵ | Frank Riley | |
| origin/host header if possible | |||
| 2020-05-14 | Removed unnecessary usings | Patrick Barron | |
| 2020-05-14 | Merge branch 'master' into activitydb-efcore | Patrick Barron | |
| 2020-05-14 | Address review comments | Patrick Barron | |
| 2020-05-14 | Update Books Resolver File Types | artiume | |
| 2020-05-14 | Merge branch 'master' into websocket | Mark Monteiro | |
| 2020-05-13 | Implement more review suggestions | Patrick Barron | |
| 2020-05-13 | Merge branch 'activitydb-efcore' of https://github.com/barronpm/jellyfin ↵ | Patrick Barron | |
| into activitydb-efcore | |||
| 2020-05-13 | Remove more unused code | Patrick Barron | |
| 2020-05-13 | Merge branch 'master' into activitydb-efcore | Patrick Barron | |
