fefdc3244c 
								
							 
						 
						
							
							
								
								[Glitch] Change "direct message" nomenclature to "private mention" in web UI ( #2158 )  
							
							... 
							
							
							
							Port 68a192e718 
							
						 
						
							2023-06-11 13:33:45 +02:00  
				
					
						
							
							
								 
						
							
								fb0d2de8fe 
								
							 
						 
						
							
							
								
								[Glitch] Change design of dropdowns in web UI  
							
							... 
							
							
							
							Port e4fd9503ec 
							
						 
						
							2023-06-10 17:10:06 +02:00  
				
					
						
							
							
								 
						
							
								753385d3e0 
								
							 
						 
						
							
							
								
								[Glitch] Fix spacing of middle dots in the detailed status meta section  
							
							... 
							
							
							
							Port acc419b81b 
							
						 
						
							2023-06-10 16:29:48 +02:00  
				
					
						
							
							
								 
						
							
								7e25fd9b0c 
								
							 
						 
						
							
							
								
								[Glitch] Translate CW, poll options and media descriptions  
							
							... 
							
							
							
							Port 69057467cb 
							
						 
						
							2023-06-10 14:48:41 +02:00  
				
					
						
							
							
								 
						
							
								5ed48e6878 
								
							 
						 
						
							
							
								
								Fix extraneous newlines  
							
							
							
						 
						
							2023-05-28 18:06:09 +02:00  
				
					
						
							
							
								 
						
							
								0009b4b574 
								
							 
						 
						
							
							
								
								[Glitch] Update inconsistent `defaultMessage`  
							
							... 
							
							
							
							Port e58c36d308 
							
						 
						
							2023-05-28 17:14:31 +02:00  
				
					
						
							
							
								 
						
							
								e7dc375aab 
								
							 
						 
						
							
							
								
								[Glitch] Change share action from being in action bar to being in dropdown in web UI  
							
							... 
							
							
							
							Port 1caa5ff39e 
							
						 
						
							2023-05-28 16:59:12 +02:00  
				
					
						
							
							
								 
						
							
								7d7db8977b 
								
							 
						 
						
							
							
								
								Fix import order with ESLint  
							
							... 
							
							
							
							Port d27216dc46 
							
						 
						
							2023-05-28 16:38:10 +02:00  
				
					
						
							
							
								 
						
							
								a0bc0619ca 
								
							 
						 
						
							
							
								
								[Glitch] Use JSX syntax for Fragments  
							
							... 
							
							
							
							Port 5a16bd7bf4 
							
						 
						
							2023-05-28 14:56:24 +02:00  
				
					
						
							
							
								 
						
							
								6001f5ff36 
								
							 
						 
						
							
							
								
								[Glitch] Use the new JSX transform everywhere  
							
							... 
							
							
							
							Port 8f66126b10 
							
						 
						
							2023-05-28 14:18:43 +02:00  
				
					
						
							
							
								 
						
							
								e8fc445e14 
								
							 
						 
						
							
							
								
								[Glitch] Enable ESLint react/no-deprecated  
							
							... 
							
							
							
							Port b878e3d8df 
							
						 
						
							2023-05-25 21:07:38 +02:00  
				
					
						
							
							
								 
						
							
								7d9b7f28b8 
								
							 
						 
						
							
							
								
								[Glitch] Add type annotation for DisplayName component  
							
							... 
							
							
							
							Port 349cae0b57 
							
						 
						
							2023-05-25 20:57:07 +02:00  
				
					
						
							
							
								 
						
							
								cb6f445b90 
								
							 
						 
						
							
							
								
								Greatly simplify history management code ( #2230 )  
							
							... 
							
							
							
							Fixes  #2220 
This drops the ability to shift+click on “Back” to get back to a pinned
column, but that was inconsistent, broken, and undocumented.
This also brings us slightly closer to upstream. 
						
							2023-05-25 19:14:51 +02:00  
				
					
						
							
							
								 
						
							
								5f2071d055 
								
							 
						 
						
							
							
								
								[Glitch] Enforce stricter rules for Typescript files  
							
							... 
							
							
							
							Port c8181eb0a4 
							
						 
						
							2023-05-09 22:56:26 +02:00  
				
					
						
							
							
								 
						
							
								a8939e9098 
								
							 
						 
						
							
							
								
								[Glitch] Change media elements to use aspect-ratio rather than compute height themselves  
							
							... 
							
							
							
							Port 598e63dad2 
							
						 
						
							2023-05-08 22:15:00 +02:00  
				
					
						
							
							
								 
						
							
								3fb7fe14c6 
								
							 
						 
						
							
							
								
								Fix some of the Javascript linting issues, as well as bugs and unneeded divergences with upstream ( #2208 )  
							
							... 
							
							
							
							* Run eslint --fix
* Fix linting issues in video player and reduce divergences with upstream
This includes a behavior change of not auto-looping videos anymore. I don't
remember loops being ever intended, and they have been removed from upstream
a while ago, but we somehow missed the change.
* Fix lint issues in `app/javascript/flavours/glitch/selectors/index.js`
Those were basically caused by dead code that isn't present upstream, so
that brings us closer to upstream as well.
* Fix linting issue and bug in streaming/index.js
* Fix linting issues in config/webpack/shared.js
* Fix unused import in flavours/glitch/features/ui/index.js
* Fix linting issues and reduce divergences from upstream in flavours/glitch/features/ui/components/video_modal.jsx
* Fix linting issues in flavours/glitch/reducers
* Fix linting issues in glitch-soc onboarding modal
* Fix linting issues in flavours/glitch/features/ui/components/navigation_panel.jsx
* Remove dead code for unused local setting navbar_under
* Fix various linting issues
* Fix linting issues in flavours/glitch/components/scrollable_list.jsx and reduce divergences with upstream 
							
						 
						
							2023-05-07 18:22:25 +02:00  
				
					
						
							
							
								 
						
							
								0091b28ffe 
								
							 
						 
						
							
							
								
								[Glitch] Use CSS to trim long card descriptions  
							
							... 
							
							
							
							Port e713c545b8 
							
						 
						
							2023-04-29 11:26:58 +02:00  
				
					
						
							
							
								 
						
							
								8215df76c0 
								
							 
						 
						
							
							
								
								[Glitch] Remove legacy decorators syntax  
							
							... 
							
							
							
							Port d1b057a0ac 
							
						 
						
							2023-03-27 08:51:57 +02:00  
				
					
						
							
							
								 
						
							
								0e476f3c4f 
								
							 
						 
						
							
							
								
								[Glitch] Add `lang` attribute to media and poll options  
							
							... 
							
							
							
							Port d3eefead30 
							
						 
						
							2023-03-05 17:52:53 +01:00  
				
					
						
							
							
								 
						
							
								b632c5a55a 
								
							 
						 
						
							
							
								
								[Glitch] Add `lang` attribute to preview card  
							
							... 
							
							
							
							Port 8000a8f230 
							
						 
						
							2023-02-25 14:43:57 +01:00  
				
					
						
							
							
								 
						
							
								81ef21a0c8 
								
							 
						 
						
							
							
								
								[Glitch] Rename JSX files with proper `.jsx` extension  
							
							... 
							
							
							
							Port 44a7d87cb1 
							
						 
						
							2023-02-25 14:35:31 +01:00  
				
					
						
							
							
								 
						
							
								155424e52f 
								
							 
						 
						
							
							
								
								[Glitch] Run eslint --fix  
							
							... 
							
							
							
							I don't like it changing files this way, but it's basically what
c49213f0ea 
							
						 
						
							2023-02-03 20:52:07 +01:00  
				
					
						
							
							
								 
						
							
								c4649ae9d4 
								
							 
						 
						
							
							
								
								[Glitch] Add dropdown menu item to open admin interface for remote domains  
							
							... 
							
							
							
							Port 18d00055f4 
							
						 
						
							2023-01-05 16:31:20 +01:00  
				
					
						
							
							
								 
						
							
								7e9d5bdbb9 
								
							 
						 
						
							
							
								
								[Glitch] Fix unnecessary re-rendering of various components when typing in web UI ( #2063 )  
							
							... 
							
							
							
							Port 9620ee90be 
							
						 
						
							2023-01-05 13:32:29 +01:00  
				
					
						
							
							
								 
						
							
								a3052dad04 
								
							 
						 
						
							
							
								
								[Glitch] Add user content translations with configurable backends  
							
							... 
							
							
							
							Port 0d6b878808 
							
						 
						
							2022-11-30 13:53:38 +01:00  
				
					
						
							
							
								 
						
							
								c4d2c72924 
								
							 
						 
						
							
							
								
								[Glitch] Add option to open original page in dropdowns of remote content in web UI  
							
							... 
							
							
							
							Port ef582dc4f2 
							
						 
						
							2022-11-10 11:06:56 +01:00  
				
					
						
							
							
								 
						
							
								5dfb7ba35c 
								
							 
						 
						
							
							
								
								[Glitch] Fix missing delete and redraft link in web UI  
							
							... 
							
							
							
							Port 371d969403 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								b36c58b99e 
								
							 
						 
						
							
							
								
								[Glitch] Change post editing to be enabled in web UI  
							
							... 
							
							
							
							Port 8ebff0efcb 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								015e798394 
								
							 
						 
						
							
							
								
								Move some modules from flavours/glitch/utils/ back to flavours/glitch/features/ui/util/  
							
							
							
						 
						
							2022-10-11 11:31:11 +02:00  
				
					
						
							
							
								 
						
							
								d3879c07b1 
								
							 
						 
						
							
							
								
								Rename flavours/glitch/util into flavours/glitch/utils  
							
							
							
						 
						
							2022-10-11 11:31:11 +02:00  
				
					
						
							
							
								 
						
							
								26b687160b 
								
							 
						 
						
							
							
								
								Move flavours/glitch/util/initial_state to flavours/glitch/initial_state  
							
							
							
						 
						
							2022-10-11 10:17:04 +02:00  
				
					
						
							
							
								 
						
							
								c9fadb3cae 
								
							 
						 
						
							
							
								
								[Glitch] Add interaction modal to logged-out web UI  
							
							... 
							
							
							
							Port 7fb738c837 
							
						 
						
							2022-10-09 18:23:15 +02:00  
				
					
						
							
							
								 
						
							
								41fa50ac86 
								
							 
						 
						
							
							
								
								[Glitch] Add warning for sensitive audio posts  
							
							... 
							
							
							
							Port e6979aa6d4 
							
						 
						
							2022-08-15 14:57:57 +02:00  
				
					
						
							
							
								 
						
							
								a5f81e1abd 
								
							 
						 
						
							
							
								
								Improve interaction between out-of-CW attachments and collapsed toots  
							
							
							
						 
						
							2022-07-24 13:16:03 +02:00  
				
					
						
							
							
								 
						
							
								3f4e27ab6f 
								
							 
						 
						
							
							
								
								Add local setting toggle to move media attachments outside CWs  
							
							... 
							
							
							
							Fixes  #1812  
						
							2022-07-24 11:10:49 +02:00  
				
					
						
							
							
								 
						
							
								30e7836a19 
								
							 
						 
						
							
							
								
								[Glitch] Add customizable user roles  
							
							... 
							
							
							
							Port front-end changes from 44b2ee3485 
							
						 
						
							2022-07-05 11:35:32 +02:00  
				
					
						
							
							
								 
						
							
								bb12af7250 
								
							 
						 
						
							
							
								
								Swap position of media attachments and polls  
							
							
							
						 
						
							2022-04-20 22:07:13 +02:00  
				
					
						
							
							
								 
						
							
								9b95077885 
								
							 
						 
						
							
							
								
								[Glitch] Replace deprecated String.prototype.substr()  
							
							... 
							
							
							
							Port 0ec695e036 
							
						 
						
							2022-04-06 16:08:33 +02:00  
				
					
						
							
							
								 
						
							
								642b5a621a 
								
							 
						 
						
							
							
								
								[Glitch] Chore: Disable menu items for editing statuses in web UI ( #17497 )  
							
							... 
							
							
							
							Port 3dc1e3cfc3 
							
						 
						
							2022-02-10 19:10:59 +01:00  
				
					
						
							
							
								 
						
							
								5e67858fbc 
								
							 
						 
						
							
							
								
								[Glitch] Add editing for published statuses  
							
							... 
							
							
							
							Port 63002cde03 
							
						 
						
							2022-02-10 19:10:20 +01:00  
				
					
						
							
							
								 
						
							
								44b06c4d96 
								
							 
						 
						
							
							
								
								[Glitch] Add edit history to web UI  
							
							... 
							
							
							
							Port fd3a45e348 
							
						 
						
							2022-02-09 17:51:35 +01:00  
				
					
						
							
							
								 
						
							
								d4654dc892 
								
							 
						 
						
							
							
								
								[Glitch] Add support for editing for published statuses  
							
							... 
							
							
							
							Port front-end changes from 1060666c58 
							
						 
						
							2022-01-20 00:03:41 +01:00  
				
					
						
							
							
								 
						
							
								5effc0f8fa 
								
							 
						 
						
							
							
								
								[Glitch] Add support for private pinned posts  
							
							... 
							
							
							
							Port JS changes from d5c9feb7b7 
							
						 
						
							2022-01-17 08:35:27 +01:00  
				
					
						
							
							
								 
						
							
								a7f6524c6b 
								
							 
						 
						
							
							
								
								[Glitch] Change routing paths to use usernames in web UI  
							
							... 
							
							
							
							Port 52e5c07948 
							
						 
						
							2021-09-26 21:35:57 +02:00  
				
					
						
							
							
								 
						
							
								6bbcd99f14 
								
							 
						 
						
							
							
								
								Fix media attachments not being displayed on polls  
							
							... 
							
							
							
							Fixes  #1595  
						
							2021-09-08 16:36:30 +02:00  
				
					
						
							
							
								 
						
							
								d973a90bcc 
								
							 
						 
						
							
							
								
								[Glitch] Fix not being able to open audio modal in web UI  
							
							... 
							
							
							
							Port a8c471fcc0 
							
						 
						
							2021-05-07 22:47:09 +02:00  
				
					
						
							
							
								 
						
							
								0e7484209c 
								
							 
						 
						
							
							
								
								[Glitch] Slightly reorder three dots menu on toots to make it more intuitive  
							
							... 
							
							
							
							Port f5fefdc11a 
							
						 
						
							2021-02-12 10:55:37 +01:00  
				
					
						
							
							
								 
						
							
								51d0e1c7b4 
								
							 
						 
						
							
							
								
								[Glitch] Fix hardcoded frame rate for frame by frame video navigation in web UI  
							
							... 
							
							
							
							Port f970e1fab6 
							
						 
						
							2020-11-25 15:46:09 +01:00  
				
					
						
							
							
								 
						
							
								8f950e540b 
								
							 
						 
						
							
							
								
								[Glitch] Add pop-out player for audio/video in web UI  
							
							... 
							
							
							
							port d88a79b456 
							
						 
						
							2020-10-26 19:51:09 +01:00  
				
					
						
							
							
								 
						
							
								38182fceb3 
								
							 
						 
						
							
							
								
								Fix crash when opening detailed view of a status you boosted  
							
							
							
						 
						
							2020-08-31 23:48:16 +02:00