| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-29 | Translated using Weblate (Portuguese) | TF | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/ | |||
| 2020-11-29 | Translated using Weblate (Turkish) | Enes | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/ | |||
| 2020-11-29 | allow to extract music bitrate info from formatInfo | nyanmisaka | |
| 2020-11-29 | Add sudo to package dependencies | AJ Jordan | |
| It's used in the restart.sh script. For Debian, this is a Recommends because virtually everyone will need this (default APT policy is to install recommended packages so this works ok), but technically you can configure the server to run as root and then you wouldn't need it. For Fedora... frankly I got confused by their Weak Dependencies etc. so I just made it a hard dependency. | |||
| 2020-11-29 | Don't restart with sudo(8) if it's not available | AJ Jordan | |
| Some environments, like system containers, have no reason to have sudo(8) installed. In these environments restart.sh will silently fail because /usr/bin/sudo does not exist to execute, so test that sudo exists and don't try to use it otherwise. Note also that hardcoding sudo's path is wrong: it can be installed in other places. On FreeBSD, for example, it is /usr/local/bin/sudo when installed from ports. | |||
| 2020-11-29 | Remove useless which(1) calls in restart.sh | AJ Jordan | |
| at(1) runs commandlines with /bin/sh anyway, which resolves paths. No need to do it ourselves. | |||
| 2020-11-29 | Merge pull request #4525 from crobibero/transcode-file-task-schedule | Claus Vium | |
| Set DeleteTranscodeFileTask to trigger every 24h | |||
| 2020-11-29 | Fix restart.sh to look at what's actually booted | AJ Jordan | |
| The old code was wrong because e.g. systemd can be *installed* on the system, but not actually used as PID1. In that case we would pick `systemctl`, but it wouldn't actually work because PID1 was some other init system. | |||
| 2020-11-29 | add hdr tone mapping to image extraction | nyanmisaka | |
| 2020-11-29 | fix image extraction | nyanmisaka | |
| 2020-11-29 | increase the default image extraction timeout | nyanmisaka | |
| 2020-11-28 | Update DlnaEventManager.cs | BaronGreenback | |
| 2020-11-28 | Update DlnaEventManager.cs | BaronGreenback | |
| Set notificationType | |||
| 2020-11-28 | Translated using Weblate (Portuguese) | Telmo Duarte | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/ | |||
| 2020-11-28 | Translated using Weblate (Portuguese (Portugal)) | Telmo Duarte | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/ | |||
| 2020-11-28 | Translated using Weblate (Danish) | No Available | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ | |||
| 2020-11-29 | Merge pull request #4608 from jellyfin/enable-music | dkanada | |
| Remove deprecated flag to disable music plugins | |||
| 2020-11-28 | Merge pull request #4609 from Bond-009/tests4 | Bill Thornton | |
| Add more tests for JsonGuidConverter | |||
| 2020-11-28 | Add more tests for JsonGuidConverter | Bond_009 | |
| 2020-11-28 | Merge pull request #4605 from hawken93/bugfix-libraryerror | Bond-009 | |
| Allow JsonGuidConverter to read null | |||
| 2020-11-28 | Create common interface for SyncPlay requests | Ionut Andrei Oanca | |
| 2020-11-28 | remove deprecated flag to disable music plugins | dkanada | |
| 2020-11-28 | [Fix] Possible null reference. (#4585) | BaronGreenback | |
| Fix possible null reference. | |||
| 2020-11-28 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-11-28 | fix ci | Nyanmisaka | |
| 2020-11-28 | Move query parameters to request body in SyncPlay | Ionut Andrei Oanca | |
| 2020-11-28 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk> | |||
| 2020-11-28 | fix image extraction | nyanmisaka | |
| 2020-11-28 | Add missing inheritdoc | cvium | |
| 2020-11-28 | Remove circular dependency between websocket listeners and manager | cvium | |
| 2020-11-28 | Revert "Fixed SessionWebSocketListener.OnServerManagerWebSocketConnected." | cvium | |
| 2020-11-28 | Revert "Removed Lazy implementation." | cvium | |
| 2020-11-28 | allow JsonGuidConverter to read null | hawken | |
| 2020-11-27 | Translated using Weblate (Chinese (Traditional)) | conashinck | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/ | |||
| 2020-11-27 | Translated using Weblate (Chinese (Traditional)) | conashinck | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/ | |||
| 2020-11-28 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: artiume <siderite@gmail.com> | |||
| 2020-11-28 | Removed Lazy implementation. | Greenback | |
| 2020-11-27 | Fixed SessionWebSocketListener.OnServerManagerWebSocketConnected. | Greenback | |
| 2020-11-27 | Add support for query negation | Matt Montgomery | |
| 2020-11-27 | Merge pull request #4595 from MrTimscampi/clean-next-up | Claus Vium | |
| Don't return first episodes in next up | |||
| 2020-11-27 | Fix suggestion | MrTimscampi | |
| 2020-11-27 | Merge pull request #4594 from nyanmisaka/remove-redundant | Claus Vium | |
| Remove one redundant 'hwaccel vaapi' string | |||
| 2020-11-27 | Merge branch 'master' into syncplay-enhanced | Joshua M. Boniface | |
| 2020-11-27 | add NEO OpenCL runtime for Intel Tone mapping | nyanmisaka | |
| 2020-11-27 | Don't return first episodes in next up | MrTimscampi | |
| 2020-11-27 | remove a redundant 'hwaccel vaapi' string | nyanmisaka | |
| 2020-11-27 | Merge pull request #4588 from jellyfin/hex | Joshua M. Boniface | |
| Remove Hex class as the BCL has one now | |||
| 2020-11-26 | Clean up SchedulesDirect | Bond_009 | |
| 2020-11-26 | Translated using Weblate (Russian) | WWWesten | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/ | |||
| 2020-11-26 | Translated using Weblate (Dutch) | Rubikscraft | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/ | |||
