summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update about-misskey.vuesyuilo2023-09-021-0/+1
|
* enhance(frontend): ↵syuilo2023-09-011-3/+0
| | | | | | AiScriptからMisskeyサーバーAPIを呼び出す際の制限を撤廃 Resolve #7123
* enhance(frontend): ↵syuilo2023-09-011-19/+3
| | | | ノート詳細ページ読み込み時に前後のノートの存在チェックを行わなず、常に存在すると仮定するようにしてパフォーマンスを向上
* feat: Refine 2fa (#11766)syuilo2023-08-2825-94/+247
| | | | | | | | | | | | | * wip * Update 2fa.qrdialog.vue * Update 2fa.vue * Update CHANGELOG.md * tweak * :v:
* Update misskey-js.api.mdsyuilo2023-08-221-1/+5
|
* x.comでも展開ができるように (#11757)maguroshouta2023-08-222-1/+10
|
* fix(frontend): ↵かっこかり2023-08-212-1/+13
| | | | | | | | | | | | | 動きのあるMFM無効時にレインボー文字が出ない問題を修正 (#11361) * (fix) mfm: rainbow fallback * Update changelog * Update CHANGELOG.md (カレンダーリリース対応) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* プロフィールにその人が作ったPlayの一覧出せるように ↵GrapeApple02023-08-2110-0/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#11445) * プロフィールにその人が作ったPlayの一覧出せるように * Update CHANGELOG.md * playの公開範囲を設定できるように * 間違えて変更してしまったのを修正 * Update packages/frontend/src/pages/flash/flash-edit.vue * Update packages/frontend/src/pages/flash/flash-edit.vue * tweak * Update packages/backend/migration/1690796169261-play-visibility.js * Update packages/backend/src/models/entities/Flash.ts * Update packages/backend/src/models/entities/Flash.ts * Update Flash.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* プレビューの表示状態を記憶するように (#11346)anatawa122023-08-212-1/+6
| | | | | | | * feat: keep show showPreview * docs(changelog): add プレビューの表示した状態ををダイアログを閉じても保存するように * chore: 記憶する領域をdeviceに
* fix: antennas validation (#11469)White-Green2023-08-212-2/+5
|
* fix: Make more than 10 announcements visible on Admin (#11720)atsuchan2023-08-211-0/+9
|
* feat: Removing stack trace info in production env (#11657)MomentQYC2023-08-212-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Hiding stack traces in production env * sytle * style * style * add SPDX * move ./error.js to ./misc/error.js * revert: remove frontend changes * feat: Hiding stack traces in production env * feat: Hiding stack traces in production env * revert * revert * revert * change and fix * revert * fix queue endpoint test --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
* feat: 'server' webhook payload which hold misskey server url (#11752)anatawa122023-08-211-0/+1
|
* fix(misskey-js): ↵かっこかり2023-08-211-0/+4
| | | | | | | | | | | | | Play関連の権限を追加(APIコンソールで発行可能に) (#11360) * (add) permission: flash * update changelog * Update CHANGELOG.md (カレンダーリリース対応) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend/aiscript): 現在の設定言語を取得できるようにsyuilo2023-08-211-0/+2
| | | | Resolvve #11750
* fix(frontend): "メッセージを送信" ↵Hexirp2023-08-201-1/+2
| | | | | | | | | | | | | | | | の初期テキストを修正する (#11721) * fix(frontend): "メッセージを送信" の初期テキストを あるサーバー A にいるとする。他のサーバー B のユーザー X へ 「メッセージを送信」しようとしたとする。その時に出てくる投稿 フォームには X へのメンションが最初から入っている。 しかし、そのメンションには B の情報が入っておらず、 A の 同名ユーザー X へのメンションとなってしまっている。 See https://github.com/misskey-dev/misskey/issues/11716 * Update CHANGELOG.md
* feat: ローカルのみノート検索 (#11451)taichan2023-08-202-11/+31
| | | | | | | | | | | | | | | | | * Add local search * Update CHANGELOG * lint * Remove TODO comment * lint * Update packages/backend/src/core/SearchService.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix: DB CONSTRAINT of RenoteMuting (#11724)atsuchan2023-08-202-0/+16
| | | | | * Fix: DB CONSTRAINT of RenoteMuting * change order of migration of fixing renotemuting
* enhance(backend): Add address bind config option (#11725)Essem2023-08-202-0/+5
| | | | | | | * Add address bind config option * Edit changelog * forgot to add to types
* fix(backend): ↵syuilo2023-08-201-1/+3
| | | | ジョブキュー管理画面の認証を回避できる問題を修正
* fix(backend): fix typo `lnik` to `link` (#11740)Juunini2023-08-191-4/+4
|
* fix(frontend): ↵Sayamame-beans2023-08-181-1/+10
| | | | | | | | | | | Misskeyプラグインをインストールする際のAiScriptバージョンのチェックが0.14.0以降に対応していない問題を修正 (#11729) * fix: aiscript version check of plugin * Update CHANGELOG.md * docs(CHANGELOG): remove 11420 issue link * fix(frontend): Possibility of exception in non-semver version format
* chore(backend): Resolve `import/no-default-export` rule violations (#11732)woxtu2023-08-17359-701/+359
| | | | | * Disable `import/no-default-export` properly * Disable `import/no-default-export`
* refactor: prefix Mi for all entities (#11719)syuilo2023-08-16229-1990/+1990
| | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update RepositoryModule.ts * wip * wip * wip * Revert "wip" This reverts commit c1c13b37d2aaf3c65bc148212da302b0eb7868bf.
* fix: word mute is not applied to sub note (#11711)파링2023-08-141-2/+24
| | | | | | | | | | | * fix: word mute is not applied to sub note * chore: update changelog * chore: run eslint fix --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(frontend/scroll): no callback for disconnected elements (#11714)Kagami Sascha Rosylight2023-08-132-2/+66
| | | | | * fix(frontend/scroll): no callback for disconnected elements * Update CHANGELOG.md
* enhance(frontend): tweak user moderation pagesyuilo2023-08-1312-137/+125
|
* fix(frontend): fix style of _error_.vuesyuilo2023-08-131-7/+7
|
* feat: refine announcement (#11497)syuilo2023-08-1335-222/+1189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update read-announcement.ts * wip * wip * wip * Update index.d.ts * wip * Create 1691649257651-refine-announcement.js * wip * wip * wip * wip * wip * wip * Update announcements.vue * wip * wip * Update announcements.vue * wip * Update announcements.vue * wip * Update misskey-js.api.md * Update users.ts * Create MkAnnouncementDialog.stories.impl.ts * wip * wip * Create AnnouncementService.ts
* fix(frontend/MkUrlPreview): allow fullscreen from tweets (#11712)Kagami Sascha Rosylight2023-08-132-2/+18
| | | | | * fix(frontend/MkUrlPreview): allow fullscreen from tweets * Update url-preview.test.ts
* fix(backend): correctFilename changes dll to exe (#11710)anatawa122023-08-131-0/+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-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