| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-24 | fix an issue about determining 'IsSecondaryAudio' | Nyanmisaka | |
| fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases. | |||
| 2020-01-22 | Remove FileSystem.GetStream | Bond-009 | |
| 2020-01-21 | Simplify image processing by removing image enhancers | Bond_009 | |
| 2020-01-16 | Update StringHelper.cs | Bond-009 | |
| 2020-01-16 | Update StringHelper.cs | Bond-009 | |
| 2020-01-15 | Merge pull request #2264 from Bond-009/discovery | Vasily | |
| Clean up server discovery code | |||
| 2020-01-13 | Rewrite WebSocket handling code | Bond_009 | |
| 2020-01-12 | Attempt #2 | Bond_009 | |
| 2020-01-12 | Clean up server discovery code | Bond-009 | |
| 2020-01-11 | Merge pull request #2170 from Bond-009/mediainfoservice | dkanada | |
| Minor changes to MediaInfoService | |||
| 2020-01-09 | Merge branch 'master' into namingtests | Bond_009 | |
| 2020-01-09 | Merge pull request #7 from jellyfin/master | Artiume | |
| nightly | |||
| 2020-01-09 | Remove StringHelper functions | Bond-009 | |
| 2020-01-08 | rename two properties based on code suggestions | dkanada | |
| 2020-01-08 | Minor improvements | Bond_009 | |
| 2020-01-08 | merge branch master into media-attachments | dkanada | |
| 2019-12-20 | Fix warnings and move to System.Text.Json | Bond_009 | |
| 2019-12-19 | Merge pull request #3 from jellyfin/master | Artiume | |
| nightly, big one | |||
| 2019-12-17 | Merge branch 'master' into namingtests | Bond-009 | |
| 2019-12-15 | Update UserPolicy.cs | Artiume | |
| 2019-12-12 | Merge branch 'master' into mediaencoding | Bond-009 | |
| 2019-12-11 | Merge pull request #2118 from chaosinnovator/master | Joshua M. Boniface | |
| Add StartIndex result to /Items API query | |||
| 2019-12-10 | Merge branch 'master' into mediaencoding | Bond_009 | |
| 2019-12-10 | Add StartIndex result to /Items API query | chaosinnovator | |
| 2019-12-06 | Add back all old emby tests | Bond_009 | |
| 2019-11-25 | Make probesize and analyzeduration configurable and simplify circular | Bond_009 | |
| dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`) | |||
| 2019-11-25 | * Add support for multi segment base urls | Bond_009 | |
| * Make baseurl case-insensitive | |||
| 2019-11-23 | Merge pull request #1926 from Bond-009/auth | dkanada | |
| Add clearer exceptions, warnings and docs | |||
| 2019-11-21 | revert settings to their old names | dkanada | |
| 2019-11-21 | rename some missed variables and fix warnings | dkanada | |
| 2019-11-07 | Merge branch 'master' into installationmanager | Bond-009 | |
| 2019-11-04 | Merge remote-tracking branch 'origin/master' into media-attachments-clean | Andrew Mahone | |
| 2019-11-03 | Revert the project inclusion that created a cycle. | Erwin de Haan | |
| 2019-11-03 | Fix the last docs warnings. | Erwin de Haan | |
| 2019-11-01 | Improve IInstallationManager interface | Bond_009 | |
| 2019-11-01 | Update deps and add MultiThreading analyzer | Bond_009 | |
| 2019-10-29 | Fix more warnings | Bond_009 | |
| 2019-10-22 | Provide delivery URLs for attachments in PlaybackInfo. | Andrew Mahone | |
| 2019-10-22 | Add new MediaAttachment to store attachments found during media probing. | Andrew Mahone | |
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-10-15 | Fix Json serialization error | Bond_009 | |
| 2019-10-09 | Use value instead of assigning baseUrl first | Joshua Boniface | |
| 2019-10-09 | Fix spacing issues | Joshua Boniface | |
| 2019-10-08 | Normalize baseUrl behaviour | Joshua Boniface | |
| Fully normalizes the baseUrl behaviour to better match how this sort of feature works in other programs. 1. The baseUrl is always appended to paths, even the built-in `/emby` and `/mediabrowser` paths. 2. The baseUrl is set statically at class instance creation, to ensure it persists through changes until the next restart. 3. Configuration is normalized using a function when set, to ensure it's in a standard `/mypath` format with leading `/`. 4. Cleans up the conditionals around default redirects. For sanity after changing the URL, it will match *any* path that doesn't match the current baseUrl and redirect it back to the main page (with baseUrl). 5. Adds a second method, NormalizeUrlPath, to avoid lots of `+ "/" +` string manipulations which are unclean - we should always have a leading slash. 6. Sets the default baseUrl to an empty string to avoid unexpected behaviour, though this would be worked-around automatically. 7. Adds some debug logs whenever a URL is normalized, to help track down issues with this code (if any arise). | |||
| 2019-09-28 | Merge pull request #1773 from sparky8251/remove-wan-ddns | Joshua M. Boniface | |
| Remove WAN DDNS | |||
| 2019-09-28 | Merge pull request #1770 from sparky8251/remove-wan-ip | Joshua M. Boniface | |
| Remove WAN IP Detection | |||
| 2019-09-19 | Removed WAN DDNS | sparky8251 | |
| It's odd that JF still had code lying around for generating a self signed cert. Currently, it does not do this so this code has been removed. JF also appears to have functions in place to modify provided certs? Warrants deeper investigation. JF should not be attempting modifications of any certs under any circumstance. | |||
| 2019-09-19 | Hide new users from public API by default | sparky8251 | |
| 2019-09-19 | Remove WAN IP Detection | sparky8251 | |
| 2019-09-17 | Remove legacy auth code (#1677) | Bond-009 | |
| * Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build | |||
