summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tweak stylesyuilo2021-07-191-1/+0
|
* Fix stickyTop calculationsyuilo2021-07-191-1/+1
|
* Classic UIsyuilo2021-07-1919-67/+391
|
* 認証の修正 (#7597)MeiMei2021-07-188-15/+41
| | | | | | | | | | | | | | | | | | | | | * authenticateのキャッシュを廃止 * 凍結ユーザーがサインイン出来てしまうのを修正 * 凍結ユーザーはストリーミング接続出来ないように * 他人のアクセストークンはrevoke出来ないように, 正常削除を待機するように * ユーザー/アクセストークンを無効化したらストリーミングを切断するように * Revert TODO * ストリーミングterminateは、ユーザー削除後に行うように * signinでsuspendは別のエラーにする * トークン再生成後のストリーミング切断は少し待つように * サスペンド後のストリーミング切断はローカルユーザーのみに
* API ↵MeiMei2021-07-183-11/+22
| | | | AuthenticateでDB接続エラーなどが発生するとログアウトさせられてしまうのを修正 Fix #7603 (#7604)
* Improve typesyuilo2021-07-171-0/+2
|
* Update depssyuilo2021-07-172-616/+837
|
* Update check-hit-antenna.tssyuilo2021-07-161-1/+1
|
* Refactoringsyuilo2021-07-1527-43/+38
|
* Improve email notificationsyuilo2021-07-151-2/+4
|
* Revert "Resolve #6811"syuilo2021-07-141-4/+45
| | | | This reverts commit 558d288e7bc129fa92ee7dd1dc08d5a9f3615f8f.
* Clean upsyuilo2021-07-141-12/+0
|
* Custom CSSsyuilo2021-07-145-0/+85
|
* Use unisonReloadsyuilo2021-07-131-1/+2
|
* refactorsyuilo2021-07-131-1/+1
|
* Fix #7576syuilo2021-07-131-1/+3
|
* Resolve #6811syuilo2021-07-121-45/+4
|
* Fix video (#7594)MeiMei2021-07-101-1/+0
|
* AP Actorの修正 (#7573)MeiMei2021-07-107-68/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * AP Actorの修正 * Add ActivityPub test * Fix person * Test * ap test * Revert "Test" This reverts commit 3c493eff4e89f94fd33f25189ba3bc96ef4366b3. * Test comment * fix * fix * Update inbox * indent * nl * indent * TODO * Fix inbox * Update test
* Rich welcome content (#7588)Skehmatics2021-07-102-15/+68
| | | | | * Add rich content (polls, media) to the welcome page notes * Add a simple scrolling animation to welcome page
* mfm.jsが更新されたのでもうこのresolutionsはいらない (#7581)MeiMei2021-07-091-1/+0
|
* Resolve #7165syuilo2021-07-092-3/+25
|
* refactoringsyuilo2021-07-011-9/+9
|
* improve typesyuilo2021-06-301-4/+4
|
* カスタム絵文字インポート時もemojiAddedイベントを発行す ↵syuilo2021-06-231-2/+7
| | | | るように
* Update theme.vuesyuilo2021-06-141-1/+1
|
* テストがうごかないのを修正 (#7566)MeiMei2021-06-1211-75/+91
| | | | | | | | | * startServer * typeorm 0.2.32 * Fix: chartのテストがテストの並び順によっては正しく初期化されない * initTestDb
* Update resolutions (#7572)MeiMei2021-06-122-12/+5
|
* Update CONTRIBUTING.md (#7570)MeiMei2021-06-111-7/+2
|
* 12.83.0syuilo2021-06-101-1/+1
|
* New Crowdin updates (#7554)syuilo2021-06-1011-60/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (French) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations api.md (Korean) * New translations mfm.md (Korean) * New translations api.md (Korean) * New translations timelines.md (Spanish) * New translations timelines.md (Spanish) * New translations timelines.md (Spanish) * New translations theme.md (Spanish) * New translations ja-JP.yml (Chinese Simplified) * New translations theme.md (Spanish) * New translations theme.md (Spanish) * New translations theme.md (Spanish) * New translations theme.md (Spanish) * New translations theme.md (Spanish) * New translations theme.md (Spanish) * New translations stream.md (Spanish) * New translations stream.md (Spanish) * New translations stream.md (Spanish) * New translations stream.md (Spanish)
* fix api response definitionsyuilo2021-06-081-65/+2
|
* Remove entity descriptionssyuilo2021-06-0852-249/+1
| | | | #6627
* refactor typesyuilo2021-06-0812-19/+19
|
* Remove endpoint descriptionssyuilo2021-06-08198-1904/+0
| | | | #6627
* 外部リンクアイコンが表示されない問題を修正syuilo2021-06-081-2/+0
|
* 歓迎ページでバナー画像が表示されない問題を修正 (#7559)NoriDev2021-06-083-3/+10
| | | | | | | * 歓迎ページでバナー画像が表示されない問題 * revert * 背景画像設定オプションを追加
* Update depssyuilo2021-06-082-223/+225
|
* Updated divisions to math.div (#7549)mint2021-06-052-6/+12
| | | | | | | | | | | | | | | | | * Updated divisions to math.div on Reversi (game.board.vue) * Update src/client/pages/reversi/game.board.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Oops. Forgot to put it all through parenthesis * Imported sass:math * Fixes on drive.vue * Forgot the stupid comma Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix resync-remote-user (#7556)MeiMei2021-06-051-1/+4
| | | | | * Fix resync-remote-user * tune
* ランダムにテストがコケるのを修正 (#7553)MeiMei2021-06-057-15/+34
| | | | | | | | | | | | | | | | | | | * Test shutdown * Revert "Test shutdown" This reverts commit 85182e7dd196cdd9ecb46cfb50adaabd04c5ba60. * Skip beforeShutdown in test * Wait shutdown in test * Revert "Skip beforeShutdown in test" This reverts commit 79c33ab53615e8fa4820d2abfc2494cba55c441c. * Revert "Revert "Skip beforeShutdown in test"" This reverts commit 3423133a137c79b64f3ff6ef9dbe433a441a47b0.
* Add missing migrations (#7552)MeiMei2021-06-042-0/+25
|
* Update misskey.jssyuilo2021-06-012-5/+5
|
* Update type.tssyuilo2021-06-011-1/+1
|
* 12.82.0syuilo2021-05-311-1/+1
|
* Supports Array ActivityStreams type (#7536)MeiMei2021-05-3110-82/+76
| | | | | | | | | | | * Supports Array type * Fix * Fix Service to Note * Update type.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* New Crowdin updates (#7527)syuilo2021-05-3115-41/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Indonesian) * New translations ja-JP.yml (Indonesian) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Indonesian) * New translations ja-JP.yml (Japanese, Kansai) * 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 (Chinese Simplified) * New translations ja-JP.yml (Korean)
* fixsyuilo2021-05-311-0/+1
|
* fix bugsyuilo2021-05-311-1/+1
|
* Update depssyuilo2021-05-313-270/+349
|