Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e98833748e 
							
						 
					 
					
						
						
							
							Fix being able to spoof link verification ( #20217 )  
						
						... 
						
						
						
						- Change verification to happen in `default` queue
- Change verification worker to only be queued if there's something to do
- Add `link` tags from metadata fields to page header of profiles 
						
						
					 
					
						2022-11-09 08:24:21 +01:00 
						 
				 
			
				
					
						
							
							
								Sasha Sorokin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d055d75172 
							
						 
					 
					
						
						
							
							Remove aria-pressed where it's redundant ( #19912 )  
						
						... 
						
						
						
						This commit removes aria-pressed attribute from all elements which
contents or other descriptive attributes change in active state,
effectively replacing the meaning of the button, in which case
aria-pressed, an attribute specified whether the button is currently
pressed, would create a confusion. (Spoiler: it's everywhere).
See https://github.com/mastodon/mastodon/issues/13545#issuecomment-1304886969  
						
						
					 
					
						2022-11-08 17:31:32 +01:00 
						 
				 
			
				
					
						
							
							
								trwnh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1a48e05b6 
							
						 
					 
					
						
						
							
							Change Report category to "violation" if rule IDs are provided ( #20137 )  
						
						... 
						
						
						
						* Change Report category to "violation" if rule IDs are provided
* Fix LiteralAsCondition
* Add parentheses to conditional statement 
						
						
					 
					
						2022-11-08 17:28:02 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c476dfc725 
							
						 
					 
					
						
						
							
							Fix nodeinfo metadata attribute being an array instead of an object ( #20114 )  
						
						... 
						
						
						
						Fixes  #20111  
					
						2022-11-08 17:26:11 +01:00 
						 
				 
			
				
					
						
							
							
								trwnh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c374729225 
							
						 
					 
					
						
						
							
							Add sensitized to Admin::Account serializer ( fix   #19148 ) ( #20094 )  
						
						... 
						
						
						
						* Add `sensitized` to Admin::Account serializer (fix  #19148 )
* remove whitespace, please linter 
						
						
					 
					
						2022-11-08 17:15:54 +01:00 
						 
				 
			
				
					
						
							
							
								trwnh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89e1974f30 
							
						 
					 
					
						
						
							
							Make account endorsements idempotent ( fix   #19045 ) ( #20118 )  
						
						... 
						
						
						
						* Make account endorsements idempotent (fix  #19045 )
* Accept suggestion to use exists? instead of find_by + nil check
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
* fix logic (unless, not if)
* switch to using `find_or_create_by!`
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
						
						
					 
					
						2022-11-08 16:39:15 +01:00 
						 
				 
			
				
					
						
							
							
								trwnh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							455a754081 
							
						 
					 
					
						
						
							
							Fix missing cast of status and rule IDs to string ( fix   #19048 ) ( #20122 )  
						
						
						
						
					 
					
						2022-11-08 16:37:41 +01:00 
						 
				 
			
				
					
						
							
							
								trwnh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							68d9dcd425 
							
						 
					 
					
						
						
							
							Fix uncaught 500 error on invalid replies_policy ( Fix   #19097 ) ( #20126 )  
						
						
						
						
					 
					
						2022-11-08 16:37:28 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c989faaa62 
							
						 
					 
					
						
						
							
							Change Request connection logic to try both IPv6 and IPv4 when available ( #20108 )  
						
						... 
						
						
						
						Fixes  #19751  
					
						2022-11-08 16:36:26 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							782b6835f7 
							
						 
					 
					
						
						
							
							Fix redrafting a currently-editing post not leaving edit mode ( #20023 )  
						
						
						
						
					 
					
						2022-11-08 04:06:54 +01:00 
						 
				 
			
				
					
						
							
							
								James Tucker 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							833d9c2f1c 
							
						 
					 
					
						
						
							
							Improve performance by avoiding method cache busts ( #19957 )  
						
						... 
						
						
						
						Switch to monkey-patching http.rb rather than a runtime extend of each
response, so as to avoid busting the global method cache. A guard is
included that will provide developer feedback in development and test
environments should the monkey patch ever collide. 
						
						
					 
					
						2022-11-08 04:00:27 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f4930ec11 
							
						 
					 
					
						
						
							
							Add password autocomplete hints ( #20071 )  
						
						... 
						
						
						
						Fixes  #20067 
Our password autocomplete hints were “off” but that does not prevent current
browsers from trying to autocomplete them anyway, so use `current-password` and
`new-password` so they don't put a newly-generated password in a password
confirmation prompt, or the old password for a password renewal prompt. 
					
						2022-11-08 03:53:06 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							608343c135 
							
						 
					 
					
						
						
							
							Fix opening the language picker scrolling the single-column view to the top ( #19983 )  
						
						... 
						
						
						
						Fixes  #19915  
					
						2022-11-08 03:52:52 +01:00 
						 
				 
			
				
					
						
							
							
								Postmodern 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca80beb653 
							
						 
					 
					
						
						
							
							Micro-optimization: use if/else instead of Array#compact and Array#min ( #19906 )  
						
						... 
						
						
						
						* Technically `if`/`else` is faster than using `[value1, value2].compact.min` to find the lesser of two values, one of which may be `nil`. 
						
						
					 
					
						2022-11-08 03:50:47 +01:00 
						 
				 
			
				
					
						
							
							
								Zach Flanders 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0beb095a4b 
							
						 
					 
					
						
						
							
							Fix spoiler buttons css not rendering correct color in light theme ( #19960 )  
						
						... 
						
						
						
						* Updating status__content__spoiler-link css for mastodon-light theme to ensure correct rendering precedence
* Adding focus css selector to status__content__spoiler-link mastodon-light theme
* reformatting code to match convention of having css selectors on separate lines
* fixing code format for  scss linting issue 
						
						
					 
					
						2022-11-07 22:37:36 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bbf74498f5 
							
						 
					 
					
						
						
							
							Fix validation error in SynchronizeFeaturedTagsCollectionWorker ( #20018 )  
						
						... 
						
						
						
						* Fix followers count not being updated when migrating follows
Fixes  #19900 
* Fix validation error in SynchronizeFeaturedTagsCollectionWorker
Also saves remote user's chosen case for hashtags
* Limit remote featured tags before validation 
						
						
					 
					
						2022-11-07 22:35:53 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3114c826a7 
							
						 
					 
					
						
						
							
							Fix filter handling in status cache hydration ( #19963 )  
						
						
						
						
					 
					
						2022-11-07 19:47:48 +01:00 
						 
				 
			
				
					
						
							
							
								Postmodern 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							106648b456 
							
						 
					 
					
						
						
							
							Micro-optimization: only split acct into two Strings ( #19901 )  
						
						... 
						
						
						
						* Since `acct` is split by `@` and assigned to `username` and `domain`, we only need to split `acct` into two Strings. 
						
						
					 
					
						2022-11-07 16:17:55 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							86a80acf40 
							
						 
					 
					
						
						
							
							New Crowdin updates ( #19771 )  
						
						... 
						
						
						
						* New translations en.yml (Vietnamese)
* New translations en.yml (Galician)
* New translations en.yml (Icelandic)
* New translations en.yml (Japanese)
* New translations en.yml (Armenian)
* New translations en.yml (German)
* New translations en.yml (Czech)
* New translations en.yml (Chinese Simplified)
* New translations en.yml (Ido)
* New translations en.json (Esperanto)
* New translations en.yml (Turkish)
* New translations en.yml (Albanian)
* New translations en.yml (Ukrainian)
* New translations en.yml (Romanian)
* New translations en.yml (Hungarian)
* New translations en.yml (Bulgarian)
* New translations en.yml (Catalan)
* New translations en.yml (Danish)
* New translations en.yml (Greek)
* New translations en.yml (Frisian)
* New translations en.yml (Basque)
* New translations en.json (Finnish)
* New translations en.yml (Finnish)
* New translations en.yml (Irish)
* New translations en.yml (Hebrew)
* New translations en.json (Portuguese, Brazilian)
* New translations en.yml (Portuguese, Brazilian)
* New translations en.yml (Sorani (Kurdish))
* New translations en.yml (Sinhala)
* New translations en.yml (Cornish)
* New translations en.yml (Kannada)
* New translations en.yml (Asturian)
* New translations en.yml (Occitan)
* New translations en.yml (Serbian (Latin))
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.yml (Corsican)
* New translations en.yml (Malayalam)
* New translations en.yml (Sardinian)
* New translations en.yml (Sanskrit)
* New translations en.yml (Kabyle)
* New translations en.yml (Taigi)
* New translations en.yml (Silesian)
* New translations en.yml (Standard Moroccan Tamazight)
* New translations simple_form.en.yml (French)
* New translations simple_form.en.yml (Kurmanji (Kurdish))
* New translations en.yml (Burmese)
* New translations en.yml (Breton)
* New translations en.yml (Tatar)
* New translations en.yml (Indonesian)
* New translations en.yml (Kazakh)
* New translations en.yml (Persian)
* New translations en.yml (Tamil)
* New translations en.yml (Spanish, Argentina)
* New translations en.yml (Spanish, Mexico)
* New translations en.yml (Bengali)
* New translations en.yml (Marathi)
* New translations en.yml (Croatian)
* New translations en.yml (Norwegian Nynorsk)
* New translations en.yml (Estonian)
* New translations en.yml (Chinese Traditional, Hong Kong)
* New translations en.json (Latvian)
* New translations en.yml (Latvian)
* New translations en.yml (Hindi)
* New translations en.yml (Malay)
* New translations en.yml (Telugu)
* New translations en.yml (English, United Kingdom)
* New translations en.yml (Welsh)
* New translations en.yml (Esperanto)
* New translations en.yml (Uyghur)
* New translations en.yml (Igbo)
* New translations en.json (Czech)
* New translations en.json (Dutch)
* New translations en.json (Hungarian)
* New translations en.yml (Hungarian)
* New translations en.yml (Dutch)
* New translations en.yml (Polish)
* New translations en.yml (Swedish)
* New translations en.json (Icelandic)
* New translations en.yml (Icelandic)
* New translations en.json (Dutch)
* New translations en.yml (Ukrainian)
* New translations en.yml (Swedish)
* New translations en.json (Ukrainian)
* New translations en.json (Chinese Simplified)
* New translations simple_form.en.yml (Irish)
* New translations simple_form.en.yml (Asturian)
* New translations devise.en.yml (Asturian)
* New translations en.json (Slovenian)
* New translations en.yml (Slovenian)
* New translations en.json (Vietnamese)
* New translations en.yml (Vietnamese)
* New translations en.yml (Asturian)
* New translations simple_form.en.yml (Vietnamese)
* New translations simple_form.en.yml (Asturian)
* New translations activerecord.en.yml (Asturian)
* New translations devise.en.yml (Asturian)
* New translations en.json (Japanese)
* New translations en.yml (Kurmanji (Kurdish))
* New translations en.json (Japanese)
* New translations en.yml (Japanese)
* New translations en.json (Vietnamese)
* New translations en.yml (Vietnamese)
* New translations simple_form.en.yml (Vietnamese)
* New translations doorkeeper.en.yml (Vietnamese)
* New translations en.json (Afrikaans)
* New translations en.json (Galician)
* New translations en.yml (Turkish)
* New translations en.json (Afrikaans)
* New translations en.yml (Afrikaans)
* New translations en.yml (Galician)
* New translations simple_form.en.yml (Afrikaans)
* New translations en.json (Albanian)
* New translations en.yml (Albanian)
* New translations en.yml (French)
* New translations en.json (Arabic)
* New translations en.yml (Arabic)
* New translations en.json (Slovenian)
* New translations simple_form.en.yml (French)
* New translations simple_form.en.yml (Albanian)
* New translations activerecord.en.yml (French)
* New translations activerecord.en.yml (Sorani (Kurdish))
* New translations devise.en.yml (French)
* New translations en.json (Norwegian Nynorsk)
* New translations en.yml (Occitan)
* New translations doorkeeper.en.yml (Norwegian Nynorsk)
* New translations simple_form.en.yml (Occitan)
* New translations doorkeeper.en.yml (Occitan)
* New translations activerecord.en.yml (Occitan)
* New translations en.yml (Spanish)
* New translations en.yml (Japanese)
* New translations en.json (Occitan)
* New translations en.json (Kurmanji (Kurdish))
* New translations simple_form.en.yml (Japanese)
* New translations simple_form.en.yml (Norwegian Nynorsk)
* New translations doorkeeper.en.yml (Norwegian Nynorsk)
* New translations doorkeeper.en.yml (Occitan)
* New translations en.yml (Thai)
* New translations en.json (Thai)
* New translations en.json (Irish)
* New translations en.json (Slovenian)
* New translations en.json (Scottish Gaelic)
* New translations en.yml (Scottish Gaelic)
* New translations en.yml (Kurmanji (Kurdish))
* New translations simple_form.en.yml (Irish)
* New translations doorkeeper.en.yml (Irish)
* New translations simple_form.en.yml (Thai)
* New translations en.json (Thai)
* New translations en.json (German)
* New translations en.yml (Spanish)
* New translations en.json (Greek)
* New translations en.json (Slovenian)
* New translations en.json (Scottish Gaelic)
* New translations en.yml (Asturian)
* New translations simple_form.en.yml (Thai)
* New translations simple_form.en.yml (Scottish Gaelic)
* New translations devise.en.yml (Asturian)
* New translations en.json (Danish)
* New translations en.json (Korean)
* New translations en.yml (Korean)
* New translations en.yml (Asturian)
* New translations simple_form.en.yml (Korean)
* New translations en.json (French)
* New translations en.json (Danish)
* New translations en.yml (Danish)
* New translations en.json (Ukrainian)
* New translations en.json (Portuguese, Brazilian)
* New translations en.yml (Portuguese, Brazilian)
* New translations en.json (Scottish Gaelic)
* New translations en.yml (Scottish Gaelic)
* New translations simple_form.en.yml (Ukrainian)
* New translations doorkeeper.en.yml (Portuguese, Brazilian)
* New translations simple_form.en.yml (Scottish Gaelic)
* New translations doorkeeper.en.yml (Scottish Gaelic)
* New translations en.json (German)
* New translations en.json (Catalan)
* New translations en.json (Danish)
* New translations en.yml (Danish)
* New translations en.json (Portuguese, Brazilian)
* New translations en.yml (Portuguese, Brazilian)
* New translations en.yml (Spanish, Mexico)
* New translations en.json (Asturian)
* New translations en.json (Occitan)
* New translations doorkeeper.en.yml (Catalan)
* New translations en.json (Scottish Gaelic)
* New translations en.yml (Scottish Gaelic)
* New translations simple_form.en.yml (Norwegian Nynorsk)
* New translations simple_form.en.yml (Scottish Gaelic)
* New translations en.json (German)
* New translations simple_form.en.yml (Norwegian Nynorsk)
* New translations en.json (Asturian)
* New translations en.yml (Asturian)
* New translations en.json (Sorani (Kurdish))
* New translations en.json (French)
* New translations en.yml (Dutch)
* New translations en.json (Welsh)
* New translations en.json (Sorani (Kurdish))
* New translations doorkeeper.en.yml (Norwegian Nynorsk)
* New translations en.json (Dutch)
* New translations en.json (French)
* New translations en.yml (Dutch)
* New translations simple_form.en.yml (Dutch)
* New translations doorkeeper.en.yml (Dutch)
* New translations en.json (Irish)
* New translations en.yml (Portuguese, Brazilian)
* New translations en.yml (German)
* New translations en.json (Arabic)
* New translations en.yml (Arabic)
* New translations en.yml (Sorani (Kurdish))
* New translations simple_form.en.yml (Arabic)
* New translations en.yml (Ukrainian)
* New translations en.json (Ukrainian)
* New translations simple_form.en.yml (Ukrainian)
* New translations doorkeeper.en.yml (Ukrainian)
* New translations activerecord.en.yml (Ukrainian)
* New translations en.json (Russian)
* New translations en.json (Bulgarian)
* New translations en.json (Hebrew)
* New translations en.json (Bulgarian)
* New translations en.json (Japanese)
* New translations en.yml (Finnish)
* New translations simple_form.en.yml (Japanese)
* New translations devise.en.yml (Finnish)
* New translations en.json (Hebrew)
* New translations en.yml (German)
* New translations en.json (Bulgarian)
* New translations en.yml (Polish)
* New translations simple_form.en.yml (Japanese)
* New translations activerecord.en.yml (Arabic)
* New translations activerecord.en.yml (Hebrew)
* New translations en.json (Bulgarian)
* New translations en.json (German)
* New translations en.json (Danish)
* New translations simple_form.en.yml (Portuguese, Brazilian)
* New translations en.json (Bulgarian)
* New translations en.json (Frisian)
* New translations en.json (Russian)
* New translations en.json (Turkish)
* New translations en.json (Ukrainian)
* New translations simple_form.en.yml (German)
* New translations simple_form.en.yml (Russian)
* New translations devise.en.yml (Frisian)
* New translations en.yml (Czech)
* New translations en.json (Bulgarian)
* New translations en.json (Czech)
* New translations en.json (Frisian)
* New translations en.json (Italian)
* New translations en.json (Polish)
* Run `yarn manage:translations`
* Run `bundle exec i18n-tasks normalize`
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
						
						
					 
					
						2022-11-08 00:06:48 +09:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							622f603ac7 
							
						 
					 
					
						
						
							
							Add aria-expanded to content warning toggle button ( #19975 )  
						
						... 
						
						
						
						Fixes  #19920  
					
						2022-11-07 15:48:46 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1e1289b024 
							
						 
					 
					
						
						
							
							Fix crash when external auth provider has no display_name set ( #19962 )  
						
						... 
						
						
						
						Fixes  #19913  
					
						2022-11-07 15:43:24 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1227457f1 
							
						 
					 
					
						
						
							
							Fix links to the Web UI in notifications ( #19981 )  
						
						... 
						
						
						
						Most of the old routes are broken because of the /web removal. 
						
						
					 
					
						2022-11-07 15:42:58 +01:00 
						 
				 
			
				
					
						
							
							
								Sunny Ripert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8515bc7962 
							
						 
					 
					
						
						
							
							Add form element on focal point modal ( #19834 )  
						
						... 
						
						
						
						* Add form element on focal point modal
* Add type="button" for detection button 
						
						
					 
					
						2022-11-07 15:41:42 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5925a31b78 
							
						 
					 
					
						
						
							
							Fix followers count not being updated when migrating follows ( #19998 )  
						
						... 
						
						
						
						Fixes  #19900  
					
						2022-11-07 15:38:55 +01:00 
						 
				 
			
				
					
						
							
							
								Chris Rose 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a70e2cd649 
							
						 
					 
					
						
						
							
							Tag the OTP field with autocomplete for password managers ( #19946 )  
						
						... 
						
						
						
						This is modeled on #19833 , and based on the attribute values documented
in https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element?language=objc  
						
						
					 
					
						2022-11-07 03:57:16 +01:00 
						 
				 
			
				
					
						
							
							
								Sunny Ripert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4b7f32a2a6 
							
						 
					 
					
						
						
							
							Fix double button to clear emoji search input ( #19888 )  
						
						
						
						
					 
					
						2022-11-07 03:40:54 +01:00 
						 
				 
			
				
					
						
							
							
								Jeremy Kescher 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02a34252ba 
							
						 
					 
					
						
						
							
							Add null check on application in dispute viewer ( #19851 )  
						
						
						
						
					 
					
						2022-11-07 03:40:17 +01:00 
						 
				 
			
				
					
						
							
							
								Sunny Ripert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ffe735344b 
							
						 
					 
					
						
						
							
							Fix JavaScript console error on Getting Started column ( #19891 )  
						
						... 
						
						
						
						* Fix JavaScript console error on Getting Started column
* Update app/javascript/mastodon/components/column_header.js
Co-authored-by: Ilias Tsangaris <iliastsangaris@gmail.com>
Co-authored-by: Ilias Tsangaris <iliastsangaris@gmail.com> 
						
						
					 
					
						2022-11-07 03:40:04 +01:00 
						 
				 
			
				
					
						
							
							
								Sunny Ripert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34c269310d 
							
						 
					 
					
						
						
							
							Fix console log error on column settings load ( #19886 )  
						
						
						
						
					 
					
						2022-11-07 03:39:48 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4cb2323458 
							
						 
					 
					
						
						
							
							Fix crash in legacy filter creation controller ( #19878 )  
						
						
						
						
					 
					
						2022-11-07 03:38:53 +01:00 
						 
				 
			
				
					
						
							
							
								nightpool 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							54f0f1b9ef 
							
						 
					 
					
						
						
							
							Skip Webfinger cache during migrations as well ( #19883 )  
						
						
						
						
					 
					
						2022-11-07 03:31:38 +01:00 
						 
				 
			
				
					
						
							
							
								rcombs 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e53fc34e9a 
							
						 
					 
					
						
						
							
							Set autocomplete attr for email field on signup page ( #19833 )  
						
						... 
						
						
						
						The email address will be used as the "username" for sign-in purposes, so it's the value that should be stored in password managers. We can inform the password manager of this by setting `autocomplete="email"`. Without this hint, password managers may instead store the `username` field, which isn't valid for sign-in (this happens with iCloud Keychain in Safari, for instance). 
						
						
					 
					
						2022-11-07 03:16:10 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3151b260e2 
							
						 
					 
					
						
						
							
							Fix not using GIN index for account search queries ( #19830 )  
						
						
						
						
					 
					
						2022-11-06 06:16:34 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca8d52c2a4 
							
						 
					 
					
						
						
							
							Change design of new list form in web UI ( #19801 )  
						
						
						
						
					 
					
						2022-11-05 23:06:32 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a41fccc43 
							
						 
					 
					
						
						
							
							Change AUTHORIZED_FETCH to not block unauthenticated REST API access ( #19803 )  
						
						... 
						
						
						
						New environment variable `DISALLOW_UNAUTHENTICATED_API_ACCESS` 
						
						
					 
					
						2022-11-05 22:56:03 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0c9ac3919 
							
						 
					 
					
						
						
							
							Fix indexing scheduler trying to index when Elasticsearch is disabled ( #19805 )  
						
						... 
						
						
						
						Fix  #19646  
					
						2022-11-05 22:31:52 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d54e7ee61e 
							
						 
					 
					
						
						
							
							Fix n+1 queries when rendering initial state JSON ( #19795 )  
						
						
						
						
					 
					
						2022-11-05 21:51:01 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d1de7fb7fa 
							
						 
					 
					
						
						
							
							Fix rendering empty avatar in web UI ( #19798 )  
						
						
						
						
					 
					
						2022-11-05 21:18:57 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a442f481f8 
							
						 
					 
					
						
						
							
							Fix missing interpolation of domain in disabled account banner in web UI ( #19788 )  
						
						
						
						
					 
					
						2022-11-05 21:11:35 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7c65f52692 
							
						 
					 
					
						
						
							
							Change design of moved account banner in web UI ( #19790 )  
						
						
						
						
					 
					
						2022-11-05 21:11:24 +01:00 
						 
				 
			
				
					
						
							
							
								eai04191 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							30e786225e 
							
						 
					 
					
						
						
							
							Remove word-break:keep-all from Dismissable banner message ( #19799 )  
						
						
						
						
					 
					
						2022-11-05 21:03:58 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							312d616371 
							
						 
					 
					
						
						
							
							Change sign-in banner to reflect disabled or moved account status ( #19773 )  
						
						
						
						
					 
					
						2022-11-05 18:28:13 +01:00 
						 
				 
			
				
					
						
							
							
								Sunny Ripert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							887976814a 
							
						 
					 
					
						
						
							
							Fix JavaScript console warning when loading notifications ( #19772 )  
						
						
						
						
					 
					
						2022-11-05 13:45:06 +01:00 
						 
				 
			
				
					
						
							
							
								Sunny Ripert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c95d9aab56 
							
						 
					 
					
						
						
							
							Fix JavaScript console error on upload editing status ( #19769 )  
						
						
						
						
					 
					
						2022-11-05 13:43:47 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9616f5bb22 
							
						 
					 
					
						
						
							
							Fix compose form submission reloading web interface ( #19762 )  
						
						... 
						
						
						
						* Fix compose form submission reloading web interface
Fix regression introduced by #19742 
* Fix various compose form buttons being handled like submit buttons
* Fix coding style issue
* Fix missing onClick prop check 
						
						
					 
					
						2022-11-05 13:43:37 +01:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1e7ea50f4c 
							
						 
					 
					
						
						
							
							New Crowdin updates ( #19627 )  
						
						... 
						
						
						
						* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Urdu (Pakistan))
* New translations en.json (Vietnamese)
* New translations en.json (Galician)
* New translations en.json (Armenian)
* New translations en.yml (Irish)
* New translations en.json (Thai)
* New translations en.json (Sinhala)
* New translations en.json (Bulgarian)
* New translations en.json (Ido)
* New translations en.json (German)
* New translations en.json (Tamil)
* New translations en.json (Esperanto)
* New translations en.json (Czech)
* New translations en.json (Dutch)
* New translations en.json (Albanian)
* New translations en.json (Japanese)
* New translations en.json (Indonesian)
* New translations en.json (Romanian)
* New translations en.json (Irish)
* New translations en.json (French)
* New translations en.json (Spanish)
* New translations en.json (Afrikaans)
* New translations en.json (Arabic)
* New translations en.json (Catalan)
* New translations en.json (Danish)
* New translations en.json (Greek)
* New translations en.json (Frisian)
* New translations en.json (Basque)
* New translations en.json (Finnish)
* New translations en.json (Icelandic)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Corsican)
* New translations en.json (Kannada)
* New translations en.json (Scottish Gaelic)
* New translations en.json (Asturian)
* New translations en.json (Occitan)
* New translations en.json (Serbian (Latin))
* New translations en.json (Kurmanji (Kurdish))
* New translations en.json (Sorani (Kurdish))
* New translations en.json (Sardinian)
* New translations en.json (Breton)
* New translations en.json (Sanskrit)
* New translations en.json (Taigi)
* New translations en.json (Silesian)
* New translations en.json (Standard Moroccan Tamazight)
* New translations activerecord.en.yml (Spanish, Mexico)
* New translations en.json (Burmese)
* New translations en.json (Cornish)
* New translations en.json (Malayalam)
* New translations en.json (Persian)
* New translations en.json (Estonian)
* New translations en.json (Spanish, Argentina)
* New translations en.json (Spanish, Mexico)
* New translations en.json (Bengali)
* New translations en.json (Marathi)
* New translations en.json (Croatian)
* New translations en.json (Norwegian Nynorsk)
* New translations en.json (Kazakh)
* New translations en.json (Latvian)
* New translations en.json (Tatar)
* New translations en.json (Hindi)
* New translations en.json (Malay)
* New translations en.json (Telugu)
* New translations en.json (English, United Kingdom)
* New translations en.json (Welsh)
* New translations en.json (Uyghur)
* New translations en.json (Chinese Traditional, Hong Kong)
* New translations en.json (Japanese)
* New translations en.json (Finnish)
* New translations en.json (Irish)
* New translations en.yml (Irish)
* New translations en.json (Portuguese)
* New translations en.json (Chinese Simplified)
* New translations en.json (Spanish, Argentina)
* New translations en.json (Irish)
* New translations en.json (Irish)
* New translations doorkeeper.en.yml (Irish)
* New translations activerecord.en.yml (Irish)
* New translations devise.en.yml (Irish)
* New translations en.json (Greek)
* New translations en.json (Irish)
* New translations en.json (Korean)
* New translations en.yml (Korean)
* New translations en.json (Chinese Traditional)
* New translations en.json (Galician)
* New translations en.json (French)
* New translations en.yml (French)
* New translations en.json (Italian)
* New translations en.json (Vietnamese)
* New translations en.json (Latvian)
* New translations simple_form.en.yml (Korean)
* New translations en.json (Esperanto)
* New translations en.json (Albanian)
* New translations en.json (Indonesian)
* New translations en.json (Icelandic)
* New translations en.yml (Indonesian)
* New translations en.json (Norwegian Nynorsk)
* New translations en.yml (Norwegian Nynorsk)
* Run `yarn manage:translations`
* Run `bundle exec i18n-tasks normalize`
* New translations en.json (Slovenian)
* New translations en.json (Turkish)
* New translations en.json (Vietnamese)
* New translations en.yml (Norwegian Nynorsk)
* New translations en.json (Kurmanji (Kurdish))
* New translations en.json (German)
* New translations simple_form.en.yml (Finnish)
* New translations en.json (Hungarian)
* New translations en.yml (Hungarian)
* New translations en.json (Breton)
* New translations en.json (Dutch)
* New translations en.json (Spanish)
* New translations simple_form.en.yml (French)
* New translations simple_form.en.yml (Czech)
* New translations simple_form.en.yml (Norwegian)
* New translations simple_form.en.yml (Hungarian)
* New translations en.json (French)
* New translations simple_form.en.yml (Italian)
* New translations simple_form.en.yml (Japanese)
* New translations simple_form.en.yml (Georgian)
* New translations simple_form.en.yml (Korean)
* New translations simple_form.en.yml (Portuguese)
* New translations simple_form.en.yml (Russian)
* New translations simple_form.en.yml (Slovak)
* New translations simple_form.en.yml (Slovenian)
* New translations simple_form.en.yml (Albanian)
* New translations simple_form.en.yml (Serbian (Cyrillic))
* New translations simple_form.en.yml (Swedish)
* New translations simple_form.en.yml (Turkish)
* New translations simple_form.en.yml (Hebrew)
* New translations simple_form.en.yml (Armenian)
* New translations simple_form.en.yml (Finnish)
* New translations simple_form.en.yml (Afrikaans)
* New translations en.json (Catalan)
* New translations simple_form.en.yml (Dutch)
* New translations simple_form.en.yml (Polish)
* New translations simple_form.en.yml (Basque)
* New translations simple_form.en.yml (Romanian)
* New translations simple_form.en.yml (French)
* New translations simple_form.en.yml (Spanish)
* New translations simple_form.en.yml (Arabic)
* New translations simple_form.en.yml (Bulgarian)
* New translations simple_form.en.yml (Catalan)
* New translations simple_form.en.yml (Danish)
* New translations simple_form.en.yml (German)
* New translations simple_form.en.yml (Greek)
* New translations simple_form.en.yml (Frisian)
* New translations simple_form.en.yml (Indonesian)
* New translations simple_form.en.yml (Portuguese, Brazilian)
* New translations simple_form.en.yml (Icelandic)
* New translations simple_form.en.yml (Galician)
* New translations simple_form.en.yml (Chinese Simplified)
* New translations simple_form.en.yml (Chinese Traditional)
* New translations simple_form.en.yml (Ukrainian)
* New translations en.json (Ukrainian)
* New translations simple_form.en.yml (Sinhala)
* New translations simple_form.en.yml (Vietnamese)
* New translations simple_form.en.yml (Persian)
* New translations simple_form.en.yml (Tamil)
* New translations simple_form.en.yml (Corsican)
* New translations simple_form.en.yml (Scottish Gaelic)
* New translations simple_form.en.yml (Asturian)
* New translations simple_form.en.yml (Occitan)
* New translations simple_form.en.yml (Serbian (Latin))
* New translations simple_form.en.yml (Kurmanji (Kurdish))
* New translations simple_form.en.yml (Sorani (Kurdish))
* New translations simple_form.en.yml (Sardinian)
* New translations simple_form.en.yml (Breton)
* New translations simple_form.en.yml (Kabyle)
* New translations simple_form.en.yml (Ido)
* New translations simple_form.en.yml (Standard Moroccan Tamazight)
* New translations simple_form.en.yml (Malayalam)
* New translations simple_form.en.yml (Spanish, Argentina)
* New translations simple_form.en.yml (Estonian)
* New translations simple_form.en.yml (Spanish, Mexico)
* New translations simple_form.en.yml (Bengali)
* New translations simple_form.en.yml (Thai)
* New translations simple_form.en.yml (Croatian)
* New translations simple_form.en.yml (Norwegian Nynorsk)
* New translations simple_form.en.yml (Kazakh)
* New translations simple_form.en.yml (Latvian)
* New translations simple_form.en.yml (Tatar)
* New translations simple_form.en.yml (Welsh)
* New translations simple_form.en.yml (Esperanto)
* New translations simple_form.en.yml (Chinese Traditional, Hong Kong)
* New translations en.json (Persian)
* New translations simple_form.en.yml (Hungarian)
* New translations simple_form.en.yml (Portuguese)
* New translations simple_form.en.yml (Kurmanji (Kurdish))
* New translations simple_form.en.yml (Norwegian Nynorsk)
* New translations simple_form.en.yml (Finnish)
* New translations simple_form.en.yml (Italian)
* New translations en.yml (Catalan)
* New translations simple_form.en.yml (Catalan)
* New translations simple_form.en.yml (Ukrainian)
* New translations en.json (Irish)
* New translations simple_form.en.yml (Dutch)
* New translations en.json (Ukrainian)
* New translations activerecord.en.yml (Irish)
* New translations en.json (Polish)
* New translations simple_form.en.yml (Chinese Simplified)
* New translations simple_form.en.yml (Greek)
* New translations simple_form.en.yml (Hungarian)
* New translations simple_form.en.yml (Slovenian)
* New translations simple_form.en.yml (Asturian)
* New translations en.yml (Dutch)
* New translations simple_form.en.yml (Dutch)
* New translations en.yml (Swedish)
* New translations simple_form.en.yml (Polish)
* New translations simple_form.en.yml (Chinese Traditional)
* New translations en.yml (Dutch)
* New translations en.json (Swedish)
* New translations en.yml (Swedish)
* New translations simple_form.en.yml (Swedish)
* New translations en.json (Swedish)
* New translations en.yml (Swedish)
* New translations simple_form.en.yml (Swedish)
* New translations doorkeeper.en.yml (Swedish)
* New translations activerecord.en.yml (Swedish)
* New translations en.json (Swedish)
* New translations en.yml (Swedish)
* New translations simple_form.en.yml (Swedish)
* New translations en.json (Swedish)
* New translations en.yml (Swedish)
* New translations simple_form.en.yml (Vietnamese)
* New translations simple_form.en.yml (French)
* New translations simple_form.en.yml (Swedish)
* New translations simple_form.en.yml (Spanish, Argentina)
* New translations simple_form.en.yml (Vietnamese)
* New translations en.json (Afrikaans)
* New translations en.yml (Afrikaans)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Norwegian Nynorsk)
* New translations simple_form.en.yml (Afrikaans)
* New translations simple_form.en.yml (Japanese)
* New translations simple_form.en.yml (Korean)
* New translations en.json (Norwegian Nynorsk)
* New translations en.yml (Swedish)
* New translations en.json (Norwegian Nynorsk)
* New translations en.json (Polish)
* New translations en.json (Swedish)
* New translations en.yml (Swedish)
* New translations simple_form.en.yml (Icelandic)
* New translations en.json (Czech)
* Run `yarn manage:translations`
* Run `bundle exec i18n-tasks normalize`
Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh> 
						
						
					 
					
						2022-11-05 19:54:26 +09:00 
						 
				 
			
				
					
						
							
							
								Eugen Rochko 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4b92b1aee 
							
						 
					 
					
						
						
							
							Fix n+1 query during status removal ( #19753 )  
						
						
						
						
					 
					
						2022-11-05 00:09:52 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb89f83cc0 
							
						 
					 
					
						
						
							
							Fix additional issues with status cache hydration ( #19747 )  
						
						... 
						
						
						
						* Spare one SQL query when hydrating polls
* Improve tests
* Fix more discrepancies
* Fix possible crash when the status has no application set 
						
						
					 
					
						2022-11-04 20:01:33 +01:00 
						 
				 
			
				
					
						
							
							
								Claire 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							03b991de6c 
							
						 
					 
					
						
						
							
							Fix various issues with store hydration ( #19746 )  
						
						... 
						
						
						
						- Improve tests
- Fix possible crash when application of a reblogged post isn't set
- Fix discrepancies around favourited and reblogged attributes
- Fix discrepancies around pinned attribute
- Fix polls not being hydrated 
						
						
					 
					
						2022-11-04 19:33:16 +01:00 
						 
				 
			
				
					
						
							
							
								Sunny Ripert 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0165449e3a 
							
						 
					 
					
						
						
							
							A11y: Explicit <form> element around compose area ( #19742 )  
						
						
						
						
					 
					
						2022-11-04 17:08:08 +01:00