aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/PathExtensions.cs
AgeCommit message (Collapse)Author
2024-04-12fix: fix off-by-one error in `GetAttributeValue`Mikal Stordal
Co-authored-by: fearnlj01 <fearnlj01@gmail.com>
2023-04-01Correct styling inconsistenciesAmbulantRex
2023-04-01Correct style inconsistenciesAmbulantRex
2023-03-30Remove unnecessary using statements in PluginManagerAmbulantRex
2023-03-30Add DLL whitelist support for pluginsAmbulantRex
2021-12-31Add ability to search by -Cody Robibero
2021-12-11Fix new testCody Robibero
2021-12-09Add StringComparisonCody Robibero
2021-12-09Add more speed and more testsCody Robibero
2021-12-07Search for attribute textCody Robibero
2021-11-27performance++Claus Vium
2021-10-03Fix warnings in LibraryPatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-05PathExtensions: Fix index out of bounds in TryReplaceSubPathBond_009
Fixes #5977
2021-04-17Remove unused using directivesBaronGreenback
2021-03-30Merge pull request #5467 from Ullmie02/nfo-fixesBond-009
2021-03-26Rename methods and optimize allocationsDavid
2021-03-16Use Helper Methods for provider url parsingDavid
2021-03-09Add code analysis attributes where appropriateBond_009
2021-03-08Changed string.Length == 0 to string.IsNullOrEmpty in case of nullIkomhoog
2021-03-06rider is a prickcvium
2021-03-06simplifycvium
2021-03-05make sure network path substitution matches correctlycvium
2020-04-21Address commentsBond_009
2020-04-20Add some simple testsBond_009
2020-04-19Changed '\d' to '[0-9]'.randrey
2020-04-18Limit imdbid to 8 digits.randrey
2020-04-18Fix imdbid regexrandrey
2019-11-27Fix more warningsBond_009
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2016-11-03move additional classes to new server libLuke Pulverenti