Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/37dcbfbc3980ed962c28fe7f1ee9d8a78f65ec19/MediaBrowser.Model?page=4 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

2108 Commits (37dcbfbc3980ed962c28fe7f1ee9d8a78f65ec19)

Author SHA1 Message Date
Anthony Lavado af3c4e0ce8
Merge pull request from dkanada/url 6 years ago
Bond_009 c699c546e4 Improve LocalizationManager 6 years ago
dkanada bb04545068
Merge pull request from Bond-009/docs2 6 years ago
dkanada 685e9e4f58
Merge pull request from Bond-009/checksum 6 years ago
dkanada 8f8d8e3d0b
Merge pull request from Bond-009/socket1 6 years ago
Bond_009 838e5d05d5 Document all public/internal members of Emby.Drawing 6 years ago
Bond_009 5eaf5465a5 Check checksum for plugin downloads 6 years ago
dkanada 1ad67e223f
Merge pull request from Bond-009/installationmanager 6 years ago
dkanada d521e5c36a add base url to server configuration 6 years ago
Joshua M. Boniface a96fa7a5c7
Merge pull request from Bond-009/passfast 6 years ago
dkanada 5c366e4697
Merge pull request from Bond-009/warn4 6 years ago
Bond_009 2a58c643d2 Fix more warnings 6 years ago
Bond_009 1cad93c276 Use System.Net abstractions instead of raw socket 6 years ago
Bond_009 cf7290343f Fix build 6 years ago
Bond_009 9fff4b060e Replace custom code with Asp.Net Core code 6 years ago
Bond-009 8b1bd7ac6b Use a dictionary to look up mimetypes 6 years ago
Bond_009 ddd1a282ea Remove IpAddressInfo and IpEndPointInfo classes 6 years ago
Bond_009 0f897589ed Streamline authentication proccess 6 years ago
Bond_009 65a0ca2f32 Improvements to InstallationManager 6 years ago
Bond_009 defc5f1cf9 Force LF line endings 6 years ago
Anthony Lavado d7aaa1489c
Merge pull request from dkanada/fanart 6 years ago
Anthony Lavado f631b2ecdc
Merge pull request from Bond-009/streamjob 6 years ago
Frank 3ba709fcc3 Fix . Add support for encoding with libx265 and hevc_nvenc. 6 years ago
dkanada 09dfa071dc move fanart image provider to plugin 6 years ago
Bond-009 d9c159122f
Merge pull request from voodoos/cleanup/SocketSharp 6 years ago
Anthony Lavado 2f0719a883
Move the definition of ProductName to the correct class 6 years ago
VooDooS a6e1b23eb0 Simplify headers use in WSS 6 years ago
Bond_009 93e535d3a1 Trying to make sense of the streaming code 6 years ago
Phallacy 09921a00aa made password resets an interface and per user 6 years ago
Joshua M. Boniface fc79659549
Merge pull request from LogicalPhallacy/lockoutfix 6 years ago
redSpoutnik 480a6607e2
Merge branch 'master' into subtitle-display-title 6 years ago
redSpoutnik 4a30fee40d Remove some dead code 6 years ago
LogicalPhallacy 9df1506794
Merge pull request from LogicalPhallacy/master 6 years ago
Phallacy 1ee016c997 configurable user lockout 6 years ago
redSpoutnik 427688a0a0 Change subtitles DisplayTitle behavior 6 years ago
Erwin de Haan 21cc38fcf4 Adjusted AssemblyCopyright attribute values. 6 years ago
Erwin de Haan ee7bf86e0f Adjusted the Product Name so the User Agent is correct/better. 6 years ago
Bond-009 e64aaebbac Improvements around streams 6 years ago
Vasily 297f25cfc2
Merge pull request from Bond-009/os 6 years ago
Joshua M. Boniface 6751560228
Merge pull request from joshuaboniface/configurable-webdir 6 years ago
Bond-009 3ddbda9aca
Merge branch 'master' into xml 6 years ago
Vasily 1fef8bf266
Merge pull request from Bond-009/assinfo 6 years ago
Joshua Boniface 3c4043199a Implement review feedback 6 years ago
Joshua Boniface 132ce3ece1 Add further resources to complete WebPath 6 years ago
Bond-009 decaffed86 Remove EnvironmentInfo 6 years ago
Bond-009 669c48cc8b
Merge pull request from cvium/closed_response 6 years ago
Claus Vium 3fa43a1e08 Don't set status code if response is closed 6 years ago
Bond-009 c5fce647de Cleanup/simplification 6 years ago
Claus Vium 0abe57e930 Merge remote-tracking branch 'remotes/upstream/master' into kestrel_poc 6 years ago
Bond-009 ae0ecc1b10
Merge pull request from LogicalPhallacy/betterauth 6 years ago
Claus Vium 8c609bc9ce Reduce aspnet imports 6 years ago
Bond-009 e91dd14b31 Remove redundent class AssemblyInfo 6 years ago
Phallacy 8f4895e8a5 more fixes for perf and style 6 years ago
Bond_009 a9302b8b53 Remove useless abstraction around XmlReaderSettings 6 years ago
Bond-009 c31b0b311b
Apply suggestions from code review 6 years ago
Phallacy bef665be36 Minor fixes to address style issues 6 years ago
PloughPuff 656bffbbb2 Remove --ffprobe logic 6 years ago
PloughPuff 8104e739d5 Address review comments from Bond 6 years ago
PloughPuff ed69e690b8 Review comments 6 years ago
PloughPuff 20775116f7 Reworked FFmpeg path discovery and always display to user 6 years ago
Claus Vium 446f9bf81f Remove more Content-Length references 6 years ago
Phallacy 2c26517172 minor style fixes 6 years ago
The Lynxy c84729a4f4
Do not allow new users to delete content by default 6 years ago
Claus Vium 1e97e4d462 Remove IHttpResponse 6 years ago
Claus Vium 27e7e792b3 Replace some usage of QueryParamCollection 6 years ago
Claus Vium 91afaaf8fe Cleanup in QueryParamCollection 6 years ago
Claus Vium 333bd2107a Remove HttpUtility 6 years ago
Claus Vium 25d3d0b731 Remove some unused stuff 6 years ago
Claus Vium 5510e8ebee Remove unused Cookies 6 years ago
Claus Vium f1c93ae618 Remove SetContentLength and company 6 years ago
Claus Vium 852460b991 kestrel init 6 years ago
Claus Vium 4db31acff9 Begin removing System.Net sources 6 years ago
Xu Fasheng cbd0e71c07 Send DLNA devices message to only the matched interface 6 years ago
Xu Fasheng cf4e64f430 Add option to toggle if ignore virtual interfaces 6 years ago
Phallacy a0d31a49a0 merging with master to clear merge conflict 6 years ago
Phallacy 6bbb968b57 minor changes and return to netstandard 6 years ago
Joshua M. Boniface 89d4ce309d
Merge pull request from Bond-009/perf 6 years ago
Joshua M. Boniface b43317c5e1
Merge pull request from Bond-009/update 6 years ago
Vasily 13f2783a8e
Merge pull request from wtayl0r/replace-primitives-with-iconfiguration 6 years ago
Bond_009 7554f63551 Remove more self-update code 6 years ago
Bond_009 77a5617774 Removed remaining self-update code 6 years ago
Phallacy 48e7274d37 added justaman notes, fixed new bug from emty has removals 6 years ago
William Taylor 18ae107ce4 Removed unnecessary configuration options and reduced primitive dependencies 6 years ago
Bond-009 a35ea49c99 Merge remote-tracking branch 'upstream/release-10.2.z' into newmaser 6 years ago
Bond-009 4811e76860
Merge branch 'master' into perf 6 years ago
Phallacy 77602aff88 Minor fixes re:PR870, added null checks from PR876 6 years ago
Bond_009 8d98885cda Less string allocations 6 years ago
Bond_009 81a8ebde22 Move to Microsoft.Extensions.DependencyInjection 6 years ago
William Lees d18823ced1 Fix potential NullReferenceException 6 years ago
Phallacy 05bbf71b6d sha256 with salt auth and sha1 interop 6 years ago
LogicalPhallacy 8bf88f4cb2
Merge pull request from jellyfin/master 6 years ago
Bond-009 e216702bcf Complete rename ImageSize -> ImageDimensions 6 years ago
Claus Vium 0ef2b46106 Remove custom Threading 6 years ago
Joshua M. Boniface 56dcc45dc0
Merge pull request from Bond-009/locale 6 years ago
Bond_009 1385d89df6 Remove MoreLINQ 6 years ago
Joshua M. Boniface c713824bf9
Merge pull request from Bond-009/culture 6 years ago
Claus Vium 8985fb8d58 Remove support for games as a media type 6 years ago
Claus Vium f7a46c7a56 Remove more Connect related stuff 6 years ago
Bond-009 2a1f6361a5
Merge branch 'master' into locale 6 years ago
Phallacy 4519ce26e2 Upgrade crypto provider, retarget better framework 6 years ago
Bond-009 1ea219bf3f
Merge branch 'master' into culture 6 years ago
Erwin de Haan d3afa53191 Final refactored `IFileSystem` and `ManagedFileSystem` 6 years ago
Bond_009 a709cbdc64 Fix more analyzer warnings 6 years ago
Bond_009 51edd5d067 Reworked LocalizationManager to load data async 6 years ago
Andrew Rabert 4190410c7e
Merge pull request from Bond-009/spelling 6 years ago
Andrew Rabert b673054c8d
Merge pull request from Bond-009/sysevent 6 years ago
Bond_009 883575893b Change image dimentions from double to int 6 years ago
Erwin de Haan d1a0497f55 Revert "Merge pull request from Bond-009/activitydb" 6 years ago
Bond_009 fd7f420af2 Remove remnants of system events 6 years ago
Bond_009 eaa6cb0ddc Fix a spelling mistake 6 years ago
Bond_009 905a253ff5 Suffix async methods with Async 6 years ago
Bond_009 f6f0a8a481 Use EF Core for Activity database 6 years ago
Bond_009 2f8f9e6853 Address comments 6 years ago
Bond_009 06d9423f00 Clean up last bits 6 years ago
Bond_009 37be6c87eb Make ConditionProcessor static 6 years ago
Bond_009 c9b88ab741 Clean up streambuilder 6 years ago
cvium b35dcbb9f0 Remove MediaBrowser.Text since it violates licenses and is overall hacky 6 years ago
Erwin de Haan 924ec0c191 Revert Jellyfin.Versioning, Update all versions and user agents. 6 years ago
Erwin de Haan bb8df8dfa0 Updates reported version in `System/Info*` set of endpoints. 6 years ago
Erwin de Haan c5430f86b0 Fixed csproj and xml identation. 6 years ago
Erwin de Haan 38f96af079 Reformat JustAMan review pt2 changes 6 years ago
Erwin de Haan 49b61f238e Merge branch 'dev' into reformat 6 years ago
Claus Vium eca3c099d9 removed a bunch of validation, security, registration, premiere, whatever bs 6 years ago
Erwin de Haan e867446437 ReSharper format: conform inline 'out' parameters. 6 years ago
Erwin de Haan 65bd052f3e ReSharper conform to 'var' settings 6 years ago
Erwin de Haan a36658f6f0 ReSharper Reformat: Properties to expression bodied form. 6 years ago
Erwin de Haan 089ad8e7c2 Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt 6 years ago
Erwin de Haan 8f41ba4d3a Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model 6 years ago
Erwin de Haan 742bef5b5f EditorConfig reformat: Non-CS files. 6 years ago
Erwin de Haan 382e8699a2 EditorConfig reformat: MediaBrowser.Model 6 years ago
Erwin de Haan 1a4b271314 Visual Studio Reformat: MediaBrowser.Model 6 years ago
Joshua M. Boniface 9dcaafe700 Merge pull request from EraYaN/code-cleanup 6 years ago
Bond_009 3a2a0fbfe8 Add more NuGet metadata properties 6 years ago
Erwin de Haan e2751d42e8 Merge branch 'dev' into code-cleanup 6 years ago
Joshua M. Boniface 15c89d281e Merge pull request from hawken93/linting 6 years ago
Erwin de Haan ec1f5dc317 Mayor code cleanup 6 years ago
Andrew Rabert 3d867c2c46 Merge pull request from Bond-009/env 6 years ago
Joshua M. Boniface 61aeb0e9a8 Merge pull request from Bond-009/plugins 6 years ago
Bond_009 f520ddc966 Remove useless properties from IEnvironmentInfo 6 years ago
hawken bd169e4fd4 remove trailing whitespace 6 years ago
hawken ba1794f64b Remove tabs and trailing whitespace 6 years ago
Joshua M. Boniface 4ab82f7436 Merge pull request from sparky8251/fix-mimetype-formatting 6 years ago
Sparky ae4a82570c Fixed odd formatting in MimeType.CS 6 years ago
Sparky 1f5b9a04fb Open log files in browser again 6 years ago
Bond_009 e1379610e5 Ground work to get plugins functional again 6 years ago
Andrew Rabert edfc3cb8c6 Merge pull request from cvium/remove_run_at_startup 6 years ago
Andrew Rabert 12112ea25d Remove more news 6 years ago
Bond_009 c07d5a6963 Remove unused PowerManagement 6 years ago
Joshua Boniface 1ccc0131a5 Readd System import to correct Array failure 6 years ago
Anthony Lavado f2fedb9f34 Merge pull request from Bond-009/unused 6 years ago
cvium bb879fff33 Remove AutoRunAtStartup 6 years ago
Bond_009 340a2c6512 Post GPL cleanup 6 years ago
Bond_009 30a19d345a Remove report usage configuration option 6 years ago
Bond_009 db62648510 Remove firebase and empty resource config file 6 years ago
Anthony Lavado a06a5c8d18 Merge branch 'dev' into project-updates 6 years ago
Claus Vium 07e7b13b75 change userid type to guid 6 years ago
Anthony Lavado 87812d1e7f Fix spacing to C#/Visual Studio standards 6 years ago
Bond_009 75efe9cf0a Rename and rework entry point 6 years ago
Claus Vium cff0ece073 set EnableAnonymousUsageReporting to false to avoid log spam () 6 years ago
Bond_009 a8fde5e89c Readded some stuff 6 years ago
Bond_009 0f8b3c6347 Use Microsoft.Extensions.Logging abstraction 6 years ago
Andrew Rabert 4929ee9ab6 Fix default language 6 years ago
Bond_009 6e5d2aadaa Remove custom ToArray extension 6 years ago
Andrew Rabert a86b71899e Add GPL modules 6 years ago
stefan 48facb797e Update to 3.5.2 and .net core 2.1 7 years ago
Luke Pulverenti 85815adcd2 update live tv queries 7 years ago
Luke Pulverenti 175c085d90 Stub out new filtering api 7 years ago
Luke Pulverenti 8717f81bf4 Add setting to auto-run web app when server starts 7 years ago
Luke Pulverenti c4ceeae889 improve xmltv gz support 7 years ago
Luke Pulverenti 5207067811 fix live tv over dlna 7 years ago
Luke Pulverenti 58a7829ecd update library changed notifier 7 years ago
Luke Pulverenti 4f09c1e06d reduce dlna chatter 7 years ago
Luke Pulverenti 77695f8abe 3.2.40.1 7 years ago
Luke Pulverenti 43cb11f694 update shared stream support 7 years ago
Luke Pulverenti 1dc8ff9e91 allow specification of m3u stream limit 7 years ago
Luke Pulverenti 351d29954a 3.2.36.8 7 years ago
Luke Pulverenti 711f588084 3.2.36.7 7 years ago
Luke Pulverenti 901d7b509c update play media source feature 7 years ago
Luke Pulverenti 25138bbeb7 update subtitle downloading to use local metadata settings 7 years ago
Luke Pulverenti 83a43121af fix hdhr stream returning too quickly 7 years ago
Luke Pulverenti 5cb7469028 support track selection before playback 7 years ago
Luke Pulverenti d765f370b3 update librarymanager 7 years ago
Luke Pulverenti 0a0303ca64 normalize strm file contents 7 years ago
Luke Pulverenti 8ec8b46394 allow separate configuration of date format 7 years ago
Luke Pulverenti 93676f6838 revise unknown audio stream handling 7 years ago
Luke Pulverenti 5106819a4b show album artist in album identify wizard 7 years ago
Luke Pulverenti ca2e7a4195 deprecate localized guids config switch 7 years ago
Luke Pulverenti 12adc7ae4c add additional info to timer infos 7 years ago
Luke Pulverenti 4ef9f68837 support delete per library 7 years ago
Luke Pulverenti 9fdaa039c4 rework device repository 7 years ago
Luke Pulverenti c583d49541 live tv subtitle fixes 7 years ago
Luke Pulverenti bc656edf4f update resolved video titles 7 years ago
Luke Pulverenti e19b8f81c7 update recording conversion 7 years ago
Luke Pulverenti 51ca72ab5d adjust default provider order 7 years ago
Luke Pulverenti 4e4c145855 update hls query string 8 years ago
Luke Pulverenti 878abbddda fixes - [Feature Request]: Require Encryption 8 years ago
Luke Pulverenti a0d82a02c8 update param encoding 8 years ago
Luke Pulverenti d43508a898 update applyconditions 8 years ago
Luke Pulverenti 978eedbcb7 improve support for compressed xmltv 8 years ago
Luke Pulverenti de5a8d579b move season zero display name to per library settings 8 years ago