| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(client): use dvh | syuilo | 2022-11-13 | 6 | -28/+9 |
| | | |||||
| * | update node to v18 | syuilo | 2022-11-13 | 3 | -9/+3 |
| | | |||||
| * | update deps | syuilo | 2022-11-13 | 4 | -701/+702 |
| | | |||||
| * | ノートの詳細ボタンを...に追加 (#9166) | nenohi | 2022-11-13 | 1 | -3/+13 |
| | | | | | | | | | | | | * noteの詳細を追加 * add detail option to note menu * add detailed , fix typo * delete button Co-authored-by: Gray Olson <gray@grayolson.com> | ||||
| * | fix(client): ↵ | syuilo | 2022-11-12 | 3 | -12/+24 |
| | | | | | インスタンスティッカーのfaviconを読み込む際に偽サイト警告が出ることがあるのを修正 | ||||
| * | Update QueueProcessorService.ts | syuilo | 2022-11-11 | 1 | -5/+13 |
| | | |||||
| * | fix for pinned users. update changelog (#9159) | squidicuz | 2022-11-11 | 1 | -2/+2 |
| | | |||||
| * | fix(client): clarify to use props.url (#9143) | futchitwo | 2022-11-04 | 1 | -2/+2 |
| | | |||||
| * | update deps | syuilo | 2022-10-28 | 4 | -1112/+1172 |
| | | |||||
| * | Add Cloudflare Turnstile CAPTCHA support (#9111) | CyberRex | 2022-10-13 | 12 | -3/+126 |
| | | | | | | | | | | * Add Cloudflare Turnstile CAPTCHA support * Update packages/client/src/components/MkCaptcha.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> | ||||
| * | add webhookId to api request (#9113) | hayabusa | 2022-10-13 | 1 | -0/+1 |
| | | |||||
| * | fix: ↵ | hayabusa | 2022-10-13 | 5 | -5/+80 |
| | | | | | | | | 一部の状態のファイルをドロップしてアップロードできない場合がある問題を修正 (投稿フォーム以外についても) (#9114) * dropEffectとeffectAllowedの関連付けを投稿フォームと同様に修正 * 文字列をDropできるようにしてしまったのを修正 | ||||
| * | fix: typo | Acid Chicken (硫酸鶏) | 2022-10-02 | 1 | -1/+1 |
| | | |||||
| * | fix type | syuilo | 2022-09-25 | 1 | -4/+4 |
| | | |||||
| * | type | syuilo | 2022-09-24 | 2 | -7/+7 |
| | | |||||
| * | fix type | syuilo | 2022-09-24 | 3 | -3/+30 |
| | | |||||
| * | fix type | syuilo | 2022-09-24 | 1 | -5/+3 |
| | | |||||
| * | fix type | syuilo | 2022-09-24 | 4 | -3/+11 |
| | | |||||
| * | test: 後で戻す | syuilo | 2022-09-24 | 1 | -4/+1 |
| | | |||||
| * | fix type errors | syuilo | 2022-09-24 | 4 | -42/+24 |
| | | |||||
| * | fix type | syuilo | 2022-09-24 | 1 | -0/+5 |
| | | |||||
| * | fix | syuilo | 2022-09-24 | 1 | -3/+3 |
| | | |||||
| * | fix | syuilo | 2022-09-24 | 1 | -0/+2 |
| | | |||||
| * | fix type | syuilo | 2022-09-24 | 2 | -21/+2 |
| | | |||||
| * | fix type | syuilo | 2022-09-24 | 1 | -28/+33 |
| | | |||||
| * | fix | syuilo | 2022-09-24 | 1 | -2/+3 |
| | | |||||
| * | fixes | syuilo | 2022-09-24 | 10 | -15/+20 |
| | | |||||
| * | fix type | syuilo | 2022-09-24 | 1 | -0/+1 |
| | | |||||
| * | refactor | syuilo | 2022-09-24 | 42 | -45/+43 |
| | | |||||
| * | remove unused files | syuilo | 2022-09-24 | 2 | -86/+0 |
| | | |||||
| * | fixes | syuilo | 2022-09-24 | 10 | -25/+37 |
| | | |||||
| * | fixes | syuilo | 2022-09-24 | 21 | -70/+88 |
| | | |||||
| * | fixes | syuilo | 2022-09-23 | 27 | -35/+39 |
| | | |||||
| * | chore: fix type import | syuilo | 2022-09-23 | 1 | -1/+2 |
| | | |||||
| * | Update package.json | syuilo | 2022-09-23 | 1 | -2/+2 |
| | | |||||
| * | feat: Youtube window player (#9095) | こけっち | 2022-09-22 | 3 | -2/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | * wip: feat: Youtube Player Window * fix: player fill window * fix: improve design * fix: disable at mobile and creanup code * fix: tailing comma * fix: delete debug output * fix: eslint * fix: switch to component * fix(backend): add missing dependency Fix #9101 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | refactor(backend): refactor dependency | syuilo | 2022-09-22 | 3 | -14/+13 |
| | | |||||
| * | update test | syuilo | 2022-09-22 | 1 | -1/+2 |
| | | |||||
| * | use swc for jest | syuilo | 2022-09-22 | 4 | -436/+538 |
| | | |||||
| * | Fix ioredis import typo (#9099) | Takuya Yoshida | 2022-09-21 | 3 | -6/+6 |
| | | | | | | * Fix import typo * Fix type | ||||
| * | fix wrong impot | syuilo | 2022-09-21 | 1 | -1/+1 |
| | | |||||
| * | fix import type | syuilo | 2022-09-21 | 408 | -475/+474 |
| | | |||||
| * | add test for metaService | syuilo | 2022-09-21 | 1 | -0/+68 |
| | | |||||
| * | test | syuilo | 2022-09-21 | 1 | -3/+3 |
| | | |||||
| * | test | syuilo | 2022-09-21 | 3 | -383/+393 |
| | | |||||
| * | refactor(backend): ロジックをサービスに切り出す | syuilo | 2022-09-21 | 2 | -40/+49 |
| | | |||||
| * | enhance(backend): ↵ | syuilo | 2022-09-21 | 3 | -6/+45 |
| | | | | | metaのポーリング頻度を減らし、redisで更新を受け取るように | ||||
| * | fix(backend): add missing noteEntityService dep | syuilo | 2022-09-21 | 1 | -4/+6 |
| | | |||||
| * | :art: | syuilo | 2022-09-21 | 1 | -1/+1 |
| | | |||||
| * | revert blurhash | syuilo | 2022-09-20 | 4 | -10/+10 |
| | | | | | https://github.com/woltapp/blurhash/issues/202 | ||||