| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-04 | Merge pull request #3194 from OancaAndrei/syncplay-enhanced | Joshua M. Boniface | |
| SyncPlay for TV series (and Music) | |||
| 2020-12-04 | Merge pull request #4653 from crobibero/favorite-persons | Joshua M. Boniface | |
| Optimize FavoritePersons query | |||
| 2020-12-04 | Merge pull request #4652 from crobibero/display-preferences | Joshua M. Boniface | |
| Add support for custom item display preferences | |||
| 2020-12-04 | Use a service unit, not a scope unit, to restart | AJ Jordan | |
| Reportedly `systemd-run --scope` still got killed by the service manager; see #4615. The suspected cause is that `scope` units are run by the `systemd-run` process itself and inherit the caller's execution environment (see systemd-run(1)). To fix this, we use a systemd `service` unit instead, which is run and managed by PID 1 - hopefully this will isolate us sufficiently so that we don't get terminated along with `jellyfin.service`. | |||
| 2020-12-04 | Use systemd-run(1) in restart.sh | AJ Jordan | |
| systemd-run(1) runs `systemctl restart` in an isolated systemd unit that is not subject to process termination as jellyfin.service is shut down. We adjust the sudoers configuration for this new usage, removing the old config, since restart.sh is the only user of the sudoers policy. Additionally we change `systemctl start` to `systemctl restart` since there was a race condition where jellyfin.service was not fully stopped by the time this ran, so `systemctl start` became a noop. `systemctl restart` on the other hand works whether jellyfin.service is stopped or not. The at(1) hack (and the usage of `start` instead of `restart`) is left in for other init systems since I cannot test on those systems, and because I don't know of any systemd-run(1) equivalent (although it may be a non-issue since alternate init systems do not keep track of daemon children nearly as aggressively as systemd does). | |||
| 2020-12-04 | Use md5 Guid for legacy compat | crobibero | |
| 2020-12-04 | Add ItemId to all display preferences | crobibero | |
| 2020-12-04 | Reorder parameters in HandleRequest | Ionut Andrei Oanca | |
| 2020-12-04 | Merge pull request #4660 from crobibero/mime-type | Bond-009 | |
| Add support for web serving .mem files | |||
| 2020-12-04 | Remove spammy debug line | Bond_009 | |
| 2020-12-04 | Add support for web serving .mem files | crobibero | |
| 2020-12-04 | Fix access policies to SyncPlay | Ionut Andrei Oanca | |
| 2020-12-04 | Loosen locking logic in SyncPlayManager | Ionut Andrei Oanca | |
| 2020-12-04 | Merge pull request #4651 from crobibero/iso_manager | Joshua M. Boniface | |
| Remove IIsoMounter and IsoMounter | |||
| 2020-12-04 | Change type of PlaylistItemId to Guid | Ionut Andrei Oanca | |
| 2020-12-04 | Use DisplayPreferencesId as ItemId | crobibero | |
| 2020-12-04 | Suggestions from code review | crobibero | |
| 2020-12-04 | Merge pull request #4638 from crobibero/migration-guid | Claus Vium | |
| Don't die if folder doesn't have id | |||
| 2020-12-04 | Translated using Weblate (Finnish) | Eero Nevaluoto | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/ | |||
| 2020-12-04 | Merge pull request #4522 from BaronGreenback/PlugsVersionNumberFix | Claus Vium | |
| Set plugin version to that specified in the manifest | |||
| 2020-12-04 | Merge branch 'master' into PlugsVersionNumberFix | Claus Vium | |
| 2020-12-04 | Merge pull request #4648 from nyanmisaka/optimize-plugin-logs | Claus Vium | |
| Optimize load plugin logs | |||
| 2020-12-04 | Merge pull request #4242 from Spacetech/library_scan_speed | Claus Vium | |
| Increase library scan and metadata refresh speed | |||
| 2020-12-04 | Translated using Weblate (French (Canada)) | jeansebbeaulieu | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/ | |||
| 2020-12-03 | Optimize FavoritePersons query | crobibero | |
| 2020-12-03 | Add OnConfigurationUpdated method | Gary Wilber | |
| 2020-12-03 | Fix existing DisplayPreferences migration | crobibero | |
| 2020-12-03 | Translated using Weblate (Spanish (Mexico)) | Page Asgardius | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/ | |||
| 2020-12-03 | Suggestion from review | crobibero | |
| 2020-12-03 | Add support for custom item display preferences | crobibero | |
| 2020-12-03 | Rename GroupController into Group | Ionut Andrei Oanca | |
| 2020-12-03 | Move SyncPlay request DTOs to proper namespace | Ionut Andrei Oanca | |
| 2020-12-03 | Rename 'track' into 'item' in SyncPlay | Ionut Andrei Oanca | |
| 2020-12-03 | Remove IIsoMounter and IsoMounter | crobibero | |
| 2020-12-03 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-12-03 | optimize load plugin logs | nyanmisaka | |
| 2020-12-03 | Move request validation to auth policies | cvium | |
| 2020-12-03 | Merge pull request #4645 from crobibero/openapi-auth-filter | Claus Vium | |
| Move OpenApiSecurityScheme to OperationFilter | |||
| 2020-12-02 | Remove Lazy | Gary Wilber | |
| 2020-12-02 | only recreate the lazy when needed | Gary Wilber | |
| 2020-12-03 | Merge pull request #4636 from jellyfin/MissedOne | Claus Vium | |
| [Fix for 10.7] Missed a config move | |||
| 2020-12-03 | Merge pull request #4647 from rhamzeh/fix/localization-add-palestine | Claus Vium | |
| fix: add Palestine to supported countries | |||
| 2020-12-02 | Handle config updates | Gary Wilber | |
| 2020-12-03 | Merge pull request #4644 from jellyfin/minor9 | Claus Vium | |
| Minor improvements | |||
| 2020-12-03 | Merge pull request #4643 from crobibero/empty-lib-null-ref | Claus Vium | |
| Fix null reference when getting filters of an empty library | |||
| 2020-12-03 | Merge pull request #4633 from crobibero/guid-params | Claus Vium | |
| Use Guid as API parameter type where possible | |||
| 2020-12-02 | Move MetadataRefreshThrottler to BaseItemManager | Gary Wilber | |
| 2020-12-02 | fix: add Palestine to supported countries | Raghd Hamzeh | |
| 2020-12-02 | Move OpenApiSecurityScheme to OperationFilter | crobibero | |
| 2020-12-02 | The future is now | crobibero | |
