ThibG 
							
						 
					 
					
						
						
						
						
							
						
						
							d680c61993 
							
						 
					 
					
						
						
							
							[Glitch] Do not empty timeline of blocked users on block  
						
						... 
						
						
						
						Port 94aceb85ad638cfd02fecce1aed0be5157bcb133 to glitch-soc 
						
						
					 
					
						2019-03-26 16:07:47 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							6fe48dd050 
							
						 
					 
					
						
						
							
							[Glitch] Fix public timelines being broken by new toots when they are not mounted  
						
						... 
						
						
						
						Port be1c634b2b4372a525d304d2ff830392f04c5cc5 to glitch-soc 
						
						
					 
					
						2019-03-08 01:00:14 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
						
						
							
						
						
							cce1c3252f 
							
						 
					 
					
						
						
							
							Fix home timeline perpetually reloading when empty  
						
						... 
						
						
						
						Port 3e0ed36e8ede7f1994ab9c46c4cb86e613569440 to glitch-soc 
						
						
					 
					
						2019-03-05 19:30:11 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							b300948526 
							
						 
					 
					
						
						
							
							Fix crash when clearing uninitialized timeline  
						
						... 
						
						
						
						Fixes  #875  
					
						2018-12-30 16:56:55 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							4be7313298 
							
						 
					 
					
						
						
							
							[Glitch] Allow joining several hashtags in a single column  
						
						... 
						
						
						
						Port 4c03e05a4e1a237f8a414a0861c03abe3269dbc8 to glitch-soc
This introduces new requirements in the API:
  `/api/v1/timelines/tag/:tag` now accepts new params: `any`, `all` and `none`
  It now returns status matching tag :tag or any of the :any, provided that
  they also include all tags in `all` and none of `none`. 
						
						
					 
					
						2018-12-21 19:54:54 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							132dd28162 
							
						 
					 
					
						
						
							
							[Glitch] Fix timeline pagination in the WebUI  
						
						... 
						
						
						
						The `hasMore` property of timelines in redux store was set whenever an API
request returned only one page of results, *even* if the query only requested
newer statuses (using `since_id`), causing `hasMore` to be incorrectly set to
false whenever fetching new toots in a timeline, which happens each time
an account's timeline or media gallery is visited. 
						
						
					 
					
						2018-12-13 21:59:46 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							0e80661e42 
							
						 
					 
					
						
						
							
							[Glitch] Don't remove originals of boosted toots from timeline  
						
						... 
						
						
						
						Port 2b51b4094c18c56fe8252d90db2b62ef69913fac to glitch-soc 
						
						
					 
					
						2018-11-09 21:57:56 +01:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							5cc4d34250 
							
						 
					 
					
						
						
							
							[Glitch] Fix gap insertion for timeline disconnection  
						
						... 
						
						
						
						Port 66359ec522e687020ea853652ad36d4476f2720d to glitch-soc 
						
						
					 
					
						2018-05-29 21:25:28 +02:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							15bef77add 
							
						 
					 
					
						
						
							
							[Glitch] Fix ID duplication in timelines  
						
						... 
						
						
						
						Port 306267dbd275363422f9288c91e634a92511620c to glitch-soc 
						
						
					 
					
						2018-05-29 21:25:28 +02:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							4b38ac3bed 
							
						 
					 
					
						
						
							
							[Glitch] Fix comparing id  
						
						... 
						
						
						
						Port 0ba49eca8b49c6ce0ec04fd546951c95938da4e6 to glitch-soc 
						
						
					 
					
						2018-05-29 21:25:28 +02:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							0ad3eedd4c 
							
						 
					 
					
						
						
							
							[Glitch] Allow clients to fetch statuses made while they were offline  
						
						... 
						
						
						
						Port 9a1a55ce526c956ac6b35897d483c316b7ad4394 to glitch-soc 
						
						
					 
					
						2018-05-29 21:25:28 +02:00 
						 
				 
			
				
					
						
							
							
								Thibaut Girka 
							
						 
					 
					
						
						
						
						
							
						
						
							1619efd735 
							
						 
					 
					
						
						
							
							Do not discard statuses obtained via websocket when API request finishes  
						
						... 
						
						
						
						This backports 0b888acfd4ffddd29f25c878373e9b9f5ec6c0ab 
						
						
					 
					
						2018-01-19 21:59:12 +01:00 
						 
				 
			
				
					
						
							
							
								David Yip 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bcd86404da 
							
						 
					 
					
						
						
							
							Port 7badad7797b487b411a2ab34e0f7413741974bb4 to glitch frontend  
						
						
						
						
					 
					
						2018-01-18 10:25:37 -06:00 
						 
				 
			
				
					
						
							
							
								kibigo! 
							
						 
					 
					
						
						
						
						
							
						
						
							bc4fa6b198 
							
						 
					 
					
						
						
							
							Rename themes -> flavours ? ?  
						
						
						
						
					 
					
						2017-12-03 23:26:40 -08:00