summaryrefslogtreecommitdiff
path: root/packages/frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-201-10/+18
| | | | | | | | | | | | | | | | | * 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(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
* 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-1317-87/+628
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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(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(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-051-1/+1
| | | | | | | | | | | | | | | | | * 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-053-0/+36
| | | | | | | | | | | | | | | * 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
* 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-313-26/+23
| | | | | | | | | | | | | | | | | * 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-311-11/+18
| | | | | * fix(frontend, misskey-js): make block switch work * Update CHANGELOG.md
* 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-281-0/+5
|
* feat(backend): support OAuth 2.0 authorization (#11053)Kagami Sascha Rosylight2023-07-273-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-27617-103/+3188
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* 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
|
* 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>
* perf(frontend): MkMediaListのアスペクト比制限を調整 (#11377)tamaina2023-07-252-19/+45
|
* 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
|
* fix: typoAcid Chicken (硫酸鶏)2023-07-211-4/+4
|
* fix: response to experimental rIC support on Safari removed due to Google ↵Acid Chicken (硫酸鶏)2023-07-211-0/+17
| | | | Login bug?