a97b722ad5 
								
							 
						 
						
							
							
								
								Reduce differences with upstream due to import style ( #2465 )  
							
							... 
							
							
							
							Fix relative / VS absolute style imports, and fix whitespace discrepancies 
							
						 
						
							2023-11-15 12:01:51 +01:00  
				
					
						
							
							
								 
						
							
								7384015505 
								
							 
						 
						
							
							
								
								[Glitch] Add recent searches in web UI  
							
							... 
							
							
							
							Port 9b2bc3d1de 
							
						 
						
							2023-09-15 21:15:41 +02:00  
				
					
						
							
							
								 
						
							
								ebfa184e74 
								
							 
						 
						
							
							
								
								Port search popout changes from upstream ( #2333 )  
							
							... 
							
							
							
							* [Glitch] Change search pop-out in web UI
Port 2b113764116028d047b9e38b39194051b83ed19573b64b8917 
							
						 
						
							2023-07-30 18:42:35 +02:00  
				
					
						
							
							
								 
						
							
								ee771f5bad 
								
							 
						 
						
							
							
								
								Fix closeModal invocation ( #2239 )  
							
							... 
							
							
							
							Fixes  #2238 
Some call sites where missed in 382b2a506a 
						
							2023-06-04 22:05:45 +02:00  
				
					
						
							
							
								 
						
							
								5ed48e6878 
								
							 
						 
						
							
							
								
								Fix extraneous newlines  
							
							
							
						 
						
							2023-05-28 18:06:09 +02:00  
				
					
						
							
							
								 
						
							
								382b2a506a 
								
							 
						 
						
							
							
								
								[Glitch] Rewrite actions/modal and reducers/modal with typescript  
							
							... 
							
							
							
							Port 38c6216082 
							
						 
						
							2023-05-28 17:49:55 +02:00  
				
					
						
							
							
								 
						
							
								7d7db8977b 
								
							 
						 
						
							
							
								
								Fix import order with ESLint  
							
							... 
							
							
							
							Port d27216dc46 
							
						 
						
							2023-05-28 16:38:10 +02:00  
				
					
						
							
							
								 
						
							
								6001f5ff36 
								
							 
						 
						
							
							
								
								[Glitch] Use the new JSX transform everywhere  
							
							... 
							
							
							
							Port 8f66126b10 
							
						 
						
							2023-05-28 14:18:43 +02:00  
				
					
						
							
							
								 
						
							
								b509b96504 
								
							 
						 
						
							
							
								
								[Glitch] Enforce React Rules of Hooks with eslint  
							
							... 
							
							
							
							Port d9b93bd15e 
							
						 
						
							2023-05-09 22:28:53 +02:00  
				
					
						
							
							
								 
						
							
								16c5354b8c 
								
							 
						 
						
							
							
								
								Fix some more JS linting issues ( #2211 )  
							
							... 
							
							
							
							* Minor refactor and linting fixup in `flavours/glitch/actions/accounts.js`
This is some added boilerplate but it's much more consistent with the remaining
of the code, and avoids the linting issue.
* Fix missing /privacy-policy link in DM warning because of wrongly-named import
* Fix unnecessary import
* Fix regexp in flavours/glitch/utils/hashtag.js 
							
						 
						
							2023-05-08 14:02:41 +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  
				
					
						
							
							
								 
						
							
								81ef21a0c8 
								
							 
						 
						
							
							
								
								[Glitch] Rename JSX files with proper `.jsx` extension  
							
							... 
							
							
							
							Port 44a7d87cb1 
							
						 
						
							2023-02-25 14:35:31 +01:00  
				
					
						
							
							
								 
						
							
								7e64eef73b 
								
							 
						 
						
							
							
								
								[Glitch] Enable ESLint no-useless-escape  
							
							... 
							
							
							
							Port db2c58d47a 
							
						 
						
							2023-02-18 16:02:12 +01:00  
				
					
						
							
							
								 
						
							
								587f6b3b06 
								
							 
						 
						
							
							
								
								[Glitch] Enable ESLint import recommended rules  
							
							... 
							
							
							
							Port eddfb33dfe 
							
						 
						
							2023-02-18 16:02:12 +01:00  
				
					
						
							
							
								 
						
							
								fa433ac5a6 
								
							 
						 
						
							
							
								
								Further JS code style changes  
							
							
							
						 
						
							2023-02-04 22:31:47 +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  
				
					
						
							
							
								 
						
							
								fb9c786baf 
								
							 
						 
						
							
							
								
								[Glitch] Add lang attribute to image description textarea and poll option field  
							
							... 
							
							
							
							Port 2a4f2216d6 
							
						 
						
							2023-02-03 19:23:36 +01:00  
				
					
						
							
							
								 
						
							
								853d0f28c5 
								
							 
						 
						
							
							
								
								[Glitch] Add lang attribute to compose textarea and CW field  
							
							... 
							
							
							
							Port 83a8efa9ca 
							
						 
						
							2023-01-24 20:40:48 +01:00  
				
					
						
							
							
								 
						
							
								910d2d9f6b 
								
							 
						 
						
							
							
								
								Prevent doodle from closing on outside click ( #2047 )  
							
							... 
							
							
							
							Adds a new property to the dispatch, which when set to true, replaces the onClose handler with a no-op, preventing the modal from closing.
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> 
							
						 
						
							2023-01-04 11:59:43 +01:00  
				
					
						
							
							
								 
						
							
								4ac6601476 
								
							 
						 
						
							
							
								
								Port navigation bar from upstream ( #1986 )  
							
							... 
							
							
							
							Fixes  #1977  
						
							2022-12-01 20:06:08 +01:00  
				
					
						
							
							
								 
						
							
								43dbc62568 
								
							 
						 
						
							
							
								
								Fix privacy dropdown in boost modal on mobile ( #1967 )  
							
							... 
							
							
							
							Fixes  #1965  
						
							2022-11-22 11:26:14 +01:00  
				
					
						
							
							
								 
						
							
								9255bfb908 
								
							 
						 
						
							
							
								
								[Glitch] Add the ability to edit media attachment metadata for any unattached media  
							
							... 
							
							
							
							Port 31005aad12 
							
						 
						
							2022-11-12 14:01:47 +01:00  
				
					
						
							
							
								 
						
							
								ebfe393e9c 
								
							 
						 
						
							
							
								
								[Glitch] Fix upload progress not communicating processing phase in web UI  
							
							... 
							
							
							
							Port 30ef110224 
							
						 
						
							2022-10-30 18:30:58 +01:00  
				
					
						
							
							
								 
						
							
								2bb443c7d5 
								
							 
						 
						
							
							
								
								Port various forgotten fixes from upstream ( #1864 )  
							
							... 
							
							
							
							* [Glitch] Fix crash when failing to load emoji picker
Port bd3420b13998146281e1 
							
						 
						
							2022-10-12 19:03:28 +02:00  
				
					
						
							
							
								 
						
							
								e1db6cf320 
								
							 
						 
						
							
							
								
								Move flavours/glitch/features/emoji_picker back to flavours/glitch/features/compose/containers/emoji_picker_dropdown_container  
							
							
							
						 
						
							2022-10-11 14:17:27 +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  
				
					
						
							
							
								 
						
							
								2e5fb45be5 
								
							 
						 
						
							
							
								
								[Glitch] Add language dropdown to compose in web UI  
							
							... 
							
							
							
							Port 0cdb077570 
							
						 
						
							2022-05-16 23:06:29 +02:00  
				
					
						
							
							
								 
						
							
								3dd4f40a0e 
								
							 
						 
						
							
							
								
								Fix backend terms link not being used  
							
							
							
						 
						
							2022-05-03 11:10:58 +02:00  
				
					
						
							
							
								 
						
							
								e4bec702ac 
								
							 
						 
						
							
							
								
								[Glitch] Rename toots to posts in various places, add or reword DM warnings  
							
							... 
							
							
							
							Port part of be0bc9acbf7e244879fe 
							
						 
						
							2022-05-03 10:59:23 +02:00  
				
					
						
							
							
								 
						
							
								f3429d7354 
								
							 
						 
						
							
							
								
								[Glitch] Fix controls for unchangeable properties on status edit not being disabled  
							
							... 
							
							
							
							Port 38845592c4 
							
						 
						
							2022-02-12 22:36:39 +01:00  
				
					
						
							
							
								 
						
							
								5e67858fbc 
								
							 
						 
						
							
							
								
								[Glitch] Add editing for published statuses  
							
							... 
							
							
							
							Port 63002cde03 
							
						 
						
							2022-02-10 19:10:20 +01:00  
				
					
						
							
							
								 
						
							
								4dd4fc2e5e 
								
							 
						 
						
							
							
								
								[Glitch] Fix text being incorrectly pre-selected in composer textarea on /share  
							
							... 
							
							
							
							Port 3a103cd317 
							
						 
						
							2022-01-23 18:24:34 +01:00  
				
					
						
							
							
								 
						
							
								8681ef85d0 
								
							 
						 
						
							
							
								
								[Glitch] Fix logout link not working in safari  
							
							... 
							
							
							
							Port b2875b1864 
							
						 
						
							2021-08-09 23:45:58 +02:00  
				
					
						
							
							
								 
						
							
								34a573ac27 
								
							 
						 
						
							
							
								
								[Glitch] Add confirmation modal when closing media edit modal with unsaved changes  
							
							... 
							
							
							
							Port a8a7066e97 
							
						 
						
							2021-07-25 12:59:03 +02:00  
				
					
						
							
							
								 
						
							
								3b96141633 
								
							 
						 
						
							
							
								
								[Glitch] Make “Mark media as sensitive” properly translatable  
							
							... 
							
							
							
							Port c5704e75ae 
							
						 
						
							2020-11-03 17:36:54 +01:00  
				
					
						
							
							
								 
						
							
								a3806ec6ba 
								
							 
						 
						
							
							
								
								[Glitch] Fallback to previous, more approximative hashtag RE on older browsers  
							
							... 
							
							
							
							Signed-off-by: Thibaut Girka <thib@sitedethib.com> 
							
						 
						
							2020-08-05 13:43:32 +02:00  
				
					
						
							
							
								 
						
							
								1d8e930445 
								
							 
						 
						
							
							
								
								[Glitch] Fix the hashtag judgment of the compose form to be the same as the server side  
							
							... 
							
							
							
							Port cd94854e7d 
							
						 
						
							2020-08-02 14:33:22 +02:00  
				
					
						
							
							
								 
						
							
								531658d6cf 
								
							 
						 
						
							
							
								
								Fix posting privacy on secondary button with missing description confirmation dialog  
							
							
							
						 
						
							2020-03-14 12:33:50 +01:00  
				
					
						
							
							
								 
						
							
								44acac0dcd 
								
							 
						 
						
							
							
								
								[Glitch] Fix WebUI allowing to upload more items than the limit  
							
							... 
							
							
							
							Port 66684c489c 
							
						 
						
							2019-11-07 14:31:53 +01:00  
				
					
						
							
							
								 
						
							
								e519b47da6 
								
							 
						 
						
							
							
								
								Update backend links and fix hardcoded ones  
							
							
							
						 
						
							2019-08-31 18:23:24 +02:00  
				
					
						
							
							
								 
						
							
								682cfbb829 
								
							 
						 
						
							
							
								
								Fix imports importing modules from vanilla flavour instead of glitch  
							
							
							
						 
						
							2019-08-31 18:23:24 +02:00  
				
					
						
							
							
								 
						
							
								f11e9d5524 
								
							 
						 
						
							
							
								
								[Glitch] Add confirmation modal when logging out from the web app  
							
							... 
							
							
							
							Port fd3d45d38f 
							
						 
						
							2019-08-29 17:32:22 +02:00  
				
					
						
							
							
								 
						
							
								fae9e34484 
								
							 
						 
						
							
							
								
								Add button to edit media description from missing description confirmation dialog  
							
							
							
						 
						
							2019-08-20 11:33:35 +02:00  
				
					
						
							
							
								 
						
							
								ab019800f8 
								
							 
						 
						
							
							
								
								[Glitch] Add media editing modal  
							
							... 
							
							
							
							Port 23f7afa562 
							
						 
						
							2019-08-19 21:56:25 +02:00  
				
					
						
							
							
								 
						
							
								51411267fd 
								
							 
						 
						
							
							
								
								[Glitch] Add search results pagination to web UI ( #11409 )  
							
							... 
							
							
							
							Port 8a4674f2c3 
							
						 
						
							2019-07-28 17:10:52 +02:00  
				
					
						
							
							
								 
						
							
								43698e08ca 
								
							 
						 
						
							
							
								
								[Glitch] Add message telling FTS is disabled when no toot can be found because of this  
							
							... 
							
							
							
							Port ca8944728f 
							
						 
						
							2019-06-28 18:54:56 +02:00  
				
					
						
							
							
								 
						
							
								967456b6a9 
								
							 
						 
						
							
							
								
								[Glitch] Add audio uploads  
							
							... 
							
							
							
							Port front-end changes from f7f23b4a19 
							
						 
						
							2019-06-24 16:00:42 +02:00  
				
					
						
							
							
								 
						
							
								e433386545 
								
							 
						 
						
							
							
								
								Fix replying not automatically switching to compose form on mobile  
							
							
							
						 
						
							2019-06-14 20:37:54 +02:00  
				
					
						
							
							
								 
						
							
								4fbce23992 
								
							 
						 
						
							
							
								
								Refactor contentType selection in glitch composer  
							
							
							
						 
						
							2019-05-20 10:27:31 +02:00