summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* enhance(frontend): ↵syuilo2023-05-251-8/+0
| | | | | | | フォロー/フォロー解除したときに自動でTLをリロードするのをやめるように - 不便に感じる場合が多いように思う - 将来的にTLがpush型になったら無意味になる
* refactorsyuilo2023-05-249-154/+113
|
* refactorsyuilo2023-05-241-13/+14
|
* refactorsyuilo2023-05-241-35/+20
|
* refactor(#7598): add i18n dynamic typings (#10882)Acid Chicken (硫酸鶏)2023-05-244-3/+2222
| | | | | * refactor: add i18n dynamic typings * chore: tweak
* :art:syuilo2023-05-241-35/+35
|
* refactorsyuilo2023-05-243-74/+59
|
* update depssyuilo2023-05-244-653/+716
|
* refactorsyuilo2023-05-241-5/+5
|
* enhance(frontend): improve signup complete ui (#10876)Caipira2023-05-242-21/+69
| | | | | | | | | | | | | * enhance(frontend): improve signup complete ui * relocation * tweak * Update _boot_.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-05-211-1/+5
|\
| * ci: fix head userAcid Chicken (硫酸鶏)2023-05-201-1/+5
| |
| * ci: fix branch nameAcid Chicken (硫酸鶏)2023-05-201-1/+1
| |
* | :art:syuilo2023-05-202-23/+21
|/
* 13.13.0-beta.3syuilo2023-05-201-1/+1
|
* feat: support summary_large_image (#10862)Acid Chicken (硫酸鶏)2023-05-208-2/+22
| | | | | | | * feat: use summary_large_image * chore: add video * chore: ignore sensitive image on note
* chore: update slacc (#10867)Acid Chicken (硫酸鶏)2023-05-202-131/+37
| | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): Deck ↵syuilo2023-05-202-1/+3
| | | | | | UIを使用している場合、`/`以外にアクセスした際にZen UIで表示するように Resolve #10871
* refactorsyuilo2023-05-2012-48/+21
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-05-207-29/+100
|\
| * feat: impl IdlingRenderScheduler (#10547)Acid Chicken (硫酸鶏)2023-05-207-29/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: impl IdleRender * test: pin time on Chromatic * test: pin time on Chromatic * fix: typo * style: rename * style: rename * chore: back to setTimeout * style: linebreak * refactor: remove unused budget option * refactor: use raw unix time * fix: conflict error * fix: floor * fix: subtract * Revert "fix: subtract" This reverts commit 2ef4afaafc69d2fb8329b04c1b124dfa97b7e863. * Revert "fix: floor" This reverts commit bef8ecdf45c6afc52138921d16e2caca78cfd38d. * Revert "refactor: use raw unix time" This reverts commit 5199e13cb2829f3036101f95445cca3cb9c83703.
* | refactorsyuilo2023-05-202-69/+46
|/
* delete /docssyuilo2023-05-191-25/+0
|
* test(backend): Add tests for antennas (#10868)Nanashia2023-05-192-0/+750
|
* refactorsyuilo2023-05-1985-365/+338
|
* refactorsyuilo2023-05-192-26/+21
|
* fix:ロールタイムライン無効に関する修正 (#10843)nenohi2023-05-195-2/+22
| | | | | | | | | | | * 修正 * note visibility change * public投稿のみ * update changelog * RN非表示機能がうごかないところだった
* update pnpm to 8.5.1tamaina2023-05-191-1/+1
|
* update depssyuilo2023-05-193-423/+591
|
* refactorsyuilo2023-05-192-6/+6
|
* refactorsyuilo2023-05-193-83/+71
|
* refactorsyuilo2023-05-1974-439/+310
|
* refactor(frontend): use css modulesyuilo2023-05-191-65/+49
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-05-192-1/+2
|\
| * fix:Firefoxでサインアップする時、メールアドレスがユー ↵まっぴー2023-05-192-1/+2
| | | | | | | | | | | | | | | | | | ー名として認識される#10523 (#10869) * fix:Firefoxでサインアップする時、メールアドレスがユーザー名として認識される * Update CHANGELOG.md edit CHANGELOG.md
* | refactorsyuilo2023-05-1981-354/+342
| |
* | :art:syuilo2023-05-192-25/+24
|/
* 13.13.0-beta.2syuilo2023-05-191-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-05-1925-54/+724
|\
| * feat: 公開リスト (#10842)Chocolate Pie2023-05-1926-54/+726
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: まず公開できるように (misskey-dev/misskey#10447) * feat: 公開したリストのページを作成 (misskey-dev/misskey#10447) * feat: いいねできるように * feat: インポートに対応 * wip * wip * CHANGELOGを編集 * add note * refactor --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | add notesyuilo2023-05-191-0/+2
|/
* perf: MkImgWithBlurhashとMkMediaImageを最適化 (#10782)tamaina2023-05-1914-90/+366
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #10781 * fix tsconfig * fetch image?? * Revert "fetch image??" This reverts commit 0925c28d5a4f328264c39d5591dc736795541683. * wip * Revert "wip" This reverts commit be97c6cb88318bcea441edeeecb69b6d6ed0dd8f. * loading="eager" * loading="eager" 2 * error * wip * wip * wip * wip * clean up * fix * 生成するworkerを1つにする? * clean up * use buraha * wip * smaller width, height * update buraha * clean up * fix * Update MkMediaImage.vue * Update MkImgWithBlurhash.vue * Revert "fix(frontend): センシティブ設定された画像を開くとき一瞬レイアウトが崩れる問題を修正" This reverts commit 41e9aa6f9b03107518224e2ebde8889c64408204. * Update MkMediaList.vue * Update MkMediaList.vue * Update MkMediaList.vue * Update CHANGELOG.md * wait for decode * fix * ? * (test) remove container-type: inline-size; * Revert "(test) remove container-type: inline-size;" This reverts commit 9448e64228428175a3d624c04df1bfad0f59cb69. * container-name * Revert "container-name" This reverts commit 94385d32213a00a06a59fbd2296d6ef1b5f91785. * width: 100%; * improve performance * refactor * wip * WIP * wip * Revert "wip" This reverts commit 36e3b75cab8114e423544b79a8e2df353880f43b. * Revert "WIP" This reverts commit 05b729ef9189aea052ba411ac10f30a46cc668c8. * Revert "wip" This reverts commit 0801e7936116c58154d7cecfea955dd15fa61a77. * #10860 * wip * no worker * Revert "no worker" This reverts commit a9c49e4fb49976958a7594393343d52be0e082d7. * :v: * workerNumber固定は不要 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: ↵syuilo2023-05-198-14/+27
| | | | センシティブなカスタム絵文字のリアクションを受け入れない設定を追加
* enhance(frontend): ↵syuilo2023-05-193-5/+15
| | | | リアクションの取り消し/変更時に確認ダイアログを出すように
* tweaksyuilo2023-05-191-1/+1
|
* 13.13.0-beta.1syuilo2023-05-182-2/+2
|
* tweak of 7ce569424syuilo2023-05-186-49/+72
|
* feat(backend): ↵syuilo2023-05-183-4/+5
| | | | カスタム絵文字ごとに連合するかどうか設定できるように
* feat: ↵syuilo2023-05-1817-115/+376
| | | | カスタム絵文字ごとにそれをリアクションとして使えるロールを設定できるように
* perf(backend): pre-compile regexpsyuilo2023-05-181-2/+5
|