ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								c61adcf61d 
								
							 
						 
						
							
							
								
								upd: expandAllCws also expands all long posts on first click  
							
							... 
							
							
							
							this mimics glitch-soc behavior 
							
						 
						
							2024-02-04 15:21:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								bffac25c57 
								
							 
						 
						
							
							
								
								upd: smoothly resize reply avatars depending on container size  
							
							
							
						 
						
							2024-02-04 15:21:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								7461332d0f 
								
							 
						 
						
							
							
								
								upd: add hover effect to quote posts  
							
							
							
						 
						
							2024-02-04 15:21:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								3818e9531f 
								
							 
						 
						
							
							
								
								upd: make note footer wider on smaller screens  
							
							... 
							
							
							
							3cc8320eb7 
						
							2024-02-04 15:21:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								1bc2da2bda 
								
							 
						 
						
							
							
								
								upd: make avatars smaller on replies to allow more space for text  
							
							... 
							
							
							
							i'm unsure about the batch of @container blocks at the end of the CSS,
they seem like leftovers from a previous implementation. removing them
didn't seem to change anything but i may be overlooking something. 
							
						 
						
							2024-02-04 15:21:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								1baec59efd 
								
							 
						 
						
							
							
								
								fix: missing icon in MkMediaVideo  
							
							
							
						 
						
							2024-02-04 15:21:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								44a8249404 
								
							 
						 
						
							
							
								
								fix: blue highlight on chromium when using click to open  
							
							
							
						 
						
							2024-02-04 15:21:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								bc99318707 
								
							 
						 
						
							
							
								
								fix: mentions wrapping  
							
							
							
						 
						
							2024-02-04 15:21:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								cd52686fd3 
								
							 
						 
						
							
							
								
								fix: click to open on quotes  
							
							
							
						 
						
							2024-02-04 15:21:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								02c9c42075 
								
							 
						 
						
							
							
								
								fix: links triggering clickToOpen  
							
							
							
						 
						
							2024-02-04 15:21:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									blueb 
								
							 
						 
						
							
							
							
							
								
							
							
								fae3af4342 
								
							 
						 
						
							
							
								
								fix: adjust alignment and margin of icon in detailed note tabs  
							
							
							
						 
						
							2024-02-04 15:21:57 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gianni Ceccarelli 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								dabf1867fd 
								
							 
						 
						
							
							
								
								keep cached avatar&banner when refresh fails to get new values ( #13145 )  
							
							... 
							
							
							
							* keep cached avatar&banner when refresh fails to get new values
when the remote explicitly tells us a user image is gone, we remove
our cached value, but if we fail to get the image, we keep whatever
value we already have
this should minimise the problem of avatars randomly disappearing
* autogen bits
* pnpm run build-misskey-js-with-types
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2024-02-04 21:03:49 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gianni Ceccarelli 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bafef1f8b4 
								
							 
						 
						
							
							
								
								ignore instance.actor when checking if there are local users ( #13146 )  
							
							... 
							
							
							
							* ignore `instance.actor` when checking if there are local users
We've seen this happen a few times:
* there was some AP software at $some_domain
* it gets replaced by Misskey
* before the first user can be created, an AP activity comes in
* Misskey resolves the activity
* to do this, it creates the `instance.actor` to sign its request
* now there *is* a local user, so the `meta` endpoint returns
  `requireSetup:false`
* the admin is very confused
This commit factors out the check, and doesn't count the
`instance.actor` as a real user.
* autogen bits 
							
						 
						
							2024-02-04 20:46:28 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									atsuchan 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2c4ba4723f 
								
							 
						 
						
							
							
								
								fix(backend): メール配信機能が無効ならばメールを送ることのないように ( #13152 )  
							
							... 
							
							
							
							Do not send email if email delivery is disabled 
							
						 
						
							2024-02-04 20:44:35 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								f40c3a2d9f 
								
							 
						 
						
							
							
								
								fix: duplicate root dom element in dev mode  
							
							
							
						 
						
							2024-02-04 12:51:14 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								a4439ed803 
								
							 
						 
						
							
							
								
								fix: bring back the ability to hover on videos to show alt text  
							
							
							
						 
						
							2024-02-04 12:51:14 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								8a55d8a468 
								
							 
						 
						
							
							
								
								upd: add a download button to videos and audio  
							
							... 
							
							
							
							this only works for media from the same origin due to annoying browser
restrictions, but then the same applies to every other download button
in misskey (e.g. the one in drive) and there's basically nothing i can
to do solve it. 
							
						 
						
							2024-02-04 12:51:14 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								d19812eba9 
								
							 
						 
						
							
							
								
								merge: Catch up to upstream ( !402 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/402 
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: dakkar <dakkar@thenautilus.net> 
							
						 
						
							2024-02-04 09:01:54 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								6b068d2311 
								
							 
						 
						
							
							
								
								upd: add back focus  
							
							
							
						 
						
							2024-02-03 21:17:46 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								dff7b98ebc 
								
							 
						 
						
							
							
								
								add types like upstream did in MkNoteDetailed  
							
							
							
						 
						
							2024-02-03 21:14:00 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								23e9067f57 
								
							 
						 
						
							
							
								
								fix: accidental replacing of noteEl to rootEl  
							
							
							
						 
						
							2024-02-03 21:37:51 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bd0186296c 
								
							 
						 
						
							
							
								
								fix: scrolling to note  
							
							
							
						 
						
							2024-02-03 21:35:55 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2a50e6e9e7 
								
							 
						 
						
							
							
								
								upd: apply changes  
							
							
							
						 
						
							2024-02-03 21:29:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e7b86090e1 
								
							 
						 
						
							
							
								
								fix: relashionship to relationship in docker exmaple  
							
							
							
						 
						
							2024-02-03 20:22:02 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								11628e4b6a 
								
							 
						 
						
							
							
								
								merge: upstream  
							
							
							
						 
						
							2024-02-03 20:19:44 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								f93a8e2d38 
								
							 
						 
						
							
							
								
								merge: Fix sfm-js linkage ( !399 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/399 
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: dakkar <dakkar@thenautilus.net> 
							
						 
						
							2024-02-03 18:28:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								d3d0e510d8 
								
							 
						 
						
							
							
								
								merge: DeepLX-JS support ( !396 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/396 
Closes  #324 
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: dakkar <dakkar@thenautilus.net> 
							
						 
						
							2024-02-03 17:54:59 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								65a1bc2199 
								
							 
						 
						
							
							
								
								upd: add i18n  
							
							
							
						 
						
							2024-02-03 18:49:41 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								469c3f3f1a 
								
							 
						 
						
							
							
								
								upd: remove https  
							
							
							
						 
						
							2024-02-03 18:41:47 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								75bce2228f 
								
							 
						 
						
							
							
								
								merge: some fixes to NoteEdit and muting ( !376 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/376 
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: Luna <her@mint.lgbt>
Approved-by: Marie <marie@kaifa.ch> 
							
						 
						
							2024-02-03 17:25:17 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
							
							
								
							
							
								65a7623944 
								
							 
						 
						
							
							
								
								merge: follow-up to  !390  ( !397 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/397 
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: Marie <marie@kaifa.ch> 
							
						 
						
							2024-02-03 17:05:21 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Amelia Yukii 
								
							 
						 
						
							
							
							
							
								
							
							
								b2d520369f 
								
							 
						 
						
							
							
								
								merge: Temp redirect until Join Sharkey dot Org is up. ( !400 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/400 
Closes  #392 
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: dakkar <dakkar@thenautilus.net> 
							
						 
						
							2024-02-03 16:32:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Leah 
								
							 
						 
						
							
							
							
							
								
							
							
								441523b6d4 
								
							 
						 
						
							
							
								
								merge: Added lines and line numbers to syntax errors ( !395 )  
							
							... 
							
							
							
							View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/395 
Approved-by: dakkar <dakkar@thenautilus.net> 
							
						 
						
							2024-02-03 16:05:33 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Adam Howard 
								
							 
						 
						
							
							
							
							
								
							
							
								fc06494908 
								
							 
						 
						
							
							
								
								Temp redirect until Join Sharkey dot Org is up.  
							
							
							
						 
						
							2024-02-03 16:03:09 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f091b84c6e 
								
							 
						 
						
							
							
								
								chore: change sfm registry and name  
							
							
							
						 
						
							2024-02-03 15:01:09 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								4bc517ca89 
								
							 
						 
						
							
							
								
								import fs/promises the right way  
							
							... 
							
							
							
							thanks Marie 
							
						 
						
							2024-02-03 12:55:56 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								bb3694bfed 
								
							 
						 
						
							
							
								
								lint  
							
							
							
						 
						
							2024-02-03 12:55:46 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								1bb5021c54 
								
							 
						 
						
							
							
								
								decode entity references from tweets  
							
							... 
							
							
							
							apparently *some* tweets have those ☹ 
							
						 
						
							2024-02-03 12:05:08 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								a981bca7a3 
								
							 
						 
						
							
							
								
								simpler logic  
							
							... 
							
							
							
							thanks Alina 
							
						 
						
							2024-02-03 11:37:20 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								3a3a051bb5 
								
							 
						 
						
							
							
								
								make almost all fs ops async  
							
							... 
							
							
							
							there's no `fs.promises.exists` 
							
						 
						
							2024-02-03 11:33:42 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								7684f45a5e 
								
							 
						 
						
							
							
								
								simpler mapping  
							
							... 
							
							
							
							thanks Alina 
							
						 
						
							2024-02-03 11:30:39 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									dakkar 
								
							 
						 
						
							
							
							
							
								
							
							
								25948c9232 
								
							 
						 
						
							
							
								
								simpler json-isation  
							
							... 
							
							
							
							thanks Alina for the suggestion 
							
						 
						
							2024-02-03 11:29:46 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marie 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								83f1c596b0 
								
							 
						 
						
							
							
								
								upd: add caption to deeplx url input  
							
							
							
						 
						
							2024-02-03 09:19:00 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									KevinWh0 
								
							 
						 
						
							
							
							
							
								
							
							
								93bd4dc8fe 
								
							 
						 
						
							
							
								
								added lines and lines to errors  
							
							
							
						 
						
							2024-02-02 21:32:08 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Amelia Yukii 
								
							 
						 
						
							
							
							
							
								
							
							
								990e53fee4 
								
							 
						 
						
							
							
								
								Merge branch 'chore/updateMarkdownAndTemplates' into 'develop'  
							
							... 
							
							
							
							chore: update CI, Markdown and some Templates
See merge request TransFem-org/Sharkey!392  
							
						 
						
							2024-02-02 16:46:24 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								66714d94fc 
								
							 
						 
						
							
							
								
								2024.2.0-beta.9  
							
							
							
						 
						
							2024-02-02 21:38:15 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									syuilo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								580cec33a9 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #13090 )  
							
							... 
							
							
							
							* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Korean (Gyeongsang))
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (French) 
							
						 
						
							2024-02-02 21:37:21 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Amelia Yukii 
								
							 
						 
						
							
							
							
							
								
							
							
								ea44895b6b 
								
							 
						 
						
							
							
								
								Merge branch 'oneko' into 'develop'  
							
							... 
							
							
							
							feat: oneko
See merge request TransFem-org/Sharkey!387  
							
						 
						
							2024-02-02 11:59:43 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ShittyKopper 
								
							 
						 
						
							
							
							
							
								
							
							
								2e0557c90c 
								
							 
						 
						
							
							
								
								upd: lazy load SkOneko on demand  
							
							
							
						 
						
							2024-02-02 14:56:58 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Amelia Yukii 
								
							 
						 
						
							
							
							
							
								
							
							
								aabf168d05 
								
							 
						 
						
							
							
								
								Merge branch 'fix/image-csp' into 'develop'  
							
							... 
							
							
							
							fix: Add default error image domain to dev mode CSP
See merge request TransFem-org/Sharkey!391  
							
						 
						
							2024-02-02 11:35:03 +00:00