7d7db8977b 
								
							 
						 
						
							
							
								
								Fix import order with ESLint  
							
							... 
							
							
							
							Port d27216dc46 
							
						 
						
							2023-05-28 16:38:10 +02:00  
				
					
						
							
							
								 
						
							
								9e5278ea7b 
								
							 
						 
						
							
							
								
								[Glitch] Add support for custom sign-up URLs  
							
							... 
							
							
							
							Port ca66e61b93 
							
						 
						
							2023-05-28 15:09:28 +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  
				
					
						
							
							
								 
						
							
								892b3c16f5 
								
							 
						 
						
							
							
								
								[Glitch] Allow scripts in post embed previews  
							
							... 
							
							
							
							Port 711a037660 
							
						 
						
							2023-05-25 23:52:04 +02:00  
				
					
						
							
							
								 
						
							
								b0ec3bfcf9 
								
							 
						 
						
							
							
								
								[Glitch] Fix being unable to load past a full page of filtered posts in Home timeline  
							
							... 
							
							
							
							Port 7b54e47d03 
							
						 
						
							2023-05-25 22:00:07 +02:00  
				
					
						
							
							
								 
						
							
								4a1f4cb6a2 
								
							 
						 
						
							
							
								
								[Glitch] Fix UI crash in moderation interface when opening the media modal  
							
							... 
							
							
							
							Port 5241f7b2fd 
							
						 
						
							2023-05-25 21:57:19 +02:00  
				
					
						
							
							
								 
						
							
								d728222121 
								
							 
						 
						
							
							
								
								[Glitch] Change "Sign in" to "Login"  
							
							... 
							
							
							
							Port 3869e8c210 
							
						 
						
							2023-05-25 21:52:37 +02:00  
				
					
						
							
							
								 
						
							
								e6a7cfd12e 
								
							 
						 
						
							
							
								
								[Glitch] Add stricter ESLint rules for Typescript files  
							
							... 
							
							
							
							Port 5eeb40bdbe 
							
						 
						
							2023-05-25 21:43:19 +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  
				
					
						
							
							
								 
						
							
								0fff2b67de 
								
							 
						 
						
							
							
								
								Disable broken onboarding code  
							
							
							
						 
						
							2023-05-09 23:03:23 +02:00  
				
					
						
							
							
								 
						
							
								5f2071d055 
								
							 
						 
						
							
							
								
								[Glitch] Enforce stricter rules for Typescript files  
							
							... 
							
							
							
							Port c8181eb0a4 
							
						 
						
							2023-05-09 22:56:26 +02:00  
				
					
						
							
							
								 
						
							
								3d9e35375c 
								
							 
						 
						
							
							
								
								[Glitch] Rewrite actions/app.ts and reducers/missed_updates.ts with createAction  
							
							... 
							
							
							
							Port 0999cb4601 
							
						 
						
							2023-05-08 22:15:00 +02:00  
				
					
						
							
							
								 
						
							
								51479f5c28 
								
							 
						 
						
							
							
								
								[Glitch] Add eslint-plugin-jsdoc  
							
							... 
							
							
							
							Port f22b4e556c 
							
						 
						
							2023-05-08 15:48:08 +02:00  
				
					
						
							
							
								 
						
							
								5d18840ab9 
								
							 
						 
						
							
							
								
								Fix more JS linting issues ( #2212 )  
							
							... 
							
							
							
							* Fix uses of intl.formatMessages without default messages
* Ignore lint issue for ColumnLink button 
							
						 
						
							2023-05-08 15:16:55 +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  
				
					
						
							
							
								 
						
							
								38eeed6cbf 
								
							 
						 
						
							
							
								
								[Glitch] Change logo version in header based on screen size in web UI  
							
							... 
							
							
							
							Port 6028d047b9 
							
						 
						
							2023-04-29 18:54:13 +02:00  
				
					
						
							
							
								 
						
							
								799e9917e4 
								
							 
						 
						
							
							
								
								[Glitch] Rewrite GIFV component with React hooks  
							
							... 
							
							
							
							Port cf3fa1e814 
							
						 
						
							2023-04-22 11:22:49 +02:00  
				
					
						
							
							
								 
						
							
								bc7b3399fb 
								
							 
						 
						
							
							
								
								[Glitch] Fix crash when trying to open the filter modal  
							
							... 
							
							
							
							Port bc4745f482 
							
						 
						
							2023-04-22 10:20:50 +02:00  
				
					
						
							
							
								 
						
							
								34f8e696e2 
								
							 
						 
						
							
							
								
								[Glitch] Change all components to use the same error page in web UI  
							
							... 
							
							
							
							Port cee357d538 
							
						 
						
							2023-04-16 18:20:51 +02:00  
				
					
						
							
							
								 
						
							
								bfe46d08f9 
								
							 
						 
						
							
							
								
								[Glitch] Ensure tabIndex is number instead of string  
							
							... 
							
							
							
							Port ec0c104bf2 
							
						 
						
							2023-04-09 14:47:29 +02:00  
				
					
						
							
							
								 
						
							
								f3f7ef2d13 
								
							 
						 
						
							
							
								
								[Glitch] Set marginRight as string  
							
							... 
							
							
							
							Port 927b2fd138 
							
						 
						
							2023-04-09 11:59:42 +02:00  
				
					
						
							
							
								 
						
							
								8215df76c0 
								
							 
						 
						
							
							
								
								[Glitch] Remove legacy decorators syntax  
							
							... 
							
							
							
							Port d1b057a0ac 
							
						 
						
							2023-03-27 08:51:57 +02:00  
				
					
						
							
							
								 
						
							
								8f97ffe91e 
								
							 
						 
						
							
							
								
								[Glitch] Replace `Status#translatable?` with language matrix in separate endpoint  
							
							... 
							
							
							
							Port bd047acc35 
							
						 
						
							2023-03-16 23:21:08 +01:00  
				
					
						
							
							
								 
						
							
								9a1bd1c3e9 
								
							 
						 
						
							
							
								
								[Glitch] Switched bookmark and favourites around  
							
							... 
							
							
							
							Port a1347f456e 
							
						 
						
							2023-03-05 21:07:55 +01:00  
				
					
						
							
							
								 
						
							
								03ac84b0f4 
								
							 
						 
						
							
							
								
								[Glitch] Fix duplicate “Publish” button on mobile  
							
							... 
							
							
							
							Port b55fc883b6 
							
						 
						
							2023-03-05 21:07:10 +01:00  
				
					
						
							
							
								 
						
							
								0e476f3c4f 
								
							 
						 
						
							
							
								
								[Glitch] Add `lang` attribute to media and poll options  
							
							... 
							
							
							
							Port d3eefead30 
							
						 
						
							2023-03-05 17:52:53 +01:00  
				
					
						
							
							
								 
						
							
								81ef21a0c8 
								
							 
						 
						
							
							
								
								[Glitch] Rename JSX files with proper `.jsx` extension  
							
							... 
							
							
							
							Port 44a7d87cb1 
							
						 
						
							2023-02-25 14:35:31 +01:00  
				
					
						
							
							
								 
						
							
								587f6b3b06 
								
							 
						 
						
							
							
								
								[Glitch] Enable ESLint import recommended rules  
							
							... 
							
							
							
							Port eddfb33dfe 
							
						 
						
							2023-02-18 16:02:12 +01:00  
				
					
						
							
							
								 
						
							
								95e2cab22e 
								
							 
						 
						
							
							
								
								[Glitch] Add setting for status page URL  
							
							... 
							
							
							
							Port 8f590b0a21 
							
						 
						
							2023-02-09 12:58:11 +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  
				
					
						
							
							
								 
						
							
								3f74235ac5 
								
							 
						 
						
							
							
								
								[Glitch] Fix confusing wording in the sign in banner  
							
							... 
							
							
							
							Port 3588fbc766 
							
						 
						
							2023-01-18 17:59:06 +01:00  
				
					
						
							
							
								 
						
							
								00cc1536f2 
								
							 
						 
						
							
							
								
								[Glitch] Add listing of followed hashtags  
							
							... 
							
							
							
							Port 30e895299c 
							
						 
						
							2023-01-18 17:58:18 +01:00  
				
					
						
							
							
								 
						
							
								55e368c02f 
								
							 
						 
						
							
							
								
								[Glitch] Add option to make the landing page be /about even when trends are enabled  
							
							... 
							
							
							
							Port 3970a6f433 
							
						 
						
							2023-01-18 17:54:37 +01:00  
				
					
						
							
							
								 
						
							
								b5c6a116a7 
								
							 
						 
						
							
							
								
								[Glitch] Add support for editing media description and focus point of already-posted statuses  
							
							... 
							
							
							
							Port 4b92e59f4f 
							
						 
						
							2023-01-18 17:52:45 +01:00  
				
					
						
							
							
								 
						
							
								fdabfb9d0e 
								
							 
						 
						
							
							
								
								[Glitch] Fix footer link circle dividers' screen reader accessibility by adding aria-hidden  
							
							... 
							
							
							
							Port 2bcb081ce8 
							
						 
						
							2023-01-10 09:39:19 +01:00  
				
					
						
							
							
								 
						
							
								b6a928cd04 
								
							 
						 
						
							
							
								
								[Glitch] Add variable autoFocus to video  
							
							... 
							
							
							
							Port 2195f21524 
							
						 
						
							2023-01-10 09:39:19 +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  
				
					
						
							
							
								 
						
							
								c459625119 
								
							 
						 
						
							
							
								
								[Glitch] Fix language surrounding disability in prompts for alt text and other media descriptions  
							
							... 
							
							
							
							Port c761e7a5ef 
							
						 
						
							2022-12-15 21:07:10 +01:00  
				
					
						
							
							
								 
						
							
								57eab6dbee 
								
							 
						 
						
							
							
								
								[Glitch] Fix typo in handler function call name  
							
							... 
							
							
							
							Port 72a8af8088 
							
						 
						
							2022-12-15 20:58:48 +01:00  
				
					
						
							
							
								 
						
							
								0e70215c40 
								
							 
						 
						
							
							
								
								[Glitch] Fix “Sign up” button with closed registrations not opening modal on mobile  
							
							... 
							
							
							
							Port 51098035ed 
							
						 
						
							2022-12-07 09:09:23 +01:00  
				
					
						
							
							
								 
						
							
								4b449fff23 
								
							 
						 
						
							
							
								
								[Glitch] Make the button that expands the publish form differentiable from the button that publishes a post  
							
							... 
							
							
							
							Port 654d348aac 
							
						 
						
							2022-11-17 12:58:39 +01:00  
				
					
						
							
							
								 
						
							
								e2315876f4 
								
							 
						 
						
							
							
								
								[Glitch] Do not show drag&drop dialog when not logined  
							
							... 
							
							
							
							Port 553b169d48 
							
						 
						
							2022-11-12 13:59:03 +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  
				
					
						
							
							
								 
						
							
								c493c967d6 
								
							 
						 
						
							
							
								
								Fix light theme issues with the favourite modal and some background colors ( #1902 )  
							
							... 
							
							
							
							* Fix favourite modal styling in glitch-soc light theme
* Fix unnecessary difference between glitch-soc's light theme and upstream's 
							
						 
						
							2022-11-07 10:34:18 +01:00  
				
					
						
							
							
								 
						
							
								c883799a1f 
								
							 
						 
						
							
							
								
								[Glitch] Change design of link footer  
							
							... 
							
							
							
							Port 2d9a85db6e 
							
						 
						
							2022-11-06 17:29:04 +01:00  
				
					
						
							
							
								 
						
							
								d29172a682 
								
							 
						 
						
							
							
								
								[Glitch] Fix missing interpolation of domain in disabled account banner in web UI  
							
							... 
							
							
							
							Port a442f481f8 
							
						 
						
							2022-11-06 17:29:04 +01:00  
				
					
						
							
							
								 
						
							
								b6c0ef70a2 
								
							 
						 
						
							
							
								
								[Glitch] Change sign-in banner to reflect disabled or moved account status  
							
							... 
							
							
							
							Port 312d616371 
							
						 
						
							2022-11-06 17:29:04 +01:00  
				
					
						
							
							
								 
						
							
								34ba7612d1 
								
							 
						 
						
							
							
								
								Fix 'App settings' label visible in sidebar on mobile UI ( #1888 )  
							
							
							
						 
						
							2022-11-05 08:12:04 +01:00  
				
					
						
							
							
								 
						
							
								c199556f64 
								
							 
						 
						
							
							
								
								Fix 'App settings' link in basic web UI ( #1880 )  
							
							
							
						 
						
							2022-11-01 09:38:55 +01:00  
				
					
						
							
							
								 
						
							
								41885c8715 
								
							 
						 
						
							
							
								
								Remove/update old "tootsuite" references, except those needed for Docker ( #1860 )  
							
							
							
						 
						
							2022-11-01 09:38:05 +01:00  
				
					
						
							
							
								 
						
							
								f405ad69b3 
								
							 
						 
						
							
							
								
								[Glitch] Remove navigation links to /explore when trends are disabled  
							
							... 
							
							
							
							Port 267978d4fe 
							
						 
						
							2022-10-28 19:26:28 +02:00  
				
					
						
							
							
								 
						
							
								89fdfb8fe6 
								
							 
						 
						
							
							
								
								[Glitch] Fix redirecting to `/publish` when compose form is visible in web UI  
							
							... 
							
							
							
							Port 5452af2188 
							
						 
						
							2022-10-28 19:26:28 +02:00  
				
					
						
							
							
								 
						
							
								7bb1b917b2 
								
							 
						 
						
							
							
								
								[Glitch] Change featured hashtags to be displayed in navigation panel  
							
							... 
							
							
							
							Port aefa9253d6 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								8be350cc82 
								
							 
						 
						
							
							
								
								[Glitch] Add featured tags selector for WebUI  
							
							... 
							
							
							
							Port 4c7b5fb6c1 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								e9ccee38a7 
								
							 
						 
						
							
							
								
								[Glitch] Change floating action button to be a button in header in web UI  
							
							... 
							
							
							
							Port 1fd6460b02 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								05c1dd9114 
								
							 
						 
						
							
							
								
								[Glitch] Add closed registrations modal  
							
							... 
							
							
							
							Port 2277913f3f 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								1315c149c0 
								
							 
						 
						
							
							
								
								[Glitch] Add error boundary around routes in web UI  
							
							... 
							
							
							
							Port a43a823768 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								bda5040085 
								
							 
						 
						
							
							
								
								[Glitch] Change landing page to be /about instead of /explore when trends are disabled  
							
							... 
							
							
							
							Port 062b3c9090 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								89e9ec8ae2 
								
							 
						 
						
							
							
								
								fixup! [Glitch] Fix intermediary responsive layout, accessibility on navigation in web UI  
							
							
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								9363e5c24e 
								
							 
						 
						
							
							
								
								[Glitch] Change public accounts pages to mount the web UI  
							
							... 
							
							
							
							Port 839f893168 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								67b4ecdd21 
								
							 
						 
						
							
							
								
								[Glitch] Change about page to be mounted in the web UI  
							
							... 
							
							
							
							Port 1bd00036c2 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								5d4d4a69f6 
								
							 
						 
						
							
							
								
								[Glitch] Redirect non-logged-in user to owner statuses on single user mode  
							
							... 
							
							
							
							Port 7afc6a630c 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								1850166de9 
								
							 
						 
						
							
							
								
								[Glitch] Hide list panel from nav bar in mobile layout  
							
							... 
							
							
							
							Port d787343325 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								1e7f819c85 
								
							 
						 
						
							
							
								
								[Glitch] Fix `ColumnLink` labels not disappearing in mobile UI  
							
							... 
							
							
							
							Port 3eef8a7a81 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								492ceeceb0 
								
							 
						 
						
							
							
								
								[Glitch] Fix fedi/local timeline nav link always hide  
							
							... 
							
							
							
							Port d3f1a010e5 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								c36f28ba77 
								
							 
						 
						
							
							
								
								[Glitch] Fix intermediary responsive layout, accessibility on navigation in web UI  
							
							... 
							
							
							
							Port 0765324622 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								e5720cd540 
								
							 
						 
						
							
							
								
								[Glitch] Add title to pages with missing title in Web UI  
							
							... 
							
							
							
							Port a5112b51fd 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								8491a3532d 
								
							 
						 
						
							
							
								
								[Glitch] Remove timeline preview link from nav panel when not signed-in  
							
							... 
							
							
							
							Port e82467ca41 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								07df273f37 
								
							 
						 
						
							
							
								
								[Glitch] Change privacy policy to be rendered in web UI, add REST API  
							
							... 
							
							
							
							Port a2ba011326 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								206e9593ac 
								
							 
						 
						
							
							
								
								[Glitch] Fix logged-out web UI on smaller screens  
							
							... 
							
							
							
							Port e2b561e3a5 
							
						 
						
							2022-10-28 19:24:02 +02:00  
				
					
						
							
							
								 
						
							
								b728b25c10 
								
							 
						 
						
							
							
								
								Move flavours/glitch/utils/emoji back to flavours/glitch/features/emoji  
							
							
							
						 
						
							2022-10-11 12:43:19 +02:00  
				
					
						
							
							
								 
						
							
								b75bf336bd 
								
							 
						 
						
							
							
								
								Move more modules from flavours/glitch/utils to flavours/glitch  
							
							
							
						 
						
							2022-10-11 12:25:45 +02:00  
				
					
						
							
							
								 
						
							
								7097a459be 
								
							 
						 
						
							
							
								
								Move flavours/glitch/utils/ready to flavours/glitch/ready  
							
							
							
						 
						
							2022-10-11 11:31:11 +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  
				
					
						
							
							
								 
						
							
								c285546052 
								
							 
						 
						
							
							
								
								Move flavours/glitch/util/api to flavours/glitch/api  
							
							
							
						 
						
							2022-10-11 11:30:52 +02:00  
				
					
						
							
							
								 
						
							
								26b687160b 
								
							 
						 
						
							
							
								
								Move flavours/glitch/util/initial_state to flavours/glitch/initial_state  
							
							
							
						 
						
							2022-10-11 10:17:04 +02:00  
				
					
						
							
							
								 
						
							
								757e16a0b5 
								
							 
						 
						
							
							
								
								[Glitch] Add server banner to web app  
							
							... 
							
							
							
							Port d2528b26b6 
							
						 
						
							2022-10-09 20:26:15 +02:00  
				
					
						
							
							
								 
						
							
								c9fadb3cae 
								
							 
						 
						
							
							
								
								[Glitch] Add interaction modal to logged-out web UI  
							
							... 
							
							
							
							Port 7fb738c837 
							
						 
						
							2022-10-09 18:23:15 +02:00  
				
					
						
							
							
								 
						
							
								9ee2746a36 
								
							 
						 
						
							
							
								
								[Glitch] Add dynamic document title to WebUI  
							
							... 
							
							
							
							Port part of 43b5d5e38d 
							
						 
						
							2022-10-09 18:23:15 +02:00  
				
					
						
							
							
								 
						
							
								1ddd2186de 
								
							 
						 
						
							
							
								
								[Glitch] Add sign-up button to logged-out web UI  
							
							... 
							
							
							
							Port e623c302d5 
							
						 
						
							2022-10-09 18:23:15 +02:00  
				
					
						
							
							
								 
						
							
								b38361a347 
								
							 
						 
						
							
							
								
								[Glitch] Fix various issues with logged-out Web UI  
							
							... 
							
							
							
							Port fixes from e623c302d5 
							
						 
						
							2022-10-09 18:23:15 +02:00  
				
					
						
							
							
								 
						
							
								0ff1d62c7a 
								
							 
						 
						
							
							
								
								[Glitch] Add logged-out access to the web UI  
							
							... 
							
							
							
							Port part of 43b5d5e38d 
							
						 
						
							2022-10-09 15:29:14 +02:00  
				
					
						
							
							
								 
						
							
								d4f13b9041 
								
							 
						 
						
							
							
								
								Change “Explore” tab to only provide search when trends are disabled  
							
							
							
						 
						
							2022-10-08 20:49:02 +02:00  
				
					
						
							
							
								 
						
							
								de9700a71a 
								
							 
						 
						
							
							
								
								[Glitch] Fix public timelines being inaccessible on one stage of responsive layout in web UI ( #17760 )  
							
							... 
							
							
							
							Port fa47c37f13 
							
						 
						
							2022-10-08 20:49:02 +02:00  
				
					
						
							
							
								 
						
							
								815bf3753a 
								
							 
						 
						
							
							
								
								[Glitch] Change the "Explore" icon from fa-globe to fa-hashtag  
							
							... 
							
							
							
							Port e38a01c41a 
							
						 
						
							2022-10-08 20:49:02 +02:00  
				
					
						
							
							
								 
						
							
								c1fbef0965 
								
							 
						 
						
							
							
								
								[Glitch] Remove profile directory link from main navigation panel  
							
							... 
							
							
							
							Port 54d4ece743 
							
						 
						
							2022-10-08 20:49:02 +02:00  
				
					
						
							
							
								 
						
							
								058b74dc0a 
								
							 
						 
						
							
							
								
								[Glitch] Add explore page to web UI  
							
							... 
							
							
							
							Port d4592bbfcd 
							
						 
						
							2022-10-08 20:49:02 +02:00  
				
					
						
							
							
								 
						
							
								870f0aae48 
								
							 
						 
						
							
							
								
								[Glitch] Fix pop-out player appearing on mobile screens in web UI  
							
							... 
							
							
							
							Port 18ca4e0e9a 
							
						 
						
							2022-10-08 20:49:02 +02:00  
				
					
						
							
							
								 
						
							
								22af8f7563 
								
							 
						 
						
							
							
								
								Fix clicking bookmark column header not scrolling to top in single-column  
							
							
							
						 
						
							2022-10-03 09:54:24 +02:00  
				
					
						
							
							
								 
						
							
								f416e36f0f 
								
							 
						 
						
							
							
								
								[Glitch] Add ability to filter followed accounts' posts by language  
							
							... 
							
							
							
							Port 50948b46aa 
							
						 
						
							2022-10-02 19:36:29 +02:00  
				
					
						
							
							
								 
						
							
								d25de7f01e 
								
							 
						 
						
							
							
								
								[Glitch] Change path of privacy policy page  
							
							... 
							
							
							
							Port 36f4c32a38 
							
						 
						
							2022-10-02 19:36:29 +02:00  
				
					
						
							
							
								 
						
							
								2a46fcc3ed 
								
							 
						 
						
							
							
								
								Fix regexp filtering in pinned community/public TLs ( #1840 )  
							
							
							
						 
						
							2022-09-02 11:57:06 +02:00  
				
					
						
							
							
								 
						
							
								7a02c1d9ba 
								
							 
						 
						
							
							
								
								Add regexp filter field to public timeline column settings ( #1834 )  
							
							... 
							
							
							
							* Add regexp filter field to public timeline column settings
This has accidentally been removed while porting an upstream change years ago.
* Remove dead code
* Fix regexp filter not working for local and public TLs when using non-default settings 
							
						 
						
							2022-08-28 22:21:55 +02:00  
				
					
						
							
							
								 
						
							
								0b733ca790 
								
							 
						 
						
							
							
								
								[Glitch] Add ability to filter individual posts  
							
							... 
							
							
							
							Port 50487db122 
							
						 
						
							2022-08-25 09:52:13 +02:00  
				
					
						
							
							
								 
						
							
								a15fe32e61 
								
							 
						 
						
							
							
								
								[Glitch] Revamp post filtering system  
							
							... 
							
							
							
							Port front-end changes from 02851848e9 
							
						 
						
							2022-08-25 09:40:45 +02:00  
				
					
						
							
							
								 
						
							
								969d805e86 
								
							 
						 
						
							
							
								
								[Glitch] Bump react-redux-loading-bar from 4.0.8 to 5.0.4  
							
							... 
							
							
							
							Port d5ca204e89 
							
						 
						
							2022-07-22 18:39:57 +02:00  
				
					
						
							
							
								 
						
							
								30e7836a19 
								
							 
						 
						
							
							
								
								[Glitch] Add customizable user roles  
							
							... 
							
							
							
							Port front-end changes from 44b2ee3485 
							
						 
						
							2022-07-05 11:35:32 +02:00  
				
					
						
							
							
								 
						
							
								dc350be6f5 
								
							 
						 
						
							
							
								
								Use upstream's settings for CW auto-expand and column swiping ( #1770 )  
							
							... 
							
							
							
							* Use Mastodon server-side settings for automatically expanding toots with CWs
* Add modal warning about settings changes
* Use Mastodon server-side settings for disabling swiping 
							
						 
						
							2022-05-15 17:30:40 +02:00  
				
					
						
							
							
								 
						
							
								703c7ae4b9 
								
							 
						 
						
							
							
								
								[Glitch] Fix floating action button obscuring last element  
							
							... 
							
							
							
							Port 5a448d0d71 
							
						 
						
							2022-05-08 21:05:21 +02:00  
				
					
						
							
							
								 
						
							
								3093ed1b7d 
								
							 
						 
						
							
							
								
								Refactor visibility icon using VisibilityIcon  
							
							
							
						 
						
							2022-05-03 11:04:09 +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  
				
					
						
							
							
								 
						
							
								01c2f47b7f 
								
							 
						 
						
							
							
								
								[Glitch] Fix empty “Server rules violation” report option  
							
							... 
							
							
							
							Port eed5a4bf9c 
							
						 
						
							2022-04-28 23:43:49 +02:00  
				
					
						
							
							
								 
						
							
								2c5faa5594 
								
							 
						 
						
							
							
								
								[Glitch] Add polls and media attachments to edit comparison modal in web UI  
							
							... 
							
							
							
							Port 9f2791eb64 
							
						 
						
							2022-03-10 11:30:48 +01:00  
				
					
						
							
							
								 
						
							
								8e04ba87b7 
								
							 
						 
						
							
							
								
								[Glitch] Fix reply button on media modal not giving focus to compose form  
							
							... 
							
							
							
							Port 2cd31b3177 
							
						 
						
							2022-02-26 09:54:48 +01:00  
				
					
						
							
							
								 
						
							
								aafe91259a 
								
							 
						 
						
							
							
								
								Fetch relationships when opening report modal  
							
							... 
							
							
							
							Relationship with the reported account affect which actions are proposed in
the “thanks” part. Upstream fetches relationships when opening dropdown menus,
but we don't. 
							
						 
						
							2022-02-23 21:12:03 +01:00  
				
					
						
							
							
								 
						
							
								470c0a8002 
								
							 
						 
						
							
							
								
								[Glitch] Change report modal to include category selection in web UI  
							
							... 
							
							
							
							Port a9a43de6d1 
							
						 
						
							2022-02-23 20:25:55 +01:00  
				
					
						
							
							
								 
						
							
								44b06c4d96 
								
							 
						 
						
							
							
								
								[Glitch] Add edit history to web UI  
							
							... 
							
							
							
							Port fd3a45e348 
							
						 
						
							2022-02-09 17:51:35 +01:00  
				
					
						
							
							
								 
						
							
								e1a4590bca 
								
							 
						 
						
							
							
								
								Rework actions modal to bring it closer to upstream and fix modal stacking issue  
							
							
							
						 
						
							2022-02-09 16:40:23 +01:00  
				
					
						
							
							
								 
						
							
								f87ce13afc 
								
							 
						 
						
							
							
								
								Refactor dropdown and action modal code slightly  
							
							... 
							
							
							
							Simplify it a bit and make it closer to upstream 
							
						 
						
							2022-02-09 13:23:12 +01:00  
				
					
						
							
							
								 
						
							
								345b64340b 
								
							 
						 
						
							
							
								
								[Glitch] Fix incorrect use of old WebUI paths  
							
							... 
							
							
							
							Port 6b19e1e632 
							
						 
						
							2021-09-28 13:07:27 +02:00  
				
					
						
							
							
								 
						
							
								188d66c9a8 
								
							 
						 
						
							
							
								
								[Glitch] Add aliases for WebUI routes that were renamed in  #16171  
							
							... 
							
							
							
							Port 11502ae46e 
							
						 
						
							2021-09-28 13:07:27 +02:00  
				
					
						
							
							
								 
						
							
								a7f6524c6b 
								
							 
						 
						
							
							
								
								[Glitch] Change routing paths to use usernames in web UI  
							
							... 
							
							
							
							Port 52e5c07948 
							
						 
						
							2021-09-26 21:35:57 +02:00  
				
					
						
							
							
								 
						
							
								4a94f4127b 
								
							 
						 
						
							
							
								
								Fix glitch-soc front-end not linking to the provided SOURCE_URL  
							
							
							
						 
						
							2021-09-08 16:36:45 +02: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  
				
					
						
							
							
								 
						
							
								84fbe4d030 
								
							 
						 
						
							
							
								
								Refactor shouldUpdateScroll stuff  
							
							
							
						 
						
							2021-07-13 12:51:06 +02:00  
				
					
						
							
							
								 
						
							
								6e3d5cbca2 
								
							 
						 
						
							
							
								
								Fix and simplify browser history handling in relation to modals  
							
							... 
							
							
							
							This simplifies the logic to:
- when the last modal gets closed and we're in our history buffer state, go back
- whenever a modal is open, ensure we're in a history buffer state by
  potentially pushing one 
							
						 
						
							2021-07-12 20:13:02 +02:00  
				
					
						
							
							
								 
						
							
								c5b4e6b708 
								
							 
						 
						
							
							
								
								Add modal stack to allow better boost modal and media modal interaction.  
							
							
							
						 
						
							2021-07-12 17:00:14 +02:00  
				
					
						
							
							
								 
						
							
								ba8f4535e3 
								
							 
						 
						
							
							
								
								[Glitch] Hide /about/more footer link in limited federation mode  
							
							... 
							
							
							
							Port 7c27ccb8d8 
							
						 
						
							2021-06-30 00:45:00 +02:00  
				
					
						
							
							
								 
						
							
								6dd51448a6 
								
							 
						 
						
							
							
								
								[Glitch] Fix OCR failure when erroneous lang data is in cache  
							
							... 
							
							
							
							Port 8428faa085 
							
						 
						
							2021-06-16 11:29:07 +02:00  
				
					
						
							
							
								 
						
							
								67c2c0a41e 
								
							 
						 
						
							
							
								
								[Glitch] Fix dialog close button  
							
							... 
							
							
							
							Port 0464240f19 
							
						 
						
							2021-05-12 11:07:40 +02:00  
				
					
						
							
							
								 
						
							
								34cc6f45ac 
								
							 
						 
						
							
							
								
								[Glitch] Fix expand video on public page  
							
							... 
							
							
							
							Signed-off-by: Claire <claire.github-309c@sitedethib.com> 
							
						 
						
							2021-05-07 22:47:09 +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  
				
					
						
							
							
								 
						
							
								cccc65651d 
								
							 
						 
						
							
							
								
								[Glitch] Fix media modal crashing when media has no blurhash  
							
							... 
							
							
							
							Port 13206fcfb8 
							
						 
						
							2021-05-07 22:47:09 +02:00  
				
					
						
							
							
								 
						
							
								50b100df00 
								
							 
						 
						
							
							
								
								Change media modals look in web UI  
							
							... 
							
							
							
							Port 1e89e2ed98 
							
						 
						
							2021-05-07 22:47:09 +02:00  
				
					
						
							
							
								 
						
							
								56135a77f9 
								
							 
						 
						
							
							
								
								[Glitch] Hide floating action button on onboarding page  
							
							... 
							
							
							
							Port 2c322addf3 
							
						 
						
							2021-05-07 22:00:11 +02:00  
				
					
						
							
							
								 
						
							
								89bc4dff6f 
								
							 
						 
						
							
							
								
								[Glitch] Change onboarding by replacing tutorial with follow recommendations in web UI  
							
							... 
							
							
							
							Port bf903dc510 
							
						 
						
							2021-05-07 22:00:11 +02:00  
				
					
						
							
							
								 
						
							
								6be0b4b014 
								
							 
						 
						
							
							
								
								[Glitch] Fix crash in old browsers  
							
							... 
							
							
							
							Port abad99fa10 
							
						 
						
							2021-04-05 14:33:42 +02:00  
				
					
						
							
							
								 
						
							
								5ea53b6158 
								
							 
						 
						
							
							
								
								[Glitch] Fix compose form behavior in mobile view  
							
							... 
							
							
							
							Port 034f37b85a 
							
						 
						
							2021-03-24 11:21:21 +01:00  
				
					
						
							
							
								 
						
							
								49eef466b8 
								
							 
						 
						
							
							
								
								[Glitch] Add dropdown for boost privacy in boost confirmation modal  
							
							... 
							
							
							
							Port 07b46cb332 
							
						 
						
							2021-02-12 12:31:49 +01:00  
				
					
						
							
							
								 
						
							
								31e68bf3d3 
								
							 
						 
						
							
							
								
								[Glitch] Fix OCR lang data failing to load  
							
							... 
							
							
							
							Port 73ddb60c32 
							
						 
						
							2021-01-11 12:00:26 +01:00  
				
					
						
							
							
								 
						
							
								7d0e45a3be 
								
							 
						 
						
							
							
								
								[Glitch] Fix column swiping animation logic  
							
							... 
							
							
							
							Port 0b437325dc 
							
						 
						
							2020-12-09 15:12:28 +01:00  
				
					
						
							
							
								 
						
							
								e18f9f8228 
								
							 
						 
						
							
							
								
								[Glitch] Fix unnecessary re-rendering of various components when typing in web UI  
							
							... 
							
							
							
							Partially port 9620ee90be 
							
						 
						
							2020-12-09 15:11:38 +01:00  
				
					
						
							
							
								 
						
							
								b9fc807115 
								
							 
						 
						
							
							
								
								[Glitch] Fixed ESLint error  
							
							... 
							
							
							
							Port a2da02626e 
							
						 
						
							2020-11-25 15:56:43 +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  
				
					
						
							
							
								 
						
							
								8ffae82fa6 
								
							 
						 
						
							
							
								
								Fix minor design issues with fav confirmation modal  
							
							
							
						 
						
							2020-11-13 01:14:52 +01:00  
				
					
						
							
							
								 
						
							
								e4d62042bd 
								
							 
						 
						
							
							
								
								[Glitch] Add limitation of image's max zoom rate (max to the original size of image)  
							
							... 
							
							
							
							Port f720af6b72 
							
						 
						
							2020-11-07 18:33:16 +01:00  
				
					
						
							
							
								 
						
							
								91c2f14fd2 
								
							 
						 
						
							
							
								
								[Glitch] Bump detect-passive-events from 1.0.5 to 2.0.1  
							
							... 
							
							
							
							Port e16b0fb15a 
							
						 
						
							2020-11-07 18:32:09 +01:00  
				
					
						
							
							
								 
						
							
								dc86d814d9 
								
							 
						 
						
							
							
								
								[Glitch] add mouse scroll lock in image expand view  
							
							... 
							
							
							
							Port f645dad661 
							
						 
						
							2020-11-04 12:24:40 +01:00  
				
					
						
							
							
								 
						
							
								40af1cf65b 
								
							 
						 
						
							
							
								
								[Glitch] Add expand/compress image button on image view box  
							
							... 
							
							
							
							Port 6a2db10f76 
							
						 
						
							2020-11-04 12:24:40 +01:00  
				
					
						
							
							
								 
						
							
								078744f210 
								
							 
						 
						
							
							
								
								[Glitch] Make visibility icon clickable as part of the time of a toot  
							
							... 
							
							
							
							Port 1d07f51039 
							
						 
						
							2020-11-04 12:24:40 +01:00  
				
					
						
							
							
								 
						
							
								8f950e540b 
								
							 
						 
						
							
							
								
								[Glitch] Add pop-out player for audio/video in web UI  
							
							... 
							
							
							
							port d88a79b456 
							
						 
						
							2020-10-26 19:51:09 +01:00  
				
					
						
							
							
								 
						
							
								5c60f7eaed 
								
							 
						 
						
							
							
								
								[Glitch] Fix strings that could not be translated  
							
							... 
							
							
							
							Port fb5f3be18f 
							
						 
						
							2020-10-21 21:49:46 +02:00  
				
					
						
							
							
								 
						
							
								4ae4b03974 
								
							 
						 
						
							
							
								
								[Glitch] Change how missing desktop notifications permission is displayed  
							
							... 
							
							
							
							Port a69ca29473 
							
						 
						
							2020-10-21 21:49:46 +02:00  
				
					
						
							
							
								 
						
							
								b5927301cf 
								
							 
						 
						
							
							
								
								[Glitch] Fix browser notification permission request logic  
							
							... 
							
							
							
							Port f54ca3d08e 
							
						 
						
							2020-10-21 21:28:47 +02:00