summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enhance(frontend): ↵1STEP6212023-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFMや絵文字が使える入力ボックスでオートコンプリートを使えるように (#12643) * rich autocomplete for use in profiles, announcements, and channel descriptions * implementation omissions * add tab, apply to page editor, and fix something * componentization * fix nyaize doesn't working in profile preview * detach autocomplete instance when unmounted * fix: mismatched camelCase * remove unused / unnecessary styles * update CHANGELOG.md * fix lint * remove dump.rdb * props.richAutocomplete -> autocomplete * Update packages/frontend/src/scripts/autocomplete.ts * clarify namings メンションなども「MFM」に含まれるのか自信がなかったのでrichSyntaxなどとぼかしていましたが、含むようなので変更しました * tweak * Update MkFormDialog.vue * rename --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance: アイコンデコレーションを複数設定できるようにsyuilo2023-12-132-1/+28
|
* refactor(frontend): remove redundant class names (#12618)Acid Chicken (硫酸鶏)2023-12-101-4/+1
|
* enhance(frontend): ↵まっちゃとーにゅ2023-12-081-1/+1
| | | | window.openやaタグにnoopenerオプションをつける (MisskeyIO#283)
* enhance(frontend): ↵かっこかり2023-12-081-1/+2
| | | | | | | | | | | | | ウィジェットを非表示にできるPageMetaを追加 (#12456) * (enhance) ウィジェットを非表示にできるPageMetaを追加 * fix lint * rename --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-0739-596/+600
| | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
* enhance: ↵GrapeApple02023-11-301-0/+8
| | | | | | | | | | | | | 設定したタグをトレンドに表示させないようにする項目を管理画面で設定できるように (#12512) * enhance: hiddenTagsを管理画面で設定できるように * Update locales/ja-JP.yml Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat 12325 (#12425)mappi2023-11-241-2/+2
|
* fix lint, resolve code smellsyuilo2023-11-221-8/+14
| | | | Co-Authored-By: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* 広告掲載ページにてfilterをわかりやすく (#12385)nenohi2023-11-211-19/+31
|
* メールアドレスの認証にverifymail.ioを使えるようにする。Nafu Satsuki2023-11-181-0/+13
|
* DeepL TranslationのPro ↵おさむのひと2023-11-171-0/+1
| | | | | accountトグルスイッチが表示されていなかったのを修正 (#12355) Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* enhance(backend): make ftt db fallback configurablesyuilo2023-11-161-0/+8
|
* Fix(frontend): サーバーサイレンス (#12292)atsuchan2023-11-151-0/+3
|
* feat: メールアドレスを使用してユーザー名を割り出す機能syuilo2023-11-141-5/+11
| | | | Resolve #10158
* enhance: 非通知なお知らせを作成できるようにsyuilo2023-11-051-0/+4
|
* fix control panel navigationsyuilo2023-11-041-1/+1
|
* enhance(frontend): tweak announcement manage uisyuilo2023-11-031-0/+2
|
* feat: ↵GrapeApple02023-10-304-104/+29
| | | | | | | | | | | | | | | | | | | アイコンデコレーションの管理をロールで設定できるように (#12173) * アイコンデコレーションの管理をロールで設定できるように * インポートミス * Update packages/frontend/src/ui/_common_/common.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update packages/frontend/src/ui/_common_/common.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): URL入力フォームのtypeをurlにsyuilo2023-10-307-15/+15
| | | | Resolve #12137
* lint fixessyuilo2023-10-291-7/+15
|
* enhance(backend): RedisへのTLのキャッシュをオフにできるようにsyuilo2023-10-231-1/+9
|
* feat: Avatar decoration (#12096)syuilo2023-10-213-2/+118
| | | | | | | | | | | * wip * Update ja-JP.yml * Update profile.vue * .js * Update home.test.ts
* feat: サーバーサイレンス機能を追加 (#12031)まっちゃてぃー2023-10-161-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat : サーバーサイレンスを追加 * Update CHANGELOG.md * Update CHANGELOG.md * Update locale * Update instance-info.vue * update misskey-js.api.md * lint fix * migration fix * 既存のものを使うように * fix * 色々直した * Update packages/frontend/src/pages/admin/instance-block.vue * Update packages/frontend/src/pages/admin/instance-block.vue * Update packages/frontend/src/components/MkInstanceCardMini.vue * Update packages/backend/src/core/entities/InstanceEntityService.ts * Update packages/backend/src/core/entities/InstanceEntityService.ts * Update packages/backend/src/core/entities/InstanceEntityService.ts * Update packages/backend/src/core/UserFollowingService.ts * Update packages/backend/src/core/UserFollowingService.ts * fix: サイレンスされてるサーバーからの投稿は全部ホームにする * fix: undefinedでfalseを返すようにした --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore(backend): tweak MkInputsyuilo2023-10-081-1/+1
|
* Feat: タイムライン更新中に広告を挿入 (#11989)かっこかり2023-10-081-4/+24
| | | | | | | | | | | | | | | | | | | | | | | * Feat: タイムライン更新中に広告を挿入 * 翻訳を変更 * Run api extractor * fix api extractor * Update locales/ja-JP.yml Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * confirm -> mkinfo * MkInputにmin, maxを指定できるように * 負の値が指定されたら何もしない --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* プライバシーポリシー・運営者情報のリンクを追加 (#11925)かっこかり2023-10-072-0/+17
| | | | | | | | | | | | | | | | | | | | | * 運営者情報・プライバシーポリシーリンクを追加 * Update Changelog * Run api extractor * プライバシーポリシー・利用規約の同意をまとめる * Update Changelog * fix lint * fix * api extractor * improve design * nodeinfoにプライバシーポリシー・運営者情報を追加
* enhance: improve moderation logsyuilo2023-10-041-0/+14
|
* :art:syuilo2023-10-041-2/+2
|
* revert: note editingsyuilo2023-10-042-28/+0
|
* enhance: TLキャッシュ容量を設定できるようにsyuilo2023-10-043-13/+113
|
* enhance: ノートの翻訳機能の利用可否をロールで設定可能にsyuilo2023-09-302-0/+28
| | | | Resolve #11923
* enhance(front)end: improve moderation logsyuilo2023-09-301-2/+2
|
* enhance: improve moderation logsyuilo2023-09-291-1/+25
|
* 広告に関する修正(配信中の絞り込み、Create時にMiAdを返 ↵nenohi2023-09-291-8/+24
| | | | | | | | | | | | | | | | | | | | | ように) (#11913) * ad/createにて作成したMiAdを返すように 別なツールからアップデート等をする際に必要 * ad/list取得に現在掲載中のオプションを作成 * スイッチで配信中のみを絞れるように * update CHANGELOG * エラー修正 * Update packages/frontend/src/pages/admin/ads.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: note editsyuilo2023-09-282-0/+28
|
* enhance(frontend): improve moderation logsyuilo2023-09-271-0/+1
|
* enhance: improve moderation logsyuilo2023-09-251-0/+5
|
* enhance: improve moderation logsyuilo2023-09-251-7/+41
|
* improve moderation logsyuilo2023-09-242-2/+22
|
* enhance(backend): refine moderation log (#10939)syuilo2023-09-233-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update DriveService.ts
* enhance: PWAのshort_nameを設定可能にsyuilo2023-09-231-0/+8
|
* refactor(frontend): use ESMsyuilo2023-09-1941-154/+154
|
* enhance(backend): improve server icon settingsyuilo2023-09-161-2/+39
| | | | | Resolve #11481 Resolve #10901
* fix: Make more than 10 announcements visible on Admin (#11720)atsuchan2023-08-211-0/+9
|
* enhance(frontend): tweak user moderation pagesyuilo2023-08-134-5/+5
|
* feat: refine announcement (#11497)syuilo2023-08-131-32/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* 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>
* chore: ↵Shun Sakai2023-07-2743-1/+216
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* enhance: ↵syuilo2023-07-201-1/+1
| | | | | | ユーザーにロールが期限付きでアサインされている場合、その期限をユーザーのモデレーションページで確認できるように Close #11059