summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into storybookAcid Chicken (硫酸鶏)2023-03-302-0/+23
|\
| * enhance(client): ↵syuilo2023-03-301-0/+2
| | | | | | | | ノートのリアクションを大きく表示するオプションを追加
| * enhance(client): ↵syuilo2023-03-291-0/+21
| | | | | | | | 検索ページでURLを入力した際に照会したときと同等の挙動をするように
* | build(#10336): syncAcid Chicken (硫酸鶏)2023-03-251-0/+34
| |
* | Merge branch 'develop' of https://github.com/misskey-dev/misskey into storybookAcid Chicken (硫酸鶏)2023-03-2416-43/+328
|\|
| * enhance(backend): ↵syuilo2023-03-241-0/+7
| | | | | | | | リモートサーバーのチャート生成を無効にするオプションを追加
| * fix: add missing importsyuilo2023-03-241-0/+1
| |
| * perf(frontend): cache user listssyuilo2023-03-242-2/+7
| |
| * enhance(frontend): ↵syuilo2023-03-244-0/+11
| | | | | | | | クリップボタンをノートアクションに追加できるように
| * i18n: Webhook 設定画面に翻訳を追加 (#10379)kakkokari-gtyih2023-03-243-22/+23
| | | | | | | | | | | | | | | | | | * Webhook 設定画面に翻訳を追加 * fix: typo --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * enhance(backend): ↵syuilo2023-03-241-0/+7
| | | | | | | | リモートユーザーのチャート生成を無効にするオプションを追加
| * enhance: ↵syuilo2023-03-231-1/+5
| | | | | | | | | | | | コンディショナルロールの条件に「投稿数が~以下」「投稿数が~以上」を追加 Resolve #10395
| * fix(client): ↵syuilo2023-03-231-1/+1
| | | | | | | | | | | | センシティブワードの一覧にピン留めユーザーのIDが表示される問題を修正 Fix #10398
| * fix drive-cleanersyuilo2023-03-221-5/+5
| |
| * feat: queue force promote (#10370)CyberRex2023-03-221-0/+15
| | | | | | | | | | | | | | * feat: queue force promote * Update CHANGELOG.md * small fix
| * tweak settings/navbar.vuesyuilo2023-03-201-79/+57
| |
| * feat(frontend): ↵Ekke2023-03-201-17/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ナビゲーションバーのカスタマイズをドラッグ&ドロップで行えるようにする (#10356) * feat(frontend): ナビゲーションバーのカスタマイズをドラッグ&ドロップで行えるようにする * eslintのエラーを修正 * ハンドルをつかんでドラッグするように変更 * eslintのエラーを修正 * デザインの軽微な変更 * 修正 * Update CHANGELOG.md * Update CHANGELOG.md * ドラッグハンドルを3本線から2本線に --------- Co-authored-by: root <root@Adam-Windows>
| * tweak drive-cleanersyuilo2023-03-201-102/+65
| |
| * feat: drive cleaner (#10366)CyberRex2023-03-202-0/+196
| | | | | | | | | | * feat: drive-cleaner * Update CHANGELOG.md
* | build(#10336): update dependenciesAcid Chicken (硫酸鶏)2023-03-23177-531/+2478
| |
* | chore: suppress linterAcid Chicken (硫酸鶏)2023-03-22177-0/+354
| |
* | build(#10336): avoid intrinsic component namesAcid Chicken (硫酸鶏)2023-03-2184-504/+504
| |
* | build(#10336): impl `SatisfiesExpression`Acid Chicken (硫酸鶏)2023-03-20177-531/+531
| |
* | build(#10336): separate definitions and generated codesAcid Chicken (硫酸鶏)2023-03-20177-531/+1416
| |
* | build(#10336): load locales and vite configAcid Chicken (硫酸鶏)2023-03-20180-3/+534
| |
* | fix(#10336): invalid name conversionAcid Chicken (硫酸鶏)2023-03-1988-88/+88
| |
* | build(#10336): initAcid Chicken (硫酸鶏)2023-03-19177-0/+2301
|/
* fix: ↵kakkokari-gtyih2023-03-192-2/+14
| | | | | | | | | | | PC版設定ページでスマホ用UIが表示されるのを防ぐリダイレクトを追加 (#10326) * (Fix misskey-dev#10324)設定画面:PC版UIへのリダイレクトをルート遷移時にも実行 * Update changelog * (fix) missing semicolon * (fix) strict equals
* fix: ↵kakkokari-gtyih2023-03-191-1/+1
| | | | | | | | | | | | | | | | | 非ログイン時に「Misskeyについて」ページから投稿フォームが出ないようにする (#10345) * (fix misskey-dev#9486) 非ログイン時の I ❤ Misskey のふるまい * 「キャンセル」ボタンにより適切な翻訳をあてる * Update CHANGELOG.md * もともと用意されていたサインイン確認関数に置き換え * Update CHANGELOG.md * 独自ダイアログでなくなった以上、async指定は要らないので解除 * ボタンをそもそも非表示にする
* enhance(client): add ads pagesyuilo2023-03-181-0/+25
|
* update aiscriptsyuilo2023-03-171-5/+5
|
* 絵文字のライセンスを表示できるようにsyuilo2023-03-171-0/+11
|
* refactorsyuilo2023-03-172-78/+13
|
* feat: clip favoritesyuilo2023-03-162-5/+77
| | | | Resolve #10337
* enhance: ↵syuilo2023-03-161-0/+6
| | | | | | カスタム絵文字にライセンス情報を付与できるように Resolve #10091
* enhance(client): tweak search pagesyuilo2023-03-162-95/+77
|
* enhance(client): update AiScript to 0.13.0syuilo2023-03-152-6/+6
|
* Fix #10261 (#10323)タービン2023-03-151-1/+12
|
* chore(client): tweak admin/roles pagesyuilo2023-03-131-18/+28
|
* enhance: make configurable to whether notes search available by rolesyuilo2023-03-132-19/+29
| | | | Resolve #10318
* feat: sensitive wordsyuilo2023-03-132-0/+78
|
* fix(frontend/XHome): fall back to user.uri if user.url does not exist (#10313)Kagami Sascha Rosylight2023-03-131-2/+5
| | | | | * fix(frontend/XHome): fall back to user.uri if user.url does not exist * Update CHANGELOG.md
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-121-7/+14
|\
| * パスワードリセットがおささってしまわないようにする ↵atsuchan2023-03-121-7/+14
| | | | | | | | | | (#10304) Add dialog to Password reset
* | enhance(client): 設定から自分のロールを確認できるようにsyuilo2023-03-122-0/+61
| |
* | enhance: ロールの並び順を設定可能にsyuilo2023-03-123-5/+10
|/
* enhance(server): ↵tamaina2023-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | 画像圧縮周り(主にサムネイルの仕様)の変更 (#10287) * DriveService, is-mime-image * static, previewをavifに, アニメーション画像でもthumbnailを生成 * fallback * animated: true * fix * avatarはwebp * revert ?? file.url --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(client): プロフィールで設定した情報が削除できないsyuilo2023-03-101-5/+11
| | | | Fix #10279
* Update about-misskey.vuesyuilo2023-03-101-0/+3
|
* fix(client): Solve the problem of not automatically jumping to ↵Launchpad2023-03-101-1/+8
| | | | | /admin/overview when accessing the /admin page for the second time (#10264) Co-authored-by: tamaina <tamaina@hotmail.co.jp>