aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-29Changes styles as suggested by @barronpmBaronGreenback
Added addtional comments & source type as per intellisense suggestion change code as per sonacloud
2020-04-29Merge pull request #2985 from sparky8251/prometheusBond-009
Add Prometheus exporters
2020-04-29Merge pull request #2917 from Bond-009/testsVasily
Improved tests
2020-04-29Merge pull request #2920 from Bond-009/tests2Vasily
Add some simple tests
2020-04-29Merge pull request #2817 from ferferga/masterVasily
Remove unnecessary space in hardware decoders argument for ffmpeg
2020-04-28Whilst fixing issues with SSDP on devices with multiple interfaces, i came ↵BaronGreenback
across a design issue in the current code - namely interfaces without a gateway were ignored. Fixing this required the removal of the code that attempted to detect virtual interfaces. Not wanting to remove functionality, but not able to keep the code in place, I implemented a work around solution (see 4 below). Whilst in the area, I also fixed a few minor bugs i encountered (1, 5, 6 below) and stopped SSDP messages from going out on non-LAN interfaces (3) All these changes are related. Changes 1 IsInPrivateAddressSpace - improved subnet code checking 2 interfaces with no gateway were being excluded from SSDP blasts 3 filtered SSDP blasts from not LAN addresses as defined on the network page. 4 removed #986 mod - as this was part of the issue of #2986. Interfaces can be excluded from the LAN by putting the LAN address in brackets. eg. [10.1.1.1] will exclude an interface with ip address 10.1.1.1 from SSDP 5 fixed a problem where an invalid LAN address causing the SSDP to crash 6 corrected local link filter (FilterIPAddress) to filter on 169.254. addresses
2020-04-28Revert "Whilst fixing issues with SSDP on devices with multiple interfaces, ↵BaronGreenback
i came across a design issue in the current code - namely interfaces without a gateway were ignored." This reverts commit 2aaecb8e148aef6cda67797fa4227a8ebcf7e5bb.
2020-04-28Whilst fixing issues with SSDP on devices with multiple interfaces, i came ↵BaronGreenback
across a design issue in the current code - namely interfaces without a gateway were ignored. Fixing this required the removal of the code that attempted to detect virtual interfaces. Not wanting to remove functionality, but not able to keep the code in place, I implemented a work around solution (see 4 below). Whilst in the area, I also fixed a few minor bugs i encountered (1, 5, 6 below) and stopped SSDP messages from going out on non-LAN interfaces (3) All these changes are related. Changes 1 IsInPrivateAddressSpace - improved subnet code checking 2 interfaces with no gateway were being excluded from SSDP blasts 3 filtered SSDP blasts from not LAN addresses as defined on the network page. 4 removed #986 mod - as this was part of the issue of #2986. Interfaces can be excluded from the LAN by putting the LAN address in brackets. eg. [10.1.1.1] will exclude an interface with ip address 10.1.1.1 from SSDP 5 fixed a problem where an invalid LAN address causing the SSDP to crash 6 corrected local link filter (FilterIPAddress) to filter on 169.254. addresses
2020-04-28Revise documentation based on discussion in #2872ZadenRB
2020-04-28Synchronize access to datagion
2020-04-28Merge pull request #2995 from JustAMan/fix-cache-for-realVasily
Now parse date in header correctly as being in UTC
2020-04-27Send error messages to clientsgion
2020-04-27Refactor and other minor changesgion
2020-04-27Implement KeepAlive for WebSocketsgion
2020-04-27Update session pinggion
2020-04-27Implement NTP like time syncgion
2020-04-27Check that client is playing the right itemgion
Send date when playback command is emitted Rename some classes
2020-04-27Filter groups by parental ratinggion
2020-04-27Filter groups by library accessgion
2020-04-27Implement syncplay permissions for a usergion
2020-04-27Refactor: rename user to sessiongion
2020-04-27Ignore unrelated eventsgion
2020-04-27Implement syncplay backendgion
2020-04-27Translated using Weblate (Polish)Łukasz Nowak
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
2020-04-27Now parse date in header correctly as being in UTCVasily
2020-04-27Address reviewssparky8251
2020-04-27Merge pull request #2992 from rotvel/feature/ffmpegBond-009
Try harder to find ffmpeg in app directory.
2020-04-26Order actions by route, then http methodcrobibero
2020-04-27Try harder to find ffmpeg in app directory. While here do some cleanupMax Git
2020-04-26Translated using Weblate (Greek)Shillos
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2020-04-26Translated using Weblate (Greek)Shillos
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2020-04-26Remove unnecessary foreach loopMark Monteiro
2020-04-26Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
Also reverts conflicting changes made in https://github.com/jellyfin/jellyfin/pull/2798
2020-04-26Fix merge with masterMark Monteiro
2020-04-26Translated using Weblate (Norwegian Bokmål)oytal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2020-04-26Merge pull request #2990 from mark-monteiro/create-missing-foldersJoshua M. Boniface
Create Missing Data Folders
2020-04-26Ensure metadata path is created on app startup, and also each time it is updatedMark Monteiro
2020-04-26Merge pull request #2940 from balu92/masterJoshua M. Boniface
Fix missing colons
2020-04-26Merge pull request #2798 from JustAMan/fix-livetv-againJoshua M. Boniface
Make localhost LiveTV restreams always use plain HTTP port
2020-04-26Ensure transcoding path is created when it is retrievedMark Monteiro
2020-04-26Merge pull request #2906 from randrey/dlna-nullref-fixJoshua M. Boniface
Fix InvalidOperationException while browsing via DLNA client.
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-262969 - re-issed code to address when developer doesn't have certificate ↵BaronGreenback
installed.
2020-04-26Add basic new data model.Erwin de Haan
Added maxlength to SourceId text field in Metadata entity. Added extra fields to Person entity and adjusted SourceId length to 255. Added Extra Nuget deps for Relational databases and added Default Sqlite connection string. Made LibraryItem and Metadata abstract. Added artwork, changed DbSet names, added Seasons, added Genres, removed Language enum Add MediaFIleKind, add CustomVideos, add Books. Add AdditionalStream Updated GUIDs. Remove merge artifacts. Updated Language to use ISO-639-3 3 letter language codes. Added collections and concurrency tokens. Added chapters. Added Photos and renamed CustomVideo to CustomItem. Started adding fields. Added extra fields and Company entities. Implement a first pass of user permissions for the new database schema Upgrade to v2 of the addon. Commit generated files. Update comment, rename namespace and remove superflous field. Un-ignore any generated code. Clean up the model files and other left overs.
2020-04-26Remove unnecessary properties from SystemInfo response objectMark Monteiro
These properties do not provide any useful information to the client. The client would already have to have all this information in order to connect to the endpoint to retrieve it