Commit Graph

26443 Commits

Author SHA1 Message Date
tai-cha 2abd244d89
Merge branch 'develop' of https://github.com/misskey-dev/misskey into feat/draft-note 2025-01-21 08:50:36 +09:00
github-actions[bot] 9470641dcd Bump version to 2025.1.0-beta.2 2025-01-20 13:07:15 +00:00
anatawa12 8d7b1f285f
refactor: Refactor Endpoints to improve Developer Experience for adding Endpoints (#15301)
* chore: reorder endpoints to lexicographic code unit order

* refactor: import endpoints in one module and use them for generating EndpointsModule and endpoints
2025-01-20 12:15:23 +00:00
おさむのひと f9ad127aaf
feat: 新カスタム絵文字管理画面(β)の追加 (#13473)
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* fix

* fix

* fix

* fix size

* fix register logs

* fix img autosize

* fix row selection

* support delete

* fix border rendering

* fix display:none

* tweak comments

* support choose pc file and drive file

* support directory drag-drop

* fix

* fix comment

* support context menu on data area

* fix autogen

* wip イベント整理

* イベントの整理

* refactor grid

* fix cell re-render bugs

* fix row remove

* fix comment

* fix validation

* fix utils

* list maximum

* add mimetype check

* fix

* fix number cell focus

* fix over 100 file drop

* remove log

* fix patchData

* fix performance

* fix

* support update and delete

* support remote import

* fix layout

* heightやめる

* fix performance

* add list v2 endpoint

* support pagination

* fix api call

* fix no clickable input text

* fix limit

* fix paging

* fix

* fix

* support search

* tweak logs

* tweak cell selection

* fix range select

* block delete

* add comment

* fix

* support import log

* fix dialog

* refactor

* add confirm dialog

* fix name

* fix autogen

* wip

* support image change and highlight row

* add columns

* wip

* support sort

* add role name

* add index to emoji

* refine context menu setting

* support role select

* remove unused buttons

* fix url

* fix MkRoleSelectDialog.vue

* add route

* refine remote page

* enter key search

* fix paste bugs

* fix copy/paste

* fix keyEvent

* fix copy/paste and delete

* fix comment

* fix MkRoleSelectDialog.vue and storybook scenario

* fix MkRoleSelectDialog.vue and storybook scenario

* add MkGrid.stories.impl.ts

* fix

* [wip] add custom-emojis-manager2.stories.impl.ts

* [wip] add custom-emojis-manager2.stories.impl.ts

* wip

* 課題はまだ残っているが、ひとまず完了

* fix validation and register roles

* fix upload

* optimize import

* patch from dev

* i18n

* revert excess fixes

* separate sort order component

* add SPDX

* revert excess fixes

* fix pre test

* fix bugs

* add type column

* fix types

* fix CHANGELOG.md

* fix lit

* lint

* tweak style

* refactor

* fix ci

* autogen

* Update types.ts

* CSS Module化

* fix log

* 縦スクロールを無効化

* MkStickyContainer化

* regenerate locales index.d.ts

* fix

* fix

* テスト

* ランダム値によるUI変更の抑制

* テスト

* tableタグやめる

* fix last-child css

* fix overflow css

* fix endpoint.ts

* tweak css

* 最新への追従とレイアウト微調整

* ソートキーの指定方法を他と合わせた

* fix focus

* fix layout

* v2エンドポイントのルールに対応

* 表示条件などを微調整

* fix MkDataCell.vue

* fix error code

* fix error

* add comment to MkModal.vue

* Update index.d.ts

* fix CHANGELOG.md

* fix color theme

* fix CHANGELOG.md

* fix CHANGELOG.md

* fix center

* fix: テーブルにフォーカスがあり、通常状態であるときはキーイベントの伝搬を止める

* fix: ロール選択用のダイアログにてコンディショナルロールを×ボタンで除外できなかったのを修正

* fix remote list folder

* sticky footers

* chore: fix ci error(just single line-break diff)

* fix loading

* fix like

* comma to space

* fix ci

* fix ci

* removed align-center

---------

Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
2025-01-20 11:35:37 +00:00
taichan b41e78090d
fix(client): MkSubNoteContentに対するnoteの指定が誤っていたので修正 (follow up of misskey-dev/misskey#15306) (#15316) 2025-01-20 18:52:27 +09:00
taichan 232cd62895
Fix(backend): replyIdの型定義がミスっているのを修正 2025-01-20 03:32:30 +09:00
かっこかり bb51574762
fix(frontend): 非ログイン時のサーバー概要画面のメニューボタンが押せないことがあるのを修正 (#15305)
* Set visitor dashboard's menu button z-index to 50

* Update Changelog

---------

Co-authored-by: Evan Paterakis <evan@geopjr.dev>
2025-01-19 12:10:07 +00:00
Take-John dc48c49f95
refactor: WebhookDeliverJobDataのcontentフィールドの型を具体的に (#15310)
* WebhookDeliverJobDataのcontentフィールドの型を具体的に

* typeフィールドの型も変更
2025-01-19 12:08:29 +00:00
taichan 078b7d6cc5
fix(frontend): アンケート(投票)でリモートの絵文字が正しく描画できない問題の修正 (#15306)
* アンケート選択肢にリモート絵文字を表示

* MkSubNoteContentでのリモート絵文字の描画

* Update Changelog

---------

Co-authored-by: kozakura913 <98575220+kozakura913@users.noreply.github.com>
2025-01-19 11:12:35 +00:00
anatawa12 fb2c10551d
ci: remove auto release on un-drafting PR (#15017) 2025-01-19 16:06:16 +09:00
zyoshoka 1ef62e9e33
fix(backend): clone schema before converting to OAS schema to avoid mutation (#15294)
* fix(backend): clone schema before converting to OAS schema to avoid mutation

* Update CHANGELOG.md

* fix: use deepClone
2025-01-18 04:05:33 +00:00
おさむのひと b16f5a781e
fix(backend): localOnlyなノートの時は配送処理そのものを起動しない (#15020)
* fix(backend): localOnlyなノートの時は配送処理そのものを起動しない

* fix CHANGELOG.md

* fix CHANGELOG.md
2025-01-17 23:35:47 +00:00
かっこかり f01fc5af5a
fix(frontend): MkInstanceTickerの情報がリアクティブでない問題を修正 (#15123)
* fix(frontend): MkInstanceTickerの情報がリアクティブでない問題を修正

* Update Changelog

---------

Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com>
2025-01-17 23:28:20 +00:00
FineArchs 85be61d86e
ワードミュートの保存失敗時にAPIエラーが握りつぶされる事があるのを修正 (#15304)
* ワードミュートの保存失敗時にAPIエラーが握りつぶされる事があるのを修正

* Update CHANGELOG.md
2025-01-17 23:05:35 +00:00
果物リン a328d52008
よくわからないリアクションに関するログが流れっぱなしなのを修正 (#15303) 2025-01-17 10:27:48 +00:00
tai-cha aff8a05dc5
fix(backend): テキストが0文字でも下書きは保存できるように 2025-01-17 14:30:16 +09:00
kakkokari-gtyih 39df8f3785 fix: 投稿フォームを空白にして通常リノートできるやつは下書きとしては弾くように 2025-01-17 14:22:16 +09:00
tai-cha 343042ff6d
Merge branch 'feat/draft-note' of https://github.com/tai-cha/misskey into feat/draft-note 2025-01-17 14:12:36 +09:00
tai-cha f71bd5da6f
fix()backend: NoteDraftのreply, renoteの型が間違ってたので修正 (migtrationはあってた) 2025-01-17 14:12:33 +09:00
kakkokari-gtyih 9d88b3a890 fix: 保存時のエラーの種別にかかわらずmodalを閉じないように 2025-01-17 14:10:59 +09:00
kakkokari-gtyih d69b83033a fix 2025-01-17 14:05:27 +09:00
kakkokari-gtyih 50f8eccfc6 add comments 2025-01-17 14:05:11 +09:00
kakkokari-gtyih 14f4776d65 fix: ダブルクリックが効かない問題を修正 2025-01-17 14:03:34 +09:00
kakkokari-gtyih ef98421d80 refactor 2025-01-17 13:35:38 +09:00
kakkokari-gtyih 099c2c9ccd 下書き機能が利用できない場合は表示しないように 2025-01-17 13:31:44 +09:00
kakkokari-gtyih 253c8fd396 ダイアログの挙動改善 2025-01-17 13:31:14 +09:00
kakkokari-gtyih ef1221669b ロールの編集画面 2025-01-17 13:28:08 +09:00
kakkokari-gtyih 93422ec87a fix: ロールポリシーの型 2025-01-17 13:19:40 +09:00
kakkokari-gtyih 1700cd6b44 🎨 2025-01-17 12:17:33 +09:00
kakkokari-gtyih a76fd91d99 remove unused code 2025-01-17 11:55:02 +09:00
kakkokari-gtyih ded7a80a01 enhance: スタイル調整 2025-01-17 11:48:03 +09:00
kakkokari-gtyih 394a692acc APIのエラーIDを追加 2025-01-17 11:27:36 +09:00
kakkokari-gtyih faf49e4c91 🎨 2025-01-17 10:31:42 +09:00
kakkokari-gtyih f9557c0b1d fix: 自分のアカウントでの投稿でしか下書きを利用できないように
完全に塞ぐことはできないが一応
2025-01-17 10:30:22 +09:00
kakkokari-gtyih 7854b34740 fix 2025-01-17 09:13:23 +09:00
kakkokari-gtyih 12ec6b8d11 enhance: paginationを使う 2025-01-17 09:11:22 +09:00
kakkokari-gtyih 8cda0a544e fix 2025-01-17 08:53:59 +09:00
tai-cha f8c8bcf7bb
Merge branch 'feat/draft-note' of https://github.com/tai-cha/misskey into feat/draft-note 2025-01-17 08:53:00 +09:00
tai-cha 84c4ff444f
Add userhost 2025-01-17 08:52:55 +09:00
kakkokari-gtyih 888038dd27 refactor: 型が整備できたのでasを削除 2025-01-17 08:50:59 +09:00
kakkokari-gtyih 528dfc959d enhance: APIの型を整備 2025-01-17 08:48:29 +09:00
tai-cha f47a94ae78
fix: visibleUserIdsが反映されない 2025-01-17 08:46:35 +09:00
tai-cha 4e20127a32
ハッシュタグの展開(コメントアウト外し忘れ) 2025-01-17 08:22:39 +09:00
tai-cha ebab433758
fix(frontend): 投票が反映されない 2025-01-17 08:20:45 +09:00
tai-cha cda8dda33f
fix: no file 2025-01-17 08:10:29 +09:00
tai-cha e6464b64af
fix(frontend): ファイル添付できない 2025-01-17 08:06:01 +09:00
tai-cha 168450b728
enhance(frontend): ヘッダ部の表示改善 2025-01-17 07:59:37 +09:00
tai-cha c0d3b1d30d
チャンネル情報の書き換え 2025-01-17 07:50:58 +09:00
tai-cha efb3d4a7f5
localOnly抜け漏れ 2025-01-17 07:24:45 +09:00
tai-cha 7aa76b8ef5
chore(misskey-js): build types 2025-01-17 04:09:46 +09:00