summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New translations ja-JP.yml (Chinese Simplified) (#9792)syuilo2023-02-041-0/+7
|
* 13.3.2syuilo2023-02-042-2/+2
|
* Update CHANGELOG.mdsyuilo2023-02-041-3/+4
|
* fix(client): validate urls to improve securitysyuilo2023-02-044-2/+19
|
* perf(server): improvement of external mediaProxy (#9787)tamaina2023-02-0412-59/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* 13.3.1syuilo2023-02-042-2/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-044-12/+17
|\
| * New Crowdin updates (#9789)syuilo2023-02-044-12/+17
| | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English)
* | Update CHANGELOG.mdsyuilo2023-02-041-4/+8
|/
* 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-032-1/+3
| | | | オートコンプリートでUnicode絵文字がカスタム絵文字として表示されてしまうのを修正
* fix(client): ↵tamaina2023-02-032-9/+16
| | | | カスタム絵文字にアニメーション画像を再生しない設定が適用されていない問題を修正
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-02-037-19/+79
|\
| * 13.3.0syuilo2023-02-032-4/+2
| |
| * Bug | Fixed the error when running pnpm i --frozen-lockfile (#9782)Roxy Squires2023-02-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-036-17/+414
| |\
| | * enhance - Added vue-plyr as the standard video player (#9766)Roxy Squires2023-02-033-12/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | New Crowdin updates (#9760)syuilo2023-02-033-5/+339
|/ | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Spanish)
* Update CHANGELOG.mdsyuilo2023-02-031-0/+1
|
* drop syslogsyuilo2023-02-039-78/+4
| | | | Close #9774
* Update CHANGELOG.mdsyuilo2023-02-031-0/+9
|
* Create 1675404035646-cleanup.jssyuilo2023-02-031-0/+29
|
* drop twitter/github/discord integrationssyuilo2023-02-0324-1426/+6
| | | | Close #9775
* update depssyuilo2023-02-035-1079/+592
|
* drop hashtag chartsyuilo2023-02-0312-124/+1
|
* enhance(client): hidden ads when canHideAds is truesyuilo2023-02-032-13/+1
|
* CONTRIBUTING: テストが配置されている場所の記述修正 (#9772)Masaya Suzuki2023-02-031-1/+1
|
* CONTRIBUTING: yarn -> pnpm (#9771)Masaya Suzuki2023-02-031-7/+7
|
* 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
|
* Update README.mdsyuilo2023-02-021-0/+2
|
* test: add test of RoleServicesyuilo2023-02-021-0/+145
|
* Update pnpm-lock.yamlsyuilo2023-02-021-3/+7
|
* 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
|