| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-27 | Merge pull request #3703 from oddstr13/pr-username-space-1 | dkanada | |
| Allow space in username | |||
| 2020-07-26 | Comment | Odd Stråbø | |
| 2020-07-26 | Update comment to include space | Odd Stråbø | |
| 2020-07-26 | remove unused line | Nyanmisaka | |
| 2020-07-25 | use proper HttpClient DI | crobibero | |
| 2020-07-26 | Yep. I failed at copy-pasting. | Odd Stråbø | |
| 2020-07-25 | Don't ignore dot directories. | Odd Stråbø | |
| Use `.ignore` file to hide directory from library scan. Also, please tell me we handle sample matching somewhere else? This is a mess. | |||
| 2020-07-25 | Allow space in username | Odd Stråbø | |
| 2020-07-25 | Use async json serialization. | Patrick Barron | |
| 2020-07-25 | Fix formating | Odd Stråbø | |
| 2020-07-25 | Fix embedded subtitles | Odd Stråbø | |
| 2020-07-24 | Fix request parameters | crobibero | |
| 2020-07-24 | Fix request parameters | crobibero | |
| 2020-07-24 | Fix request parameters | crobibero | |
| 2020-07-24 | move VideoService.cs to Jellyfin.Api | crobibero | |
| 2020-07-24 | Merge pull request #3592 from Ullmie02/api-audio | Patrick Barron | |
| Migrate AudioService to Jellyfin.Api | |||
| 2020-07-24 | Fix left /usr/bin/jellyfin symlink on removal and typo | MichaIng | |
| After removal of the symlink target file "/usr/lib/jellyfin/bin/jellyfin", file existence check on the symlink "[[ -f /usr/bin/jellyfin ]]" returns false. As a result the symlink is left in place on package purge. The correct check would be "[[ -L /usr/bin/jellyfin ]]", but since it could be a file in cases, e.g. manual fix on file systems with no symlink support or for any other reason, it is easiest to use "rm -f" to assure that it is removed in both cases and not return false even if it does not exist at all. Additionally this fixes a typo on upstart script check. Signed-off-by: MichaIng <micha@dietpi.com> | |||
| 2020-07-24 | Read EnableNextVideoInfoOverlay from database. | Patrick Barron | |
| 2020-07-24 | Migrate EnableNextVideoInfoOverlay | Patrick Barron | |
| 2020-07-24 | Read skip lengths from server. | Patrick Barron | |
| 2020-07-24 | Migrate skip lengths. | Patrick Barron | |
| 2020-07-25 | change loglevels | Nyanmisaka | |
| 2020-07-24 | Fix suggestions from review | David | |
| 2020-07-25 | minor changes | nyanmisaka | |
| 2020-07-25 | Merge remote-tracking branch 'upstream/master' into tonemap | nyanmisaka | |
| 2020-07-25 | add Tonemapping relaying on nvdec and ocl | nyanmisaka | |
| 2020-07-24 | Merge pull request #3657 from Bond-009/readonlyspan | Joshua M. Boniface | |
| Review usage of string.Substring (part 1) | |||
| 2020-07-24 | Fix build | Bond_009 | |
| 2020-07-24 | Fix warnings | Bond_009 | |
| 2020-07-24 | add a method to use custom fallback fonts for subtitle rendering | nyanmisaka | |
| 2020-07-24 | Merge branch 'master' into readonlyspan | Bond-009 | |
| 2020-07-24 | Merge pull request #3678 from barronpm/remove-unused-dependencies | Bond-009 | |
| Remove Unused Dependencies. | |||
| 2020-07-24 | Update MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs | Bond-009 | |
| Co-authored-by: David Mouse <dmouse10462@gmail.com> | |||
| 2020-07-23 | Use System.Text.Json in DefaultPasswordResetProvider | Patrick Barron | |
| 2020-07-23 | Remove unused dependencies. | Patrick Barron | |
| 2020-07-24 | Merge pull request #3677 from barronpm/fix-master-compilation | dkanada | |
| Fixed compilation error on master. | |||
| 2020-07-23 | Fixed compilation error. | Patrick Barron | |
| 2020-07-23 | Merge pull request #3576 from HelloWorld017/fix/sami-utf16 | Anthony Lavado | |
| Fix SAMI UTF-16 Encoding Bug | |||
| 2020-07-23 | Merge pull request #2788 from ThatNerdyPikachu/more-track-titles | Anthony Lavado | |
| Use embedded title for other track types | |||
| 2020-07-23 | Fixed build errors. | Patrick Barron | |
| 2020-07-24 | Merge pull request #3385 from crobibero/api-image-service | Patrick Barron | |
| Move ImageService.cs to Jellyfin.Api | |||
| 2020-07-23 | Merge branch 'master' into displaypreferences-efcore | Patrick Barron | |
| 2020-07-23 | Update MediaBrowser.Model/Entities/MediaStream.cs | Pika | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-23 | Update MediaBrowser.Model/Entities/MediaStream.cs | Pika | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-23 | Update MediaBrowser.Model/Entities/MediaStream.cs | Pika | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-23 | Update MediaBrowser.Model/Entities/MediaStream.cs | Pika | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-23 | Merge branch 'master' into more-track-titles | Pika | |
| 2020-07-23 | Merge pull request #3664 from Bond-009/createuserasync | Joshua M. Boniface | |
| Make CreateUser async | |||
| 2020-07-23 | Merge pull request #3659 from Bond-009/stringbuilder | Joshua M. Boniface | |
| Optimize StringBuilder.Append calls | |||
| 2020-07-23 | Merge pull request #3613 from Bond-009/regex | Joshua M. Boniface | |
| Replace \d with [0-9] in ffmpeg detection and scan code | |||
