summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump peter-evans/slash-command-dispatch from 1 to 3 (#11501)dependabot[bot]2023-08-131-1/+1
| | | | | | | | | | | | | | | Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 1 to 3. - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases) - [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v1...v3) --- updated-dependencies: - dependency-name: peter-evans/slash-command-dispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump docker/setup-buildx-action from 2.3.0 to 2.9.1 (#11502)dependabot[bot]2023-08-132-2/+2
| | | | | | | | | | | | | | | Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.3.0 to 2.9.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2.3.0...v2.9.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(backend): correctFilename changes dll to exe (#11710)anatawa122023-08-131-0/+2
|
* chore(dependabot): disable dependabot for pnpm for nowKagami Sascha Rosylight2023-08-121-1/+5
|
* build(deps): bump actions/checkout from 3.2.0 to 3.5.3dependabot[bot]2023-08-1213-17/+17
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(dependabot): add storybook groupKagami Sascha Rosylight2023-08-121-0/+4
|
* chore(workflows): use checkout@v3.3.0 consistentlyKagami Sascha Rosylight2023-08-121-1/+1
|
* build(deps): bump actions/setup-node from 3.6.0 to 3.7.0dependabot[bot]2023-08-127-10/+10
| | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* fix(dependabot): do not list each workspace itemKagami Sascha Rosylight2023-08-121-20/+7
|
* Update dependabot.ymlsyuilo2023-08-101-5/+10
|
* Update dependabot.ymlsyuilo2023-08-101-5/+5
|
* use node 20.5.0syuilo2023-08-091-1/+1
|
* Update node to 20.5.0 (#11463)HAL9000COM2023-08-092-2/+2
|
* fix(frontend): ↵tamaina2023-08-095-34/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MkPopupMenuがドロワーで子メニューの出現と同時にpopupをresolveさせるのをやめさせる (#11441) * fix(frontend): MkPopupMenuがドロワーで子メニューの出現と同時にpopupをresolveさせるのをやめさせる * fix * noCache * :v: * fix * ???? * a * a * :v: * fix emoji picker * ????? * close * 1 * fix2 * :v: * fix * :v: * :v: * :v: * preferClick * :v: * fix lint * a * rm nocache
* fix(backend/ApNoteService): try retrieving again when failed by duplication ↵Kagami Sascha Rosylight2023-08-083-20/+48
| | | | | | | | | | | (#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-085-49/+99
| | | | | | | | | | | | | | | * 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-082-0/+5
|
* fix(frontend): webkit-text-size-adjustを100%に固定する (#11487)Srgr02023-08-082-0/+2
| | | | | * 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
* Delete Misskey Forum (Issue template) (#11475)かっこかり2023-08-061-3/+0
|
* fix:ドライブ ↵Ryosei2023-08-061-1/+1
| | | | | | | ファイルの削除を確認するダイアログが誤解を招く (#11465) * fix:ドライブ ファイルの削除を確認するダイアログが誤解を招く * fix:ドライブのファイル削除メッセージ修正(全て→一部)
* Update CHANGELOG.mdsyuilo2023-08-051-1/+1
|
* feat: increase emoji picker search results (#11371)Ibuki Sugiyama2023-08-052-2/+3
| | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: cacheRemoteFilesのデフォルト値をfalseに (#11398)tamaina2023-08-0510-10/+104
| | | | | | | | | | | | | | | | | * 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-0512-0/+73
| | | | | | | | | | | | | | | * 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-0111-85/+214
| | | | | | | | | | | | | ユーザーメニューでスイッチでユーザーリストに追加・削除できるように (#11439) * メニューのトグルをいい感じにする * user list toggle! * add changelog * fix * stop
* update deps (#11409)syuilo2023-07-3118-1016/+1344
| | | | | | | | | | | | | | | | | * update deps * Update .eslintrc.js * Update .eslintrc.js * lint * lint * Update update.ts * update deps * Update .eslintrc.js
* enhance(frontend): 押したリアクションのデザインを改善 (#11434)Ebise Lutica2023-07-312-7/+6
| | | | | * enhance(frontend): 押したリアクションのデザインを改善 * Update CHANGELOG
* enhance(frontend): TwitterアイコンをXに変更 (#11436)Ebise Lutica2023-07-313-12/+40
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-07-312-11/+14
|\
| * fix(frontend): ↵tamaina2023-07-312-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正 (#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-315-18/+38
| | | | | * fix(frontend, misskey-js): make block switch work * Update CHANGELOG.md
* Remove an unused dependency (#11405)woxtu2023-07-293-5/+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>
* Update CHANGELOG.mdsyuilo2023-07-281-1/+12
|
* chore: add missing license identifiersyuilo2023-07-283-0/+15
|
* Update ROADMAP.mdsyuilo2023-07-271-1/+1
|
* feat(backend): support OAuth 2.0 authorization (#11053)Kagami Sascha Rosylight2023-07-2712-36/+1739
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-271647-340/+8306
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* chore: update pnpm to 8.6.10tamaina2023-07-271-1/+1
|
* 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-272-1/+4
|
* New Crowdin updates (#11389)syuilo2023-07-277-28/+238
| | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (French) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Uzbek) * New translations ja-JP.yml (Uzbek) * New translations ja-JP.yml (Indonesian) * New translations ja-JP.yml (Uzbek) * New translations ja-JP.yml (Hungarian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Hungarian) * New translations ja-JP.yml (Uzbek) * New translations ja-JP.yml (Uzbek) * New translations ja-JP.yml (Portuguese)
* fix: PhotoSwipeによるクライアントのメモリリークの解消 ↵kabo24682023-07-272-9/+18
| | | | | | | (#11395) * Destroy PhotoSwipe on unmounted * Update CHANGELOG.md