Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							50013b10a5 
							
						 
					 
					
						
						
							
							Add Status::Visibility concern to hold visibility logic ( #33578 )  
						
						
						
						
					 
					
						2025-01-14 14:32:57 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce1501c3a7 
							
						 
					 
					
						
						
							
							Add "Account::Search" shared example for use in Account spec ( #33507 )  
						
						
						
						
					 
					
						2025-01-09 08:12:48 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							28d309fd86 
							
						 
					 
					
						
						
							
							Add shared example for Expireable concern ( #33369 )  
						
						
						
						
					 
					
						2024-12-20 08:21:34 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3cd308523a 
							
						 
					 
					
						
						
							
							Add shared example for RankedTrend concern ( #33125 )  
						
						
						
						
					 
					
						2024-12-02 00:44:14 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87e7ad9b8f 
							
						 
					 
					
						
						
							
							Add LoginActivity model spec and BrowserDetection concern shared example ( #32959 )  
						
						
						
						
					 
					
						2024-11-19 09:15:05 +00:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1ef7b5b43 
							
						 
					 
					
						
						
							
							Fix uploading higher-than-wide GIF profile picture with libvips enabled ( #32911 )  
						
						
						
						
					 
					
						2024-11-15 15:35:30 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04a939d640 
							
						 
					 
					
						
						
							
							Add reviewed and unreviewed scopes to Reviewable model concern ( #31988 )  
						
						
						
						
					 
					
						2024-09-20 08:51:37 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1003b2560 
							
						 
					 
					
						
						
							
							Enable "zero monkey patching" mode in RSpec ( #31614 )  
						
						
						
						
					 
					
						2024-09-04 05:12:25 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7c26e5e4a1 
							
						 
					 
					
						
						
							
							Add Reviewable model concern ( #31152 )  
						
						
						
						
					 
					
						2024-09-03 15:37:45 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1300ad284 
							
						 
					 
					
						
						
							
							Rename jobs/attachments rspec tag names ( #29762 )  
						
						
						
						
					 
					
						2024-07-08 16:01:08 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							949f5eb860 
							
						 
					 
					
						
						
							
							Fix RSpec/MetadataStyle cop in spec/ ( #27729 )  
						
						
						
						
					 
					
						2023-11-06 14:28:20 +00:00 
						 
				 
			
				
					
						
							
							
								Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							25c66fa640 
							
						 
					 
					
						
						
							
							Enable paperclip for account attachment examples ( #25381 )  
						
						
						
						
					 
					
						2023-06-12 17:37:43 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Jankowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c94bb9ba9a 
							
						 
					 
					
						
						
							
							Disable paperclip processing in specs ( #25359 )  
						
						
						
						
					 
					
						2023-06-10 18:27:35 +02:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							49b2f7c0a2 
							
						 
					 
					
						
						
							
							Fix base64-encoded file uploads not being possible ( #12748 )  
						
						... 
						
						
						
						Fix  #3804 , Fix  #5776  
					
						2020-01-04 01:54:07 +01:00 
						 
				 
			
				
					
						
							
							
								Akihiko Odaki (@fn_aki@pawoo.net) 
							
						 
					 
					
						
						
						
						
							
						
						
							e27f792c24 
							
						 
					 
					
						
						
							
							Some minor change and spec for Account ( #3813 )  
						
						... 
						
						
						
						* Introduce domains method to Account relation
Account had followers_domains method, which was excessively specific.
Let relation of Account have domains method instead.
* Move follow_mapping in Account to AccountInteractions
* Introduce shared examples for AccountAvatar inclusion
* Cover Account more 
						
						
					 
					
						2017-06-22 18:34:27 +02:00