summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: timeline page for non-login users (#9795)futchitwo2023-02-055-33/+47
|
* Deny UNIX domain socket (#9802)MeiMei2023-02-051-0/+1
| | | | | * Deny UNIX domain socket * got v12ならこれが使える?
* fix: インラインコードを折り返して表示する (#9801)Masaya Suzuki2023-02-051-1/+1
|
* feat: ↵syuilo2023-02-0510-11/+102
| | | | | | ロールにアイコンを設定してユーザー名の横に表示できるように Resolve #9761
* fix(server): clean up file in FileServertamaina2023-02-041-0/+4
|
* fix(server): cannot follow usersyuilo2023-02-041-4/+4
|
* fix(server): improve securitysyuilo2023-02-041-2/+2
|
* fix(client): validate urls to improve securitysyuilo2023-02-043-2/+12
|
* perf(server): improvement of external mediaProxy (#9787)tamaina2023-02-0410-59/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(server): improvement of external mediaProxy * add a comment * :v: * /filesでsharpの処理を行わずリダイレクトする * fix * thumbnail => static * Fix #9788 * add avatar mode * add url * fix * static.webp * remove encodeURIComponent from media proxy path * remove existance check
* perf(server): cache blockingsyuilo2023-02-048-65/+99
|
* fix typosyuilo2023-02-0412-50/+50
|
* fix(client): validate urls to improve securitysyuilo2023-02-044-0/+4
|
* clean upsyuilo2023-02-044-8/+0
|
* Fix | Vue-plyr CORS issue (#9790)Rox Squires2023-02-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Video player Added vue-plyr as the video play * Create node.js.yml * Delete node.js.yml * Added vue-plyr into pnpm-lock.yaml * tweak * Fixed the pnpm-lock.yaml For some reason on the dependencies there was to instances of vue-plyr * Added MkMediaAudio * Update MkMediaList.vue * CORS checks * Update MkMediaVideo.vue * Update MkMediaVideo.vue * Fixed CORS the property made the video player use the CORS policy that stopped instance not using media caching not able to load the video from remote instance --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(client): ↵tamaina2023-02-031-1/+2
| | | | オートコンプリートでUnicode絵文字がカスタム絵文字として表示されてしまうのを修正
* fix(client): ↵tamaina2023-02-031-9/+13
| | | | カスタム絵文字にアニメーション画像を再生しない設定が適用されていない問題を修正
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-02-034-15/+21
|\
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-032-12/+18
| |\
| | * enhance - Added vue-plyr as the standard video player (#9766)Roxy Squires2023-02-032-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Video player Added vue-plyr as the video play * Create node.js.yml * Delete node.js.yml * Added vue-plyr into pnpm-lock.yaml * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * | perf: use replaceAll instead of regexsyuilo2023-02-032-3/+3
| |/
* / update idb-proxy.tstamaina2023-02-031-6/+7
|/ | | | Maybe fixed #9769
* drop syslogsyuilo2023-02-034-42/+3
| | | | Close #9774
* Create 1675404035646-cleanup.jssyuilo2023-02-031-0/+29
|
* drop twitter/github/discord integrationssyuilo2023-02-0324-1426/+6
| | | | Close #9775
* update depssyuilo2023-02-033-62/+62
|
* drop hashtag chartsyuilo2023-02-0312-124/+1
|
* enhance(client): hidden ads when canHideAds is truesyuilo2023-02-032-13/+1
|
* refactor: use testsyuilo2023-02-0223-342/+342
|
* refactorsyuilo2023-02-021-18/+12
|
* improve RoleService testsyuilo2023-02-021-0/+45
|
* enhance: PizzaxデータをindexedDBに保存するように (#9225)tamaina2023-02-027-92/+202
| | | | | | | | | | | | | | | | | * Revert "Revert #8098" This reverts commit 8b9dc962ae7b04354c65f6e80ad0e9a6bafd57ea. * fix * use deepClone instead of deepclone * defaultStore.loaded * fix load * wait ready * use top-level await, await in device-kind.ts
* improve role testsyuilo2023-02-021-10/+58
|
* test: add test of RoleServicesyuilo2023-02-021-0/+145
|
* fix(test): add @jest/globalssyuilo2023-02-021-2/+3
|
* refactor(client): use top-level awaitsyuilo2023-02-021-393/+391
|
* refactor: fix typesyuilo2023-02-012-4/+13
|
* refactor: fix typesyuilo2023-02-011-2/+2
|
* refactor: fix typesyuilo2023-02-011-37/+41
|
* enhance(backend): enhance SchemaType handling of anyOf (#9762)tamaina2023-02-013-48/+71
| | | | | * enhance(backend): enhance anyOf handling * clean up
* refactor: fix typesyuilo2023-02-015-12/+6
|
* refactor: tweak variable namesyuilo2023-02-011-23/+23
|
* enhance: Unicode絵文字名逆引き効率化 (#9757)YS2023-02-012-3/+22
| | | | | | | | | | | | | | | | * Unicode絵文字名前取得を連想配列で行う * Unicode絵文字事前カテゴリ集計 * Mapを使用 * Update packages/frontend/src/scripts/emojilist.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* update aiscriptsyuilo2023-02-012-5/+5
|
* fix(try): ld signature normalizer (#9758)Nya Candy2023-01-311-1/+4
|
* fix(client): ↵tamaina2023-01-282-0/+4
| | | | | | Chromeで検索ダイアログで変換確定するとそのまま検索されてしまう Fix #9598
* feat: ↵yupix2023-01-273-0/+12
| | | | | | | | | classicモードでテーマが自動変更された際元に戻すように (#9669) * feat: classicモードでテーマが自動変更された際元に戻すように * docs: update CHANGELOG.md * fix: prefixを miux:ui_temp から ui_temp に変更
* swがビルドできないのを修正syuilo2023-01-271-1/+1
|
* update depssyuilo2023-01-273-18/+18
|
* fix(client): ↵syuilo2023-01-273-9/+9
| | | | | | フォロー申請・フォローのボタンが、通知から消えている問題を修正 Fix #9717
* enhance(client): tweak custom emoji cachesyuilo2023-01-272-6/+14
|