Commit graph

2417 commits

Author SHA1 Message Date
mattyatea 6445591350 Merge remote-tracking branch 'refs/remotes/github-prismisskey/develop' into develop
# Conflicts:
#	locales/index.d.ts
#	packages/frontend/src/components/MkPostForm.vue
#	pnpm-lock.yaml
2024-05-25 01:18:55 +09:00
anatawa12 83a9aa4533
feat: suspend instance improvements (#13861)
* feat(backend): dead instance detection

* feat(backend): suspend type detection

* feat(frontend): show suspend reason on frontend

* feat(backend): resume federation automatically if the server is automatically suspended

* docs(changelog): 配信停止まわりの改善

* lint: fix lint errors

* Update packages/frontend/src/pages/instance-info.vue

* lint: fix lint error

* chore: suspendedState => suspensionState

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2024-05-23 15:55:47 +09:00
anatawa12 aafa669cf5
feat(frontend): 長いテキストをペーストした際にテキストファイルとして添付するかどうかを選択できるように (#13862)
* feat(frontend): ask if attach as file if clipboard text is very long

* docs(changelog): 長いテキストをペーストした際にテキストファイルとして添付するかどうかを選択できるように
2024-05-23 13:15:22 +09:00
mattyatea b21bd116de update 2024-05-21 20:26:38 +09:00
syuilo 20c0bd9ddb happy-domにメモリリークがありそう 2024-05-21 17:29:02 +09:00
かっこかり 6a637db36b
enhance(frontend): 通常のノートでも、お気に入りに登録したチャンネルにリノートできるように (#13855)
* enhance(frontend): チャンネルにリノートできるように

* Update Changelog
2024-05-21 17:23:20 +09:00
かっこかり 126383dca2
deps: AiScript VSCodeのバージョンを上げる (#13851) 2024-05-21 15:07:37 +09:00
syuilo 3340631d43 Update about-misskey.vue 2024-05-21 13:35:32 +09:00
syuilo 37f2952af9 Update about-misskey.vue 2024-05-21 13:33:43 +09:00
anatawa12 367bf0c8fc
fix: /share with unicode characters in the URL (#13846)
* fix: `/share` with unicode characters in the URL

* docs(changelog): `/share` で日本語等を含むurlがurlエンコードされない問題を修正
2024-05-20 23:21:11 +09:00
anatawa12 5836bd85df
fix: 複数idを指定するusers/showが関係ないユーザを返すことがある問題を修正 (#13765)
* fix: 複数idを指定する`users/show`が関係ないユーザを返すことがある問題を修正

* test: fix misskey js test

* chore: user/showがnullを返さないように

* chore: pass lambda instead of pushVisibleUser
2024-05-20 19:25:50 +09:00
anatawa12 f6df94070b
Exclude channel notes from featured polls (#13838)
* feat(backend): add `channelId` to `MiPoll` as a Denormalized field

* feat(backend): option to exclude polls in channels

* chore: exclude channel notes from featured polls

* docs(changelog): みつけるのアンケート欄にてチャンネルのアンケートが含まれてしまう問題を修正

* fix: missing license header
2024-05-20 18:08:20 +09:00
zyoshoka ba62b7378b
fix(storybook): fix wrong tabler-icons CSS path (#13828) 2024-05-18 18:52:17 +09:00
zyoshoka def7b8c55e
fix(frontend): fix Chromatic test fails (#13826)
* fix: attempt to fix Chromatic test fails

* chore: add comment
2024-05-18 12:42:26 +09:00
mattyatea 782ff23e9c update 2024-05-18 01:14:00 +09:00
mattyatea 3f04b5bf8f update 2024-05-17 23:34:14 +09:00
mattyatea b05df30660 update 2024-05-17 23:17:01 +09:00
mattyatea be31cedd98 update 2024-05-17 23:14:11 +09:00
yukineko d7c5f31191 enhance: 既に入力されている内容がある場合に上書き警告を出すように 2024-05-17 22:13:17 +09:00
yukineko e4cc3a5ab3 feat: 「下書きとして保存」ボタンを実装 2024-05-17 22:13:14 +09:00
yukineko ab98d149a5 feat: 下書きを自動保存するかどうかを設定できるように 2024-05-17 22:11:21 +09:00
yukineko d564bd73bc feat: 投稿フォームに下書きを適用できるように 2024-05-17 22:09:18 +09:00
yukineko 07ebc6e5e1 enhance: 下書きピッカーを改善 2024-05-17 21:15:18 +09:00
yukineko e7c180ff89 fix: マイグレーションが正常に行えない問題を修正 2024-05-17 21:15:15 +09:00
yukineko 0b784b8f32 change: uniqueIdの指定を必須に 2024-05-17 21:15:10 +09:00
yukineko 0022e11dce refactor: indexedDbに移行 2024-05-17 21:15:05 +09:00
yukineko 5cac3fe517 feat: 下書きピッカーを実装 2024-05-17 21:14:58 +09:00
yukineko 83aca6e7ec add: 下書きに関する関数等の切り離し 2024-05-17 21:14:57 +09:00
mattyatea ceee4800b8 update 2024-05-17 19:23:34 +09:00
mattyatea 4da6ae53e9 update 2024-05-17 12:16:43 +09:00
mattyatea 4fe0891374 update 2024-05-17 11:51:41 +09:00
mattyatea ce3a019d81 update 2024-05-17 11:44:57 +09:00
mattyatea ab94d15d38 update 2024-05-17 11:39:19 +09:00
mattyatea 17debc4727 update 2024-05-17 11:38:35 +09:00
mattyatea f0d93755e9 update 2024-05-17 11:12:20 +09:00
mattyatea d4b17a16e8 update 2024-05-17 01:29:34 +09:00
mattyatea 26bb2d42f9 update 2024-05-17 01:17:16 +09:00
mattyatea 94bca758ab update 2024-05-16 09:20:28 +09:00
mattyatea 3468af92e1 update 2024-05-16 09:12:48 +09:00
mattyatea c0480ac26d update 2024-05-16 06:51:50 +09:00
mattyatea a6e8743071 update 2024-05-16 06:26:15 +09:00
mattyatea 514595c5a7 update 2024-05-16 06:25:32 +09:00
mattyatea db588acce0 update 2024-05-16 03:21:57 +09:00
mattyatea 509181a6d0 update 2024-05-16 01:08:01 +09:00
mattyatea 5e140a7ff5 update 2024-05-15 22:50:18 +09:00
mattyatea 2c294ff978 update 2024-05-13 20:09:24 +09:00
mattyatea ecac24d499 update 2024-05-13 19:46:51 +09:00
mattyatea 5672fecaf2 update 2024-05-12 02:11:18 +09:00
mattyatea 9a572eb9f5 update 2024-05-12 02:00:06 +09:00
mattyatea 67b0e244a0 Merge remote-tracking branch 'refs/remotes/misskey-original/develop' into develop
# Conflicts:
#	packages/frontend/src/components/MkAbuseReport.vue
#	packages/frontend/src/components/MkMention.vue
2024-05-07 14:49:50 +09:00