| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2019-09-13 | Reset invalid login counter on successfull login | Bond-009 | |
| 2019-09-08 | Possible fix for MrMC | Bond_009 | |
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 2019-09-02 | Merge pull request #1686 from Bond-009/warn7 | Anthony Lavado | |
| More warning fixes | |||
| 2019-09-01 | Restore flac mime type | Bill Thornton | |
| 2019-08-29 | More warning fixes | Bond_009 | |
| 2019-08-28 | Fix login | Bond_009 | |
| 2019-08-19 | Merge branch 'master' into h265 | Joshua M. Boniface | |
| 2019-08-18 | Merge pull request #1636 from Bond-009/isomounter | dkanada | |
| Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors | |||
| 2019-08-16 | Clean up livestreaming code | Bond_009 | |
| 2019-08-16 | Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors | Bond_009 | |
| 2019-08-16 | Merge pull request #1632 from Bond-009/locale | Anthony Lavado | |
| Improve LocalizationManager | |||
| 2019-08-16 | Merge pull request #1588 from dkanada/url | Anthony Lavado | |
| Add base url option to server configuration | |||
| 2019-08-16 | Improve LocalizationManager | Bond_009 | |
| 2019-08-15 | Merge pull request #1614 from Bond-009/docs2 | dkanada | |
| Document all public/internal members of Emby.Drawing | |||
| 2019-08-15 | Merge pull request #1584 from Bond-009/checksum | dkanada | |
| Check checksum for plugin downloads | |||
| 2019-08-13 | Merge pull request #1581 from Bond-009/socket1 | dkanada | |
| Use System.Net abstractions instead of raw socket | |||
| 2019-08-11 | Document all public/internal members of Emby.Drawing | Bond_009 | |
| Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing | |||
| 2019-08-11 | Check checksum for plugin downloads | Bond_009 | |
| * Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager | |||
| 2019-08-11 | Merge pull request #1462 from Bond-009/installationmanager | dkanada | |
| Improvements to InstallationManager | |||
| 2019-08-11 | add base url to server configuration | dkanada | |
| 2019-08-10 | Merge pull request #1397 from Bond-009/passfast | Joshua M. Boniface | |
| Streamline authentication proccess | |||
