Cody Robibero 
							
						 
					 
					
						
						
						
						
							
						
						
							033cfa59c4 
							
						 
					 
					
						
						
							
							Convert CollectionType to use lowercase enum names  
						
						
						
						
					 
					
						2023-12-08 15:45:36 -07:00 
						 
				 
			
				
					
						
							
							
								Cody Robibero 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							906f701fa8 
							
						 
					 
					
						
						
							
							Convert CollectionType, SpecialFolderType to enum ( #9764 )  
						
						... 
						
						
						
						* Convert CollectionType, SpecialFolderType to enum
* Hide internal enum CollectionType values
* Apply suggestions from code review
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
* Fix recent change
* Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs
Co-authored-by: Patrick Barron <barronpm@gmail.com>
---------
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
Co-authored-by: Patrick Barron <barronpm@gmail.com> 
						
						
					 
					
						2023-11-09 14:00:29 -07:00 
						 
				 
			
				
					
						
							
							
								Stepan Goremykin 
							
						 
					 
					
						
						
						
						
							
						
						
							f84469d500 
							
						 
					 
					
						
						
							
							Remove redundant using directives  
						
						
						
						
					 
					
						2023-10-08 00:50:02 +02:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							57891e7639 
							
						 
					 
					
						
						
							
							PhotoResolver: change how generated images are detected  
						
						... 
						
						
						
						Backdrops/fanart are generated as (backdrop)|(fanart)[0-9]*.extension
Fixes  #7830  
						
						
					 
					
						2023-09-27 17:20:55 +02:00 
						 
				 
			
				
					
						
							
							
								Joe Rogers 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c3a97bf6a 
							
						 
					 
					
						
						
							
							Inject IDirectoryService where needed instead of passing it through ItemResolveArgs  
						
						
						
						
					 
					
						2023-03-06 23:00:55 -05:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							f6af28cf96 
							
						 
					 
					
						
						
							
							Fix some things that slipped through the cracks  
						
						
						
						
					 
					
						2022-10-11 23:37:29 +02:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							a9a5fcde81 
							
						 
					 
					
						
						
							
							Use ArgumentNullException.ThrowIfNull helper method  
						
						... 
						
						
						
						Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)
```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```
```
ArgumentNullException.ThrowIfNull($1);
``` 
						
						
					 
					
						2022-10-06 20:21:23 +02:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							cbfa355e31 
							
						 
					 
					
						
						
							
							Update StyleCop  
						
						
						
						
					 
					
						2021-12-24 18:28:27 +01:00 
						 
				 
			
				
					
						
							
							
								cvium 
							
						 
					 
					
						
						
						
						
							
						
						
							b880dc8a4a 
							
						 
					 
					
						
						
							
							Use our own Contains extension  
						
						
						
						
					 
					
						2021-12-20 13:31:07 +01:00 
						 
				 
			
				
					
						
							
							
								cvium 
							
						 
					 
					
						
						
						
						
							
						
						
							4f45c52674 
							
						 
					 
					
						
						
							
							Remove ILibraryManager as a dependency in resolvers etc.  
						
						
						
						
					 
					
						2021-11-15 15:56:02 +01:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							7e8428e588 
							
						 
					 
					
						
						
							
							Enable nullable reference types for Emby.Server.Implementations  
						
						
						
						
					 
					
						2021-05-20 22:48:53 +02:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							bcb4010db6 
							
						 
					 
					
						
						
							
							More improvements  
						
						
						
						
					 
					
						2021-05-05 15:30:32 +02:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							07cc4be6a7 
							
						 
					 
					
						
						
							
							Fix some warnings  
						
						... 
						
						
						
						* Add analyzers to MediaBrowser.XbmcMetadata
* Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata
* Add analyzers to MediaBrowser.WebDashboard
* Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard
* Disable SA1600 in favor of CS1591 
						
						
					 
					
						2020-02-23 12:11:43 +01:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							adc9fc282c 
							
						 
					 
					
						
						
							
							Minor improvements  
						
						
						
						
					 
					
						2020-02-19 23:08:58 +01:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							2ef4ffd698 
							
						 
					 
					
						
						
							
							More warnings (removed)  
						
						
						
						
					 
					
						2019-12-11 00:13:57 +01:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							42ffddc269 
							
						 
					 
					
						
						
							
							Fix more warnings  
						
						
						
						
					 
					
						2019-11-27 16:29:56 +01:00 
						 
				 
			
				
					
						
							
							
								Bond-009 
							
						 
					 
					
						
						
						
						
							
						
						
							35d7e97258 
							
						 
					 
					
						
						
							
							Ignore casing photo extensions  
						
						
						
						
					 
					
						2019-05-11 11:55:41 +02:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							a6a4cd5667 
							
						 
					 
					
						
						
							
							Removed some unused fields  
						
						
						
						
					 
					
						2019-02-09 15:57:42 +01:00 
						 
				 
			
				
					
						
							
							
								Bond_009 
							
						 
					 
					
						
						
						
						
							
						
						
							70c85925af 
							
						 
					 
					
						
						
							
							Move some arrays to generics  
						
						
						
						
					 
					
						2019-02-06 22:58:12 +01:00 
						 
				 
			
				
					
						
							
							
								Erwin de Haan 
							
						 
					 
					
						
						
						
						
							
						
						
							3a831994f6 
							
						 
					 
					
						
						
							
							Unwrapped GetDirectoryName and DirectorySeperatorChar  
						
						
						
						
					 
					
						2019-01-28 22:06:34 +01:00 
						 
				 
			
				
					
						
							
							
								Erwin de Haan 
							
						 
					 
					
						
						
						
						
							
						
						
							e566d9a231 
							
						 
					 
					
						
						
							
							Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv  
						
						
						
						
					 
					
						2019-01-13 20:54:44 +01:00 
						 
				 
			
				
					
						
							
							
								Erwin de Haan 
							
						 
					 
					
						
						
						
						
							
						
						
							58b582bdcb 
							
						 
					 
					
						
						
							
							Visual Studio Reformat: Emby.Server.Implementations Part I-Lib  
						
						
						
						
					 
					
						2019-01-13 20:21:32 +01:00 
						 
				 
			
				
					
						
							
							
								stefan 
							
						 
					 
					
						
						
						
						
							
						
						
							48facb797e 
							
						 
					 
					
						
						
							
							Update to 3.5.2 and .net core 2.1  
						
						
						
						
					 
					
						2018-09-12 19:26:21 +02:00 
						 
				 
			
				
					
						
							
							
								Luke Pulverenti 
							
						 
					 
					
						
						
						
						
							
						
						
							e7ecd418c4 
							
						 
					 
					
						
						
							
							update home video library support  
						
						
						
						
					 
					
						2017-10-21 12:39:52 -04:00 
						 
				 
			
				
					
						
							
							
								Luke Pulverenti 
							
						 
					 
					
						
						
						
						
							
						
						
							40442f887b 
							
						 
					 
					
						
						
							
							consolidate emby.server.core into emby.server.implementations  
						
						
						
						
					 
					
						2017-08-09 15:56:38 -04:00 
						 
				 
			
				
					
						
							
							
								Luke Pulverenti 
							
						 
					 
					
						
						
						
						
							
						
						
							696a6b34ea 
							
						 
					 
					
						
						
							
							improve smb support  
						
						
						
						
					 
					
						2017-05-04 14:14:45 -04:00 
						 
				 
			
				
					
						
							
							
								Luke Pulverenti 
							
						 
					 
					
						
						
						
						
							
						
						
							04b6f23473 
							
						 
					 
					
						
						
							
							3.2.9.1  
						
						
						
						
					 
					
						2017-03-29 02:26:48 -04:00 
						 
				 
			
				
					
						
							
							
								Luke Pulverenti 
							
						 
					 
					
						
						
						
						
							
						
						
							3eb4091808 
							
						 
					 
					
						
						
							
							move additional classes to new server lib  
						
						
						
						
					 
					
						2016-11-03 02:37:52 -04:00