1a9e78b9bc 
								
							 
						 
						
							
							
								
								[Glitch] Add exact attribute to WrappedRoute for community timeline  
							
							... 
							
							
							
							Port 46061dc041 
							
						 
						
							2018-12-18 21:39:35 +01:00  
				
					
						
							
							
								 
						
							
								1fb4bf87f7 
								
							 
						 
						
							
							
								
								[Glitch] Add media timeline  
							
							... 
							
							
							
							Port 7403e5d306 
							
						 
						
							2018-12-18 21:39:35 +01:00  
				
					
						
							
							
								 
						
							
								0ef2c1415a 
								
							 
						 
						
							
							
								
								[Glitch] Make notifications quick-filter use consistent style with profile tabs  
							
							... 
							
							
							
							Port 12ab15e584 
							
						 
						
							2018-12-18 17:23:04 +01:00  
				
					
						
							
							
								 
						
							
								06a7c07eda 
								
							 
						 
						
							
							
								
								[Glitch] Add notification quick-filter bar in the frontend app  
							
							... 
							
							
							
							Port 13dce12665 
							
						 
						
							2018-12-18 17:22:01 +01:00  
				
					
						
							
							
								 
						
							
								a18a46ca6e 
								
							 
						 
						
							
							
								
								[Glitch] Responsive design for profile directory  
							
							... 
							
							
							
							Port SCSS changes from 087e118971 
							
						 
						
							2018-12-18 17:03:53 +01:00  
				
					
						
							
							
								 
						
							
								36d27e2891 
								
							 
						 
						
							
							
								
								Sandbox toot embeds in the embed modal  
							
							... 
							
							
							
							It should not be necessary thanks to our Content Security Policy, but best
be sure in case a server's CSP is incorrect. Also, avoids a CSP warning about
loading remote scripts. 
							
						 
						
							2018-12-17 22:22:29 +01:00  
				
					
						
							
							
								 
						
							
								30de4e4dfc 
								
							 
						 
						
							
							
								
								[Glitch] Minor scrollable list fixes  
							
							... 
							
							
							
							* Make sure loading indicator has enough vertical space
* Respect reduce_motion setting for loading indicator
Port 4ede51743e 
							
						 
						
							2018-12-17 22:14:06 +01:00  
				
					
						
							
							
								 
						
							
								8266d224ef 
								
							 
						 
						
							
							
								
								Split out is_changing_upload from is_submitting  
							
							... 
							
							
							
							Fixes  #855  
						
							2018-12-17 13:01:07 +01:00  
				
					
						
							
							
								 
						
							
								7238e4ea5f 
								
							 
						 
						
							
							
								
								[Glitch] Fix padding on select elements in preferences  
							
							... 
							
							
							
							Port c58c00651b 
							
						 
						
							2018-12-16 14:48:15 +01:00  
				
					
						
							
							
								 
						
							
								89e4ac67c8 
								
							 
						 
						
							
							
								
								[Glitch] Make animated header resoect `auto_play_gif`  
							
							... 
							
							
							
							Port part of 7c48688d85 
							
						 
						
							2018-12-16 14:48:15 +01:00  
				
					
						
							
							
								 
						
							
								f0505a5b2e 
								
							 
						 
						
							
							
								
								On mobile, go back in browser history upon posting, unless threaded mode is enabled  
							
							
							
						 
						
							2018-12-14 23:56:53 +01:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								c20c6c2029 
								
							 
						 
						
							
							
								
								[Glitch] Fix hasMore in notifications  
							
							
							
						 
						
							2018-12-13 21:58:48 +01:00  
				
					
						
							
							
								 
						
							
								1e656c3632 
								
							 
						 
						
							
							
								
								[Glitch] Fix “load more” button when no data has been fetched  
							
							
							
						 
						
							2018-12-13 15:00:36 +01:00  
				
					
						
							
							
								 
						
							
								2d097c10d0 
								
							 
						 
						
							
							
								
								[Glitch] Make account media gallery more consistent with account timeline  
							
							... 
							
							
							
							Display “load more” more consistently, add a loading indicator on first load. 
							
						 
						
							2018-12-13 15:00:36 +01:00  
				
					
						
							
							
								 
						
							
								5f581d7c3c 
								
							 
						 
						
							
							
								
								[Glitch] Fix LoadMore usage in account media gallery  
							
							... 
							
							
							
							(Even though that codepath is probably never actually used…) 
							
						 
						
							2018-12-13 15:00:36 +01:00  
				
					
						
							
							
								 
						
							
								73ee38f485 
								
							 
						 
						
							
							
								
								[Glitch] Do not display empty message when the list is known to have more elements  
							
							
							
						 
						
							2018-12-13 15:00:36 +01:00  
				
					
						
							
							
								 
						
							
								39696024ca 
								
							 
						 
						
							
							
								
								Minor cleanup in ScrollableList component  
							
							
							
						 
						
							2018-12-13 15:00:36 +01:00  
				
					
						
							
							
								 
						
							
								480f938511 
								
							 
						 
						
							
							
								
								[Glitch] Fix various things in the directory  
							
							... 
							
							
							
							Port ecd303c097 
							
						 
						
							2018-12-09 16:08:10 +01:00  
				
					
						
							
							
								 
						
							
								0b1bc66695 
								
							 
						 
						
							
							
								
								Port directory CSS changes from upstream  
							
							... 
							
							
							
							Port 73be8f38c1 
							
						 
						
							2018-12-09 16:08:10 +01:00  
				
					
						
							
							
								 
						
							
								4167ed375b 
								
							 
						 
						
							
							
								
								Fix mention links in detailed statuses not opening in the WebUI  
							
							
							
						 
						
							2018-12-06 15:31:21 +01:00  
				
					
						
							
							
								 
						
							
								4b85bf12ab 
								
							 
						 
						
							
							
								
								Fix since_id  
							
							
							
						 
						
							2018-12-01 18:59:24 +01:00  
				
					
						
							
							
								 
						
							
								76320bf6d8 
								
							 
						 
						
							
							
								
								Scroll to selected toot even if the ancestors happen to be loaded  
							
							
							
						 
						
							2018-11-30 22:37:38 +01:00  
				
					
						
							
							
								 
						
							
								a10fee3c09 
								
							 
						 
						
							
							
								
								Scroll to detailed status when new ancestors get inserted  
							
							
							
						 
						
							2018-11-30 22:37:38 +01:00  
				
					
						
							
							
								 
						
							
								31599ad91c 
								
							 
						 
						
							
							
								
								[Glitch] Fix bug in order of conversations in web UI  
							
							... 
							
							
							
							Port e18390cfe6 
							
						 
						
							2018-11-30 22:37:38 +01:00  
				
					
						
							
							
								 
						
							
								837ea32c88 
								
							 
						 
						
							
							
								
								[Glitch] Replace recursion in status mapStateToProps  
							
							... 
							
							
							
							Port dfbadd6837 
							
						 
						
							2018-11-30 22:37:38 +01:00  
				
					
						
							
							
								 
						
							
								a28f5695f3 
								
							 
						 
						
							
							
								
								[Glitch] Fix context building in the reducer  
							
							... 
							
							
							
							Port 7706ed038f 
							
						 
						
							2018-11-30 22:37:38 +01:00  
				
					
						
							
							
								 
						
							
								1624a95b2b 
								
							 
						 
						
							
							
								
								[Glitch] Introduce flat layout to contexts reducer  
							
							... 
							
							
							
							Port 023fe5181b 
							
						 
						
							2018-11-30 22:37:38 +01:00  
				
					
						
							
							
								 
						
							
								6a264c9379 
								
							 
						 
						
							
							
								
								Improve detailed status component lifecycle  
							
							... 
							
							
							
							- Move componentWillMount and componentWillReceiveProps logic to
  getDerivedStateFromProps.
- Compute CW auto-unfold status earlier 
							
						 
						
							2018-11-29 18:32:42 +01:00  
				
					
						
							
							
								 
						
							
								7e63fb26e0 
								
							 
						 
						
							
							
								
								Do not hardcode preferences link, pleroma doesn't have it  
							
							
							
						 
						
							2018-11-28 22:36:01 +01:00  
				
					
						
							
							
								 
						
							
								922d05864f 
								
							 
						 
						
							
							
								
								Add error boundary component to catch Web UI crashes  
							
							
							
						 
						
							2018-11-28 22:36:01 +01:00  
				
					
						
							
							
								 
						
							
								39c8a71df8 
								
							 
						 
						
							
							
								
								Do not crash the whole UI when loading an invalid column  
							
							
							
						 
						
							2018-11-28 22:36:01 +01:00  
				
					
						
							
							
								 
						
							
								c18bb5d245 
								
							 
						 
						
							
							
								
								Switch “cycling” reply policy link to set of radio inputs  
							
							... 
							
							
							
							Fixes  #832  
						
							2018-11-28 22:35:42 +01:00  
				
					
						
							
							
								 
						
							
								f17a61a916 
								
							 
						 
						
							
							
								
								Add basic UI to set list replies setting in glitch-soc  
							
							
							
						 
						
							2018-11-28 14:46:07 +01:00  
				
					
						
							
							
								 
						
							
								74a281475a 
								
							 
						 
						
							
							
								
								Merge pull request  #829  from ThibG/glitch-soc/features/volume-sliders  
							
							... 
							
							
							
							[Glitch] Volume sliders for videos 
							
						 
						
							2018-11-27 15:27:21 -06:00  
				
					
						
							
							
								 
						
							
								3b707bdc12 
								
							 
						 
						
							
							
								
								[Glitch] Volume sliders for videos  
							
							... 
							
							
							
							Port f978afa487 
							
						 
						
							2018-11-27 15:21:57 +01:00  
				
					
						
							
							
								 
						
							
								f969eca07e 
								
							 
						 
						
							
							
								
								[Glitch] check_boxes label should use display: inline-block  
							
							... 
							
							
							
							Port 180ae0472a 
							
						 
						
							2018-11-27 13:29:12 +01:00  
				
					
						
							
							
								 
						
							
								6b6e633c09 
								
							 
						 
						
							
							
								
								Update MediaGallery and Video props when folding/unfolding CWs in detailed statuses  
							
							
							
						 
						
							2018-11-25 11:29:56 +01:00  
				
					
						
							
							
								 
						
							
								b41d60f2d8 
								
							 
						 
						
							
							
								
								Render placeholder when inline video container width isn't known  
							
							
							
						 
						
							2018-11-25 11:29:56 +01:00  
				
					
						
							
							
								 
						
							
								0d3612482e 
								
							 
						 
						
							
							
								
								Render placeholder instead of image when MediaGallery container width isn't known  
							
							
							
						 
						
							2018-11-25 11:29:56 +01:00  
				
					
						
							
							
								 
						
							
								b3ff35a75c 
								
							 
						 
						
							
							
								
								Move URLs to backend in their own file  
							
							
							
						 
						
							2018-11-19 15:56:38 +01:00  
				
					
						
							
							
								 
						
							
								a77ee0bb6d 
								
							 
						 
						
							
							
								
								Fix composer not displaying on iPad  
							
							
							
						 
						
							2018-11-16 15:04:32 +01:00  
				
					
						
							
							
								 
						
							
								86527024aa 
								
							 
						 
						
							
							
								
								In detailed status view, take displayMedia setting into account when changing media  
							
							... 
							
							
							
							Fixes  #819  
						
							2018-11-15 16:38:50 +01:00  
				
					
						
							
							
								 
						
							
								6ce7e74b46 
								
							 
						 
						
							
							
								
								[Glitch] Fix race condition when interacting with deleted toots  
							
							... 
							
							
							
							Port c875f19673 
							
						 
						
							2018-11-13 16:30:07 +01:00  
				
					
						
							
							
								 
						
							
								2fe0cb1623 
								
							 
						 
						
							
							
								
								[Glitch] Prepend account header even when status list is empty  
							
							... 
							
							
							
							Partially port 90b64c0069 
							
						 
						
							2018-11-13 15:54:04 +01:00  
				
					
						
							
							
								 
						
							
								c78c80f807 
								
							 
						 
						
							
							
								
								[Glitch] Fix loading indicator inconsistency  
							
							... 
							
							
							
							Port 3cecf3e5b9 
							
						 
						
							2018-11-13 15:54:04 +01:00  
				
					
						
							
							
								 
						
							
								5ebbaffaa3 
								
							 
						 
						
							
							
								
								[Glitch] Use local instead of global loading indicator for timelines, account timelines  
							
							... 
							
							
							
							Port dd00cd19d2 
							
						 
						
							2018-11-13 15:54:04 +01:00  
				
					
						
							
							
								 
						
							
								09562b0fcc 
								
							 
						 
						
							
							
								
								Merge pull request  #806  from ThibG/glitch-soc/merge-upstream  
							
							... 
							
							
							
							Merge upstream changes 
							
						 
						
							2018-11-09 22:29:52 +01:00  
				
					
						
							
							
								 
						
							
								868cace797 
								
							 
						 
						
							
							
								
								[Glitch] Remove unused computation of reblog references from updateTimeline  
							
							
							
						 
						
							2018-11-09 21:57:56 +01:00  
				
					
						
							
							
								 
						
							
								0e80661e42 
								
							 
						 
						
							
							
								
								[Glitch] Don't remove originals of boosted toots from timeline  
							
							... 
							
							
							
							Port 2b51b4094c 
							
						 
						
							2018-11-09 21:57:56 +01:00  
				
					
						
							
							
								 
						
							
								44f5f7bab4 
								
							 
						 
						
							
							
								
								Fix drawer waves being displayed in the list editor  
							
							
							
						 
						
							2018-11-09 18:00:29 +01:00  
				
					
						
							
							
								 
						
							
								c6fc3e0c65 
								
							 
						 
						
							
							
								
								[Glitch] Fix form validation flash message color and input borders  
							
							... 
							
							
							
							Port ccbdf689e8 
							
						 
						
							2018-11-09 15:10:09 +01:00  
				
					
						
							
							
								 
						
							
								bf92e7aaa6 
								
							 
						 
						
							
							
								
								[Glitch] Implement adding a user to a list from their profile  
							
							... 
							
							
							
							Port bb5558de62 
							
						 
						
							2018-11-09 14:50:08 +01:00  
				
					
						
							
							
								 
						
							
								a2a254625b 
								
							 
						 
						
							
							
								
								[Glitch] Update reset.scss from upstream  
							
							
							
						 
						
							2018-11-06 16:03:53 +01:00  
				
					
						
							
							
								 
						
							
								34209c0340 
								
							 
						 
						
							
							
								
								Fix timestamp position in public pages with RTL languages  
							
							
							
						 
						
							2018-10-31 11:37:47 +01:00  
				
					
						
							
							
								 
						
							
								b3c1380980 
								
							 
						 
						
							
							
								
								Fix styling of display names in public pages  
							
							
							
						 
						
							2018-10-31 11:37:47 +01:00  
				
					
						
							
							
								 
						
							
								2b2facbbdf 
								
							 
						 
						
							
							
								
								[Glitch] Port some of upstream's getting started footer links  
							
							
							
						 
						
							2018-10-31 10:07:41 +01:00  
				
					
						
							
							
								 
						
							
								0d6b8f36aa 
								
							 
						 
						
							
							
								
								[Glitch] Fix empty display name precedence over username in web UI  
							
							... 
							
							
							
							Port f59b840549 
							
						 
						
							2018-10-30 17:54:50 +01:00  
				
					
						
							
							
								 
						
							
								7e18e95716 
								
							 
						 
						
							
							
								
								Add a local setting for inline preview cards  
							
							
							
						 
						
							2018-10-30 17:51:06 +01:00  
				
					
						
							
							
								 
						
							
								bdc2338833 
								
							 
						 
						
							
							
								
								Add a “link” status icon for toots with a preview card  
							
							
							
						 
						
							2018-10-30 17:51:06 +01:00  
				
					
						
							
							
								 
						
							
								b21615e957 
								
							 
						 
						
							
							
								
								[Glitch] Fix dimensions of preview cards, fix crash in web UI, fix warning  
							
							... 
							
							
							
							Port 9c38c5daa3 
							
						 
						
							2018-10-30 17:51:06 +01:00  
				
					
						
							
							
								 
						
							
								ac9780b844 
								
							 
						 
						
							
							
								
								[Glitch] Include preview cards in status entity in REST API  
							
							... 
							
							
							
							Port 795f0107d2 
							
						 
						
							2018-10-30 17:51:06 +01:00  
				
					
						
							
							
								 
						
							
								3aa2418217 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix toot privacy preferences radio buttonss  
							
							... 
							
							
							
							Port e961a763a2 
							
						 
						
							2018-10-30 11:24:40 +01:00  
				
					
						
							
							
								 
						
							
								e32a4f55fe 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix preferences page checkbox margins  
							
							... 
							
							
							
							Port 5ee0b51ac8 
							
						 
						
							2018-10-30 11:24:19 +01:00  
				
					
						
							
							
								 
						
							
								7f22ed0fc9 
								
							 
						 
						
							
							
								
								Merge pull request  #794  from ThibG/glitch-soc/merge-upstream  
							
							... 
							
							
							
							Merge upstream changes 
							
						 
						
							2018-10-28 20:36:55 +01:00  
				
					
						
							
							
								 
						
							
								ee1f1a2ec9 
								
							 
						 
						
							
							
								
								When searching for an emoji with multiple separators, consider the full input  
							
							... 
							
							
							
							e.g., typing “blob_cat_p” used to search for “blob” and “cat”, but not
“blob_cat_p”, which means “blob_cat_patpat” is very unlikely to show up,
although it is likely what the user wanted to type in the first place. 
							
						 
						
							2018-10-27 22:45:11 +02:00  
				
					
						
							
							
								 
						
							
								8f4fab65a1 
								
							 
						 
						
							
							
								
								Do not rely on hover for upload form options if touch is used  
							
							
							
						 
						
							2018-10-27 19:06:49 +02:00  
				
					
						
							
							
								 
						
							
								008f98b304 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix column-back-button__icon margins/content  
							
							... 
							
							
							
							Port 6e1a4f85ad 
							
						 
						
							2018-10-27 18:55:11 +02:00  
				
					
						
							
							
								 
						
							
								0c7f710be1 
								
							 
						 
						
							
							
								
								[Glitch] Surround mid-text display names with bdi tags  
							
							... 
							
							
							
							Port 7861c5f108 
							
						 
						
							2018-10-22 18:57:20 +02:00  
				
					
						
							
							
								 
						
							
								323ae1403a 
								
							 
						 
						
							
							
								
								[Glitch] fix: initial state of PrivacyDropdown is should not be null  
							
							... 
							
							
							
							Port bebe8ec887 
							
						 
						
							2018-10-22 18:41:34 +02:00  
				
					
						
							
							
								 
						
							
								1bb23d0407 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix cardbar margins and alignment  
							
							... 
							
							
							
							Port c73864c137 
							
						 
						
							2018-10-22 18:39:37 +02:00  
				
					
						
							
							
								 
						
							
								c9b19e05e2 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix admin account avatar margin in about page  
							
							... 
							
							
							
							Port 3a157210c8 
							
						 
						
							2018-10-22 18:38:52 +02:00  
				
					
						
							
							
								 
						
							
								c14be538a6 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix column settings toggle label  
							
							... 
							
							
							
							Port bf58461d36 
							
						 
						
							2018-10-22 18:38:11 +02:00  
				
					
						
							
							
								 
						
							
								a1f512f18b 
								
							 
						 
						
							
							
								
								[Glitch] Fix domain label position and color  
							
							... 
							
							
							
							Port 25f9ead041 
							
						 
						
							2018-10-22 18:37:17 +02:00  
				
					
						
							
							
								 
						
							
								9950db2e1c 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix preferences layout  
							
							... 
							
							
							
							Port 029943d59b 
							
						 
						
							2018-10-22 18:34:48 +02:00  
				
					
						
							
							
								 
						
							
								076f0a0eb6 
								
							 
						 
						
							
							
								
								[Glitch] Fix admin account avatar margin  
							
							... 
							
							
							
							Port 065b39e7a4 
							
						 
						
							2018-10-22 18:33:35 +02:00  
				
					
						
							
							
								 
						
							
								aa277ab5fb 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix user stats in about page  
							
							... 
							
							
							
							Port 301cbcc980 
							
						 
						
							2018-10-22 18:31:50 +02:00  
				
					
						
							
							
								 
						
							
								ef9c11e050 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix domain append at signup form  
							
							... 
							
							
							
							Port 65b3804a6c 
							
						 
						
							2018-10-22 18:31:50 +02:00  
				
					
						
							
							
								 
						
							
								e18724363d 
								
							 
						 
						
							
							
								
								[Glitch] Fixes 8987 broken alignment at "Remote interaction dialog"  
							
							... 
							
							
							
							Port d35801aaa2 
							
						 
						
							2018-10-22 18:31:50 +02:00  
				
					
						
							
							
								 
						
							
								1139b758c5 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix admin account margins in about page  
							
							... 
							
							
							
							Port f8c1b32541 
							
						 
						
							2018-10-22 18:31:50 +02:00  
				
					
						
							
							
								 
						
							
								bf9c4b6d98 
								
							 
						 
						
							
							
								
								[Glitch] undo part of PR 8202 to fix RTL  
							
							... 
							
							
							
							Port efd09e2ebb 
							
						 
						
							2018-10-22 18:22:01 +02:00  
				
					
						
							
							
								 
						
							
								9f1c9b6135 
								
							 
						 
						
							
							
								
								[Glitch] Improve style of notice/alert messages  
							
							... 
							
							
							
							Port b972478812 
							
						 
						
							2018-10-22 18:20:43 +02:00  
				
					
						
							
							
								 
						
							
								04bedd237b 
								
							 
						 
						
							
							
								
								Attempt at fixing inline video player  
							
							
							
						 
						
							2018-10-21 16:09:07 +02:00  
				
					
						
							
							
								 
						
							
								dfa5b0576f 
								
							 
						 
						
							
							
								
								Update mediaGallery component's width when opening CWs  
							
							
							
						 
						
							2018-10-21 16:09:07 +02:00  
				
					
						
							
							
								 
						
							
								e4c3ea1809 
								
							 
						 
						
							
							
								
								Force sensitive content flag when posting a toot with a CW  
							
							... 
							
							
							
							Indeed, when the “Always enable the Content Warning field” setting is enabled,
sending a content-less toot with a CW would move the CW to the toot's content
and leave the toot not marked as sensitive. 
							
						 
						
							2018-10-20 17:06:21 +02:00  
				
					
						
							
							
								 
						
							
								13c3fa8d36 
								
							 
						 
						
							
							
								
								Focus the UI when pressing Escape in the CW field  
							
							
							
						 
						
							2018-10-20 15:00:39 +02:00  
				
					
						
							
							
								 
						
							
								b13c34de3a 
								
							 
						 
						
							
							
								
								Fix fav/boosts hotkeys not working on detailed statuses  
							
							
							
						 
						
							2018-10-18 19:00:59 +02:00  
				
					
						
							
							
								 
						
							
								b0527a4ce7 
								
							 
						 
						
							
							
								
								Handle alt+enter in the spoiler input as shortcut for secondary post  
							
							... 
							
							
							
							Fixes  #780  
						
							2018-10-14 12:00:21 +02:00  
				
					
						
							
							
								 
						
							
								70d346ea95 
								
							 
						 
						
							
							
								
								Fix auto-unfold CWs when no regexp is set  
							
							... 
							
							
							
							Fixes  #778  
						
							2018-10-12 23:34:26 +02:00  
				
					
						
							
							
								 
						
							
								bb1103d974 
								
							 
						 
						
							
							
								
								Really fix HotKeys  
							
							
							
						 
						
							2018-10-10 17:40:06 +02:00  
				
					
						
							
							
								 
						
							
								269edc0e48 
								
							 
						 
						
							
							
								
								Fix CW icon color in local-settings modal  
							
							
							
						 
						
							2018-10-09 18:10:54 +02:00  
				
					
						
							
							
								 
						
							
								721aec40cd 
								
							 
						 
						
							
							
								
								Define some local-settings hints  
							
							
							
						 
						
							2018-10-09 18:10:54 +02:00  
				
					
						
							
							
								 
						
							
								26409f3e8e 
								
							 
						 
						
							
							
								
								Add support for hints (or extended descriptions) in local-settings pages  
							
							
							
						 
						
							2018-10-09 18:10:54 +02:00  
				
					
						
							
							
								 
						
							
								5f308a7f05 
								
							 
						 
						
							
							
								
								When screen width is too narrow, hide local-settings page text, keep only icons  
							
							
							
						 
						
							2018-10-09 18:10:54 +02:00  
				
					
						
							
							
								 
						
							
								6cd793f0ac 
								
							 
						 
						
							
							
								
								Change “preferences” icon to match settings page icon  
							
							
							
						 
						
							2018-10-09 18:10:54 +02:00  
				
					
						
							
							
								 
						
							
								edb9ec8543 
								
							 
						 
						
							
							
								
								Add icons for each of the local-setting pages  
							
							
							
						 
						
							2018-10-09 18:10:54 +02:00  
				
					
						
							
							
								 
						
							
								d0b1369a85 
								
							 
						 
						
							
							
								
								Fix app-wide hotkeys randomly failing to work  
							
							
							
						 
						
							2018-10-09 12:10:51 +02:00  
				
					
						
							
							
								 
						
							
								96c3d26870 
								
							 
						 
						
							
							
								
								Move “Show action buttons in collapsed toots” option  
							
							
							
						 
						
							2018-10-08 13:49:25 +02:00  
				
					
						
							
							
								 
						
							
								faecb35fe0 
								
							 
						 
						
							
							
								
								Switch from selects to radio buttons for local settings, improve styling  
							
							
							
						 
						
							2018-10-08 13:49:25 +02:00  
				
					
						
							
							
								 
						
							
								a3677a828d 
								
							 
						 
						
							
							
								
								[Glitch] Change documentation URL  
							
							... 
							
							
							
							Port 28401962ca 
							
						 
						
							2018-10-07 22:56:24 +02:00  
				
					
						
							
							
								 
						
							
								b4ba1058b8 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix margins of public-account-header__tabs  
							
							... 
							
							
							
							Port 185cb2dc3a 
							
						 
						
							2018-10-07 22:56:24 +02:00  
				
					
						
							
							
								 
						
							
								7cc7843109 
								
							 
						 
						
							
							
								
								Do not scroll timelines when *closing* media modals  
							
							... 
							
							
							
							Media modals push an history state so that pressing back on mobile closes them.
We made sure to not scroll when opening them, but not when *closing* them,
which caused some issues in rare cases. 
							
						 
						
							2018-10-07 12:08:32 +02:00  
				
					
						
							
							
								 
						
							
								c6e4c48942 
								
							 
						 
						
							
							
								
								[Glitch] Add a confirmation dialog when hitting reply and the compose box isn't empty  
							
							
							
						 
						
							2018-10-05 19:08:52 +02:00  
				
					
						
							
							
								 
						
							
								a9e8f98a9d 
								
							 
						 
						
							
							
								
								Make hidden media clickable in account media gallery  
							
							
							
						 
						
							2018-10-02 22:00:57 +02:00  
				
					
						
							
							
								 
						
							
								d82c495c0f 
								
							 
						 
						
							
							
								
								Add media description (or status spoiler) in account media gallery  
							
							
							
						 
						
							2018-10-02 22:00:57 +02:00  
				
					
						
							
							
								 
						
							
								bd1f08fa9a 
								
							 
						 
						
							
							
								
								Fix account gallery hidden media background color in mastodon-light  
							
							
							
						 
						
							2018-10-02 22:00:57 +02:00  
				
					
						
							
							
								 
						
							
								eb85427576 
								
							 
						 
						
							
							
								
								[Glitch] Honour displayMedia setting in accountMedia gallery  
							
							... 
							
							
							
							Inspired by b79ab15859 
							
						 
						
							2018-10-02 22:00:57 +02:00  
				
					
						
							
							
								 
						
							
								6ad7606909 
								
							 
						 
						
							
							
								
								[Glitch] Add support for new display_media setting  
							
							... 
							
							
							
							Port f7a6f9489d 
							
						 
						
							2018-10-01 16:48:55 +02:00  
				
					
						
							
							
								 
						
							
								15197a831c 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix margins: public-layout.header.nav-button  
							
							... 
							
							
							
							Port df2f4052b8 
							
						 
						
							2018-10-01 14:38:35 +02:00  
				
					
						
							
							
								 
						
							
								884a898442 
								
							 
						 
						
							
							
								
								[Glitch] RTL: fix statubar action buttons/counter margins  
							
							... 
							
							
							
							Port 9f6662fcc9 
							
						 
						
							2018-10-01 14:38:32 +02:00  
				
					
						
							
							
								 
						
							
								36d426cec9 
								
							 
						 
						
							
							
								
								[Glitch] Separate font-family into variable  
							
							... 
							
							
							
							Port d0d65b5a28 
							
						 
						
							2018-10-01 14:38:29 +02:00  
				
					
						
							
							
								 
						
							
								4e60a0d543 
								
							 
						 
						
							
							
								
								Add option to hide action bar in collapsed toots  
							
							
							
						 
						
							2018-09-30 08:31:50 +02:00  
				
					
						
							
							
								 
						
							
								c065717b67 
								
							 
						 
						
							
							
								
								Merge pull request  #681  from ThibG/glitch-soc/fixes/accessibility  
							
							... 
							
							
							
							Port various accessibility improvements from upstream 
							
						 
						
							2018-09-29 19:01:19 -05:00  
				
					
						
							
							
								 
						
							
								2bb3c8c944 
								
							 
						 
						
							
							
								
								Merge pull request  #755  from ThibG/glitch-soc/features/optional-reply-selection  
							
							... 
							
							
							
							Make pre-selection of usernames optional when replying to a toot 
							
						 
						
							2018-09-29 19:01:05 -05:00  
				
					
						
							
							
								 
						
							
								19968912fa 
								
							 
						 
						
							
							
								
								Merge pull request  #754  from ThibG/glitch-soc/fixes/scroll-compose-into-view  
							
							... 
							
							
							
							Scroll to textarea when composing a toot 
							
						 
						
							2018-09-29 19:00:31 -05:00  
				
					
						
							
							
								 
						
							
								5b43d7bcbf 
								
							 
						 
						
							
							
								
								Merge pull request  #745  from ThibG/glitch-soc/fixes/grey-out-button  
							
							... 
							
							
							
							Disable the “TOOT” button (and secondary toot button) if the toot text is empty 
							
						 
						
							2018-09-29 19:00:06 -05:00  
				
					
						
							
							
								 
						
							
								86b2b009dd 
								
							 
						 
						
							
							
								
								Make pre-selection of usernames optional when replying to a toot  
							
							... 
							
							
							
							Fixes  #751  
						
							2018-09-28 21:01:09 +02:00  
				
					
						
							
							
								 
						
							
								15134beb1e 
								
							 
						 
						
							
							
								
								Fix styling issue in “Compose box options” local settings page  
							
							
							
						 
						
							2018-09-28 18:55:44 +02:00  
				
					
						
							
							
								 
						
							
								9594c68532 
								
							 
						 
						
							
							
								
								Scroll to textarea when composing a toot  
							
							
							
						 
						
							2018-09-28 18:44:55 +02:00  
				
					
						
							
							
								 
						
							
								fa18859b20 
								
							 
						 
						
							
							
								
								[Glitch] Adjust beforeUnload conditions  
							
							... 
							
							
							
							Port 05f90e3695 
							
						 
						
							2018-09-28 17:09:25 +02:00  
				
					
						
							
							
								 
						
							
								d3426ed87a 
								
							 
						 
						
							
							
								
								Disable the “TOOT” button (and secondary toot button) if the toot text is empty  
							
							
							
						 
						
							2018-09-21 23:20:06 +02:00  
				
					
						
							
							
								 
						
							
								23e7c1c765 
								
							 
						 
						
							
							
								
								Fix background being transparent for verified link fields  
							
							
							
						 
						
							2018-09-21 12:56:42 +02:00  
				
					
						
							
							
								 
						
							
								9e8d776a77 
								
							 
						 
						
							
							
								
								[Glitch] Display verified links in glitch flavor  
							
							... 
							
							
							
							Port front-end changes from f4d549d300 
							
						 
						
							2018-09-21 12:56:42 +02:00  
				
					
						
							
							
								 
						
							
								5833cc41c2 
								
							 
						 
						
							
							
								
								[Glitch] Add edit profile action button to profile  
							
							... 
							
							
							
							Port some parts from 1a7a74ff76 
							
						 
						
							2018-09-21 12:56:42 +02:00  
				
					
						
							
							
								 
						
							
								c1701ae2a8 
								
							 
						 
						
							
							
								
								[Glitch] Fix “Toots” tab highlighting for replies and media timelines  
							
							... 
							
							
							
							Port front-end changes from f8b54d229f 
							
						 
						
							2018-09-21 12:56:29 +02:00  
				
					
						
							
							
								 
						
							
								925c185ef9 
								
							 
						 
						
							
							
								
								Prevent clicks on video from initiating selections  
							
							
							
						 
						
							2018-09-21 12:56:13 +02:00  
				
					
						
							
							
								 
						
							
								5c9a2f5d77 
								
							 
						 
						
							
							
								
								change translation glitch's features [ja]  
							
							
							
						 
						
							2018-09-21 10:55:44 +02:00  
				
					
						
							
							
								 
						
							
								5c6271887d 
								
							 
						 
						
							
							
								
								translation glitch's features [ja]  
							
							
							
						 
						
							2018-09-21 10:55:44 +02:00  
				
					
						
							
							
								 
						
							
								fba0200765 
								
							 
						 
						
							
							
								
								[Glitch] Redesign forms, verify link ownership with rel="me"  
							
							... 
							
							
							
							Port SCSS changes from f4d549d300 
							
						 
						
							2018-09-20 18:23:53 +02:00  
				
					
						
							
							
								 
						
							
								a6d47ac5f5 
								
							 
						 
						
							
							
								
								[Glitch] Port SCSS changes from upstream  
							
							... 
							
							
							
							Port SCSS changes from:
- a58ec29631cdfe51e3251f6ed4f86a617f40fc2b6a0d4d36ad2374a00c10a2cabf3f4a 
							
						 
						
							2018-09-20 18:23:16 +02:00  
				
					
						
							
							
								 
						
							
								022d96c999 
								
							 
						 
						
							
							
								
								[Glitch] Group reports by target account  
							
							... 
							
							
							
							Port SCSS from 011437dcb5 
							
						 
						
							2018-09-20 17:54:04 +02:00  
				
					
						
							
							
								 
						
							
								657805f444 
								
							 
						 
						
							
							
								
								Fix thread CW expansion not being reset when changing threads  
							
							
							
						 
						
							2018-09-16 12:41:20 +02:00  
				
					
						
							
							
								 
						
							
								8433bd89e4 
								
							 
						 
						
							
							
								
								prepend re: to replies to spoiler-text  
							
							... 
							
							
							
							if spoiler-text doesn't already start with re:, we prepend `re: `
ourselves in replies.
This implements https://github.com/tootsuite/mastodon/issues/8667 
Following Plemora's example: https://git.pleroma.social/pleroma/pleroma-fe/merge_requests/318  
							
						 
						
							2018-09-13 22:32:03 +02:00  
				
					
						
							
							
								 
						
							
								c3ab2973c5 
								
							 
						 
						
							
							
								
								Improve keyboard VS mouse navigation of dropdown menus  
							
							
							
						 
						
							2018-09-13 20:32:08 +02:00  
				
					
						
							
							
								 
						
							
								5ff733b614 
								
							 
						 
						
							
							
								
								Only focus first item of dropdown if it was opened via keyboard  
							
							
							
						 
						
							2018-09-13 20:32:08 +02:00  
				
					
						
							
							
								 
						
							
								cf142e8556 
								
							 
						 
						
							
							
								
								[Glitch] Highlight active tab in action bar  
							
							... 
							
							
							
							Port 7b7c26063e 
							
						 
						
							2018-09-13 17:13:29 +02:00  
				
					
						
							
							
								 
						
							
								1cb3af21c5 
								
							 
						 
						
							
							
								
								Autofocus comment textarea in report modal  
							
							
							
						 
						
							2018-09-13 17:03:48 +02:00  
				
					
						
							
							
								 
						
							
								b3c698d6f4 
								
							 
						 
						
							
							
								
								Auto-focus emoji picker's search field  
							
							
							
						 
						
							2018-09-13 15:32:23 +02:00  
				
					
						
							
							
								 
						
							
								307fb338ee 
								
							 
						 
						
							
							
								
								Fix composer actions modal  
							
							
							
						 
						
							2018-09-11 22:04:06 +02:00  
				
					
						
							
							
								 
						
							
								49734c03fd 
								
							 
						 
						
							
							
								
								Fix action modal links  
							
							
							
						 
						
							2018-09-11 22:04:06 +02:00  
				
					
						
							
							
								 
						
							
								59de2868c1 
								
							 
						 
						
							
							
								
								Fix media description in various media modals  
							
							
							
						 
						
							2018-09-11 18:29:19 +02:00  
				
					
						
							
							
								 
						
							
								ac6fb758b9 
								
							 
						 
						
							
							
								
								Fix incorrect disabled boost button color when reduce-motion is set  
							
							
							
						 
						
							2018-09-11 18:03:48 +02:00  
				
					
						
							
							
								 
						
							
								65f625cf23 
								
							 
						 
						
							
							
								
								[Glitch] Hide floating action button on thread views  
							
							... 
							
							
							
							Port f66a786029 
							
						 
						
							2018-09-11 16:29:46 +02:00  
				
					
						
							
							
								 
						
							
								e36f6f48e5 
								
							 
						 
						
							
							
								
								Fix status embed card links color  
							
							
							
						 
						
							2018-09-10 19:53:55 +02:00  
				
					
						
							
							
								 
						
							
								d9a92d5040 
								
							 
						 
						
							
							
								
								[Glitch] After click to embed video, autoplay it  
							
							... 
							
							
							
							Port 478ca39e5e 
							
						 
						
							2018-09-10 19:53:55 +02:00  
				
					
						
							
							
								 
						
							
								bc5009cd45 
								
							 
						 
						
							
							
								
								[Glitch] Click card to embed external content  
							
							... 
							
							
							
							Port front-end changes from f7765acf9d 
							
						 
						
							2018-09-10 19:53:55 +02:00  
				
					
						
							
							
								 
						
							
								dfa6fb4927 
								
							 
						 
						
							
							
								
								[Glitch] Fix oEmbed image_modal src.  
							
							... 
							
							
							
							Port 25b0d7538e 
							
						 
						
							2018-09-10 19:53:55 +02:00  
				
					
						
							
							
								 
						
							
								cc58265216 
								
							 
						 
						
							
							
								
								[Glitch] Ensure link thumbnails are not stretched to super low quality  
							
							... 
							
							
							
							Port front-end changes from c36b9cc5a6 
							
						 
						
							2018-09-10 19:53:55 +02:00  
				
					
						
							
							
								 
						
							
								49eaf72faf 
								
							 
						 
						
							
							
								
								[Glitch] Add embed_url to preview cards  
							
							... 
							
							
							
							Port front-end changes from c083816c24 
							
						 
						
							2018-09-10 19:53:55 +02:00  
				
					
						
							
							
								 
						
							
								324ce93368 
								
							 
						 
						
							
							
								
								Add preferences for notification badges  
							
							
							
						 
						
							2018-09-07 20:37:17 +02:00  
				
					
						
							
							
								 
						
							
								ba4521b175 
								
							 
						 
						
							
							
								
								Move compose box options to their own page  
							
							
							
						 
						
							2018-09-07 20:37:17 +02:00  
				
					
						
							
							
								 
						
							
								b28cbb8b25 
								
							 
						 
						
							
							
								
								Add unread notifications badge to the mobile navbar  
							
							
							
						 
						
							2018-09-07 20:37:17 +02:00  
				
					
						
							
							
								 
						
							
								2cdc00bc8b 
								
							 
						 
						
							
							
								
								Add unread notifications badge to the navigation bar  
							
							
							
						 
						
							2018-09-07 20:37:17 +02:00  
				
					
						
							
							
								 
						
							
								0f155af32a 
								
							 
						 
						
							
							
								
								Add notification badge to favicon  
							
							
							
						 
						
							2018-09-07 20:37:17 +02:00  
				
					
						
							
							
								 
						
							
								d315f1dc02 
								
							 
						 
						
							
							
								
								Count unread notifications when window loses focus  
							
							
							
						 
						
							2018-09-07 20:37:17 +02:00  
				
					
						
							
							
								 
						
							
								c8875b4d8a 
								
							 
						 
						
							
							
								
								Keep track of unread notifications when the notification column isn't mounted  
							
							
							
						 
						
							2018-09-07 20:37:17 +02:00  
				
					
						
							
							
								 
						
							
								711826cb37 
								
							 
						 
						
							
							
								
								Accurately count deleted unread notifications  
							
							
							
						 
						
							2018-09-07 20:37:17 +02:00  
				
					
						
							
							
								 
						
							
								f4ca3262f2 
								
							 
						 
						
							
							
								
								[Glitch] Audio.prototype.seek is undefined  
							
							... 
							
							
							
							Port f08e6e9ab5 
							
						 
						
							2018-09-07 20:37:17 +02:00  
				
					
						
							
							
								 
						
							
								8dbbec0939 
								
							 
						 
						
							
							
								
								Fix dropdown arrow position  
							
							
							
						 
						
							2018-09-07 09:45:33 +02:00  
				
					
						
							
							
								 
						
							
								7f2f59dae6 
								
							 
						 
						
							
							
								
								Fix public profile's “show more” links styling  
							
							
							
						 
						
							2018-09-05 13:46:19 +02:00  
				
					
						
							
							
								 
						
							
								258e8b7734 
								
							 
						 
						
							
							
								
								Port SCSS changes from  19b07ba260 
							
							
							
						 
						
							2018-09-05 13:46:19 +02:00  
				
					
						
							
							
								 
						
							
								4b29a41f1d 
								
							 
						 
						
							
							
								
								Port SCSS changes from  85bb32c410 
							
							
							
						 
						
							2018-09-05 13:46:19 +02:00  
				
					
						
							
							
								 
						
							
								77e7da7d0d 
								
							 
						 
						
							
							
								
								Port SCSS changes from  78fa926ed5 
							
							
							
						 
						
							2018-09-05 13:46:19 +02:00  
				
					
						
							
							
								 
						
							
								d8b2f15b23 
								
							 
						 
						
							
							
								
								Pause video playback if toot is collapsed or CWs folded ( fixes   #146 )  
							
							
							
						 
						
							2018-09-05 11:58:56 +02:00  
				
					
						
							
							
								 
						
							
								a9ed9d3572 
								
							 
						 
						
							
							
								
								Fix videos being cropped  
							
							
							
						 
						
							2018-09-05 11:58:43 +02:00  
				
					
						
							
							
								 
						
							
								c0275cdcb2 
								
							 
						 
						
							
							
								
								Fix interactions between CW and sensitive flag when spoilersAlwaysOn is set  
							
							
							
						 
						
							2018-09-04 19:40:57 +02:00  
				
					
						
							
							
								 
						
							
								3d5a789bbb 
								
							 
						 
						
							
							
								
								Fix “sensitive” media warning and upload form colors in Mastodon-light  
							
							
							
						 
						
							2018-09-04 18:50:26 +02:00  
				
					
						
							
							
								 
						
							
								f1a73fd5f4 
								
							 
						 
						
							
							
								
								Outline white/grey/blue emojis  
							
							
							
						 
						
							2018-09-04 16:01:41 +02:00  
				
					
						
							
							
								 
						
							
								6e771bf680 
								
							 
						 
						
							
							
								
								Light theme overhaul  
							
							
							
						 
						
							2018-09-04 16:01:41 +02:00  
				
					
						
							
							
								 
						
							
								36f50be305 
								
							 
						 
						
							
							
								
								[Glitch] Add white outline to black emoji  
							
							... 
							
							
							
							Inspired from 0bfa0f2374 
							
						 
						
							2018-09-04 15:40:27 +02:00  
				
					
						
							
							
								 
						
							
								b6ce5fa3fb 
								
							 
						 
						
							
							
								
								Fix emoji autosuggest when using a CDN for assets  
							
							
							
						 
						
							2018-09-04 15:05:31 +02:00  
				
					
						
							
							
								 
						
							
								8622dccaf1 
								
							 
						 
						
							
							
								
								Disable focus points for letterboxed media  
							
							
							
						 
						
							2018-09-04 13:31:55 +02:00  
				
					
						
							
							
								 
						
							
								9998271a5b 
								
							 
						 
						
							
							
								
								Fix full-width margins  
							
							
							
						 
						
							2018-09-04 13:31:55 +02:00  
				
					
						
							
							
								 
						
							
								be644e3b7c 
								
							 
						 
						
							
							
								
								Media gallery styling closer to upstream's  
							
							
							
						 
						
							2018-09-04 13:31:55 +02:00  
				
					
						
							
							
								 
						
							
								8183d2ed55 
								
							 
						 
						
							
							
								
								[Glitch] Do not override ctrl/cmd+click in media gallery  
							
							
							
						 
						
							2018-09-04 13:31:55 +02:00  
				
					
						
							
							
								 
						
							
								bd437f8077 
								
							 
						 
						
							
							
								
								Add admin links to status and account menus ( fixes   #673 )  
							
							... 
							
							
							
							If the current logged-in user is an admin, add quick links to the admin
interface in account and toot dropdown menu. Suggestion by @ashkitten 
							
						 
						
							2018-09-03 18:19:11 +02:00  
				
					
						
							
							
								 
						
							
								6ad7dac791 
								
							 
						 
						
							
							
								
								Let the front-end know the current account is a moderator  
							
							
							
						 
						
							2018-09-03 18:19:11 +02:00  
				
					
						
							
							
								 
						
							
								b3fdd166e8 
								
							 
						 
						
							
							
								
								[Glitch] Skip VS15 (Emoji textual presentation)  
							
							... 
							
							
							
							Port a060beee72 
							
						 
						
							2018-09-03 18:18:50 +02:00  
				
					
						
							
							
								 
						
							
								8e862ecf8d 
								
							 
						 
						
							
							
								
								[Glitch] Add aria-label to floatingActionButton  
							
							... 
							
							
							
							Port 7c12c7b124 
							
						 
						
							2018-09-03 18:18:39 +02:00  
				
					
						
							
							
								 
						
							
								27ee42299b 
								
							 
						 
						
							
							
								
								[Glitch] Inactive header in main profile to match column  
							
							... 
							
							
							
							Port 1bfe735d57 
							
						 
						
							2018-09-03 18:18:24 +02:00  
				
					
						
							
							
								 
						
							
								e915bc3e9e 
								
							 
						 
						
							
							
								
								Fixes columns scrolling to top when opening media modal  
							
							... 
							
							
							
							Fixes  #700  
						
							2018-09-03 14:24:10 +02:00  
				
					
						
							
							
								 
						
							
								cc7adf7e84 
								
							 
						 
						
							
							
								
								Fix composer not displaying on chrome mobile ( fixes   #696 )  
							
							
							
						 
						
							2018-09-01 09:39:25 +02:00  
				
					
						
							
							
								 
						
							
								530da545a5 
								
							 
						 
						
							
							
								
								[Glitch] Give focused status a sensible aria-label for screen readers  
							
							... 
							
							
							
							Port 248df68c36 
							
						 
						
							2018-08-31 19:49:51 +02:00  
				
					
						
							
							
								 
						
							
								087dcf720e 
								
							 
						 
						
							
							
								
								[Glitch] Fix off-by-one error in aria-posinset  
							
							... 
							
							
							
							Port 885711afb9 
							
						 
						
							2018-08-31 19:49:29 +02:00  
				
					
						
							
							
								 
						
							
								d8fbd74c47 
								
							 
						 
						
							
							
								
								[Glitch] Add aria-label to column regions  
							
							... 
							
							
							
							Port 66dbb59aa1 
							
						 
						
							2018-08-31 19:49:29 +02:00  
				
					
						
							
							
								 
						
							
								c6942a5283 
								
							 
						 
						
							
							
								
								Add option to not automatically unfold content warnings matching a regexp  
							
							... 
							
							
							
							Fixes  #678  
						
							2018-08-31 18:35:03 +02:00  
				
					
						
							
							
								 
						
							
								5c400a2842 
								
							 
						 
						
							
							
								
								Allow text inputs in local settings dialog  
							
							
							
						 
						
							2018-08-31 18:35:03 +02:00  
				
					
						
							
							
								 
						
							
								9d2739d74d 
								
							 
						 
						
							
							
								
								Add a setting to automatically unfold all content warnings  
							
							
							
						 
						
							2018-08-31 18:35:03 +02:00  
				
					
						
							
							
								 
						
							
								130bdb5ee8 
								
							 
						 
						
							
							
								
								[Glitch] Show compose form on delete & redraft when in mobile layout  
							
							... 
							
							
							
							Port 025fbb8285 
							
						 
						
							2018-08-31 18:33:46 +02:00  
				
					
						
							
							
								 
						
							
								0f1db47a7e 
								
							 
						 
						
							
							
								
								Fix search results on compose box  
							
							
							
						 
						
							2018-08-31 18:33:46 +02:00  
				
					
						
							
							
								 
						
							
								b4f548fa18 
								
							 
						 
						
							
							
								
								Fix account header showing on search page  
							
							
							
						 
						
							2018-08-31 18:33:46 +02:00  
				
					
						
							
							
								 
						
							
								4a686ddf8a 
								
							 
						 
						
							
							
								
								[Glitch] On the mobile UI, move the search column to the right  
							
							... 
							
							
							
							Port 20bb90ced6 
							
						 
						
							2018-08-31 18:33:46 +02:00  
				
					
						
							
							
								 
						
							
								4686b3fa76 
								
							 
						 
						
							
							
								
								[Glitch] Hide search from Compose on mobile devices  
							
							... 
							
							
							
							Port 0893b16695 
							
						 
						
							2018-08-31 18:33:46 +02:00  
				
					
						
							
							
								 
						
							
								37a00d4c1d 
								
							 
						 
						
							
							
								
								[Glitch] Add search item to tab bar for mobile devices  
							
							... 
							
							
							
							Port c9cbb8de70 
							
						 
						
							2018-08-31 18:33:46 +02:00  
				
					
						
							
							
								 
						
							
								76a3f373e3 
								
							 
						 
						
							
							
								
								[Glitch] Use withRouter for TabsBar  
							
							... 
							
							
							
							Port 61e6275781 
							
						 
						
							2018-08-31 18:33:46 +02:00  
				
					
						
							
							
								 
						
							
								5f035a2a1a 
								
							 
						 
						
							
							
								
								[Glitch] Move "compose" on mobile to floating action button  
							
							... 
							
							
							
							Port e72db6d9dd 
							
						 
						
							2018-08-31 18:33:46 +02:00  
				
					
						
							
							
								 
						
							
								70c308c4aa 
								
							 
						 
						
							
							
								
								[Glitch] When search enabled, display hint in search popout  
							
							... 
							
							
							
							Port 7901f9f63e 
							
						 
						
							2018-08-31 18:33:46 +02:00  
				
					
						
							
							
								 
						
							
								c20b27a9f4 
								
							 
						 
						
							
							
								
								Restrict querySelectorAll to the upload form component  
							
							
							
						 
						
							2018-08-30 13:20:37 +02:00  
				
					
						
							
							
								 
						
							
								1544ac4e27 
								
							 
						 
						
							
							
								
								Add confirmation dialog when posting media without description  
							
							... 
							
							
							
							Fixes  #211  
						
							2018-08-30 13:20:37 +02:00  
				
					
						
							
							
								 
						
							
								5ce6727669 
								
							 
						 
						
							
							
								
								[Glitch] Reduce padding of profile metadata boxes to allow more text  
							
							... 
							
							
							
							Port 9463bba5fb 
							
						 
						
							2018-08-29 19:28:59 +02:00  
				
					
						
							
							
								 
						
							
								171e54eb46 
								
							 
						 
						
							
							
								
								Add opt-in feature to have the spoilers field always on ( fixes   #634 )  
							
							
							
						 
						
							2018-08-29 14:29:36 +02:00  
				
					
						
							
							
								 
						
							
								4a9e3f80e8 
								
							 
						 
						
							
							
								
								[Glitch] Add CSS class to replies  
							
							... 
							
							
							
							Port 2bbec9f4da 
							
						 
						
							2018-08-28 19:52:47 +02:00  
				
					
						
							
							
								 
						
							
								3b09597556 
								
							 
						 
						
							
							
								
								[Glitch] Preserve hashtag casing in web UI hashtag history  
							
							... 
							
							
							
							Port f9b23a5d62 
							
						 
						
							2018-08-28 19:52:28 +02:00  
				
					
						
							
							
								 
						
							
								24b6811a6e 
								
							 
						 
						
							
							
								
								[Glitch] Implement tag auto-completion by history  
							
							... 
							
							
							
							Port 460e380d38 
							
						 
						
							2018-08-28 19:52:28 +02:00  
				
					
						
							
							
								 
						
							
								e3246cd13b 
								
							 
						 
						
							
							
								
								Preserve hashtag casing in threaded mode  
							
							... 
							
							
							
							Inspired by f9b23a5d62 
							
						 
						
							2018-08-28 19:52:28 +02:00  
				
					
						
							
							
								 
						
							
								937cd03a9a 
								
							 
						 
						
							
							
								
								[Glitch] Add missing video descriptions  
							
							... 
							
							
							
							Port ac092d03e7 
							
						 
						
							2018-08-27 20:21:23 +02:00  
				
					
						
							
							
								 
						
							
								3106c81b1e 
								
							 
						 
						
							
							
								
								[Glitch] Wait until relationship is loaded before showing follow button  
							
							... 
							
							
							
							Port cd049454be 
							
						 
						
							2018-08-27 20:21:12 +02:00  
				
					
						
							
							
								 
						
							
								478f70a0e6 
								
							 
						 
						
							
							
								
								Update poylfills ( fixes   #662 )  
							
							
							
						 
						
							2018-08-23 22:58:25 +02:00  
				
					
						
							
							
								 
						
							
								fce248810b 
								
							 
						 
						
							
							
								
								[Glitch] Update state when opened dropdown is unmounted  
							
							... 
							
							
							
							Port dcd3544d153dd2a3961bd0d2214ed01a902a66da to glitch-soc 
							
						 
						
							2018-08-23 22:58:14 +02:00  
				
					
						
							
							
								 
						
							
								3c49daeb8d 
								
							 
						 
						
							
							
								
								Add glitch-soc local setting to display reply counters  
							
							... 
							
							
							
							Defaults to false. 
							
						 
						
							2018-08-22 20:29:55 +02:00  
				
					
						
							
							
								 
						
							
								d62ea55d51 
								
							 
						 
						
							
							
								
								Move layout options to their own section  
							
							
							
						 
						
							2018-08-22 20:29:55 +02:00  
				
					
						
							
							
								 
						
							
								87ad942d76 
								
							 
						 
						
							
							
								
								[Glitch] Display replies count in web UI  
							
							... 
							
							
							
							Port 4df9cabb22 
							
						 
						
							2018-08-22 20:29:55 +02:00  
				
					
						
							
							
								 
						
							
								801919fc9b 
								
							 
						 
						
							
							
								
								Add hashtag trendline support to glitch-soc flavour  
							
							... 
							
							
							
							Port Mastodon's hashtag stats thing to glitch-soc.
This doesn't change how hashtags are ordered, and doesn't add a trending
hashtags section, but it does change how hashtag searches are rendered,
displaying a trend line alongside each hashtag. 
							
						 
						
							2018-08-22 19:27:06 +02:00  
				
					
						
							
							
								 
						
							
								360fbf1bd4 
								
							 
						 
						
							
							
								
								Add pinned accounts editor  
							
							
							
						 
						
							2018-08-22 16:18:23 +02:00  
				
					
						
							
							
								 
						
							
								9fbaaefe59 
								
							 
						 
						
							
							
								
								Split list editor into components and containers  
							
							
							
						 
						
							2018-08-22 16:18:23 +02:00  
				
					
						
							
							
								 
						
							
								d69f045681 
								
							 
						 
						
							
							
								
								Fix ColumnLink keys in getting_started_misc  
							
							
							
						 
						
							2018-08-22 16:18:23 +02:00  
				
					
						
							
							
								 
						
							
								c789181626 
								
							 
						 
						
							
							
								
								[Glitch] Add hotkey for follow requests  
							
							... 
							
							
							
							Port 25f6f41052 
							
						 
						
							2018-08-20 21:25:02 +02:00  
				
					
						
							
							
								 
						
							
								b230c04e00 
								
							 
						 
						
							
							
								
								Make the privacy dropdown button not look strange when using top placement  
							
							... 
							
							
							
							Inspired by 8fe1f8d4ce 
							
						 
						
							2018-08-20 20:10:53 +02:00  
				
					
						
							
							
								 
						
							
								24f39c0841 
								
							 
						 
						
							
							
								
								[Glitch] Skip pagination logic entirely for pinned toots  
							
							
							
						 
						
							2018-08-20 20:09:19 +02:00  
				
					
						
							
							
								 
						
							
								0c091475df 
								
							 
						 
						
							
							
								
								Make non-link ColumnLinks behave as links  
							
							
							
						 
						
							2018-08-20 20:08:13 +02:00  
				
					
						
							
							
								 
						
							
								f4d28ccfa3 
								
							 
						 
						
							
							
								
								Don't filter own toots  
							
							
							
						 
						
							2018-08-19 21:36:46 +02:00  
				
					
						
							
							
								 
						
							
								432f6b88b0 
								
							 
						 
						
							
							
								
								Focus CW field when enabling it, focus compose textarea when disabling it  
							
							... 
							
							
							
							Port a99179d31f09147186b7 
							
						 
						
							2018-08-19 16:56:31 +02:00  
				
					
						
							
							
								 
						
							
								7423c0c130 
								
							 
						 
						
							
							
								
								Various minor upload description fixes  
							
							
							
						 
						
							2018-08-18 17:53:20 +02:00  
				
					
						
							
							
								 
						
							
								534439e73b 
								
							 
						 
						
							
							
								
								Add focal points support in the composer  
							
							
							
						 
						
							2018-08-18 17:53:20 +02:00  
				
					
						
							
							
								 
						
							
								9782ac017b 
								
							 
						 
						
							
							
								
								Refactor in preparation for focal points modal  
							
							
							
						 
						
							2018-08-18 17:53:20 +02:00  
				
					
						
							
							
								 
						
							
								69d4fa3bc5 
								
							 
						 
						
							
							
								
								Fix rails-ujs not being run on some settings pages ( fixes   #645 )  
							
							
							
						 
						
							2018-08-17 19:51:05 +02:00  
				
					
						
							
							
								 
						
							
								4a6bc2482a 
								
							 
						 
						
							
							
								
								[Glitch] Defer scrollIntoView after DOM is drawn  
							
							
							
						 
						
							2018-08-17 14:46:37 +02:00  
				
					
						
							
							
								 
						
							
								50cd70b3e9 
								
							 
						 
						
							
							
								
								Fix incorrect prop type for ComposerReply.status  
							
							
							
						 
						
							2018-08-16 21:19:20 +02:00  
				
					
						
							
							
								 
						
							
								7595ae4090 
								
							 
						 
						
							
							
								
								Fix one GettingStarted ColumnLink not having a key  
							
							
							
						 
						
							2018-08-16 20:59:12 +02:00  
				
					
						
							
							
								 
						
							
								494eaab5b1 
								
							 
						 
						
							
							
								
								Slightly more aggressive video preloading  
							
							... 
							
							
							
							- Preload video metadata if the video is loaded in detailed view, as it is
  likely to get played, and metadata is useful for seeking in the video.
- Preload video data if it's fullscreen as it is extremely likely to get
  played right after being put in fullscreen (although those are two steps).
- Preload video data if the user has clicked the position slider, as the video
  will play as soon as the mouse button is released, and video metadata is
  needed to properly seek into the video. 
							
						 
						
							2018-08-14 21:56:23 +02:00  
				
					
						
							
							
								 
						
							
								c4e8402ef9 
								
							 
						 
						
							
							
								
								Fix bug when clicking on video position slider before starting the video  
							
							
							
						 
						
							2018-08-14 21:56:23 +02:00  
				
					
						
							
							
								 
						
							
								f0fa6e3a7c 
								
							 
						 
						
							
							
								
								Prevent default event handling when clicking on the video position slider  
							
							... 
							
							
							
							This prevents accidental text selection and avoids opening the toot containing
the video in the dynamic column when clicking on the position slider. 
							
						 
						
							2018-08-14 21:56:23 +02:00  
				
					
						
							
							
								 
						
							
								acb3d5b7aa 
								
							 
						 
						
							
							
								
								Don't prevent opening links in tabs with keyboard modifiers  
							
							... 
							
							
							
							Ctrl+click usually allows opening a link in a new tab. This
was prevented for hashtag or user links in toots. 
							
						 
						
							2018-08-11 15:29:08 +02:00  
				
					
						
							
							
								 
						
							
								7067b64de3 
								
							 
						 
						
							
							
								
								Implement public profile endorsements in glitch-soc  
							
							... 
							
							
							
							Port WebUI changes from f2404de871 
							
						 
						
							2018-08-10 16:25:46 +02:00  
				
					
						
							
							
								 
						
							
								4e66e0ac04 
								
							 
						 
						
							
							
								
								Merge upstream SCSS changes for /about, /about/more and /terms  
							
							... 
							
							
							
							Port various commits to glitch-soc, mainly commits
0dcc1950d15b8603879f 
							
						 
						
							2018-08-10 16:22:49 +02:00  
				
					
						
							
							
								 
						
							
								16a4a333a2 
								
							 
						 
						
							
							
								
								Merge upstream styling for public profile endorsements  
							
							... 
							
							
							
							Port the SCSS part of f2404de871 
							
						 
						
							2018-08-10 16:22:49 +02:00  
				
					
						
							
							
								 
						
							
								7d1dd59496 
								
							 
						 
						
							
							
								
								Good bye, CW rainbows  
							
							... 
							
							
							
							Accessibility issues largely outweigh the joke and consistency with upstream. 
							
						 
						
							2018-08-07 18:49:49 +02:00  
				
					
						
							
							
								 
						
							
								ed69117048 
								
							 
						 
						
							
							
								
								Fix styling of toot prepended text on public profiles  
							
							... 
							
							
							
							Fixes how “Pinned toot”, “… boosted” etc. are styled on public profiles. 
							
						 
						
							2018-08-02 12:43:00 +02:00  
				
					
						
							
							
								 
						
							
								a0d0111979 
								
							 
						 
						
							
							
								
								Fix toot styling on public pages  
							
							... 
							
							
							
							The public pages now use CSS from the WebUI to style toots, but the glitch-soc
UI is widely different. Hack around that for now by hardcoding upstream-like
values. 
							
						 
						
							2018-08-01 00:18:42 +02:00  
				
					
						
							
							
								 
						
							
								7ab46b73bd 
								
							 
						 
						
							
							
								
								Reintroduce glitch-soc avatar styling in public pages  
							
							
							
						 
						
							2018-08-01 00:18:42 +02:00  
				
					
						
							
							
								 
						
							
								a3dd2deda3 
								
							 
						 
						
							
							
								
								[Glitch] Do not hide hashtag timeline in mobile view, make it full-window  
							
							... 
							
							
							
							Port 13ac8ca66a 
							
						 
						
							2018-08-01 00:18:42 +02:00  
				
					
						
							
							
								 
						
							
								175c2155a9 
								
							 
						 
						
							
							
								
								[Glitch] Compensate for scrollbar disappearing when media modal  
							
							... 
							
							
							
							Port 60df87f6f0 
							
						 
						
							2018-08-01 00:18:42 +02:00  
				
					
						
							
							
								 
						
							
								d2b3eebe00 
								
							 
						 
						
							
							
								
								[Glitch] Show media modal on public timeline  
							
							... 
							
							
							
							Port e0b1e17bd0 
							
						 
						
							2018-08-01 00:18:42 +02:00  
				
					
						
							
							
								 
						
							
								5cd7fe21bf 
								
							 
						 
						
							
							
								
								[Glitch] Add missing formatting to the text in hero widget  
							
							... 
							
							
							
							Port 1d773b3a46 
							
						 
						
							2018-08-01 00:18:42 +02:00  
				
					
						
							
							
								 
						
							
								d894cdc93f 
								
							 
						 
						
							
							
								
								Port profile redesign to glitch-soc  
							
							... 
							
							
							
							Port bb71538bb5 
							
						 
						
							2018-08-01 00:18:42 +02:00  
				
					
						
							
							
								 
						
							
								88b593a63f 
								
							 
						 
						
							
							
								
								Drop glitch-style account bio fields  
							
							... 
							
							
							
							Upstream's implementation has been merged a while ago and is the preferred
way to set fields, as it is the only one compatible with upstream and is
more user-friendly.
This commit deletes the legacy glitch-soc FrontMatter functionality in order
to clean up the code and make it easier to maintain. 
							
						 
						
							2018-07-31 16:26:36 +02:00  
				
					
						
							
							
								 
						
							
								1bae4c4f83 
								
							 
						 
						
							
							
								
								[Glitch] Resize images by area instead of fixed dimensions  
							
							... 
							
							
							
							Port WebUI part of 0fb0037ca7 
							
						 
						
							2018-07-30 19:30:38 +02:00  
				
					
						
							
							
								 
						
							
								b02bfe86ce 
								
							 
						 
						
							
							
								
								Don't reset scroll position when opening a modal  
							
							
							
						 
						
							2018-07-30 14:32:02 +02:00  
				
					
						
							
							
								 
						
							
								5d060cb6e4 
								
							 
						 
						
							
							
								
								Allow modals to be closed by pressing “back”  
							
							
							
						 
						
							2018-07-30 14:32:02 +02:00  
				
					
						
							
							
								 
						
							
								3eb3c21327 
								
							 
						 
						
							
							
								
								Treat the App Setting link as a proper link ( fixes   #375 )  
							
							
							
						 
						
							2018-07-30 14:31:45 +02:00  
				
					
						
							
							
								 
						
							
								88b7ccc2ca 
								
							 
						 
						
							
							
								
								[Glitch] Improve WebUI account action bar  
							
							... 
							
							
							
							Mostly a port of 2ccef52a4f 
							
						 
						
							2018-07-30 14:24:35 +02:00  
				
					
						
							
							
								 
						
							
								4cf7cfd9e0 
								
							 
						 
						
							
							
								
								[Glitch] Fix accounts' display name/bio not being set from initial state  
							
							... 
							
							
							
							Port 20d1be18af 
							
						 
						
							2018-07-30 14:24:24 +02:00  
				
					
						
							
							
								 
						
							
								d8544e7003 
								
							 
						 
						
							
							
								
								Use same margin for navbar and column for consistency  
							
							
							
						 
						
							2018-07-28 23:26:18 +02:00  
				
					
						
							
							
								 
						
							
								69ea4a01e1 
								
							 
						 
						
							
							
								
								Hide navigation bar text so it can fit on small screens  
							
							
							
						 
						
							2018-07-28 23:26:18 +02:00  
				
					
						
							
							
								 
						
							
								37302c63c3 
								
							 
						 
						
							
							
								
								Fix glitch-soc columns padding on mobile ( fixes   #561 )  
							
							
							
						 
						
							2018-07-28 23:26:18 +02:00  
				
					
						
							
							
								 
						
							
								93d4e9a58d 
								
							 
						 
						
							
							
								
								Preserve hashtags in threaded mode ( fixes   #584 )  
							
							
							
						 
						
							2018-07-28 23:25:57 +02:00  
				
					
						
							
							
								 
						
							
								28a59e4e80 
								
							 
						 
						
							
							
								
								Move CW field just above main textarea  
							
							
							
						 
						
							2018-07-28 23:25:42 +02:00  
				
					
						
							
							
								 
						
							
								358e3a4c32 
								
							 
						 
						
							
							
								
								Get rid of Collapsable, use CSS instead  
							
							... 
							
							
							
							Change inspired by 691107263c 
							
						 
						
							2018-07-28 23:25:42 +02:00  
				
					
						
							
							
								 
						
							
								d3783b864c 
								
							 
						 
						
							
							
								
								Refactor reply indicator and show compact list of attachments  
							
							
							
						 
						
							2018-07-28 23:24:15 +02:00  
				
					
						
							
							
								 
						
							
								e3bf8c8aa1 
								
							 
						 
						
							
							
								
								Show reply indicator for empty toots, not undefined toots ( fixes   #610 )  
							
							... 
							
							
							
							Fix a regression introduced by 612b00d1bb 
							
						 
						
							2018-07-28 23:24:15 +02:00  
				
					
						
							
							
								 
						
							
								c057aeb76b 
								
							 
						 
						
							
							
								
								[Glitch] Add documentation for “p” hotkey  
							
							... 
							
							
							
							Port ed50c2393a0f12f88f1102f8cf8beca3bf711158 to glitch-soc 
							
						 
						
							2018-07-26 22:19:01 +02:00  
				
					
						
							
							
								 
						
							
								a8911616b6 
								
							 
						 
						
							
							
								
								Add hotkey variants to keyboard shortcuts description  
							
							... 
							
							
							
							Port 89c6d2bd6bc014ca6487c8f2569f8252fb3ef5dc to glitch-soc 
							
						 
						
							2018-07-26 22:19:01 +02:00  
				
					
						
							
							
								 
						
							
								82ab5aacb2 
								
							 
						 
						
							
							
								
								Prevent scrolling main frame when navigating in image gallery with arrow keys  
							
							
							
						 
						
							2018-07-26 08:42:25 +02:00  
				
					
						
							
							
								 
						
							
								02326a4322 
								
							 
						 
						
							
							
								
								[Glitch] Use LoadingBar instead of blur to indicate that an image is loading  
							
							... 
							
							
							
							Port 955d5d36e8 
							
						 
						
							2018-07-24 21:20:18 +02:00  
				
					
						
							
							
								 
						
							
								1769a7e9aa 
								
							 
						 
						
							
							
								
								Use the same description string as upstream for the “x” hotkey  
							
							
							
						 
						
							2018-07-24 21:15:21 +02:00  
				
					
						
							
							
								 
						
							
								b1ed2b1d03 
								
							 
						 
						
							
							
								
								Fix focusing search bar with hotkeys  
							
							
							
						 
						
							2018-07-24 21:15:21 +02:00  
				
					
						
							
							
								 
						
							
								c600bcfe1d 
								
							 
						 
						
							
							
								
								Fix focusing composer textarea on “new toot” hotkey  
							
							
							
						 
						
							2018-07-24 21:15:21 +02:00  
				
					
						
							
							
								 
						
							
								037228cf03 
								
							 
						 
						
							
							
								
								Fix routing issues, especially keyboards shortcuts changing location  
							
							
							
						 
						
							2018-07-24 21:14:50 +02:00  
				
					
						
							
							
								 
						
							
								1aa253c41d 
								
							 
						 
						
							
							
								
								Display custom emoji in account notes in WebUI ( fixes   #595 )  
							
							
							
						 
						
							2018-07-21 21:44:49 +02:00  
				
					
						
							
							
								 
						
							
								c99054ecb2 
								
							 
						 
						
							
							
								
								Add CSS for the newly-introduced dashboard ( fixes   #592 )  
							
							
							
						 
						
							2018-07-18 23:08:27 +02:00  
				
					
						
							
							
								 
						
							
								828f602b2f 
								
							 
						 
						
							
							
								
								[Glitch] Ensure container of React components has full width  
							
							... 
							
							
							
							Port f6910fba02 
							
						 
						
							2018-07-18 22:38:55 +02:00  
				
					
						
							
							
								 
						
							
								552b4d9a5f 
								
							 
						 
						
							
							
								
								Disable threaded mode when canceling a reply ( fixes   #583 )  
							
							
							
						 
						
							2018-07-18 16:42:00 +02:00  
				
					
						
							
							
								 
						
							
								1fb78602c5 
								
							 
						 
						
							
							
								
								Do not cause an error if domain_lists.blocks.next is undefined ( fixes   #572 )  
							
							... 
							
							
							
							Port d0d23b8f0a 
							
						 
						
							2018-07-17 21:54:54 +02:00  
				
					
						
							
							
								 
						
							
								8501ad5c5c 
								
							 
						 
						
							
							
								
								Process statuses on COMPOSE_SUBMIT_SUCCESS ( fixes   #579 )  
							
							
							
						 
						
							2018-07-17 21:54:36 +02:00  
				
					
						
							
							
								 
						
							
								bcf157a1a9 
								
							 
						 
						
							
							
								
								Avoid loading rails-ujs twice on vanilla flavour  
							
							
							
						 
						
							2018-07-16 16:42:52 +02:00  
				
					
						
							
							
								 
						
							
								57f31b361f 
								
							 
						 
						
							
							
								
								Add an option restricting secondary toot privacy to that of the toot being replied to  
							
							
							
						 
						
							2018-07-12 19:15:44 +02:00  
				
					
						
							
							
								 
						
							
								d8b13b46f7 
								
							 
						 
						
							
							
								
								Move privacyPreference to utils  
							
							
							
						 
						
							2018-07-12 15:31:42 +02:00  
				
					
						
							
							
								 
						
							
								cd05378b59 
								
							 
						 
						
							
							
								
								[Glitch] Refactor privacyPrefence() to use priority list  
							
							... 
							
							
							
							Port f2d9a3c239 
							
						 
						
							2018-07-12 15:31:42 +02:00  
				
					
						
							
							
								 
						
							
								d67cb13d84 
								
							 
						 
						
							
							
								
								Use options rather than a boolean  
							
							... 
							
							
							
							This prepares for a third option that would restrict privacy to
privacyPreference(replyPrivacy, sideArmBasePrivacy) 
							
						 
						
							2018-07-12 11:22:34 +02:00  
				
					
						
							
							
								 
						
							
								8c8707771d 
								
							 
						 
						
							
							
								
								Do not store duplicate reply_privacy  
							
							
							
						 
						
							2018-07-12 11:22:34 +02:00  
				
					
						
							
							
								 
						
							
								6f06d16b1e 
								
							 
						 
						
							
							
								
								add option to enable auto visibility on secondary toot button  
							
							
							
						 
						
							2018-07-12 11:22:34 +02:00  
				
					
						
							
							
								 
						
							
								7cb7ecaf7e 
								
							 
						 
						
							
							
								
								[Glitch] Make whole-word filter regex consistent between Ruby and JS  
							
							... 
							
							
							
							Port front-end part of 20fefdb714 
							
						 
						
							2018-07-11 22:06:34 +02:00  
				
					
						
							
							
								 
						
							
								debc6544d9 
								
							 
						 
						
							
							
								
								[Glitch] Add follow button to detailed status, add gradient to mask bio cut-off ( fixes   #566 )  
							
							... 
							
							
							
							Port 30e1da7668 
							
						 
						
							2018-07-11 22:05:15 +02:00  
				
					
						
							
							
								 
						
							
								612b00d1bb 
								
							 
						 
						
							
							
								
								Display reply indicator even when replying to contentless toot ( fixes   #564 )  
							
							
							
						 
						
							2018-07-10 22:53:04 +02:00  
				
					
						
							
							
								 
						
							
								ef1d660596 
								
							 
						 
						
							
							
								
								make sure reblogged's filter is set correctly  
							
							
							
						 
						
							2018-07-10 14:06:04 +02:00  
				
					
						
							
							
								 
						
							
								faa4db7975 
								
							 
						 
						
							
							
								
								[Glitch] Add option to not consider word boundaries when processing keyword filtering  
							
							... 
							
							
							
							Port 1ca4e51eb3 
							
						 
						
							2018-07-10 14:06:04 +02:00  
				
					
						
							
							
								 
						
							
								6777dfc8d9 
								
							 
						 
						
							
							
								
								[Glitch] In keyword filter, account for reblogs, HTML and whole-words  
							
							... 
							
							
							
							Port 404c7702ec 
							
						 
						
							2018-07-10 14:06:04 +02:00  
				
					
						
							
							
								 
						
							
								00c1386b9d 
								
							 
						 
						
							
							
								
								[Glitch] Fix filters not affecting notifications in web UI  
							
							... 
							
							
							
							Port cfeb3beb4e 
							
						 
						
							2018-07-10 14:06:04 +02:00  
				
					
						
							
							
								 
						
							
								0bb1720495 
								
							 
						 
						
							
							
								
								Add client-side custom filter support to glitch-soc  
							
							... 
							
							
							
							Port cdb101340a 
							
						 
						
							2018-07-10 14:06:04 +02:00  
				
					
						
							
							
								 
						
							
								33c1607c83 
								
							 
						 
						
							
							
								
								[Glitch] Fix Chrome issue with sizes="0px"  
							
							
							
						 
						
							2018-07-10 10:53:36 +02:00  
				
					
						
							
							
								 
						
							
								e96a4434c7 
								
							 
						 
						
							
							
								
								add keybind in composer textarea for secondary submit  
							
							
							
						 
						
							2018-07-10 10:53:22 +02:00  
				
					
						
							
							
								 
						
							
								f364a27922 
								
							 
						 
						
							
							
								
								Increase padding of toots  
							
							
							
						 
						
							2018-06-24 14:46:02 +02:00  
				
					
						
							
							
								 
						
							
								ccbaf32bca 
								
							 
						 
						
							
							
								
								Fix margins of toot text  
							
							
							
						 
						
							2018-06-24 14:46:02 +02:00  
				
					
						
							
							
								 
						
							
								f0161702d8 
								
							 
						 
						
							
							
								
								[Glitch] Submit report using meta key  
							
							... 
							
							
							
							Port 64d7a63f18 
							
						 
						
							2018-06-21 22:28:50 +02:00  
				
					
						
							
							
								 
						
							
								d0faac9027 
								
							 
						 
						
							
							
								
								Fix clicking on collapsed toots with a background ( fixes   #547 )  
							
							
							
						 
						
							2018-06-21 22:17:19 +02:00  
				
					
						
							
							
								 
						
							
								26c20a4ec7 
								
							 
						 
						
							
							
								
								[Glitch] Preserve newlines in delete & redraft and desktop notifications  
							
							... 
							
							
							
							Port c75493755f 
							
						 
						
							2018-06-16 15:09:28 +02:00  
				
					
						
							
							
								 
						
							
								a01faecfcb 
								
							 
						 
						
							
							
								
								[Glitch] Add redraft function  
							
							... 
							
							
							
							Port bd0791d800 
							
						 
						
							2018-06-16 15:09:28 +02:00  
				
					
						
							
							
								 
						
							
								e8ccac468a 
								
							 
						 
						
							
							
								
								[Glitch] Add vendor prefix for background-clip  
							
							... 
							
							
							
							Port e0354aba7c 
							
						 
						
							2018-06-15 22:14:48 +02:00  
				
					
						
							
							
								 
						
							
								8cafeedc25 
								
							 
						 
						
							
							
								
								Port  85470ec872 to glitch emoji picker.  
							
							... 
							
							
							
							Fixes  #541 . 
						
							2018-06-15 22:10:50 +02:00  
				
					
						
							
							
								 
						
							
								fac6e392e9 
								
							 
						 
						
							
							
								
								Port emojimart 2.6.1 changes to glitch flavour  
							
							... 
							
							
							
							See also the following commits:
- 0c3ce41031268d90e810 
							
						 
						
							2018-06-12 17:43:50 -05:00  
				
					
						
							
							
								 
						
							
								7d3c0e4cb4 
								
							 
						 
						
							
							
								
								Delete references to removed constants ( fixes   #537 )  
							
							
							
						 
						
							2018-06-09 18:14:23 +02:00  
				
					
						
							
							
								 
						
							
								f8d50a4070 
								
							 
						 
						
							
							
								
								Merge pull request  #509  from ThibG/glitch-soc/fixes/router-history-navigation  
							
							... 
							
							
							
							Use history.state to decide whether we should goBack() or go to / (fixes  #247 ) 
							
						 
						
							2018-06-06 23:56:48 -05:00  
				
					
						
							
							
								 
						
							
								cfdbb36bdf 
								
							 
						 
						
							
							
								
								Merge pull request  #519  from ThibG/glitch-soc/fixes/status-node-null  
							
							... 
							
							
							
							Prevent a rare crash when a status' root node is undefined 
							
						 
						
							2018-06-02 16:19:06 -05:00  
				
					
						
							
							
								 
						
							
								9ad5de8a3a 
								
							 
						 
						
							
							
								
								Merge pull request  #501  from ThibG/glitch-soc/features/red-bookmarks  
							
							... 
							
							
							
							Make active bookmarks red (fixes  #493 ) 
							
						 
						
							2018-06-01 00:36:48 -05:00  
				
					
						
							
							
								 
						
							
								e5f25a73f2 
								
							 
						 
						
							
							
								
								Adjust spacing between status icons  
							
							
							
						 
						
							2018-05-31 21:55:44 -07:00  
				
					
						
							
							
								 
						
							
								7d2e6429c2 
								
							 
						 
						
							
							
								
								Merge branch 'glitch' into thread-icon  
							
							
							
						 
						
							2018-05-31 21:33:16 -07:00  
				
					
						
							
							
								 
						
							
								b9fdeceb3c 
								
							 
						 
						
							
							
								
								Make active bookmarks red ( fixes   #493 )  
							
							
							
						 
						
							2018-05-31 14:39:48 +02:00  
				
					
						
							
							
								 
						
							
								cc396f085d 
								
							 
						 
						
							
							
								
								Use history.state to decide whether we should goBack() or go to / ( fixes   #247 )  
							
							... 
							
							
							
							So far, glitch-soc used history.length to decide whether to call `goBack()` or
go to / in order to not leave the webUI. This made clicking the “Back” button
go to the “Getting started” column instead of going back in the browser's
history when such an action would leave the web UI, but also when:
- The WebUI is refreshed (F5)
- A tab is restored
- The history length reaches its maximum (e.g., 50 in Firefox)
This commit fixes these shortcomings by checking `window.history.state`.
Indeed, we only want to go back in the browser's history when the current
location has been reached from within the WebUI, which only happens via
`pushState` as far as I know. Since browser store the serialized state in
the browser history, this also survives page reload and session restoration. 
							
						 
						
							2018-05-31 14:39:02 +02:00  
				
					
						
							
							
								 
						
							
								f86d280fd6 
								
							 
						 
						
							
							
								
								Use props.router instead of context.router, as we are using withRouter  
							
							
							
						 
						
							2018-05-31 14:39:02 +02:00  
				
					
						
							
							
								 
						
							
								893f2aff20 
								
							 
						 
						
							
							
								
								Prevent a rare crash when a status' root node is undefined  
							
							
							
						 
						
							2018-05-31 14:38:29 +02:00  
				
					
						
							
							
								 
						
							
								e396fbfe3b 
								
							 
						 
						
							
							
								
								Fix direct timeline  
							
							
							
						 
						
							2018-05-31 14:37:13 +02:00  
				
					
						
							
							
								 
						
							
								e7b3a4263e 
								
							 
						 
						
							
							
								
								[Glitch] Fix low-contrasted cancel button of reply indicator  
							
							... 
							
							
							
							Port 86efccce2a 
							
						 
						
							2018-05-29 21:25:47 +02:00  
				
					
						
							
							
								 
						
							
								08dbe29e29 
								
							 
						 
						
							
							
								
								[Glitch] Improve load gap styling in web UI  
							
							... 
							
							
							
							Port 45c9f16f71 
							
						 
						
							2018-05-29 21:25:28 +02:00  
				
					
						
							
							
								 
						
							
								cc589d6ec0 
								
							 
						 
						
							
							
								
								[Glitch] Use randomized setTimeout when fallback-polling and re-add since_id  
							
							... 
							
							
							
							Port dafd7afc5e 
							
						 
						
							2018-05-29 21:25:28 +02:00  
				
					
						
							
							
								 
						
							
								fbc25bdd2d 
								
							 
						 
						
							
							
								
								[Glitch] Do not crash in getStatusIds when there is a gap in the timeline  
							
							... 
							
							
							
							Port b1938d7853 
							
						 
						
							2018-05-29 21:25:28 +02:00  
				
					
						
							
							
								 
						
							
								5cc4d34250 
								
							 
						 
						
							
							
								
								[Glitch] Fix gap insertion for timeline disconnection  
							
							... 
							
							
							
							Port 66359ec522 
							
						 
						
							2018-05-29 21:25:28 +02:00  
				
					
						
							
							
								 
						
							
								15bef77add 
								
							 
						 
						
							
							
								
								[Glitch] Fix ID duplication in timelines  
							
							... 
							
							
							
							Port 306267dbd2 
							
						 
						
							2018-05-29 21:25:28 +02:00  
				
					
						
							
							
								 
						
							
								4b38ac3bed 
								
							 
						 
						
							
							
								
								[Glitch] Fix comparing id  
							
							... 
							
							
							
							Port 0ba49eca8b 
							
						 
						
							2018-05-29 21:25:28 +02:00  
				
					
						
							
							
								 
						
							
								6020a21130 
								
							 
						 
						
							
							
								
								[Glitch] Fix LoadMore on account media gallery  
							
							... 
							
							
							
							Port 3523aa440b 
							
						 
						
							2018-05-29 21:25:28 +02:00  
				
					
						
							
							
								 
						
							
								5d16fd3f28 
								
							 
						 
						
							
							
								
								[Glitch] Add missing null handling in notification reducer  
							
							... 
							
							
							
							Port 2f3ac14a43 
							
						 
						
							2018-05-29 21:25:28 +02:00  
				
					
						
							
							
								 
						
							
								4eba8c50c3 
								
							 
						 
						
							
							
								
								[Glitch] Allow clients to fetch notifications made while they were offline  
							
							... 
							
							
							
							Port cbf97c03bb 
							
						 
						
							2018-05-29 21:25:28 +02:00  
				
					
						
							
							
								 
						
							
								0ad3eedd4c 
								
							 
						 
						
							
							
								
								[Glitch] Allow clients to fetch statuses made while they were offline  
							
							... 
							
							
							
							Port 9a1a55ce52 
							
						 
						
							2018-05-29 21:25:28 +02:00  
				
					
						
							
							
								 
						
							
								532fb8e215 
								
							 
						 
						
							
							
								
								Fix error when unmuting a domain without listing muted domains first  
							
							
							
						 
						
							2018-05-29 16:26:39 +02:00  
				
					
						
							
							
								 
						
							
								8b98afa781 
								
							 
						 
						
							
							
								
								[Glitch] Replace onScrollToBottom with onLoadMore  
							
							... 
							
							
							
							Port b0664a5e6c 
							
						 
						
							2018-05-27 20:40:58 +02:00  
				
					
						
							
							
								 
						
							
								a81ed7b205 
								
							 
						 
						
							
							
								
								Do not needlessly refresh pinned toots  
							
							... 
							
							
							
							Port missing part of 6ae70a92c9 
							
						 
						
							2018-05-27 20:40:58 +02:00  
				
					
						
							
							
								 
						
							
								60addb14ce 
								
							 
						 
						
							
							
								
								[Glitch] Change icon for domain blocks  
							
							... 
							
							
							
							Port fa04945365 
							
						 
						
							2018-05-27 20:40:58 +02:00  
				
					
						
							
							
								 
						
							
								b7508940b7 
								
							 
						 
						
							
							
								
								[Glitch] Add option to show only local toots in timeline preview  
							
							... 
							
							
							
							Port missing changes from 4e4f1b0dcb 
							
						 
						
							2018-05-27 20:39:25 +02:00  
				
					
						
							
							
								 
						
							
								1fa3586db5 
								
							 
						 
						
							
							
								
								[Glitch] Use streaming API for standalone timelines on /about and /tag pages  
							
							... 
							
							
							
							Port 0128b86d30 
							
						 
						
							2018-05-27 20:39:25 +02:00  
				
					
						
							
							
								 
						
							
								d959d04133 
								
							 
						 
						
							
							
								
								Change direct message warning to match upstream  
							
							
							
						 
						
							2018-05-27 15:46:00 +02:00  
				
					
						
							
							
								 
						
							
								c2e528916c 
								
							 
						 
						
							
							
								
								Implement client-size image resizing from upstream  
							
							
							
						 
						
							2018-05-27 11:02:54 +02:00  
				
					
						
							
							
								 
						
							
								d253449ff0 
								
							 
						 
						
							
							
								
								Port upstream's result section headers ( fixes   #366 )  
							
							
							
						 
						
							2018-05-27 11:02:44 +02:00  
				
					
						
							
							
								 
						
							
								18d9a7fd71 
								
							 
						 
						
							
							
								
								Fix caret position after inserting suggestions ( fixes   #281 )  
							
							
							
						 
						
							2018-05-26 12:17:03 +02:00  
				
					
						
							
							
								 
						
							
								d8793e1bee 
								
							 
						 
						
							
							
								
								Remove unneeded code now that attachment URL isn't appended to toots  
							
							
							
						 
						
							2018-05-26 12:17:03 +02:00  
				
					
						
							
							
								 
						
							
								4c91215e1f 
								
							 
						 
						
							
							
								
								[Glitch] Use .star-icon instead of hardcoding color in detailed statuses  
							
							... 
							
							
							
							Port 2587fcdd27 
							
						 
						
							2018-05-25 11:16:11 +02:00  
				
					
						
							
							
								 
						
							
								7719fe0df2 
								
							 
						 
						
							
							
								
								Merge pull request  #505  from ThibG/glitch-soc/features/fetch-relationships-on-search  
							
							... 
							
							
							
							[Glitch] Fetch relationships for search results in UI 
							
						 
						
							2018-05-23 18:54:51 +02:00  
				
					
						
							
							
								 
						
							
								0553496b76 
								
							 
						 
						
							
							
								
								Change notification cleaning checkbox color ( fixes   #511 )  
							
							
							
						 
						
							2018-05-23 18:29:15 +02:00  
				
					
						
							
							
								 
						
							
								247f55f673 
								
							 
						 
						
							
							
								
								[Glitch] Fetch relationships for search results in UI  
							
							... 
							
							
							
							Port webui changes from cba2897108 
							
						 
						
							2018-05-22 13:05:40 +02:00  
				
					
						
							
							
								 
						
							
								d0b2f71501 
								
							 
						 
						
							
							
								
								Fix width only being set for standalone media  
							
							
							
						 
						
							2018-05-21 18:25:41 +02:00  
				
					
						
							
							
								 
						
							
								3ad3cee44c 
								
							 
						 
						
							
							
								
								[Glitch] Use real container width in MediaGallery srcSet  
							
							... 
							
							
							
							Port 22e067bf5c 
							
						 
						
							2018-05-21 17:55:07 +02:00  
				
					
						
							
							
								 
						
							
								463078dcc4 
								
							 
						 
						
							
							
								
								[Glitch] Do not override the default push notification settings  
							
							... 
							
							
							
							Port 1951ff41b3 
							
						 
						
							2018-05-21 17:52:26 +02:00  
				
					
						
							
							
								 
						
							
								c53aacdfa0 
								
							 
						 
						
							
							
								
								Recover glitch-soc specific styles that were removed by accident  
							
							
							
						 
						
							2018-05-21 15:56:47 +02:00  
				
					
						
							
							
								 
						
							
								d250e072a2 
								
							 
						 
						
							
							
								
								In footer, replace text "Mastodon" with logo  
							
							... 
							
							
							
							Port SCSS changes from 93c66f0c03 
							
						 
						
							2018-05-20 11:29:06 +02:00  
				
					
						
							
							
								 
						
							
								9ed8051961 
								
							 
						 
						
							
							
								
								Add preference to hide following/followers lists  
							
							... 
							
							
							
							Port SCSS from 1e02dc8715 
							
						 
						
							2018-05-20 11:28:58 +02:00  
				
					
						
							
							
								 
						
							
								50540446f5 
								
							 
						 
						
							
							
								
								[Glitch] Improvements to toots display in admin view  
							
							... 
							
							
							
							Port SCSS changes from 0f2fbf7d05 
							
						 
						
							2018-05-20 11:28:58 +02:00  
				
					
						
							
							
								 
						
							
								9d6788b30b 
								
							 
						 
						
							
							
								
								Prevent click on video from opening detailed toot  
							
							
							
						 
						
							2018-05-18 17:49:51 +02:00  
				
					
						
							
							
								 
						
							
								2154bd1b5a 
								
							 
						 
						
							
							
								
								Widen clickable area of toots  
							
							
							
						 
						
							2018-05-18 17:33:58 +02:00  
				
					
						
							
							
								 
						
							
								023dfa119e 
								
							 
						 
						
							
							
								
								Merge pull request  #487  from ThibG/glitch-soc/cleanup  
							
							... 
							
							
							
							Remove service worker code that has never been used 
							
						 
						
							2018-05-18 08:37:31 -05:00  
				
					
						
							
							
								 
						
							
								81e3ec4d61 
								
							 
						 
						
							
							
								
								Merge pull request  #488  from ThibG/glitch-soc/features/accounts-custom-emoji  
							
							... 
							
							
							
							[Glitch] Enable custom emojis in profiles 
							
						 
						
							2018-05-18 07:55:00 -05:00  
				
					
						
							
							
								 
						
							
								07baa1ddb5 
								
							 
						 
						
							
							
								
								[Glitch] Open video modal on public UI  
							
							... 
							
							
							
							Port d9b2f84c92 
							
						 
						
							2018-05-17 18:37:00 +02:00  
				
					
						
							
							
								 
						
							
								94db024e4c 
								
							 
						 
						
							
							
								
								[Glitch] Combine similar components into one on public UI  
							
							... 
							
							
							
							Port f9afd06221 
							
						 
						
							2018-05-17 18:37:00 +02:00  
				
					
						
							
							
								 
						
							
								dd1d98f9cf 
								
							 
						 
						
							
							
								
								[Glitch] Show card modal on public pages  
							
							... 
							
							
							
							Port 16fee0335f 
							
						 
						
							2018-05-17 18:37:00 +02:00  
				
					
						
							
							
								 
						
							
								52b2f18b15 
								
							 
						 
						
							
							
								
								[Glitch] Enable custom emojis in profiles  
							
							... 
							
							
							
							Port 61a9018607 
							
						 
						
							2018-05-17 15:57:16 +02:00  
				
					
						
							
							
								 
						
							
								ca49ad86c6 
								
							 
						 
						
							
							
								
								Remove service worker code that has never been used  
							
							
							
						 
						
							2018-05-17 15:39:37 +02:00  
				
					
						
							
							
								 
						
							
								80aad16e10 
								
							 
						 
						
							
							
								
								Merge pull request  #405  from ThibG/glitch-soc/features/dm-from-menu  
							
							... 
							
							
							
							[Glitch] Feature: Direct message from menu 
							
						 
						
							2018-05-16 20:17:08 +02:00  
				
					
						
							
							
								 
						
							
								9712d59dda 
								
							 
						 
						
							
							
								
								Merge pull request  #485  from ThibG/glitch-soc/fixes/light-theme-textarea-color  
							
							... 
							
							
							
							Fix mastodon-light background color of the composer textarea when posting 
							
						 
						
							2018-05-16 20:16:59 +02:00  
				
					
						
							
							
								 
						
							
								784712791d 
								
							 
						 
						
							
							
								
								[Glitch] Reword the direct message warning  
							
							... 
							
							
							
							Port 53c2164e9c 
							
						 
						
							2018-05-16 19:45:30 +02:00  
				
					
						
							
							
								 
						
							
								97c69de416 
								
							 
						 
						
							
							
								
								[Glitch] Feature: Direct message from Statuses  
							
							... 
							
							
							
							Port 904a2479dd 
							
						 
						
							2018-05-16 19:45:30 +02:00  
				
					
						
							
							
								 
						
							
								fb6de5310d 
								
							 
						 
						
							
							
								
								[Glitch] Fix issues with sending direct messages from user profile  
							
							... 
							
							
							
							Port 4fd71accd4 
							
						 
						
							2018-05-16 19:45:30 +02:00  
				
					
						
							
							
								 
						
							
								a5fac975f3 
								
							 
						 
						
							
							
								
								[Glitch] Feature: Direct message from menu  
							
							... 
							
							
							
							Port d1f34151ae 
							
						 
						
							2018-05-16 19:45:30 +02:00  
				
					
						
							
							
								 
						
							
								eb9c9855ce 
								
							 
						 
						
							
							
								
								Fix mastodon-light background color of the composer textarea when posting  
							
							
							
						 
						
							2018-05-16 19:37:44 +02:00  
				
					
						
							
							
								 
						
							
								dfa60cb0a8 
								
							 
						 
						
							
							
								
								Fix modals testing for props.noEsc ( fixes   #482 )  
							
							
							
						 
						
							2018-05-15 10:39:12 +02:00  
				
					
						
							
							
								 
						
							
								971218d1dc 
								
							 
						 
						
							
							
								
								Change local settings SCSS to be more consistent with modals  
							
							
							
						 
						
							2018-05-14 21:39:04 +02:00  
				
					
						
							
							
								 
						
							
								4665965543 
								
							 
						 
						
							
							
								
								Merge pull request  #469  from ThibG/glitch-soc/features/glitch-light-theme  
							
							... 
							
							
							
							Port Sylvhem's mastodon-light to glitch flavour 
							
						 
						
							2018-05-13 18:57:58 -04:00  
				
					
						
							
							
								 
						
							
								bd4decb7db 
								
							 
						 
						
							
							
								
								Merge pull request  #479  from ThibG/glitch-soc/fixes/modal-root-keyup  
							
							... 
							
							
							
							Fix root modal's keyup handling (Fixes  #478 ) 
							
						 
						
							2018-05-11 23:04:12 +02:00  
				
					
						
							
							
								 
						
							
								769a48495c 
								
							 
						 
						
							
							
								
								Fix root modal's keyup handling ( Fixes   #478 )  
							
							
							
						 
						
							2018-05-11 22:42:32 +02:00  
				
					
						
							
							
								 
						
							
								e7ed61917b 
								
							 
						 
						
							
							
								
								Merge pull request  #475  from ThibG/fixes/update-scss  
							
							... 
							
							
							
							Update SCSS from upstream 
							
						 
						
							2018-05-11 16:51:14 +02:00  
				
					
						
							
							
								 
						
							
								6284039832 
								
							 
						 
						
							
							
								
								[Glitch] Fix contact info styling on landing page  
							
							
							
						 
						
							2018-05-11 16:05:47 +02:00  
				
					
						
							
							
								 
						
							
								f2e5ed6841 
								
							 
						 
						
							
							
								
								Update SCSS for tables  
							
							
							
						 
						
							2018-05-11 14:48:19 +02:00  
				
					
						
							
							
								 
						
							
								8860f14ef0 
								
							 
						 
						
							
							
								
								Update SCSS for statuses public view  
							
							
							
						 
						
							2018-05-11 14:43:26 +02:00  
				
					
						
							
							
								 
						
							
								4a1040c4cb 
								
							 
						 
						
							
							
								
								[Glitch] Adjust RTL styles for landing page  
							
							... 
							
							
							
							Port 8bf3e750ab 
							
						 
						
							2018-05-11 14:34:23 +02:00  
				
					
						
							
							
								 
						
							
								e8644f3a4b 
								
							 
						 
						
							
							
								
								Update forms SCSS from upstream  
							
							
							
						 
						
							2018-05-11 14:31:18 +02:00  
				
					
						
							
							
								 
						
							
								4cd65fe074 
								
							 
						 
						
							
							
								
								Update SCSS to match “Show card modal on public pages”  
							
							
							
						 
						
							2018-05-11 14:20:46 +02:00  
				
					
						
							
							
								 
						
							
								1a4d735b1d 
								
							 
						 
						
							
							
								
								Update SCSS for about/landing page  
							
							
							
						 
						
							2018-05-11 14:18:52 +02:00  
				
					
						
							
							
								 
						
							
								db73c0bc5d 
								
							 
						 
						
							
							
								
								Update admin page SCSS from upstream  
							
							
							
						 
						
							2018-05-11 14:13:59 +02:00  
				
					
						
							
							
								 
						
							
								f6ec8c4821 
								
							 
						 
						
							
							
								
								[Glitch] Use plaintext value for field value tooltips in web UI  
							
							... 
							
							
							
							Port d185f3ddaf 
							
						 
						
							2018-05-10 14:11:23 +02:00  
				
					
						
							
							
								 
						
							
								5d8052e715 
								
							 
						 
						
							
							
								
								Add bot badge to account headers in the WebUI  
							
							
							
						 
						
							2018-05-10 00:05:08 +02:00  
				
					
						
							
							
								 
						
							
								2f01935cba 
								
							 
						 
						
							
							
								
								Adapt account fields rendering code in the WebUI to match upstream  
							
							
							
						 
						
							2018-05-10 00:03:34 +02:00  
				
					
						
							
							
								 
						
							
								30bb530c70 
								
							 
						 
						
							
							
								
								Update glitch-soc style to match new bio fields markup  
							
							
							
						 
						
							2018-05-10 00:03:34 +02:00  
				
					
						
							
							
								 
						
							
								f2ff167c1a 
								
							 
						 
						
							
							
								
								Add an extra icon to indicate that a status is part of a conversation  
							
							
							
						 
						
							2018-05-07 22:10:34 -07:00  
				
					
						
							
							
								 
						
							
								8f3402b1f0 
								
							 
						 
						
							
							
								
								Port Sylvhem's mastodon-light to glitch flavour  
							
							
							
						 
						
							2018-05-07 17:00:02 +02:00  
				
					
						
							
							
								 
						
							
								919e2098cb 
								
							 
						 
						
							
							
								
								Merge pull request  #468  from ThibG/glitch-soc/features/reports-improvements  
							
							... 
							
							
							
							Various improvements to the reports modal 
							
						 
						
							2018-05-07 09:45:13 -04:00  
				
					
						
							
							
								 
						
							
								658ac4396c 
								
							 
						 
						
							
							
								
								Hide media in report modal regardless of whether they are marked sensitive  
							
							... 
							
							
							
							The rationale behind this is that if the user wants to report violent media,
they might not want to see it repeatedly. The “sensitive” property is still
kept, displaying different messages for hidden media depending on whether
they are marked as sensitive. 
							
						 
						
							2018-05-07 15:00:55 +02:00  
				
					
						
							
							
								 
						
							
								6b94237810 
								
							 
						 
						
							
							
								
								[Glitch] Allow report modal to be up to 80% of viewport height  
							
							... 
							
							
							
							Port bddb330a8a08b7459c299fb56ae8770c3ac69af5 to glitch-soc 
							
						 
						
							2018-05-07 14:59:22 +02:00  
				
					
						
							
							
								 
						
							
								7972464e71 
								
							 
						 
						
							
							
								
								[Glitch] Also display replies in report modal  
							
							... 
							
							
							
							Port c88e12fca622c46a361a5c751a529e77aa5bf2ba to glitch-soc 
							
						 
						
							2018-05-07 14:55:16 +02:00  
				
					
						
							
							
								 
						
							
								ffdb85f859 
								
							 
						 
						
							
							
								
								Fix color of disabled boost buttons ( fixes   #466 )  
							
							
							
						 
						
							2018-05-07 13:37:29 +02:00  
				
					
						
							
							
								 
						
							
								2e25da4da0 
								
							 
						 
						
							
							
								
								Merge pull request  #465  from ThibG/glitch-soc/rollback-scroll-changes  
							
							... 
							
							
							
							Glitch soc/rollback scroll changes 
							
						 
						
							2018-05-06 17:39:07 -05:00  
				
					
						
							
							
								 
						
							
								de7feea30e 
								
							 
						 
						
							
							
								
								Revert "[Glitch] Prevent timeline from moving when cursor is hovering over it"  
							
							... 
							
							
							
							This reverts commit 553cc28240 
							
						 
						
							2018-05-06 21:50:33 +02:00  
				
					
						
							
							
								 
						
							
								4133f70902 
								
							 
						 
						
							
							
								
								Revert "[Glitch] Do not re-position scroll when loading more (inserting items from below)"  
							
							... 
							
							
							
							This reverts commit 32974a58dc 
							
						 
						
							2018-05-06 21:50:26 +02:00  
				
					
						
							
							
								 
						
							
								1adca9b040 
								
							 
						 
						
							
							
								
								Fix glitch high-contrast skin text colors  
							
							... 
							
							
							
							Port from 3c5006ec7f 
							
						 
						
							2018-05-06 21:00:35 +02:00  
				
					
						
							
							
								 
						
							
								331190e5fb 
								
							 
						 
						
							
							
								
								Merge pull request  #462  from ThibG/glitch-soc/features/dropdowns-accessibility  
							
							... 
							
							
							
							Improve accessibility of toot dropdown menu 
							
						 
						
							2018-05-06 12:12:20 -04:00  
				
					
						
							
							
								 
						
							
								92f192e9b1 
								
							 
						 
						
							
							
								
								Merge pull request  #461  from ThibG/glitch-soc/fixes/emoji-picker-placement  
							
							... 
							
							
							
							[Glitch] Place emoji picker top if it is closer to the bottom of the viewport 
							
						 
						
							2018-05-06 11:33:09 -04:00  
				
					
						
							
							
								 
						
							
								4480cd745f 
								
							 
						 
						
							
							
								
								Merge pull request  #460  from ThibG/glitch-soc/features/do-not-scroll-when-mouse-over  
							
							... 
							
							
							
							Prevent timeline from moving when cursor is hovering over it 
							
						 
						
							2018-05-06 11:32:56 -04:00  
				
					
						
							
							
								 
						
							
								06770656eb 
								
							 
						 
						
							
							
								
								Merge pull request  #459  from ThibG/glitch-soc/features/text-color-variables  
							
							... 
							
							
							
							Add text color variables + minor SCSS fixes + high contrast skin 
							
						 
						
							2018-05-06 11:32:42 -04:00  
				
					
						
							
							
								 
						
							
								35a1a3171f 
								
							 
						 
						
							
							
								
								Merge pull request  #449  from ThibG/glitch-soc/features/upstream-account-items  
							
							... 
							
							
							
							Support upstream bio items / custom account fields 
							
						 
						
							2018-05-06 11:32:05 -04:00  
				
					
						
							
							
								 
						
							
								65349bc155 
								
							 
						 
						
							
							
								
								Fix color of status icons in glitch-soc high contrast skin  
							
							
							
						 
						
							2018-05-06 11:31:05 +02:00  
				
					
						
							
							
								 
						
							
								2d065ceaf6 
								
							 
						 
						
							
							
								
								minor fix  
							
							
							
						 
						
							2018-05-05 22:38:15 +02:00  
				
					
						
							
							
								 
						
							
								f7a076eded 
								
							 
						 
						
							
							
								
								[Glitch] Add high-contrast theme  
							
							
							
						 
						
							2018-05-05 22:33:02 +02:00  
				
					
						
							
							
								 
						
							
								caebf69e77 
								
							 
						 
						
							
							
								
								Move attachment-lists out of lists.scss  
							
							
							
						 
						
							2018-05-05 22:33:02 +02:00  
				
					
						
							
							
								 
						
							
								bd3b9bf7b9 
								
							 
						 
						
							
							
								
								[Glitch] Fix text color in "show more" link inside boost confirmation modal  
							
							... 
							
							
							
							Port ba917e15f6 
							
						 
						
							2018-05-05 22:33:02 +02:00  
				
					
						
							
							
								 
						
							
								983328376b 
								
							 
						 
						
							
							
								
								Fix link colors in report modal  
							
							
							
						 
						
							2018-05-05 22:33:02 +02:00  
				
					
						
							
							
								 
						
							
								b3a236637e 
								
							 
						 
						
							
							
								
								[Glitch] Add color variables of texts for better accesibility  
							
							... 
							
							
							
							Port 74dae9458d 
							
						 
						
							2018-05-05 22:33:02 +02:00  
				
					
						
							
							
								 
						
							
								390cfdef2e 
								
							 
						 
						
							
							
								
								[Glitch] Update SCSS of admin and setting pages  
							
							... 
							
							
							
							Port the SCSS changes from cb74c0cfe4 
							
						 
						
							2018-05-05 17:58:01 +02:00  
				
					
						
							
							
								 
						
							
								9edc5cafe4 
								
							 
						 
						
							
							
								
								[Glitch] Improve styling of closed registrations message  
							
							... 
							
							
							
							Port SCSS changes from 5acd5315f2 
							
						 
						
							2018-05-05 17:43:09 +02:00  
				
					
						
							
							
								 
						
							
								32974a58dc 
								
							 
						 
						
							
							
								
								[Glitch] Do not re-position scroll when loading more (inserting items from below)  
							
							... 
							
							
							
							Port 8c601b54cc 
							
						 
						
							2018-05-05 17:18:55 +02:00  
				
					
						
							
							
								 
						
							
								553cc28240 
								
							 
						 
						
							
							
								
								[Glitch] Prevent timeline from moving when cursor is hovering over it  
							
							... 
							
							
							
							Port 58852695c8 
							
						 
						
							2018-05-05 17:18:25 +02:00  
				
					
						
							
							
								 
						
							
								cee157fc19 
								
							 
						 
						
							
							
								
								Improve accessibility of toot dropdown menu  
							
							... 
							
							
							
							* Prevent Enter keypresses from triggering dropdown display toggle twice
* Give focus to first/selected item of dropdown menus
* Implement keyboard navigation in generic dropdown menus
Partial port from ef7d64c801 
							
						 
						
							2018-05-05 17:11:48 +02:00  
				
					
						
							
							
								 
						
							
								bfa5bdde2c 
								
							 
						 
						
							
							
								
								[Glitch] Place emoji picker top if it is closer to the bottom of the viewport  
							
							... 
							
							
							
							Port ad5d3134e4 
							
						 
						
							2018-05-05 16:58:20 +02:00  
				
					
						
							
							
								 
						
							
								70a16d8858 
								
							 
						 
						
							
							
								
								[Glitch] Improve relative timestamps in web UI  
							
							... 
							
							
							
							Port 660cb058e1 
							
						 
						
							2018-05-02 13:45:40 +02:00  
				
					
						
							
							
								 
						
							
								356d0214c9 
								
							 
						 
						
							
							
								
								Implement tootsuite-style account fields  
							
							... 
							
							
							
							glitch-soc-style still in backup, both sharing the same SCSS style 
							
						 
						
							2018-04-29 18:48:45 +02:00  
				
					
						
							
							
								 
						
							
								91fb82a4dd 
								
							 
						 
						
							
							
								
								Fix style of account fields form  
							
							
							
						 
						
							2018-04-29 18:48:44 +02:00  
				
					
						
							
							
								 
						
							
								64be38da0c 
								
							 
						 
						
							
							
								
								Merge pull request  #448  from m4sk1n/glitch-pl  
							
							... 
							
							
							
							🌍 : 🇵🇱 ⬆️  
						
							2018-04-27 10:31:08 -04:00  
				
					
						
							
							
								 
						
							
								deb91f5989 
								
							 
						 
						
							
							
								
								🌍 :  🇵🇱 ⬆️  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-04-27 14:15:38 +02:00  
				
					
						
							
							
								 
						
							
								1222e0a381 
								
							 
						 
						
							
							
								
								Use new getDerivedStateFromProps instead of deprecated componentWillReceiveProps  
							
							... 
							
							
							
							As we are already using the new getSnapshotBeforeUpdate lifecycle method,
we apparently cannot use the deprecated ones at all in this component. 
							
						 
						
							2018-04-27 01:24:55 +02:00  
				
					
						
							
							
								 
						
							
								b39f3648a7 
								
							 
						 
						
							
							
								
								Tentative fix for  #446  
							
							
							
						 
						
							2018-04-27 00:59:36 +02:00  
				
					
						
							
							
								 
						
							
								f4ed38272b 
								
							 
						 
						
							
							
								
								Merge pull request  #401  from ThibG/glitch-soc/features/unfold-thread  
							
							... 
							
							
							
							Port the “unfold thread” feature from Mastodon's UI to glitch-soc flavour 
							
						 
						
							2018-04-26 11:34:14 -04:00  
				
					
						
							
							
								 
						
							
								8f12afb599 
								
							 
						 
						
							
							
								
								Merge pull request  #438  from ThibG/glitch-soc/fixes/j-k-hotkeys-pinned  
							
							... 
							
							
							
							[Glitch] Fix the hot key (j, k) does not function correctly when ther… 
							
						 
						
							2018-04-26 11:33:48 -04:00  
				
					
						
							
							
								 
						
							
								1e9fe95e13 
								
							 
						 
						
							
							
								
								Merge pull request  #439  from ThibG/glitch-soc/fixes/emoji-shortcode-inline  
							
							... 
							
							
							
							[Glitch] Do not set emoji as inline-block 
							
						 
						
							2018-04-26 11:33:36 -04:00  
				
					
						
							
							
								 
						
							
								33691f4920 
								
							 
						 
						
							
							
								
								Merge pull request  #440  from ThibG/glitch-soc/fixes/video-fullscreen  
							
							... 
							
							
							
							[Glitch] Fix fullscreen video player 
							
						 
						
							2018-04-26 11:33:24 -04:00  
				
					
						
							
							
								 
						
							
								62bea7a290 
								
							 
						 
						
							
							
								
								Fix fade being colored wrongly for DMs and upon focus  
							
							
							
						 
						
							2018-04-24 11:34:17 -04:00  
				
					
						
							
							
								 
						
							
								240833c023 
								
							 
						 
						
							
							
								
								Fix actions modal on mobile ( fixes   #441 )  
							
							
							
						 
						
							2018-04-23 23:18:36 +02:00  
				
					
						
							
							
								 
						
							
								51d276fb98 
								
							 
						 
						
							
							
								
								[Glitch] Fix fullscreen video player  
							
							... 
							
							
							
							Port 53b1d88873 
							
						 
						
							2018-04-23 20:38:08 +02:00  
				
					
						
							
							
								 
						
							
								003d114332 
								
							 
						 
						
							
							
								
								[Glitch] Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline.  
							
							... 
							
							
							
							Port 23106844a1 
							
						 
						
							2018-04-22 23:11:16 +02:00  
				
					
						
							
							
								 
						
							
								105ffaef8f 
								
							 
						 
						
							
							
								
								[Glitch] Do not set emoji as inline-block  
							
							... 
							
							
							
							Port 597948fb13 
							
						 
						
							2018-04-22 22:10:53 +02:00  
				
					
						
							
							
								 
						
							
								b383c0688a 
								
							 
						 
						
							
							
								
								[Glitch] Do not overwrite some status attributes in reducer  
							
							... 
							
							
							
							Backport 386365090c 
							
						 
						
							2018-04-22 19:19:01 +02:00  
				
					
						
							
							
								 
						
							
								64d8d0464d 
								
							 
						 
						
							
							
								
								Add show more/less toggle for entire threads in web UI  
							
							... 
							
							
							
							Inspired from b6003afcdb 
							
						 
						
							2018-04-22 19:19:01 +02:00  
				
					
						
							
							
								 
						
							
								2888f74c12 
								
							 
						 
						
							
							
								
								Refactor the infamous three-valued boolean into two booleans, trying to simplify the logic  
							
							
							
						 
						
							2018-04-22 19:18:15 +02:00  
				
					
						
							
							
								 
						
							
								259bc9840b 
								
							 
						 
						
							
							
								
								[Glitch] Fix style of legacy column headers  
							
							... 
							
							
							
							Backports daefbd66a6 
							
						 
						
							2018-04-22 19:17:10 +02:00  
				
					
						
							
							
								 
						
							
								63d671b18f 
								
							 
						 
						
							
							
								
								[Glitch] Fix button hiding when header title is too long  
							
							... 
							
							
							
							Port ffb2b8ef8c 
							
						 
						
							2018-04-22 19:17:10 +02:00  
				
					
						
							
							
								 
						
							
								abf7c5b850 
								
							 
						 
						
							
							
								
								[Glitch] Fix column headers accessibility  
							
							... 
							
							
							
							Port 08e4c78e7869f13e7bca 
							
						 
						
							2018-04-22 19:17:10 +02:00  
				
					
						
							
							
								 
						
							
								06fc278e4c 
								
							 
						 
						
							
							
								
								Merge pull request  #432  from ThibG/glitch-soc/features/reblog-private  
							
							... 
							
							
							
							Glitchsoc-specific changes to allow boosting own private toots 
							
						 
						
							2018-04-22 12:32:58 -04:00  
				
					
						
							
							
								 
						
							
								8f1ec48cbe 
								
							 
						 
						
							
							
								
								Merge pull request  #421  from ThibG/glitch-soc/features/custom-emoji-api  
							
							... 
							
							
							
							[Glitch] retrieve custom emoji list via API instead of before page load 
							
						 
						
							2018-04-22 12:10:48 -04:00  
				
					
						
							
							
								 
						
							
								125e8c7f5a 
								
							 
						 
						
							
							
								
								Merge pull request  #427  from ThibG/glitch-soc/fixes/scroll-behavior  
							
							... 
							
							
							
							Improve ScrollableList behavior 
							
						 
						
							2018-04-22 12:09:52 -04:00  
				
					
						
							
							
								 
						
							
								cd5728b176 
								
							 
						 
						
							
							
								
								Merge pull request  #434  from ThibG/glitch-soc/fixes/public-inline-video  
							
							... 
							
							
							
							Fix video player on toot public views 
							
						 
						
							2018-04-22 12:09:11 -04:00  
				
					
						
							
							
								 
						
							
								6fb610f865 
								
							 
						 
						
							
							
								
								Merge pull request  #433  from ThibG/glitch-soc/fixes/status-filtering  
							
							... 
							
							
							
							Status filtering fixes from upstream 
							
						 
						
							2018-04-22 12:08:12 -04:00  
				
					
						
							
							
								 
						
							
								e88ce27855 
								
							 
						 
						
							
							
								
								Merge pull request  #435  from ThibG/glitch-soc/features/public-modals  
							
							... 
							
							
							
							[Glitch] Show media modal on public pages 
							
						 
						
							2018-04-22 12:07:29 -04:00  
				
					
						
							
							
								 
						
							
								5f9b85a0cf 
								
							 
						 
						
							
							
								
								Add fade and margin to collapsed statuses  
							
							
							
						 
						
							2018-04-22 11:34:19 -04:00  
				
					
						
							
							
								 
						
							
								e4dff10934 
								
							 
						 
						
							
							
								
								Fix video player on toot public views  
							
							
							
						 
						
							2018-04-20 16:08:46 +02:00  
				
					
						
							
							
								 
						
							
								7a68079b3f 
								
							 
						 
						
							
							
								
								[Glitch] Show media modal on public pages  
							
							... 
							
							
							
							Port ff7941e652 
							
						 
						
							2018-04-20 15:58:36 +02:00  
				
					
						
							
							
								 
						
							
								13fa8ec2c7 
								
							 
						 
						
							
							
								
								[Glitch] Fix status filtering in contexts reducer  
							
							... 
							
							
							
							Port 1a37d7e252 
							
						 
						
							2018-04-19 16:43:02 +02:00  
				
					
						
							
							
								 
						
							
								f84b4d90cb 
								
							 
						 
						
							
							
								
								[Glitch] Do not filter the status collection after muting and blocking  
							
							... 
							
							
							
							Port fd87e5a53b 
							
						 
						
							2018-04-19 16:42:27 +02:00  
				
					
						
							
							
								 
						
							
								694337d9bb 
								
							 
						 
						
							
							
								
								Fix auto-collapsed toots making the TL jump ( fixes   #417 )  
							
							
							
						 
						
							2018-04-19 11:30:42 +02:00  
				
					
						
							
							
								 
						
							
								931a4d1ebf 
								
							 
						 
						
							
							
								
								Clean up dead code  
							
							
							
						 
						
							2018-04-19 11:30:42 +02:00  
				
					
						
							
							
								 
						
							
								8f8b71a278 
								
							 
						 
						
							
							
								
								Use React's new lifecycles for scrollable lists  
							
							
							
						 
						
							2018-04-19 11:29:37 +02:00  
				
					
						
							
							
								 
						
							
								3068384dbc 
								
							 
						 
						
							
							
								
								Glitchsoc-specific changes to allow boosting own private toots  
							
							
							
						 
						
							2018-04-19 11:24:29 +02:00  
				
					
						
							
							
								 
						
							
								779aa707ec 
								
							 
						 
						
							
							
								
								Only compute height dynamically for standalone media  
							
							... 
							
							
							
							This prevents changing the status' height and triggering jumps in the TL 
							
						 
						
							2018-04-19 11:16:18 +02:00  
				
					
						
							
							
								 
						
							
								52229405ed 
								
							 
						 
						
							
							
								
								[Glitch] Make detailed status' media gallery standalone  
							
							
							
						 
						
							2018-04-19 11:16:18 +02:00  
				
					
						
							
							
								 
						
							
								dcc1c10937 
								
							 
						 
						
							
							
								
								[Glitch] Center thumbnails on focus point  
							
							... 
							
							
							
							Port the display part of the following commits to glitch-soc:
* 90f12f2e5ab170627ceb11697d689456eb5c3f34 
							
						 
						
							2018-04-19 11:16:18 +02:00  
				
					
						
							
							
								 
						
							
								f1e25b672a 
								
							 
						 
						
							
							
								
								Use javascript to set MediaGallery height automatically  
							
							
							
						 
						
							2018-04-19 11:16:18 +02:00  
				
					
						
							
							
								 
						
							
								a95f8271be 
								
							 
						 
						
							
							
								
								Revert some glitch-specific refactoring  
							
							... 
							
							
							
							In order to keep my sanity when porting changes between glitch-soc and upstream. 
							
						 
						
							2018-04-19 11:16:18 +02:00  
				
					
						
							
							
								 
						
							
								1822ce89f9 
								
							 
						 
						
							
							
								
								[Glitch] retrieve custom emoji list via API instead of before page load  
							
							... 
							
							
							
							Port b08ab329f4 
							
						 
						
							2018-04-19 11:12:52 +02:00  
				
					
						
							
							
								 
						
							
								21837b291e 
								
							 
						 
						
							
							
								
								Merge pull request  #430  from ThibG/glitch-soc/features/bookmarks  
							
							... 
							
							
							
							Fix the bookmark column pinning fix… 
							
						 
						
							2018-04-17 11:46:31 +02:00  
				
					
						
							
							
								 
						
							
								1aac83ef47 
								
							 
						 
						
							
							
								
								Fix the bookmark column pinning fix…  
							
							
							
						 
						
							2018-04-17 11:24:07 +02:00  
				
					
						
							
							
								 
						
							
								84d0aa7b26 
								
							 
						 
						
							
							
								
								Merge pull request  #429  from ThibG/glitch-soc/features/bookmarks  
							
							... 
							
							
							
							Fix pinning the bookmarks column (fixes  #428 ) 
							
						 
						
							2018-04-16 23:24:51 +02:00  
				
					
						
							
							
								 
						
							
								54f5170f59 
								
							 
						 
						
							
							
								
								Fix pinning the bookmarks column ( fixes   #428 )  
							
							
							
						 
						
							2018-04-16 22:52:45 +02:00  
				
					
						
							
							
								 
						
							
								f879672554 
								
							 
						 
						
							
							
								
								Merge pull request  #424  from ThibG/glitch-soc/features/video-player-improvements  
							
							... 
							
							
							
							Backport a few MediaGallery/Video changes from upstream (fixes  #423 ) 
							
						 
						
							2018-04-16 14:41:36 -05:00  
				
					
						
							
							
								 
						
							
								5cc7c4b920 
								
							 
						 
						
							
							
								
								Fix extended video player (gifv) modal size  
							
							... 
							
							
							
							It was currently full-size 
							
						 
						
							2018-04-14 21:47:56 +02:00  
				
					
						
							
							
								 
						
							
								5d96c5ac41 
								
							 
						 
						
							
							
								
								[Glitch] Responsively enforce 16:9 ratio on video thumbnails in web UI  
							
							... 
							
							
							
							Port the video-player part of 036dd98abbfixes  #423  
							
						 
						
							2018-04-14 17:35:45 +02:00  
				
					
						
							
							
								 
						
							
								c5dd4ed1d5 
								
							 
						 
						
							
							
								
								[Glitch] Fix media button type  
							
							... 
							
							
							
							Port ecdac9017e 
							
						 
						
							2018-04-14 12:30:55 +02:00  
				
					
						
							
							
								 
						
							
								dfe8abb8cd 
								
							 
						 
						
							
							
								
								[Glitch] Handle preference to always display sensitive media  
							
							... 
							
							
							
							Port the UI part of 76f3d5d16b 
							
						 
						
							2018-04-14 12:27:14 +02:00  
				
					
						
							
							
								 
						
							
								dd4ad6300b 
								
							 
						 
						
							
							
								
								Add missing Japanese translation  
							
							
							
						 
						
							2018-04-14 07:53:56 +09:00  
				
					
						
							
							
								 
						
							
								b7804028c2 
								
							 
						 
						
							
							
								
								Merge pull request  #419  from ThibG/glitch-soc/features/bookmarks  
							
							... 
							
							
							
							Bookmarks 
							
						 
						
							2018-04-13 16:38:15 -05:00  
				
					
						
							
							
								 
						
							
								eb72c3398c 
								
							 
						 
						
							
							
								
								Merge pull request  #418  from ThibG/glitch-soc/fixes/composer-dropdowns  
							
							... 
							
							
							
							Place composer dropdown menus top if they are closer to the bottom of the viewport 
							
						 
						
							2018-04-12 03:28:22 -05:00  
				
					
						
							
							
								 
						
							
								0b326950bf 
								
							 
						 
						
							
							
								
								Merge pull request  #416  from ThibG/glitch-soc/features/media-modal  
							
							... 
							
							
							
							Port various media modal improvements to glitch-soc 
							
						 
						
							2018-04-12 00:20:19 -05:00  
				
					
						
							
							
								 
						
							
								acb434b0c9 
								
							 
						 
						
							
							
								
								Add glitch-soc front-end support for bookmarks  
							
							... 
							
							
							
							Unlike boosts and like, there is no confirmation dialog as misclicking
can be recovered without another user seeing it. 
							
						 
						
							2018-04-11 21:05:34 +02:00  
				
					
						
							
							
								 
						
							
								043a699990 
								
							 
						 
						
							
							
								
								Update glitch-soc style to match changes to reports UI  
							
							... 
							
							
							
							Port style changes from d9b62e34da 
							
						 
						
							2018-04-11 19:15:42 +02:00  
				
					
						
							
							
								 
						
							
								e74e5c7eb9 
								
							 
						 
						
							
							
								
								Place composer dropdown menus top if they are closer to the bottom of the viewport  
							
							
							
						 
						
							2018-04-10 20:52:31 +02:00  
				
					
						
							
							
								 
						
							
								9073687f66 
								
							 
						 
						
							
							
								
								[Glitch] Fix video player height  
							
							... 
							
							
							
							Port 31e7b73084 
							
						 
						
							2018-04-09 01:08:51 +02:00  
				
					
						
							
							
								 
						
							
								101e6564fd 
								
							 
						 
						
							
							
								
								[Glitch] Refactor scss  
							
							... 
							
							
							
							Port f691afaae9 
							
						 
						
							2018-04-09 01:08:50 +02:00  
				
					
						
							
							
								 
						
							
								0fb5ea5d15 
								
							 
						 
						
							
							
								
								Fix video modal  
							
							
							
						 
						
							2018-04-09 00:11:10 +02:00  
				
					
						
							
							
								 
						
							
								a4fa8c9064 
								
							 
						 
						
							
							
								
								[Glitch] Avoid using JS to set height in MediaModal  
							
							... 
							
							
							
							Port fa5c867e0e 
							
						 
						
							2018-04-08 23:18:24 +02:00  
				
					
						
							
							
								 
						
							
								87071d9e81 
								
							 
						 
						
							
							
								
								[Glitch] Improved media modal  
							
							... 
							
							
							
							Port 4e929b2d17 
							
						 
						
							2018-04-08 23:15:25 +02:00  
				
					
						
							
							
								 
						
							
								0b86ec4e7f 
								
							 
						 
						
							
							
								
								[Glitch] Allow to open a modal for embedded photo  
							
							... 
							
							
							
							Port bf7757cbbc 
							
						 
						
							2018-04-08 23:06:33 +02:00  
				
					
						
							
							
								 
						
							
								a896f601fa 
								
							 
						 
						
							
							
								
								Fix video playback in glitch-soc detailed statuses  
							
							
							
						 
						
							2018-04-08 12:22:12 +02:00  
				
					
						
							
							
								 
						
							
								77b650b69c 
								
							 
						 
						
							
							
								
								Merge pull request  #412  from ThibG/glitch-soc/cleanup  
							
							... 
							
							
							
							Remove duplicate message entries (minor code cleanup) 
							
						 
						
							2018-04-04 11:36:54 -04:00  
				
					
						
							
							
								 
						
							
								d0e792e231 
								
							 
						 
						
							
							
								
								Update accounts SCSS for public pages  
							
							
							
						 
						
							2018-04-04 15:40:59 +02:00  
				
					
						
							
							
								 
						
							
								75f2e9fd97 
								
							 
						 
						
							
							
								
								Remove duplicate message entries  
							
							
							
						 
						
							2018-04-04 12:19:00 +02:00  
				
					
						
							
							
								 
						
							
								ca9f022a80 
								
							 
						 
						
							
							
								
								[Glitch] Fix: Prevent submission using same logic as submit button disabling.  
							
							... 
							
							
							
							Port 6a895e1ab3 
							
						 
						
							2018-04-02 20:04:18 +02:00  
				
					
						
							
							
								 
						
							
								3304cb681d 
								
							 
						 
						
							
							
								
								Merge pull request  #380  from ThibG/glitch-soc/features/domain-block-ui  
							
							... 
							
							
							
							Port #6628  to glitch-soc flavour 
							
						 
						
							2018-03-30 14:50:02 -04:00  
				
					
						
							
							
								 
						
							
								48bcf4d6e8 
								
							 
						 
						
							
							
								
								[Glitch] Remove pointer events on the entire UI when a dropdown menu is open  
							
							... 
							
							
							
							Port 913a38111f 
							
						 
						
							2018-03-30 12:45:23 +02:00  
				
					
						
							
							
								 
						
							
								2871a82fcc 
								
							 
						 
						
							
							
								
								[Glitch] Place dropdown menu top if it is closer to the bottom of the viewport  
							
							... 
							
							
							
							Port f6a8d835d3 
							
						 
						
							2018-03-30 12:31:29 +02:00  
				
					
						
							
							
								 
						
							
								218cc261d1 
								
							 
						 
						
							
							
								
								Add the domain blocks UI to Getting Started Misc  
							
							
							
						 
						
							2018-03-30 10:07:33 +02:00  
				
					
						
							
							
								 
						
							
								afa813d71f 
								
							 
						 
						
							
							
								
								Add basic domain block UI  
							
							
							
						 
						
							2018-03-30 10:07:33 +02:00  
				
					
						
							
							
								 
						
							
								482ad7d7c4 
								
							 
						 
						
							
							
								
								Keep list of blocked domains  
							
							... 
							
							
							
							Might be overkill, but I'm trying to follow the same logic as for blocked users 
							
						 
						
							2018-03-30 10:07:33 +02:00  
				
					
						
							
							
								 
						
							
								79da0ad7a2 
								
							 
						 
						
							
							
								
								Update all known users' domain_blocking relationship instead of just one's  
							
							
							
						 
						
							2018-03-30 10:07:33 +02:00  
				
					
						
							
							
								 
						
							
								937ace10d9 
								
							 
						 
						
							
							
								
								Fix undefined URL in `fetchDomainBlocks`  
							
							
							
						 
						
							2018-03-30 10:07:33 +02:00  
				
					
						
							
							
								 
						
							
								b5948044b3 
								
							 
						 
						
							
							
								
								[Glitch] Display unfollow button even if account moved  
							
							... 
							
							
							
							Backport 3987bd18a4 
							
						 
						
							2018-03-29 14:59:20 +02:00  
				
					
						
							
							
								 
						
							
								a59c146bf8 
								
							 
						 
						
							
							
								
								[Glitch] Profile redirect notes  
							
							... 
							
							
							
							Port WebUI changes from 58cede4808 
							
						 
						
							2018-03-29 14:59:20 +02:00  
				
					
						
							
							
								 
						
							
								4e45954280 
								
							 
						 
						
							
							
								
								Merge pull request  #402  from ThibG/glitch-soc/fixes/accept-empty-toot-contents  
							
							... 
							
							
							
							Render toots with empty contents 
							
						 
						
							2018-03-28 16:39:12 -05:00  
				
					
						
							
							
								 
						
							
								7db431eac6 
								
							 
						 
						
							
							
								
								Fix attachment lists  
							
							
							
						 
						
							2018-03-28 22:19:36 +02:00  
				
					
						
							
							
								 
						
							
								53eab4470d 
								
							 
						 
						
							
							
								
								Render toots with empty contents  
							
							... 
							
							
							
							This is necessary to display toots with media but otherwise no contents,
as glitch-soc displays the media as a child of StatusContent, unlike
Mastodon. 
							
						 
						
							2018-03-28 21:13:45 +02:00  
				
					
						
							
							
								 
						
							
								88790b91de 
								
							 
						 
						
							
							
								
								[Glitch] Display AttachmentList in notifications  
							
							... 
							
							
							
							Port 77406d3a09 
							
						 
						
							2018-03-27 16:09:33 +02:00  
				
					
						
							
							
								 
						
							
								3bc5452449 
								
							 
						 
						
							
							
								
								[Glitch] Display AttachmentList in timelines in compact style when media missing  
							
							... 
							
							
							
							Port 86a9de6753 
							
						 
						
							2018-03-27 16:09:27 +02:00  
				
					
						
							
							
								 
						
							
								58eeb92755 
								
							 
						 
						
							
							
								
								expanded notifications show like default  
							
							
							
						 
						
							2018-03-22 10:20:36 -04:00  
				
					
						
							
							
								 
						
							
								12b0ea0667 
								
							 
						 
						
							
							
								
								[Glitch] Cancel outdated pending compose suggestions  
							
							... 
							
							
							
							Port 08f49bdb0d9ea03b1290bc1b6f1beaa37a6308e2 to the glitch flavour 
							
						 
						
							2018-03-20 14:20:17 +01:00  
				
					
						
							
							
								 
						
							
								c074b226b6 
								
							 
						 
						
							
							
								
								Merge pull request  #394  from ashkitten/compressed-notifs  
							
							... 
							
							
							
							fix compressed notifications again (#393 ) 
							
						 
						
							2018-03-19 15:41:09 -05:00  
				
					
						
							
							
								 
						
							
								5b00b8f0da 
								
							 
						 
						
							
							
								
								fix .status__info__icons layout  
							
							
							
						 
						
							2018-03-19 07:13:18 -04:00  
				
					
						
							
							
								 
						
							
								a387f99659 
								
							 
						 
						
							
							
								
								Merge pull request  #388  from ThibG/glitch-soc/federated-pinned-toots  
							
							... 
							
							
							
							Port WebUI toots/with reply/media tabs and pinned toots to glitch 
							
						 
						
							2018-03-18 20:17:15 -05:00  
				
					
						
							
							
								 
						
							
								c68c1466ac 
								
							 
						 
						
							
							
								
								fix compressed notifications again ( #393 )  
							
							
							
						 
						
							2018-03-18 13:42:28 -04:00  
				
					
						
							
							
								 
						
							
								fe17446af0 
								
							 
						 
						
							
							
								
								Merge pull request  #391  from ashkitten/compressed-notifs  
							
							... 
							
							
							
							fix non-notification boosts for compressed notifications 
							
						 
						
							2018-03-16 18:15:59 -05:00  
				
					
						
							
							
								 
						
							
								33d5fe889a 
								
							 
						 
						
							
							
								
								fix non-notification boosts  
							
							
							
						 
						
							2018-03-16 18:36:35 -04:00  
				
					
						
							
							
								 
						
							
								6f0e50f9a0 
								
							 
						 
						
							
							
								
								[Glitch] Federate pinned statuses over ActivityPub  
							
							... 
							
							
							
							Port 9110db41c5 
							
						 
						
							2018-03-16 23:16:20 +01:00  
				
					
						
							
							
								 
						
							
								cd73af3bd0 
								
							 
						 
						
							
							
								
								[Glitch] Improve style of web UI account tabs  
							
							... 
							
							
							
							Port of 38b9af76a2 
							
						 
						
							2018-03-16 23:16:20 +01:00  
				
					
						
							
							
								 
						
							
								f00af46d70 
								
							 
						 
						
							
							
								
								[Glitch] Add "Toots/Toots with replies/Media" tab below profile header  
							
							... 
							
							
							
							Port 5131012505 
							
						 
						
							2018-03-16 23:16:20 +01:00  
				
					
						
							
							
								 
						
							
								50f56ba375 
								
							 
						 
						
							
							
								
								Merge pull request  #385  from ThibG/glitch-soc/features/port-reports-ui-changes  
							
							... 
							
							
							
							Port reports ui changes to glitch-soc flavour 
							
						 
						
							2018-03-16 17:13:09 -05:00  
				
					
						
							
							
								 
						
							
								a3c86d8cb9 
								
							 
						 
						
							
							
								
								Merge pull request  #386  from ashkitten/compressed-notifs  
							
							... 
							
							
							
							compress boost/fave notifications more 
							
						 
						
							2018-03-16 16:35:15 -05:00  
				
					
						
							
							
								 
						
							
								9c40a5f3c8 
								
							 
						 
						
							
							
								
								Fix toot text color in the report modal  
							
							
							
						 
						
							2018-03-16 15:27:13 +01:00  
				
					
						
							
							
								 
						
							
								19f7bd1582 
								
							 
						 
						
							
							
								
								Show media on report UI  
							
							... 
							
							
							
							Ports 219aac7800 
							
						 
						
							2018-03-16 15:27:13 +01:00  
				
					
						
							
							
								 
						
							
								22870985da 
								
							 
						 
						
							
							
								
								Add close modal icon to report dialog ( #6591 )  
							
							... 
							
							
							
							Port 379cdfaac5 
							
						 
						
							2018-03-16 15:27:13 +01:00  
				
					
						
							
							
								 
						
							
								9cf574d0d2 
								
							 
						 
						
							
							
								
								Port federated reports UI to glitchsoc  
							
							... 
							
							
							
							Port 41a01bec23 
							
						 
						
							2018-03-16 15:27:13 +01:00  
				
					
						
							
							
								 
						
							
								9317f6853e 
								
							 
						 
						
							
							
								
								compress boost/fave notifications more  
							
							
							
						 
						
							2018-03-13 13:54:57 -04:00  
				
					
						
							
							
								 
						
							
								22f2750578 
								
							 
						 
						
							
							
								
								Merge pull request  #384  from ThibG/glitch-soc/features/no-media-url  
							
							... 
							
							
							
							Remove text requirement when media attached from statuses (fixes  #381 ) 
							
						 
						
							2018-03-12 13:09:42 -07:00  
				
					
						
							
							
								 
						
							
								2395a4c313 
								
							 
						 
						
							
							
								
								Merge pull request  #344  from chriswmartin/getting-started-badge-merge  
							
							... 
							
							
							
							merge tootsuite pr #6313  into glitch & move getting_started dispatch stuff to mapDispatchToProps 
							
						 
						
							2018-03-12 13:07:59 -07:00  
				
					
						
							
							
								 
						
							
								841ef606a9 
								
							 
						 
						
							
							
								
								Remove text requirement when media attached from statuses ( fixes   #381 )  
							
							... 
							
							
							
							Ports cfa9b6e13a 
							
						 
						
							2018-03-12 18:39:07 +01:00  
				
					
						
							
							
								 
						
							
								25c5223617 
								
							 
						 
						
							
							
								
								Port  #6627  and  #6636  to glitch-soc  
							
							
							
						 
						
							2018-03-09 12:10:22 +01:00  
				
					
						
							
							
								 
						
							
								65e2a4645e 
								
							 
						 
						
							
							
								
								Use glitchsoc TimelineComponent's margin/padding on about page.  
							
							
							
						 
						
							2018-03-03 11:16:10 -06:00  
				
					
						
							
							
								 
						
							
								6176e278f4 
								
							 
						 
						
							
							
								
								Copy in new CSS for about page.  
							
							
							
						 
						
							2018-03-03 11:01:24 -06:00  
				
					
						
							
							
								 
						
							
								43cc79aaa0 
								
							 
						 
						
							
							
								
								Fix border-radius of owner avatar in /about/more  
							
							
							
						 
						
							2018-02-25 23:27:32 +09:00  
				
					
						
							
							
								 
						
							
								f2f19e1f8a 
								
							 
						 
						
							
							
								
								Update SCSS  
							
							
							
						 
						
							2018-02-24 03:22:58 +09:00  
				
					
						
							
							
								 
						
							
								7bff3243ae 
								
							 
						 
						
							
							
								
								Update columns.scss  
							
							
							
						 
						
							2018-02-24 01:45:15 +09:00  
				
					
						
							
							
								 
						
							
								ef1d46948a 
								
							 
						 
						
							
							
								
								Update containers.scss  
							
							
							
						 
						
							2018-02-24 01:26:48 +09:00  
				
					
						
							
							
								 
						
							
								82408904a1 
								
							 
						 
						
							
							
								
								Update index.scss  
							
							
							
						 
						
							2018-02-24 01:25:49 +09:00  
				
					
						
							
							
								 
						
							
								fa3641df7f 
								
							 
						 
						
							
							
								
								Update about.scss  
							
							
							
						 
						
							2018-02-24 00:22:05 +09:00  
				
					
						
							
							
								 
						
							
								fb6f131fa1 
								
							 
						 
						
							
							
								
								Revert  245816ab27 ( fixes   #348 )  
							
							... 
							
							
							
							Since 245816ab27 
							
						 
						
							2018-02-10 20:59:50 +01:00  
				
					
						
							
							
								 
						
							
								15a5b3372a 
								
							 
						 
						
							
							
								
								Fix detailed-status  
							
							
							
						 
						
							2018-02-04 10:35:09 +09:00  
				
					
						
							
							
								 
						
							
								2107891edb 
								
							 
						 
						
							
							
								
								Remove some leftover code, I guess  
							
							
							
						 
						
							2018-01-23 09:20:18 +01:00  
				
					
						
							
							
								 
						
							
								0ddeed9377 
								
							 
						 
						
							
							
								
								add 'this.props' to fetchLists  
							
							
							
						 
						
							2018-01-23 01:23:56 -06:00  
				
					
						
							
							
								 
						
							
								939075899e 
								
							 
						 
						
							
							
								
								remove unused openOnboardingModal from getting_started  
							
							
							
						 
						
							2018-01-22 19:38:34 -06:00  
				
					
						
							
							
								 
						
							
								00be9eb3fe 
								
							 
						 
						
							
							
								
								merge tootsuite pr  #6313  into glitch  
							
							
							
						 
						
							2018-01-22 19:05:13 -06:00  
				
					
						
							
							
								 
						
							
								e7a0840f8c 
								
							 
						 
						
							
							
								
								Merge pull request  #336  from ThibG/glitch-soc/features/tag-warning  
							
							... 
							
							
							
							Display a warning when composing unlisted toots with something looking like a hashtag 
							
						 
						
							2018-01-20 16:37:52 -06:00  
				
					
						
							
							
								 
						
							
								24b6e4121f 
								
							 
						 
						
							
							
								
								Merge pull request  #342  from glitch-soc/merge-upstream  
							
							... 
							
							
							
							Merge upstream 
							
						 
						
							2018-01-20 16:37:35 -06:00  
				
					
						
							
							
								 
						
							
								3cae362214 
								
							 
						 
						
							
							
								
								Merge new onboarding styles; delete refs to PNGs.  
							
							
							
						 
						
							2018-01-20 11:23:06 -06:00  
				
					
						
							
							
								 
						
							
								1619efd735 
								
							 
						 
						
							
							
								
								Do not discard statuses obtained via websocket when API request finishes  
							
							... 
							
							
							
							This backports 0b888acfd4 
							
						 
						
							2018-01-19 21:59:12 +01:00  
				
					
						
							
							
								 
						
							
								1287b2782b 
								
							 
						 
						
							
							
								
								Display a warning when composing unlisted toots with something looking like a hashtag  
							
							... 
							
							
							
							This is a backport of b6af88192f 
							
						 
						
							2018-01-19 12:59:33 +01:00  
				
					
						
							
							
								 
						
							
								bcd86404da 
								
							 
						 
						
							
							
								
								Port  7badad7797 to glitch frontend  
							
							
							
						 
						
							2018-01-18 10:25:37 -06:00  
				
					
						
							
							
								 
						
							
								708ec07e27 
								
							 
						 
						
							
							
								
								Style fixes to make eslint happier, hopefully  
							
							
							
						 
						
							2018-01-18 09:13:07 -06:00  
				
					
						
							
							
								 
						
							
								cda845ae0e 
								
							 
						 
						
							
							
								
								Fix mailer to use webpack core  
							
							
							
						 
						
							2018-01-15 21:17:03 -08:00  
				
					
						
							
							
								 
						
							
								8ee6ed358f 
								
							 
						 
						
							
							
								
								Increase priority of favstar gold  
							
							
							
						 
						
							2018-01-14 16:05:44 -08:00  
				
					
						
							
							
								 
						
							
								1ee0e91fb6 
								
							 
						 
						
							
							
								
								Fixes to notification styling  
							
							
							
						 
						
							2018-01-14 15:48:54 -08:00  
				
					
						
							
							
								 
						
							
								b9f4896830 
								
							 
						 
						
							
							
								
								Fixes to drawer and CWs  
							
							
							
						 
						
							2018-01-14 15:31:00 -08:00  
				
					
						
							
							
								 
						
							
								cd6674606f 
								
							 
						 
						
							
							
								
								Merge pull request  #329  from KnzkDev/scss-refactor  
							
							... 
							
							
							
							SCSS Refactor 
							
						 
						
							2018-01-14 17:48:02 -05:00  
				
					
						
							
							
								 
						
							
								39f231f3da 
								
							 
						 
						
							
							
								
								Merge pull request  #328  from glitch-soc/feature/glitchy-elephant-friend  
							
							... 
							
							
							
							Add glitchy elephant friend 
							
						 
						
							2018-01-14 17:40:27 -05:00  
				
					
						
							
							
								 
						
							
								0fb3bd09e9 
								
							 
						 
						
							
							
								
								Oops this should have been a part of last commit  
							
							
							
						 
						
							2018-01-14 14:21:41 -08:00  
				
					
						
							
							
								 
						
							
								1fa03e026a 
								
							 
						 
						
							
							
								
								Fixes onboarding modal ( #318 )  
							
							
							
						 
						
							2018-01-14 14:13:24 -08:00  
				
					
						
							
							
								 
						
							
								a5931e1f48 
								
							 
						 
						
							
							
								
								Fixed autocollapse detection  
							
							
							
						 
						
							2018-01-14 13:29:51 -08:00  
				
					
						
							
							
								 
						
							
								c2669f93d0 
								
							 
						 
						
							
							
								
								Fix eslint errors.   #294 .  
							
							
							
						 
						
							2018-01-14 05:56:43 -06:00  
				
					
						
							
							
								 
						
							
								756a9cd139 
								
							 
						 
						
							
							
								
								Run slightly less afoul of accessibility checks.   #294 .  
							
							... 
							
							
							
							This makes the clickable element an interactive element, but doesn't add
alt text and makes it not-obvious that you can click the elefriend.  On
one hand, this goes against good practice; on the other hand, it's not
*supposed* to be obvious that you can click the elefriend. 
							
						 
						
							2018-01-14 05:07:08 -06:00  
				
					
						
							
							
								 
						
							
								e64cc311dd 
								
							 
						 
						
							
							
								
								Introduce a bit of luck into the elefriend selection.   #294 .  
							
							
							
						 
						
							2018-01-14 04:46:21 -06:00  
				
					
						
							
							
								 
						
							
								53cbc9933e 
								
							 
						 
						
							
							
								
								Add wave background; blend elefriend in a bit more.   #294 .  
							
							
							
						 
						
							2018-01-14 04:00:21 -06:00  
				
					
						
							
							
								 
						
							
								cd1377de7f 
								
							 
						 
						
							
							
								
								Bind click event to elefriend cycling.   #294 .  
							
							
							
						 
						
							2018-01-14 03:35:25 -06:00  
				
					
						
							
							
								 
						
							
								1dbb6b5e08 
								
							 
						 
						
							
							
								
								Set glitchy elephant friend variant in initial state.   #294 .  
							
							... 
							
							
							
							Also lay some groundwork needed to interactively change the
glitchfriend.
The codebase uses "elefriend" because it's shorter and didn't require me
to realign the actions in actions/compose.js.  Same idea, though. 
							
						 
						
							2018-01-14 03:06:11 -06:00  
				
					
						
							
							
								 
						
							
								1e0b707018 
								
							 
						 
						
							
							
								
								Add the shrinking glitchy elefriend.   #294 .  
							
							
							
						 
						
							2018-01-13 21:27:39 -06:00  
				
					
						
							
							
								 
						
							
								835eec8a4c 
								
							 
						 
						
							
							
								
								Prototype out glitchy elephant friend.   #294 .  
							
							... 
							
							
							
							Glitched elephant friends kindly provided by @ncls7615. 
							
						 
						
							2018-01-13 21:27:14 -06:00  
				
					
						
							
							
								 
						
							
								f9b08e2142 
								
							 
						 
						
							
							
								
								Fix collapsed toot style  
							
							
							
						 
						
							2018-01-14 11:13:55 +09:00  
				
					
						
							
							
								 
						
							
								1ebe66b78c 
								
							 
						 
						
							
							
								
								Fix un-fullwidth media style  
							
							
							
						 
						
							2018-01-14 11:07:32 +09:00  
				
					
						
							
							
								 
						
							
								be2bac05aa 
								
							 
						 
						
							
							
								
								Fix media detailed style  
							
							
							
						 
						
							2018-01-14 10:38:51 +09:00  
				
					
						
							
							
								 
						
							
								b5476f6c75 
								
							 
						 
						
							
							
								
								Fix confirmation modal bug  
							
							
							
						 
						
							2018-01-14 09:51:01 +09:00  
				
					
						
							
							
								 
						
							
								bc0524834e 
								
							 
						 
						
							
							
								
								Fix letterbox bug  
							
							
							
						 
						
							2018-01-14 09:25:35 +09:00  
				
					
						
							
							
								 
						
							
								6ecf81cacf 
								
							 
						 
						
							
							
								
								Improve scss refactor 5  
							
							
							
						 
						
							2018-01-14 09:17:38 +09:00  
				
					
						
							
							
								 
						
							
								64425dbb77 
								
							 
						 
						
							
							
								
								Improve scss refactor 4  
							
							
							
						 
						
							2018-01-14 09:12:10 +09:00  
				
					
						
							
							
								 
						
							
								a16d885ac9 
								
							 
						 
						
							
							
								
								Improve scss refactor 3  
							
							
							
						 
						
							2018-01-14 08:47:59 +09:00  
				
					
						
							
							
								 
						
							
								5f35b39f6f 
								
							 
						 
						
							
							
								
								Improve scss refactor 2  
							
							
							
						 
						
							2018-01-14 07:48:18 +09:00  
				
					
						
							
							
								 
						
							
								bb2ca23839 
								
							 
						 
						
							
							
								
								Improve scss refactor 1  
							
							
							
						 
						
							2018-01-14 07:18:50 +09:00  
				
					
						
							
							
								 
						
							
								a9be680807 
								
							 
						 
						
							
							
								
								Fix padded-blocks error  
							
							
							
						 
						
							2018-01-14 04:12:41 +09:00  
				
					
						
							
							
								 
						
							
								6a73c8c8a2 
								
							 
						 
						
							
							
								
								Initial scss refactor  
							
							
							
						 
						
							2018-01-14 03:41:20 +09:00  
				
					
						
							
							
								 
						
							
								3a0b47982d 
								
							 
						 
						
							
							
								
								load public.js on vanilla#admin  
							
							
							
						 
						
							2018-01-12 18:52:53 -08:00  
				
					
						
							
							
								 
						
							
								9b9b7fa005 
								
							 
						 
						
							
							
								
								Load packs/public.js for glitch#admin  
							
							
							
						 
						
							2018-01-12 18:51:52 -08:00  
				
					
						
							
							
								 
						
							
								ee7217bc94 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-01-12 23:08:51 +01:00  
				
					
						
							
							
								 
						
							
								cf5789146b 
								
							 
						 
						
							
							
								
								Fix dropdown text  
							
							
							
						 
						
							2018-01-12 23:18:25 +09:00  
				
					
						
							
							
								 
						
							
								095a00ef3d 
								
							 
						 
						
							
							
								
								Merge pull request  #316  from glitch-soc/fix-async  
							
							... 
							
							
							
							Fix glitch async chunks 
							
						 
						
							2018-01-09 18:30:45 -06:00  
				
					
						
							
							
								 
						
							
								35be02f21d 
								
							 
						 
						
							
							
								
								Renamed glitch async chunks  
							
							
							
						 
						
							2018-01-09 16:26:14 -08:00  
				
					
						
							
							
								 
						
							
								aef4b1af66 
								
							 
						 
						
							
							
								
								Refactor /api/web APIs to use the centralized axios instance (tootsuite pr  #6223 )  
							
							
							
						 
						
							2018-01-09 10:51:14 -06:00  
				
					
						
							
							
								 
						
							
								f43c2f12f3 
								
							 
						 
						
							
							
								
								Fix overflowing audit logs (tootsuite pr  #6184 )  
							
							
							
						 
						
							2018-01-09 10:40:14 -06:00  
				
					
						
							
							
								 
						
							
								9bdbe66316 
								
							 
						 
						
							
							
								
								Set background to the navigation of Getting Started column (tootsuite pr  #6163 )  
							
							
							
						 
						
							2018-01-09 10:37:27 -06:00  
				
					
						
							
							
								 
						
							
								b535f24fe5 
								
							 
						 
						
							
							
								
								Use const instead of let for constant (tootsuite pr  #6106 )  
							
							
							
						 
						
							2018-01-09 10:35:36 -06:00  
				
					
						
							
							
								 
						
							
								0d4dcb5fb2 
								
							 
						 
						
							
							
								
								change key to path in timeline settings containers  
							
							
							
						 
						
							2018-01-09 09:58:40 -06:00  
				
					
						
							
							
								 
						
							
								6d1c325167 
								
							 
						 
						
							
							
								
								Rename key to path in actions and reducers for settings (tootsuite pr  #6105 )  
							
							
							
						 
						
							2018-01-09 09:48:14 -06:00  
				
					
						
							
							
								 
						
							
								7f4374d97d 
								
							 
						 
						
							
							
								
								Fix newlines-to-spaces functionality (tootsuite pr  #6158 )  
							
							
							
						 
						
							2018-01-09 08:52:14 -06:00  
				
					
						
							
							
								 
						
							
								8a0e4bb9a4 
								
							 
						 
						
							
							
								
								Hide moved account's follow button in search result (tootsuite pr  #5913 )  
							
							
							
						 
						
							2018-01-09 08:50:55 -06:00  
				
					
						
							
							
								 
						
							
								5963630c63 
								
							 
						 
						
							
							
								
								Prevent duplicate load of favourites (tootsuite pr  #5931 )  
							
							
							
						 
						
							2018-01-09 08:46:35 -06:00  
				
					
						
							
							
								 
						
							
								ec0bdd6c1a 
								
							 
						 
						
							
							
								
								Merge pull request  #312  from glitch-soc/tag-sensitive-imgs  
							
							... 
							
							
							
							Show SENSITIVE tag on sensitive images (#267 ) 
							
						 
						
							2018-01-08 23:19:14 -06:00  
				
					
						
							
							
								 
						
							
								60433d03f5 
								
							 
						 
						
							
							
								
								Add missing comma  
							
							
							
						 
						
							2018-01-08 18:38:28 -08:00  
				
					
						
							
							
								 
						
							
								5d2ef7a616 
								
							 
						 
						
							
							
								
								Show SENSITIVE tag on sensitive images ( #267 )  
							
							
							
						 
						
							2018-01-08 18:25:29 -08:00  
				
					
						
							
							
								 
						
							
								824a790e63 
								
							 
						 
						
							
							
								
								Threads now inherit privacy directly ( #309 )  
							
							
							
						 
						
							2018-01-08 16:35:01 -08:00  
				
					
						
							
							
								 
						
							
								ef0b7d1e76 
								
							 
						 
						
							
							
								
								fix list editor scss  
							
							
							
						 
						
							2018-01-09 02:50:24 +09:00  
				
					
						
							
							
								 
						
							
								2dc4fbbd1a 
								
							 
						 
						
							
							
								
								When pulling out max_toot_chars, handle nulls  
							
							... 
							
							
							
							flavours/glitch/util/initial_state is used in places where we want to
exhibit different behavior based on user preferences.  This means that
it's used in places where no preference is defined, i.e. on an
unauthenticated access.  All values exported from that module must
therefore expect that case; previously, the max chars value didn't.
Addresses #306 . 
							
						 
						
							2018-01-08 09:45:59 -06:00  
				
					
						
							
							
								 
						
							
								b5874c1428 
								
							 
						 
						
							
							
								
								Fixes to search dropdown  
							
							
							
						 
						
							2018-01-06 15:34:01 -08:00  
				
					
						
							
							
								 
						
							
								61ef8d643e 
								
							 
						 
						
							
							
								
								fix typo in vanilla names.yml  
							
							
							
						 
						
							2018-01-06 16:49:53 -05:00  
				
					
						
							
							
								 
						
							
								9f29fd31ba 
								
							 
						 
						
							
							
								
								fixed ctrl enter  
							
							
							
						 
						
							2018-01-06 19:58:04 +01:00  
				
					
						
							
							
								 
						
							
								53caab0c0b 
								
							 
						 
						
							
							
								
								Fix the always-threaded bug  
							
							
							
						 
						
							2018-01-06 19:55:53 +01:00  
				
					
						
							
							
								 
						
							
								f5a4201ad8 
								
							 
						 
						
							
							
								
								Update ja.js  
							
							
							
						 
						
							2018-01-07 01:51:49 +09:00  
				
					
						
							
							
								 
						
							
								a251c42192 
								
							 
						 
						
							
							
								
								Merge pull request  #296  from glitch-soc/thread-mode  
							
							... 
							
							
							
							Threaded mode~ 
							
						 
						
							2018-01-06 11:28:36 -05:00  
				
					
						
							
							
								 
						
							
								2ec9a75a1d 
								
							 
						 
						
							
							
								
								Merge pull request  #302  from KnzkDev/fix/search-popout  
							
							... 
							
							
							
							Fix search popout 
							
						 
						
							2018-01-06 11:25:59 -05:00  
				
					
						
							
							
								 
						
							
								fa92e88fb2 
								
							 
						 
						
							
							
								
								appease eslint  
							
							
							
						 
						
							2018-01-06 10:30:49 -05:00  
				
					
						
							
							
								 
						
							
								da98c33161 
								
							 
						 
						
							
							
								
								Fix search popout  
							
							
							
						 
						
							2018-01-06 21:50:11 +09:00  
				
					
						
							
							
								 
						
							
								2eed4ace11 
								
							 
						 
						
							
							
								
								Read max_toot_chars from root object.   Fixes   #297 .  
							
							... 
							
							
							
							max_toot_chars is present in the root of the initial state object.
(Previously, we were trying to read it from the meta child object.) 
							
						 
						
							2018-01-06 03:01:11 -06:00  
				
					
						
							
							
								 
						
							
								c71d848855 
								
							 
						 
						
							
							
								
								my global .gitignore excluded this file ;_;  
							
							
							
						 
						
							2018-01-05 21:40:02 -08:00  
				
					
						
							
							
								 
						
							
								e4bc013d6f 
								
							 
						 
						
							
							
								
								Threaded mode~  
							
							
							
						 
						
							2018-01-05 21:16:43 -08:00  
				
					
						
							
							
								 
						
							
								6932b464e6 
								
							 
						 
						
							
							
								
								Fixed improper dropdown func binding for  #293  + toot button spacing  
							
							
							
						 
						
							2018-01-05 21:02:53 -08:00  
				
					
						
							
							
								 
						
							
								ad10a80a99 
								
							 
						 
						
							
							
								
								Styling and autosuggest fixes for  #293  
							
							
							
						 
						
							2018-01-05 20:43:16 -08:00  
				
					
						
							
							
								 
						
							
								8bf9d9362a 
								
							 
						 
						
							
							
								
								Fixes composer mounting issue with  #293  
							
							
							
						 
						
							2018-01-05 18:30:06 -08:00  
				
					
						
							
							
								 
						
							
								f441770e50 
								
							 
						 
						
							
							
								
								Merge pull request  #290  from chriswmartin/web-push-updates  
							
							... 
							
							
							
							Web push updates 
							
						 
						
							2018-01-05 18:29:57 -05:00  
				
					
						
							
							
								 
						
							
								b4e667f86b 
								
							 
						 
						
							
							
								
								Merge pull request  #295  from chriswmartin/getting-started-key-fix  
							
							... 
							
							
							
							unique ColumnLink keys in getting_started 
							
						 
						
							2018-01-05 18:29:40 -05:00  
				
					
						
							
							
								 
						
							
								faf20eeaa4 
								
							 
						 
						
							
							
								
								Merge pull request  #293  from glitch-soc/compose-refactor  
							
							... 
							
							
							
							Compose refactor 
							
						 
						
							2018-01-05 18:29:08 -05:00  
				
					
						
							
							
								 
						
							
								9fc08e4861 
								
							 
						 
						
							
							
								
								add key to lists div  
							
							
							
						 
						
							2018-01-05 09:00:48 -06:00  
				
					
						
							
							
								 
						
							
								6236577734 
								
							 
						 
						
							
							
								
								change how list ColumnLink keys are determined  
							
							
							
						 
						
							2018-01-05 08:12:34 -06:00  
				
					
						
							
							
								 
						
							
								d7ce339c2e 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; Fin~  
							
							
							
						 
						
							2018-01-04 21:17:30 -08:00  
				
					
						
							
							
								 
						
							
								42f50049ff 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; 1000 tiny edits  
							
							
							
						 
						
							2018-01-04 18:33:13 -08:00  
				
					
						
							
							
								 
						
							
								b4a3792201 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; <ActionsModal>; dropdowns  
							
							
							
						 
						
							2018-01-04 18:31:00 -08:00  
				
					
						
							
							
								 
						
							
								083170bec7 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; SCSS ed.  
							
							
							
						 
						
							2018-01-04 18:23:46 -08:00  
				
					
						
							
							
								 
						
							
								8713659dff 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; <OnboardingModal> ed.  
							
							
							
						 
						
							2018-01-04 18:21:59 -08:00  
				
					
						
							
							
								 
						
							
								3c29f57404 
								
							 
						 
						
							
							
								
								WIP <Compose> Refactor; <Drawer> ed.  
							
							
							
						 
						
							2018-01-04 18:21:59 -08:00  
				
					
						
							
							
								 
						
							
								924ffe81d4 
								
							 
						 
						
							
							
								
								WIPgit status <Compose> Refactor; <Composer> ed.  
							
							
							
						 
						
							2018-01-04 18:21:59 -08:00  
				
					
						
							
							
								 
						
							
								0f69a90588 
								
							 
						 
						
							
							
								
								i18n: Update Polish translation  
							
							... 
							
							
							
							Signed-off-by: Marcin Mikołajczak <me@m4sk.in> 
							
						 
						
							2018-01-04 14:42:58 +01:00  
				
					
						
							
							
								 
						
							
								72b99f6ee4 
								
							 
						 
						
							
							
								
								bug fix (tootsuite pr  #6120 )  
							
							
							
						 
						
							2017-12-31 08:26:50 -06:00  
				
					
						
							
							
								 
						
							
								4ce44ba470 
								
							 
						 
						
							
							
								
								remove unused 'saveSettings' from column_settings_container  
							
							
							
						 
						
							2017-12-30 16:42:26 -06:00  
				
					
						
							
							
								 
						
							
								0dce26b82b 
								
							 
						 
						
							
							
								
								web push updates (tootsuite PRs  #5879 ,  #5941 ,  #6047 )  
							
							
							
						 
						
							2017-12-30 11:45:01 -06:00  
				
					
						
							
							
								 
						
							
								832a93e67c 
								
							 
						 
						
							
							
								
								Fix GIF avatars not autoplaying ( fixes   #287 , tootsuite pr  #6000 )  
							
							
							
						 
						
							2017-12-28 08:30:51 -06:00  
				
					
						
							
							
								 
						
							
								7347bc7334 
								
							 
						 
						
							
							
								
								Merge pull request  #286  from chriswmartin/merge-vanilla-updates-into-glitch  
							
							... 
							
							
							
							Merge various small vanilla updates into glitch 
							
						 
						
							2017-12-26 17:03:29 -05:00  
				
					
						
							
							
								 
						
							
								20ad071931 
								
							 
						 
						
							
							
								
								Set direction style to reply indicator (tootsuite pr  #6006 )  
							
							
							
						 
						
							2017-12-26 14:20:41 -06:00  
				
					
						
							
							
								 
						
							
								14243bf80a 
								
							 
						 
						
							
							
								
								Reduce motion for boost animation (tootsuite pr  #5871 )  
							
							
							
						 
						
							2017-12-26 14:04:52 -06:00  
				
					
						
							
							
								 
						
							
								337c2e77ee 
								
							 
						 
						
							
							
								
								Fix layout for RTL (tootsuite pr  #6014 ,  #6018 )  
							
							
							
						 
						
							2017-12-26 13:49:53 -06:00  
				
					
						
							
							
								 
						
							
								46565ed746 
								
							 
						 
						
							
							
								
								Fix focused background color of favourited direct toot (tootsuite pr  #6021 )  
							
							
							
						 
						
							2017-12-26 13:30:23 -06:00  
				
					
						
							
							
								 
						
							
								815524412b 
								
							 
						 
						
							
							
								
								Move dropdown transform origin (tootsuite pr  #6091 )  
							
							
							
						 
						
							2017-12-26 13:28:19 -06:00  
				
					
						
							
							
								 
						
							
								083571915f 
								
							 
						 
						
							
							
								
								onMuteNotifications validation (tootsuite pr  #6092 )  
							
							
							
						 
						
							2017-12-26 13:25:43 -06:00  
				
					
						
							
							
								 
						
							
								2bbd22e91c 
								
							 
						 
						
							
							
								
								Rename settingKey to settingPath (tootsuite pr  #6046  &  #6098 )  
							
							
							
						 
						
							2017-12-26 13:21:20 -06:00  
				
					
						
							
							
								 
						
							
								cc6a2ffd0a 
								
							 
						 
						
							
							
								
								use 'flavours/glitch/' prefix in new imports  
							
							
							
						 
						
							2017-12-26 10:41:44 -06:00  
				
					
						
							
							
								 
						
							
								22818d2a16 
								
							 
						 
						
							
							
								
								Add mute, block, conversation mute actions to detailed status dropdown menu  
							
							
							
						 
						
							2017-12-26 10:13:38 -06:00  
				
					
						
							
							
								 
						
							
								60d415bc5e 
								
							 
						 
						
							
							
								
								Merge pull request  #266  from chriswmartin/getting-started-improvements  
							
							... 
							
							
							
							Getting started column improvements 
							
						 
						
							2017-12-21 18:47:07 -05:00  
				
					
						
							
							
								 
						
							
								191b625a27 
								
							 
						 
						
							
							
								
								Fix account header avatar  
							
							
							
						 
						
							2017-12-22 07:12:49 +09:00  
				
					
						
							
							
								 
						
							
								7bb99ca3cf 
								
							 
						 
						
							
							
								
								Add data-status-by back to DetailedStatus component.   Fixes   #273 .  
							
							
							
						 
						
							2017-12-21 13:22:33 -06:00  
				
					
						
							
							
								 
						
							
								d736739e8f 
								
							 
						 
						
							
							
								
								<kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr  #6049 )  
							
							
							
						 
						
							2017-12-21 13:04:40 -06:00  
				
					
						
							
							
								 
						
							
								dbd5f8b9a5 
								
							 
						 
						
							
							
								
								Wrap <Avatar> in account header in a link to that account's page.   Fixes   #245 .  
							
							
							
						 
						
							2017-12-21 05:25:16 -06:00  
				
					
						
							
							
								 
						
							
								9042f9a813 
								
							 
						 
						
							
							
								
								add keyboard shortcuts to getting started ( fixes   #275 )  
							
							
							
						 
						
							2017-12-20 09:50:29 -06:00  
				
					
						
							
							
								 
						
							
								d3b2677775 
								
							 
						 
						
							
							
								
								Add en and ja  
							
							
							
						 
						
							2017-12-19 20:16:48 +09:00  
				
					
						
							
							
								 
						
							
								14aae9c05c 
								
							 
						 
						
							
							
								
								missed a semicolon  
							
							
							
						 
						
							2017-12-17 22:21:15 -06:00  
				
					
						
							
							
								 
						
							
								be50e45a74 
								
							 
						 
						
							
							
								
								use makeMapStateToProps  
							
							
							
						 
						
							2017-12-17 22:00:25 -06:00  
				
					
						
							
							
								 
						
							
								e4ebbf4f07 
								
							 
						 
						
							
							
								
								use list-ul icon in list header and web/lists  
							
							
							
						 
						
							2017-12-17 21:25:18 -06:00  
				
					
						
							
							
								 
						
							
								9e8fa3caee 
								
							 
						 
						
							
							
								
								fix admin/action_logs page  
							
							
							
						 
						
							2017-12-16 20:27:26 +09:00  
				
					
						
							
							
								 
						
							
								e677dda07c 
								
							 
						 
						
							
							
								
								Fixes   #244  to make search results scrollable  
							
							
							
						 
						
							2017-12-15 12:49:23 -08:00  
				
					
						
							
							
								 
						
							
								e9a5bde9a0 
								
							 
						 
						
							
							
								
								Update ja.js  
							
							
							
						 
						
							2017-12-15 19:43:10 +09:00  
				
					
						
							
							
								 
						
							
								61ed5b972c 
								
							 
						 
						
							
							
								
								Update ja.js  
							
							
							
						 
						
							2017-12-15 19:38:13 +09:00  
				
					
						
							
							
								 
						
							
								17e53b931c 
								
							 
						 
						
							
							
								
								code style fixes  
							
							
							
						 
						
							2017-12-12 23:07:12 -06:00  
				
					
						
							
							
								 
						
							
								9719983f2d 
								
							 
						 
						
							
							
								
								move list items into an array, don't unnecessarily concat misc nav item  
							
							
							
						 
						
							2017-12-12 22:50:20 -06:00  
				
					
						
							
							
								 
						
							
								b6ded7119e 
								
							 
						 
						
							
							
								
								travis fixes  
							
							
							
						 
						
							2017-12-12 08:50:31 -06:00  
				
					
						
							
							
								 
						
							
								9b7208f4b4 
								
							 
						 
						
							
							
								
								readded connect for onboarding modal  
							
							
							
						 
						
							2017-12-12 00:17:07 -06:00  
				
					
						
							
							
								 
						
							
								b358483ef2 
								
							 
						 
						
							
							
								
								remove unneeded imports from getting_started_misc  
							
							
							
						 
						
							2017-12-12 00:09:18 -06:00  
				
					
						
							
							
								 
						
							
								37ced4c903 
								
							 
						 
						
							
							
								
								add components to getting started column  
							
							
							
						 
						
							2017-12-12 00:01:17 -06:00  
				
					
						
							
							
								 
						
							
								b93ad3d0e8 
								
							 
						 
						
							
							
								
								add ja  
							
							
							
						 
						
							2017-12-12 13:13:54 +09:00  
				
					
						
							
							
								 
						
							
								771b950feb 
								
							 
						 
						
							
							
								
								Merge pull request  #254  from glitch-soc/new-theme-ux  
							
							... 
							
							
							
							New flavour/skin UX 
							
						 
						
							2017-12-11 09:36:14 -05:00  
				
					
						
							
							
								 
						
							
								9d5ecdbf41 
								
							 
						 
						
							
							
								
								remove picture  
							
							
							
						 
						
							2017-12-11 13:52:17 +09:00  
				
					
						
							
							
								 
						
							
								ed7231947c 
								
							 
						 
						
							
							
								
								Added styling  
							
							
							
						 
						
							2017-12-10 20:32:28 -08:00  
				
					
						
							
							
								 
						
							
								bdca1614d5 
								
							 
						 
						
							
							
								
								Screenshot support for themes  
							
							
							
						 
						
							2017-12-10 20:32:28 -08:00  
				
					
						
							
							
								 
						
							
								dabf66e676 
								
							 
						 
						
							
							
								
								Moved flavour UI into own prefs tab  
							
							
							
						 
						
							2017-12-10 20:32:27 -08:00  
				
					
						
							
							
								 
						
							
								08b0861b96 
								
							 
						 
						
							
							
								
								Merge pull request  #250  from chriswmartin/fav-confirm-modal  
							
							... 
							
							
							
							add favourite confirmation modal 
							
						 
						
							2017-12-10 23:10:19 -05:00  
				
					
						
							
							
								 
						
							
								d420e2f047 
								
							 
						 
						
							
							
								
								add comma  
							
							
							
						 
						
							2017-12-11 09:50:52 +09:00  
				
					
						
							
							
								 
						
							
								279231c5dd 
								
							 
						 
						
							
							
								
								" => '  
							
							
							
						 
						
							2017-12-11 09:46:17 +09:00  
				
					
						
							
							
								 
						
							
								a98b0a47ef 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/glitch-soc/mastodon  into glitch-langfiles  
							
							... 
							
							
							
							# Conflicts:
#	app/javascript/glitch/locales/ja.json 
							
						 
						
							2017-12-11 09:43:21 +09:00  
				
					
						
							
							
								 
						
							
								0466aa8d08 
								
							 
						 
						
							
							
								
								use single quotes in locale entry  
							
							
							
						 
						
							2017-12-10 15:39:23 -06:00  
				
					
						
							
							
								 
						
							
								072ab191cc 
								
							 
						 
						
							
							
								
								pulled master, moved locale entry to new location  
							
							
							
						 
						
							2017-12-10 15:22:15 -06:00  
				
					
						
							
							
								 
						
							
								eec5d350fd 
								
							 
						 
						
							
							
								
								removed unneeded actions_modal div  
							
							
							
						 
						
							2017-12-10 15:14:56 -06:00  
				
					
						
							
							
								 
						
							
								cd107e92cb 
								
							 
						 
						
							
							
								
								Move ja localization to new locaiton  
							
							
							
						 
						
							2017-12-10 11:09:59 -08:00  
				
					
						
							
							
								 
						
							
								6b7085a33e 
								
							 
						 
						
							
							
								
								Linting fixes  
							
							
							
						 
						
							2017-12-10 11:08:04 -08:00  
				
					
						
							
							
								 
						
							
								b28cd6769c 
								
							 
						 
						
							
							
								
								Javascript intl8n flavour support  
							
							
							
						 
						
							2017-12-10 11:08:04 -08:00  
				
					
						
							
							
								 
						
							
								d08d0f9f33 
								
							 
						 
						
							
							
								
								Ruby intl8n for themes  
							
							
							
						 
						
							2017-12-10 11:08:04 -08:00  
				
					
						
							
							
								 
						
							
								066458a659 
								
							 
						 
						
							
							
								
								removed one last app settings addition  
							
							
							
						 
						
							2017-12-10 09:25:44 -06:00  
				
					
						
							
							
								 
						
							
								7a8711ccac 
								
							 
						 
						
							
							
								
								removed app settings additions  
							
							
							
						 
						
							2017-12-10 09:10:47 -06:00  
				
					
						
							
							
								 
						
							
								8606e53384 
								
							 
						 
						
							
							
								
								moved locales to glitch, created add settings entry  
							
							
							
						 
						
							2017-12-09 15:15:11 -06:00  
				
					
						
							
							
								 
						
							
								c5a688d70e 
								
							 
						 
						
							
							
								
								remove trailing spaces  
							
							
							
						 
						
							2017-12-09 12:41:24 -06:00  
				
					
						
							
							
								 
						
							
								22cdbca82c 
								
							 
						 
						
							
							
								
								fixes, functioning now  
							
							
							
						 
						
							2017-12-09 12:06:00 -06:00  
				
					
						
							
							
								 
						
							
								a489e5d5cd 
								
							 
						 
						
							
							
								
								added a few more things  
							
							
							
						 
						
							2017-12-09 11:21:41 -06:00  
				
					
						
							
							
								 
						
							
								baf9ea8018 
								
							 
						 
						
							
							
								
								remove keyboard shortcuts from getting started because thats a different thing  
							
							
							
						 
						
							2017-12-09 10:32:46 -06:00  
				
					
						
							
							
								 
						
							
								abe95b614b 
								
							 
						 
						
							
							
								
								add initial components based off of tootsuite pr  #1507  
							
							
							
						 
						
							2017-12-09 10:26:22 -06:00  
				
					
						
							
							
								 
						
							
								02d71c6a11 
								
							 
						 
						
							
							
								
								fix a missing semicolon and mixed tabs/spaces that travis was complaining about  
							
							
							
						 
						
							2017-12-08 21:09:53 -06:00  
				
					
						
							
							
								 
						
							
								4a5401a58e 
								
							 
						 
						
							
							
								
								merge tootsuite prs  #5895  and  #5889  into glitch flavour  
							
							
							
						 
						
							2017-12-08 20:50:39 -06:00  
				
					
						
							
							
								 
						
							
								28423dd046 
								
							 
						 
						
							
							
								
								merge tootsuite pr  #5904  into glitch flavour  
							
							
							
						 
						
							2017-12-08 20:45:18 -06:00  
				
					
						
							
							
								 
						
							
								b165950ca7 
								
							 
						 
						
							
							
								
								add keyboard shortcut to getting started, add missing list style  
							
							
							
						 
						
							2017-12-08 20:30:45 -06:00  
				
					
						
							
							
								 
						
							
								47157e07b2 
								
							 
						 
						
							
							
								
								merged tootsuite pr  #5811  into glitch flavour  
							
							
							
						 
						
							2017-12-08 20:13:08 -06:00  
				
					
						
							
							
								 
						
							
								f44c8fd130 
								
							 
						 
						
							
							
								
								merged tootsuite pr  #5750  into glitch flavour  
							
							
							
						 
						
							2017-12-08 19:40:49 -06:00  
				
					
						
							
							
								 
						
							
								9cdd81e9dd 
								
							 
						 
						
							
							
								
								Glitch doesn't have a home stylesheet anymore  
							
							
							
						 
						
							2017-12-07 14:32:52 -08:00  
				
					
						
							
							
								 
						
							
								96126a5b01 
								
							 
						 
						
							
							
								
								Packaged local_settings styles in common  
							
							
							
						 
						
							2017-12-07 13:36:18 -08:00  
				
					
						
							
							
								 
						
							
								67d625c42d 
								
							 
						 
						
							
							
								
								Fix hide reblogs in glitch frontend ( #5909 )  
							
							... 
							
							
							
							This applies 432761f375 
							
						 
						
							2017-12-06 22:35:45 -06:00  
				
					
						
							
							
								 
						
							
								935c1944e2 
								
							 
						 
						
							
							
								
								Merge pull request  #241  from glitch-soc/no-dm-option  
							
							... 
							
							
							
							Add option to remove DMs from home (#126 ) 
							
						 
						
							2017-12-06 22:20:55 -06:00  
				
					
						
							
							
								 
						
							
								2f2467ce8e 
								
							 
						 
						
							
							
								
								Add option to remove DMs from home ( #126 )  
							
							
							
						 
						
							2017-12-06 17:50:27 -08:00  
				
					
						
							
							
								 
						
							
								133f5b3b53 
								
							 
						 
						
							
							
								
								Apply Javascript changes in tootsuite/mastodon#5887 to glitch flavour ( #239 )  
							
							
							
						 
						
							2017-12-06 18:23:28 -06:00  
				
					
						
							
							
								 
						
							
								d9800a5647 
								
							 
						 
						
							
							
								
								Merge branch 'gs-master' into glitch-theme  
							
							
							
						 
						
							2017-12-04 11:07:01 -06:00  
				
					
						
							
							
								 
						
							
								bc4fa6b198 
								
							 
						 
						
							
							
								
								Rename themes -> flavours ? ?  
							
							
							
						 
						
							2017-12-03 23:26:40 -08:00