867e31c9ff 
								
							 
						 
						
							
							
								
								enhance: Push notification of Antenna note ( #9338 )  
							
							... 
							
							
							
							* wip
* wip
* wip
* fix
* fix
* 🎨  
							
						 
						
							2022-12-18 19:50:02 +09:00  
				
					
						
							
							
								 
						
							
								c5179e8f1c 
								
							 
						 
						
							
							
								
								chore(client):  🎨  about button ( #9339 )  
							
							
							
						 
						
							2022-12-18 16:43:09 +09:00  
				
					
						
							
							
								 
						
							
								a47d172d60 
								
							 
						 
						
							
							
								
								enhance(client): Compress non-animated PNG files ( #9334 )  
							
							... 
							
							
							
							* style: fix TS lint errors about `ev.target`
* enhance: compress non-animated PNG
* PNG to PNG?
* defer jest things (add it later)
* Delete jest.config.cjs
* check the compressed file size
* log compression stats
* use ??
* handle if ($i == null)
Co-authored-by: tamaina <tamaina@hotmail.co.jp> 
							
						 
						
							2022-12-18 15:40:38 +09:00  
				
					
						
							
							
								 
						
							
								b6995f6e4b 
								
							 
						 
						
							
							
								
								chore: deploy vue-tsc for client typecheck ( #9341 )  
							
							
							
						 
						
							2022-12-18 15:32:54 +09:00  
				
					
						
							
							
								 
						
							
								bb3d274db6 
								
							 
						 
						
							
							
								
								refactor(client): add proper types to `never[]` ( #9340 )  
							
							
							
						 
						
							2022-12-18 13:13:05 +09:00  
				
					
						
							
							
								 
						
							
								af9034355c 
								
							 
						 
						
							
							
								
								Remove redundant ts-node things ( #9335 )  
							
							
							
						 
						
							2022-12-18 07:51:31 +09:00  
				
					
						
							
							
								 
						
							
								4ecc42744c 
								
							 
						 
						
							
							
								
								enhance: Implement the  toggle to (or not to) close push notifications when notifications or messages are read ( #9219 )  
							
							... 
							
							
							
							* create file
* wip
* fix
* wip
* tabun dekita
* ✌️ 
* implement subscribe push notification button to tutorial
* check-exists→show-registration
* add column sendReadMessage
* fix migration file
* sw api
* change PushNotificationService
* wip
* ✌️ 
* fix tutorial footer flex 
							
						 
						
							2022-12-18 01:59:59 +09:00  
				
					
						
							
							
								 
						
							
								96dda253b0 
								
							 
						 
						
							
							
								
								fix(server): GitHubログインしようとするとreply.setCookie is not a function  
							
							... 
							
							
							
							fix  #9327  
						
							2022-12-17 11:02:49 +09:00  
				
					
						
							
							
								 
						
							
								9c5dfd2da7 
								
							 
						 
						
							
							
								
								chore(backend): fix duplicated css preload  
							
							
							
						 
						
							2022-12-14 08:32:52 +00:00  
				
					
						
							
							
								 
						
							
								ceba976fe8 
								
							 
						 
						
							
							
								
								12.120.0-alpha.15  
							
							
							
						 
						
							2022-12-14 14:37:49 +09:00  
				
					
						
							
							
								 
						
							
								e8a49c9c9e 
								
							 
						 
						
							
							
								
								Fix MetaService unit tests ( #9319 )  
							
							
							
						 
						
							2022-12-14 14:26:25 +09:00  
				
					
						
							
							
								 
						
							
								f4f293d5f3 
								
							 
						 
						
							
							
								
								fix(client): Downgrade to Vite v3 ( #9313 )  
							
							... 
							
							
							
							* Revert "refactor(client): Create root.vue and select the ui in it (#9312 )"
This reverts commit 0294555e2b#9312 )""
This reverts commit 56910e27fb#9312 )"
This reverts commit 0294555e2b 
							
						 
						
							2022-12-14 13:35:18 +09:00  
				
					
						
							
							
								 
						
							
								4b98920f02 
								
							 
						 
						
							
							
								
								Fix import related TypeScript errors ( #9321 )  
							
							... 
							
							
							
							* Add missing @types packages
* Fix TS1272 type only imports
* Fix TS2821 import assertion 
							
						 
						
							2022-12-14 00:01:45 +09:00  
				
					
						
							
							
								 
						
							
								f30d54fe88 
								
							 
						 
						
							
							
								
								Call `tsc --noEmit` also for backend/client ( #9316 )  
							
							
							
						 
						
							2022-12-13 00:40:30 +09:00  
				
					
						
							
							
								 
						
							
								051cbec05f 
								
							 
						 
						
							
							
								
								docs(CONTRIBUTING): reflect refactored paths ( #9315 )  
							
							... 
							
							
							
							Reflecting the changes from 7706c38d3d19cc9f7fb0 
							
						 
						
							2022-12-12 22:43:20 +09:00  
				
					
						
							
							
								 
						
							
								cfd7cf0f1e 
								
							 
						 
						
							
							
								
								refactor(sw): Typecheck the service worker ( #9314 )  
							
							... 
							
							
							
							* Typecheck the service worker
Currently the service worker build never typechecks, since esbuild and typescript-eslint don't do such job.
esbuild: https://esbuild.github.io/content-types/#typescript 
>However, esbuild does not do any type checking so you will still need to run tsc -noEmit in parallel with esbuild to check types. This is not something esbuild does itself.
typescript-eslint: https://typescript-eslint.io/linting/troubleshooting#why-dont-i-see-typescript-errors-in-my-eslint-output 
>TypeScript's compiler (or whatever your build chain may be) is specifically designed and built to validate the correctness of your codebase. Our tooling does not reproduce the errors that TypeScript provides, because doing so would slow down the lint run [1], and duplicate the errors that TypeScript already outputs for you.
Adding this step adds tons of TS errors 😱 
* Override lib-webworker with service worker 
							
						 
						
							2022-12-12 22:20:35 +09:00  
				
					
						
							
							
								 
						
							
								0294555e2b 
								
							 
						 
						
							
							
								
								refactor(client): Create root.vue and select the ui in it ( #9312 )  
							
							
							
						 
						
							2022-12-12 21:01:43 +09:00  
				
					
						
							
							
								 
						
							
								8211893210 
								
							 
						 
						
							
							
								
								Fix lint errors (except `@typescript-eslint/prefer-nullish-coalescing`) ( #9311 )  
							
							... 
							
							
							
							* `yarn workspace client run lint --fix`
* `eslint-disable-next-line no-var` for service worker self
* A few more manual sw fixes
* word change 
							
						 
						
							2022-12-12 19:27:47 +09:00  
				
					
						
							
							
								 
						
							
								bae7939d79 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2022-12-10 12:43:27 +00:00  
				
					
						
							
							
								 
						
							
								3a7c1eb921 
								
							 
						 
						
							
							
								
								12.120.0-alpha.14  
							
							
							
						 
						
							2022-12-10 16:53:42 +09:00  
				
					
						
							
							
								 
						
							
								fc44d4c9f9 
								
							 
						 
						
							
							
								
								fix(client): use proxied image for instance icon  
							
							
							
						 
						
							2022-12-10 16:52:05 +09:00  
				
					
						
							
							
								 
						
							
								b3ec605ec3 
								
							 
						 
						
							
							
								
								🎨  
							
							
							
						 
						
							2022-12-10 16:48:45 +09:00  
				
					
						
							
							
								 
						
							
								eb353c2c59 
								
							 
						 
						
							
							
								
								12.120.0-alpha.13  
							
							
							
						 
						
							2022-12-10 16:39:26 +09:00  
				
					
						
							
							
								 
						
							
								2f9de0c765 
								
							 
						 
						
							
							
								
								re-enable chartjs-plugin-gradient  
							
							
							
						 
						
							2022-12-10 16:39:04 +09:00  
				
					
						
							
							
								 
						
							
								c5213dddbf 
								
							 
						 
						
							
							
								
								update deps  
							
							
							
						 
						
							2022-12-10 16:38:41 +09:00  
				
					
						
							
							
								 
						
							
								2067180328 
								
							 
						 
						
							
							
								
								improve nest logger  
							
							
							
						 
						
							2022-12-10 15:45:30 +09:00  
				
					
						
							
							
								 
						
							
								b4b742ca89 
								
							 
						 
						
							
							
								
								fix   #9299  
							
							
							
						 
						
							2022-12-10 15:25:39 +09:00  
				
					
						
							
							
								 
						
							
								020cd5cc02 
								
							 
						 
						
							
							
								
								fix: typo ( #9300 )  
							
							
							
						 
						
							2022-12-10 08:55:07 +09:00  
				
					
						
							
							
								 
						
							
								847f59369b 
								
							 
						 
						
							
							
								
								tweak blurhash  
							
							
							
						 
						
							2022-12-09 16:03:10 +09:00  
				
					
						
							
							
								 
						
							
								187237b35e 
								
							 
						 
						
							
							
								
								Update ja-JP.yml  
							
							
							
						 
						
							2022-12-08 17:40:20 +09:00  
				
					
						
							
							
								 
						
							
								15fa2f7c91 
								
							 
						 
						
							
							
								
								12.120.0-alpha.12  
							
							
							
						 
						
							2022-12-08 17:33:18 +09:00  
				
					
						
							
							
								 
						
							
								e4c2bba89a 
								
							 
						 
						
							
							
								
								fix(client): use proxied image for instance icon  
							
							
							
						 
						
							2022-12-08 17:33:04 +09:00  
				
					
						
							
							
								 
						
							
								d73cc8f9b8 
								
							 
						 
						
							
							
								
								refactor(server): rename AppModule to RootModule  
							
							
							
						 
						
							2022-12-08 17:22:27 +09:00  
				
					
						
							
							
								 
						
							
								6bb194de54 
								
							 
						 
						
							
							
								
								refactor(server): move RepositoryModule into models directory  
							
							
							
						 
						
							2022-12-08 17:19:37 +09:00  
				
					
						
							
							
								 
						
							
								6d46e5cf77 
								
							 
						 
						
							
							
								
								enhance: fallback option for media proxy  
							
							
							
						 
						
							2022-12-08 17:16:50 +09:00  
				
					
						
							
							
								 
						
							
								2a86942f07 
								
							 
						 
						
							
							
								
								fix(client): use proxied image for instance icon  
							
							
							
						 
						
							2022-12-08 16:57:57 +09:00  
				
					
						
							
							
								 
						
							
								f89a163305 
								
							 
						 
						
							
							
								
								Add tooltips to visibility icons ( #9287 )  
							
							
							
						 
						
							2022-12-08 14:57:23 +09:00  
				
					
						
							
							
								 
						
							
								e81c2962a0 
								
							 
						 
						
							
							
								
								enhance: AVIF support ( #9281 )  
							
							... 
							
							
							
							* chore: Make image/avif browsersafe
* server side
* change FileInfoService
* ✌️ 
* avifはMastodonでは絶望的 see https://github.com/misskey-dev/misskey/issues/9283 
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 
							
						 
						
							2022-12-08 14:49:49 +09:00  
				
					
						
							
							
								 
						
							
								bd35d0fb2a 
								
							 
						 
						
							
							
								
								12.120.0-alpha.11  
							
							
							
						 
						
							2022-12-08 14:18:49 +09:00  
				
					
						
							
							
								 
						
							
								53fb516179 
								
							 
						 
						
							
							
								
								add todo  
							
							
							
						 
						
							2022-12-08 13:44:38 +09:00  
				
					
						
							
							
								 
						
							
								686bea6e2a 
								
							 
						 
						
							
							
								
								Update ServerService.ts  
							
							
							
						 
						
							2022-12-08 13:40:42 +09:00  
				
					
						
							
							
								 
						
							
								8b4ba370f7 
								
							 
						 
						
							
							
								
								Update ServerService.ts  
							
							
							
						 
						
							2022-12-08 07:46:11 +09:00  
				
					
						
							
							
								 
						
							
								54ccacff97 
								
							 
						 
						
							
							
								
								fix: dockerignore not excluding packages/*/node_modules ( #9296 )  
							
							
							
						 
						
							2022-12-08 07:30:42 +09:00  
				
					
						
							
							
								 
						
							
								214de03301 
								
							 
						 
						
							
							
								
								GitHub Actions Test PR: Cache on Lint ( #9289 )  
							
							... 
							
							
							
							* update lint.yml
* wip
* fix
* fix
* continue-on-error: true 
							
						 
						
							2022-12-08 03:18:15 +09:00  
				
					
						
							
							
								 
						
							
								d9541a7db8 
								
							 
						 
						
							
							
								
								fix: Update Dockerfile ( #9292 )  
							
							... 
							
							
							
							- copy .yarn/install-state.gz
- add --immutable to yarn install 
							
						 
						
							2022-12-08 03:16:05 +09:00  
				
					
						
							
							
								 
						
							
								733515329a 
								
							 
						 
						
							
							
								
								12.120.0-alpha.10  
							
							
							
						 
						
							2022-12-07 10:33:19 +09:00  
				
					
						
							
							
								 
						
							
								cd50b9db1d 
								
							 
						 
						
							
							
								
								New Crowdin updates ( #9088 )  
							
							... 
							
							
							
							* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Bengali)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Vietnamese)
* New translations ja-JP.yml (Indonesian)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Czech)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Romanian)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Arabic)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Polish)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Spanish)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Slovak)
* New translations ja-JP.yml (French)
* New translations ja-JP.yml (Catalan)
* New translations ja-JP.yml (Greek)
* New translations ja-JP.yml (Italian)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Portuguese)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (Ukrainian)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Thai) 
							
						 
						
							2022-12-07 10:25:46 +09:00  
				
					
						
							
							
								 
						
							
								7b6cd6187f 
								
							 
						 
						
							
							
								
								Update docker.yml ( #9046 )  
							
							... 
							
							
							
							not only tag 12.118.1; 12 and 12.118 and 12.118.1 
							
						 
						
							2022-12-07 04:32:03 +09:00  
				
					
						
							
							
								 
						
							
								9d14476a6a 
								
							 
						 
						
							
							
								
								fix(server): cookieが取得されないのを修正  
							
							
							
						 
						
							2022-12-06 14:17:53 +09:00  
				
					
						
							
							
								 
						
							
								3b7c943440 
								
							 
						 
						
							
							
								
								fix(server): cookieが設定されないのを修正  
							
							
							
						 
						
							2022-12-06 14:14:41 +09:00