summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(backend/ApNoteService): try retrieving again when failed by duplication ↵Kagami Sascha Rosylight2023-08-082-20/+47
| | | | | | | | | | | (#11472) * fix(backend/ApNoteService): try retrieving again when failed by duplication * Update CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(backend): Improve behavior of correctFilename (#11484)tamaina2023-08-083-37/+93
| | | | | | | | | | | | | | | * enhance(backend): Improve behavior of correctFilename * :v: * 未知のファイル形式かつ拡張子がある場合は何もしない * :v: * .ext --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: muteがapiからのuser list timeline取得で機能しない (#11480)anatawa122023-08-081-0/+4
|
* fix(frontend): webkit-text-size-adjustを100%に固定する (#11487)Srgr02023-08-081-0/+1
| | | | | * disable webkit-text-size-adjust * Update CHANGELOG.md
* fix typotamaina2023-08-061-3/+3
|
* chore: Increase displayLimit in about.federation.vuetamaina2023-08-061-0/+1
| | | | https://github.com/misskey-dev/misskey/issues/11355#issuecomment-1666823238
* feat: increase emoji picker search results (#11371)Ibuki Sugiyama2023-08-051-2/+2
| | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: cacheRemoteFilesのデフォルト値をfalseに (#11398)tamaina2023-08-054-2/+94
| | | | | | | | | | | | | | | | | * chore: cacheRemoteFilesのデフォルト値をfalseに * proxyRemoteFiles to default * update ja-JP.yml * update ja-JP.yml * youCanCleanRemoteFilesCache * changelog --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: sensitive channel (#11438)anatawa122023-08-0511-0/+72
| | | | | | | | | | | | | | | * feat(backend): add isSensitive to Channel * feat(backend): support isSensitive in channel endpoints * feat(frontend/channel-editor): support isSensitive in create/edit channel page * feat(frontend/channel): show sensitive indicator for sensitive channels * docs(changelog): add チャンネルをセンシティブ指定できるようになりました * chore: license header for each file * chore: add isSensitive of channel to Note object
* Fix typos (#11450)woxtu2023-08-053-5/+5
|
* refactor(backend): Remove unused injections (#11462)woxtu2023-08-05107-542/+71
| | | | | * Remove unused injections * Remove unused imports
* chore(frontend): video sourceからtypeを削除tamaina2023-08-021-1/+0
| | | | Resolve #7894
* enhance(frontend): ↵tamaina2023-08-0110-85/+212
| | | | | | | | | | | | | ユーザーメニューでスイッチでユーザーリストに追加・削除できるように (#11439) * メニューのトグルをいい感じにする * user list toggle! * add changelog * fix * stop
* update deps (#11409)syuilo2023-07-3116-80/+81
| | | | | | | | | | | | | | | | | * update deps * Update .eslintrc.js * Update .eslintrc.js * lint * lint * Update update.ts * update deps * Update .eslintrc.js
* enhance(frontend): 押したリアクションのデザインを改善 (#11434)Ebise Lutica2023-07-311-7/+5
| | | | | * enhance(frontend): 押したリアクションのデザインを改善 * Update CHANGELOG
* enhance(frontend): TwitterアイコンをXに変更 (#11436)Ebise Lutica2023-07-312-2/+2
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-07-311-11/+13
|\
| * fix(frontend): ↵tamaina2023-07-311-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正 (#11433) * fix(frontend): 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正 * remove comment * clean up * :v: * add CHANGELOG
* | chore: Safari(beta?)でTLのマージンがおかしいのを修正tamaina2023-07-311-2/+2
|/
* fix(frontend, misskey-js): make block switch work (#11429)Kagami Sascha Rosylight2023-07-314-17/+37
| | | | | * fix(frontend, misskey-js): make block switch work * Update CHANGELOG.md
* Remove an unused dependency (#11405)woxtu2023-07-292-2/+0
|
* chore(frontend): support Spotify for brainDiver (#11407)Kagami Sascha Rosylight2023-07-281-10/+17
| | | | | | | | | | | | | | | | | | | * chore(frontend): support Spotify for brainDiver * no lowercase * album * syntax fix * Update packages/frontend/src/components/MkPostForm.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * reformat --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* chore: add missing license identifiersyuilo2023-07-283-0/+15
|
* feat(backend): support OAuth 2.0 authorization (#11053)Kagami Sascha Rosylight2023-07-2711-6/+1564
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(backend): support OAuth 2.0 authorization * secureRndstr fix * nanndekowareta * nanndekowareta2 * nanndekowareta3 * unref? * refactor to not close fastify * use microformats-parser * Update OAuth2ProviderService.ts * clarify the reason behind dns lookup * refactor(backend): use @types/oauth2orize-pkce (#11350) * refactor(backend): use @types/oauth2orize-pkce * Update package.json * Update pnpm-lock.yaml --------- Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> --------- Co-authored-by: mtgto <hogerappa@gmail.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: ↵Shun Sakai2023-07-271642-340/+8283
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Use promises API (#11351)woxtu2023-07-273-17/+8
|
* refactor: ↵猫ロキP@deflis2023-07-271-2/+3
| | | | | | | forkでデフォルトのノート文字数を変更した場合、E2Eテストが落ちる問題を修正する (#11366) * forkでデフォルトのノート文字数を変更した場合このテストが落ちる問題を修正する * 文字数についてのコメントを追加しておく
* URL取得変数を関数に変更 #11392 (#11393)setaria2023-07-271-1/+3
|
* fix: PhotoSwipeによるクライアントのメモリリークの解消 ↵kabo24682023-07-271-9/+17
| | | | | | | (#11395) * Destroy PhotoSwipe on unmounted * Update CHANGELOG.md
* fix(frontend): replies to channel posts could change the visibilityAcid Chicken (硫酸鶏)2023-07-272-0/+2
|
* build: close #10953Acid Chicken (硫酸鶏)2023-07-261-13/+15
|
* fix(frontend): Remove errors in prefeerences-backups.vuetamaina2023-07-261-37/+28
|
* fix(frontend): #11386 ↵tamaina2023-07-261-3/+11
| | | | でウィンドウの場合に正常に表示されない問題を修正
* fix(frontend): Fix cat ears are awkward on reply modalsyuilo2023-07-263-1/+2
|
* Revert "fix(frontend): Fix cat ears are awkward on reply modal (#11309)"syuilo2023-07-261-2/+1
| | | | This reverts commit 5280a5e5c68d94565774c71976fb343bb949554e.
* Update packages/frontend/src/pages/custom-emojis-manager.vuesyuilo2023-07-261-1/+1
| | | Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* perf(frontend): Reduce getting clientWidth in MkMediaImage (#11386)tamaina2023-07-261-2/+29
| | | | | | | * perf(frontend): Reduce getting clientWidth * fix * :v:
* Remove redundant double quotes in page titles (#11352)woxtu2023-07-261-1/+1
|
* fix(frontend): ↵syuilo2023-07-261-0/+1
| | | | 一部モーダルダイアログでスクロールできない問題を修正
* fix(frontend): Selecting all emojis in Custom emoji is impossiblesyuilo2023-07-261-1/+1
| | | | Fix #11381
* fix: insert bottom spacing appropriately (#11370)Ibuki Sugiyama2023-07-252-2/+6
|
* refactor: Array.from(iterable).map(mapfn)をArray.from(iterable | { length: ↵tamaina2023-07-254-6/+7
| | | | | | | | | | | | | number }, mapfn)に (#11337) * refactor: Array.from(iterable).map(mapfn)をArray.from(iterable, mapfn)に * Update packages/frontend/src/components/MkTagCloud.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix: hide sensitive gallery image on OGP (#11380)Acid Chicken (硫酸鶏)2023-07-251-2/+6
|
* perf(frontend): MkMediaListのアスペクト比制限を調整 (#11377)tamaina2023-07-252-19/+45
|
* fix(backend): Change isPublic to correctly recognize as:Public term (#11347)Koki Takahashi2023-07-251-1/+1
| | | | | | | | | * fix: Change isPublic to correctly recognize as:Public term * Update CHANGELOG.md --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix(backend): Use OFFSET instead of SKIP when using LIMIT (#11379)tamaina2023-07-258-10/+10
| | | | | * fix(backend): Use OFFSET instead of SKIP when using LIMIT * update CHANGELOG.md
* Use BullMQAdapter (#11367)hutchisr2023-07-251-2/+2
|
* enhance(frontend): ↵tamaina2023-07-241-10/+0
| | | | リストTLで、ユーザーが追加・削除されてもTLを更新しないように
* chore(frontend): MkImgWithBlurhashのデコードのエラーをconsole.logにtamaina2023-07-241-2/+1
|
* test: MkAd playAcid Chicken (硫酸鶏)2023-07-211-0/+2
|