58bcd50f7f 
					 
					
						
						
							
							Fix   #1426  - Trim long usernames in public follower/following lists ( #2993 )  
						
						... 
						
						
						
						Fix  #2221  - Catch OpenSSL exceptions when loading remote avatars/headers/attachments
Don't strip "rel" attribute from <a> tags when sanitizing (microformats) 
					
						2017-05-11 23:14:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4e05751346 
					 
					
						
						
							
							Move account header and avatar methods to a concern ( #2825 )  
						
						
						
						
					 
					
						2017-05-05 21:37:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ee3e0a93f4 
					 
					
						
						
							
							Fixes unknown mime type ( #2822 )  
						
						
						
						
					 
					
						2017-05-05 21:32:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3988f2dade 
					 
					
						
						
							
							Fix Rubocop offences ( #2630 )  
						
						... 
						
						
						
						* disable Bundler/OrderedGems
* fix rubocop Lint/UselessAssignment
* fix rubocop Style/BlockDelimiters
* fix rubocop Style/AlignHash
* fix rubocop Style/AlignParameters, Style/EachWithObject
* fix rubocop Style/SpaceInLambdaLiteral 
						
						
					 
					
						2017-05-01 16:31:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1899cf5f04 
					 
					
						
						
							
							Detect extension for preview card ( #2679 )  
						
						... 
						
						
						
						* Detect extension for preview card
* next 
						
						
					 
					
						2017-05-01 16:20:57 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fc34e0e191 
					 
					
						
						
							
							Remove .keep in models ( #1892 )  
						
						
						
						
					 
					
						2017-04-16 16:28:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						94d2182717 
					 
					
						
						
							
							Resolve issue with rendering authorize/reject Salmon slaps  
						
						
						
						
					 
					
						2017-02-11 19:42:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						80e02b90e4 
					 
					
						
						
							
							Private visibility on statuses prevents non-followers from seeing those  
						
						... 
						
						
						
						Filters out hidden stream entries from Atom feed
Blocks now generate hidden stream entries, can be used to federate blocks
Private statuses cannot be reblogged (generates generic 422 error for now)
POST /api/v1/statuses now takes visibility=(public|unlisted|private) param instead of unlisted boolean
Statuses JSON now contains visibility=(public|unlisted|private) field 
						
						
					 
					
						2016-12-21 20:04:13 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						816284d739 
					 
					
						
						
							
							Fix   #248  - Reload all accounts when fetching from cache  
						
						
						
						
					 
					
						2016-12-03 18:21:26 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						14bd46946d 
					 
					
						
						
							
							Per-status control for unlisted mode, also federation for unlisted mode  
						
						... 
						
						
						
						Fix  #233 , fix  #268  
					
						2016-11-30 21:34:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a21bcac9e1 
					 
					
						
						
							
							Further abstract caching for includes  
						
						
						
						
					 
					
						2016-11-30 15:57:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cefef2c571 
					 
					
						
						
							
							Extract filename obfuscation into module  
						
						
						
						
					 
					
						2016-11-24 00:30:58 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fdc17bea58 
					 
					
						
						
							
							Fix rubocop issues, introduce usage of frozen literal to improve performance  
						
						
						
						
					 
					
						2016-11-15 16:56:29 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b13e7dda1f 
					 
					
						
						
							
							API pagination for all collections using Link header  
						
						
						
						
					 
					
						2016-11-09 17:48:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b5c6d00afa 
					 
					
						
						
							
							Fix   #99  - public timeline not just reblogs,  fix   #98  infinite scrolling issues  
						
						
						
						
					 
					
						2016-10-17 01:23:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9fd3d7b6cd 
					 
					
						
						
							
							Add since_id param to feeds  
						
						
						
						
					 
					
						2016-10-02 22:35:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						927333f4f8 
					 
					
						
						
							
							Improve code style  
						
						
						
						
					 
					
						2016-09-29 21:28:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a706f1af04 
					 
					
						
						
							
							Don't generate stream entries for streamables of remote accounts  
						
						
						
						
					 
					
						2016-09-24 14:42:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a08e724476 
					 
					
						
						
							
							Fix subscriptions:clear task, refactor feeds, refactor streamable activites  
						
						... 
						
						
						
						and atom feed generation to some extent, as well as the way mentions are
stored 
						
						
					 
					
						2016-03-25 02:13:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0f5bbb999c 
					 
					
						
						
							
							Pre-loading polymorphic associations for Atom feeds  
						
						
						
						
					 
					
						2016-03-24 13:21:53 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c4856bdb1 
					 
					
						
						
							
							Initial commit  
						
						
						
						
					 
					
						2016-02-20 22:53:20 +01:00