dakkar
477cda0b63
authorized fetch: log when things go wrong
2023-12-23 15:26:42 +00:00
dakkar
1984416e3e
authorized fetch: let /@instance.actor through
...
this is probably never actually used, but it still looks like a good
idea (also, FireFish does it)
thanks @ShittyKoper for noticing!
2023-12-23 15:26:42 +00:00
dakkar
e5ea882ed7
authorized fetch #217
...
the implementation is copied from the other places we already check
HTTP signatures, and cross-checked with Firefish's implementation
2023-12-23 15:26:42 +00:00
Marie
6526968f2d
fix: check
2023-12-23 16:08:04 +01:00
dakkar
fea6428245
add missing .value
2023-12-23 14:47:14 +00:00
dakkar
576a87118c
real-time update: adjust replyCount up/down
...
this also fixes the connecting lines in the Sk-style view
thanks @ShittyKopper for reporting the bug!
NOTE: at this point, the `isDeletedRef` boolean is pretty much
useless, because we're directly removing deleted notes from the
`replies` array and therefore from the DOM (we were just hiding them,
before); I'm intentionally not touching `isDeletedRef` to simplify
merges from upstream
2023-12-23 14:09:52 +00:00
dakkar
d06939bd25
real-time update: hide deleted replies
2023-12-23 14:09:52 +00:00
dakkar
683b4aafb2
real-time updates on note detail view
...
`useNoteCapture` already subscribes to all updates for a note, so
we can tell it when a note gets replied to, too
Since I'm not actually adding any extra subscription in the client,
just an extra callback, there should be no overhead when replies are
not coming in.
Also, all the timelines already call `useNoteCapture` for each note
displayed, so we know the whole `GlobalEventService` thing works fine.
Many thanks to VueJS for taking care of all the DOM complications
2023-12-23 14:09:51 +00:00
Marie
b3b89567ee
merge: upstream
2023-12-23 14:26:24 +01:00
anatawa12
2f425aa03f
fix: ブロックされててもpure RNできる ( #12758 )
...
なぜかわからないけど元々Quoteはできるようなのでそれに戻しました
2023-12-23 17:55:34 +09:00
syuilo
e852f4b60d
Revert "fix(backend): renote判定がおかしい"
...
This reverts commit f43599552f
.
2023-12-23 17:55:27 +09:00
syuilo
f43599552f
fix(backend): renote判定がおかしい
2023-12-23 17:54:29 +09:00
皐月なふ (Nafu Satsuki)
30cf5c3ab0
chore(frontend): API設定項目の名前をきちんとサービスの名前で表記する ( #12753 )
2023-12-23 15:32:53 +09:00
syuilo
6e4894c165
lint
2023-12-23 14:39:01 +09:00
Marie
166a940f02
chore: lint
2023-12-23 04:26:23 +01:00
GrapeApple0
5b5a537f56
feat: 登録を拒否するメールアドレスのドメインを手動で設定できるように ( #12740 )
...
* feat: 使い捨てアドレスのドメインを手動で設定できるように
* Update CHANGELOG.md
* disposableEmailDomains -> bannedEmailDomains
* isBlockedHostを使うように
2023-12-23 12:06:22 +09:00
Nya Candy
b3c4f7eddc
fix: email verify enable logic ( #12743 )
2023-12-23 11:00:14 +09:00
Marie
220344c552
fix: email validation
2023-12-23 02:15:12 +01:00
Marie
5db583a3eb
merge: upstream
2023-12-23 02:09:23 +01:00
Marie
e0155cffae
add: Custom MOTDs
...
This works almost exactly like FF's custom MOTDs with the only difference being that they get defined in the config file for performance reasons.
Closes #86
2023-12-22 13:10:21 +01:00
ikasoba
5eb944ecde
enhance: チャンネルに新規の投稿がある場合にバッジを表示させる ( #12690 )
...
* 多分できたかも
* 不要なpropsを削除
* 不要なimportを削除
* 縁を付けた
* 枠線の位置を端に寄せた
* やっぱり内側へ寄せることにした
* できたかも
* 修正
* 修正
* クラスにまとめた
* 微調整
* 直せたかも
* importを付け足し
* 多分できたかも
* Update channel.vue
* Update MkMenu.vue
* Update channel.vue
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-22 20:41:42 +09:00
Marie
8536e22cfe
fix: change way url example gets displayed on page editor
...
Closes #212
2023-12-22 12:19:39 +01:00
かっこかり
3d4af18327
[Hub Next] Misskey Hubのリンクを変更 ( #12699 )
...
* misskey hub のリンクを変更
* misskey-hub.net -> assets.misskey-hub.net
Related to misskey-dev/misskey-hub-next#57
2023-12-22 20:16:31 +09:00
syuilo
179cb1d813
fix type
2023-12-22 20:14:20 +09:00
Marie
b71e5cf2fb
fix: avatar decoration role not working
...
Closes #150
2023-12-22 11:51:43 +01:00
anatawa12
52b94dbc4a
fix: 引用RNがpure RNとして連合され、pure RNが引用RNとして連合される ( #12744 )
...
* fix: quote notes are rendered as pure renote
* fix: filesが指定されてて空配列のときにQuote扱いされる
* chore: isQuoteの仕様をmisc/is-quote.tsと揃える
* docs: is-quote.tsの方にNoteCreateService.isQuoteのことを書いて更新忘れを防ぐ
2023-12-22 14:03:39 +09:00
おさむのひと
433d46e57f
fix(backend): テストが死んでいるのを修正 ( #12738 )
...
* fix test
* fix test
* fix test
* fix test
* fix test
2023-12-22 09:06:13 +09:00
Marie
043f26c895
upd: improve performance for checking if instance is marked as NSFW on images
2023-12-21 23:15:49 +01:00
Marie
4ca3c05487
upd: make new posts be marked as NSFW if instance is marked as NSFW
...
Closes #226
2023-12-21 23:15:03 +01:00
Marie
9c6a7aed98
fix: websocket for timelines not checking following for muted instance users
...
Closes #233
2023-12-21 22:42:06 +01:00
Marie
fd9ba530ba
fix: clicking on reaction icon not triggering toggle
...
Closes #239
2023-12-21 22:34:10 +01:00
Marie
013ea8ae65
upd: remove show more button for user description
...
Closes #232
2023-12-21 22:30:38 +01:00
Marie
90f8d8e575
upd: fix tag view not respecting blocks and suspensions
...
Closes #234
2023-12-21 22:24:23 +01:00
Marie
beded1c7ce
upd: show reload dialog for note design
...
Closes #242
2023-12-21 22:04:58 +01:00
Marie
7a83e46e6a
upd: replace default dark theme
...
Closes #244
2023-12-21 21:31:28 +01:00
Marie
03dc868536
chore: update text and urls in about
...
Closes #243
2023-12-21 21:18:13 +01:00
GrapeApple0
79ca93cefb
enhance: api.jsonのレスポンスの内容を実際の内容に合わせる ( #12723 )
...
* Create packedAdSchema
* admin/emoji/add
* admin/get-user-ips
* admin/roles/users
* admin/get-index-stats
* admin/accounts/find-by-email
* fix type of admin/ad/list
* federation/stats
* endpoints
* get-online-users-count
* i/2fa/register-key
* i/2fa/key-done
* i/2fa/register
* i/apps
* i/authorized-apps
* i/registry/get-all
* i/registry/get
* i/registry/get-detail
* i/registry/key-with-type
* i/registry/scopes-with-domain
* i/update-email
* i/move
* i/webhooks/create
* fix miss type
* i/webhooks/show
* i/webhooks/list
* flash/create
* roles/users
* server-info
* test
* users/lists/get-memberships
* users/achievements
* fetch-rss
* fetch-external-resources
2023-12-21 16:57:05 +09:00
woxtu
c92508a575
Remove unused imports ( #12730 )
2023-12-21 11:36:45 +09:00
anatawa12
b2254a66d3
chore: remove hashtag from featured immediately ( #12668 )
...
* chore: remove hashtag from featured immediately
* docs(changelog): ハッシュタグのトレンド除外設定が即時に効果を持つように修正
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-21 11:34:19 +09:00
syuilo
c307dd4fe8
perf(frontend): import snowfall-effect dynamically to reduce bundle size
2023-12-21 11:26:41 +09:00
syuilo
b3ab96b5ee
fix(backend): ロールアサインの通知がある状態でページをリロードすると通知欄に何もでなくなる
...
Fix #12729
2023-12-21 11:23:31 +09:00
syuilo
15b0d2aff2
enhance: ロールにアサインされたときの通知 ( #12607 )
...
* wip
* Update misskey-js.api.md
* Update CHANGELOG.md
* Update RoleService.ts
* Update locales/ja-JP.yml
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update UserListService.ts
* Update misskey-js.api.md
* fix (#12724 )
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
2023-12-21 10:39:11 +09:00
Kagami Sascha Rosylight
d14eb20122
chore(workflows): use postgres 15 everywhere ( #12726 )
2023-12-21 10:29:51 +09:00
Kagami Sascha Rosylight
4175b7809b
chore(QueueProcessorService): show error stack for failures ( #12727 )
2023-12-21 10:29:30 +09:00
dakkar
75637b0f48
remove "👁 preview" button from theme editor
...
it stopped working back in May, see
3d4a90b08a
Thanks Amelia for noticing!
2023-12-20 09:16:20 +00:00
1STEP621
10d4ae107b
Fix(frontend): CW内などの画像が表示されないことがあるバグを修正 ( #12721 )
...
* 画像のアスペクト比をデフォルト以外に設定しているとCW内の画像が表示されないのを修正
* fix
2023-12-20 16:19:49 +09:00
Marie
0d23e7a278
fix: autocomplete not showing up if dot in username
2023-12-19 22:03:43 +01:00
GrapeApple0
21882b69ec
fix: 追加絵文字候補辞書の修正(主に国旗) ( #12716 )
...
* fix: 絵文字候補辞書の修正(主に国旗)
* 間違って削除してしまった絵文字の復旧
2023-12-19 22:44:42 +09:00
Marie
cf3299312a
merge: allow themes to specify a font ( #230 )
...
Closes #225
Closes #25
2023-12-19 11:35:24 +01:00
Marie
b7bfdd5d0c
upd: remove outdated search example from MfM Cheatsheet
2023-12-19 11:24:38 +01:00
1STEP621
eeedef59c4
Fix(frontend): CWボタンに常に「引用」が出てしまうのを修正 ( #12715 )
...
* RNと引用RNの判定が間違っているのを修正
* remove dump.rdb
* update CHANGELOG.md
* lint fix
* fix cw button label
2023-12-19 18:30:31 +09:00
zawa-ch
4e2d802967
enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように ( #12702 )
...
* Enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12072 )
* refactor: crowdin 編集部分のコミットを打ち消し
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158
* refactor: オブジェクトの名前修正
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158
* fix: 設定項目の説明を削除
名称が具体的になって必要なくなったため
https://github.com/misskey-dev/misskey/pull/12702#discussion_r1429932463
2023-12-18 20:59:20 +09:00
1STEP621
f6ff3b1f1a
Fix: Renoteの判定が間違っているのを修正 ( #12706 )
...
* RNと引用RNの判定が間違っているのを修正
* remove dump.rdb
* update CHANGELOG.md
* lint fix
2023-12-18 19:49:19 +09:00
1STEP621
38b82b8582
Enhance(frontend): Shift+Tabで前の補完候補が選択できるように ( #12704 )
...
* Shift+Tabで前の補完候補が選択できるように
* update CHANGELOG.md
2023-12-18 14:59:55 +09:00
zyoshoka
13990279c3
enhance: Unicode 15.0で新たに追加された絵文字をリアクションに使えるように ( #12683 )
2023-12-18 14:51:29 +09:00
syuilo
507d436699
update mfm-js
2023-12-18 13:22:34 +09:00
syuilo
8a9f4ef441
update deps
2023-12-18 13:14:58 +09:00
syuilo
6672e9efdd
refactor(frontend): use GLSL ES 3.0
2023-12-18 13:07:19 +09:00
syuilo
d995bf0326
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-12-18 12:32:29 +09:00
syuilo
5150053275
fix(backend): add missing kind definition for admin endpoints to improve security
2023-12-18 12:32:26 +09:00
Marie
c92c2d065f
upd: replace mfm with sfm
2023-12-18 03:03:05 +01:00
果物リン
67824cfc89
fix lint error ( #12692 )
2023-12-17 17:41:14 +09:00
syuilo
776eea736a
enhance(frontend): tweak avatar decoration setting ui
2023-12-16 17:37:50 +09:00
果物リン
c167f20643
feature: チャンネル投稿はフォームに色がつくとうれしい ( #12686 )
2023-12-16 14:13:38 +09:00
syuilo
2ecc0299b4
update deps
2023-12-16 14:00:27 +09:00
syuilo
742da2f1e9
feat(frontend): 画面に雪を降らせる機能を復活
2023-12-16 13:52:52 +09:00
syuilo
8c218397bc
clean up
2023-12-16 13:24:13 +09:00
おさむのひと
d7d9304a49
fix(frontend): 絵文字ピッカー設定ページのボタン文言修正 ( #12676 )
...
* fix(frontend): 絵文字ピッカー設定ページのボタン文言修正
* fix
2023-12-16 13:23:54 +09:00
かっこかり
fda5147d06
fix(dev): ファイルの読み込みに失敗することがあるのを修正 ( #12684 )
...
* (enhance) コード入力をMkCodeEditorに変更
* (fix) devでファイルの読み込みに失敗することがある
* Revert "(enhance) コード入力をMkCodeEditorに変更"
This reverts commit 726d56c3e962680efc5b5a166e2210d09730341f.
2023-12-16 13:23:25 +09:00
かっこかり
17065418cf
(enhance) コード入力をMkCodeEditorに変更 ( #12682 )
2023-12-16 13:18:12 +09:00
かっこかり
b1a7dcb05b
enhance(frontend): コードブロックのハイライト機能を利用するには言語を明示的に指定させるように ( #12681 )
...
* (enhance) コードブロックのハイライトを使用するには言語指定を求める
* Update changelog
* fix
* typo
2023-12-16 12:34:35 +09:00
syuilo
390602837b
enhance(frontend): tweak user home page
2023-12-16 11:56:58 +09:00
syuilo
9f49b9f4d2
fix(backend): HTTP Digestヘッダのアルゴリズム部分に大文字の"SHA-256"しか使えない
...
Fix #12678
2023-12-16 10:58:44 +09:00
shiosyakeyakini
3e256eee2c
Fix(backend): JSONSchemaに不足しているパラメータを追加 ( #12680 )
...
* Fix(backend): JSONSchemaに不足しているパラメータを追加
* nullable:falseに修正
---------
Co-authored-by: sorairo <sorairo@shiosyakeyakini.info>
2023-12-16 09:00:32 +09:00
FineArchs
617ff00a45
Fix: AiScriptのreadline
が不正な値を返すことがある問題を修正 ( #12675 )
...
* fix input bug
* Update CHANGELOG.md
2023-12-16 08:57:45 +09:00
おさむのひと
b5c319b2c7
fix(frontend): testが落ちるのを修正 ( #12679 )
2023-12-16 08:56:26 +09:00
1STEP621
272dc208b4
Fix(frontend): ほとんどのMkTextareaでMFMプレビューが表示されてしまっている問題を修正 ( #12672 )
...
* ほとんどのMkTextareaでMFMのプレビューが表示されてしまっている不具合を修正
* refactor
* そもそも #12130 でプロフィールはnyaizeされない仕様にもどっていたらしいので修正
2023-12-15 17:57:31 +09:00
1STEP621
c41924399b
コード入力ボックスでTabを入力できるように ( #12671 )
2023-12-15 17:18:31 +09:00
syuilo
eacc2040a1
perf(frontend): introduce MkLazy for lazy loading
2023-12-15 15:37:19 +09:00
anatawa12
bd4d8694dd
perf: early return users/notes and users/featured-notes if me is blocked by requesting user ( #12663 )
2023-12-15 11:24:13 +09:00
woxtu
5cc3d3c873
Remove an unnecessary type assertion ( #12666 )
2023-12-15 11:22:49 +09:00
Gianni Ceccarelli
7f2a66f262
allow a theme to specify a font - #225
2023-12-14 14:24:10 +00:00
syuilo
417852779f
enhance: アイコンデコレーションの位置を微調整できるように
2023-12-14 20:58:08 +09:00
yukineko
239507d7d6
fix: devモードの特定条件下でページが表示されなくなる問題を修正 ( #12653 )
...
* fix: devモードでキャッシュクリアするとページが表示されなくなる問題を修正
* fix: localeがnullの場合も最新のlocaleを取得するように
2023-12-14 20:21:57 +09:00
おさむのひと
386fcedf35
(dev-mode) devモードの改善 ( #12639 )
...
* fix dev-mode
* fix dev-mode
* fix dev-mode
* fix dev-mode
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-14 20:16:02 +09:00
syuilo
a2a6a94614
update deps
2023-12-14 18:28:04 +09:00
woxtu
76d1ed39a1
Cleanup unused dependencies ( #12660 )
2023-12-14 18:25:39 +09:00
YAVIIGI
d7766162d6
feat(frontend): MFM のアニメーション要素に delay オプションを追加 ( #12659 )
...
* Add delay option
* Update CHANGELOG.md
2023-12-14 17:57:57 +09:00
syuilo
f7eef546a6
fix(frontend): fix missing localization
2023-12-14 17:05:29 +09:00
おさむのひと
b9318d09ee
fix(frontend) リアクションの表示位置を微調整 ( #12651 )
...
* fix(frontend) リアクションの表示位置を微調整
* fix inline-flex
2023-12-14 16:17:01 +09:00
1STEP621
0c0b7d77b3
fix: contextmenu does not appear when plugin enabled / devMode enabled ( #12656 )
2023-12-14 16:16:21 +09:00
syuilo
8ff87176f8
tweak profile.avatar-decoration.dialog.vue
2023-12-14 14:23:18 +09:00
おさむのひと
a92795d90f
feat(frontend): 絵文字ピッカーの実装 ( #12617 )
...
* 絵文字デッキの作成
* 細かい不備を修正
* fix lint
* fix
* fix CHANGELOG.md
* fix setTimeout -> nextTick
* fix https://github.com/misskey-dev/misskey/pull/12617#issuecomment-1848952862
* fix bug
* fix CHANGELOG.md
* fix CHANGELOG.md
* wip
* Update CHANGELOG.md
* Update CHANGELOG.md
* wip
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-12-14 14:11:20 +09:00
syuilo
aedc1d0ee9
update deps
2023-12-14 13:22:12 +09:00
1STEP621
b33fe53047
Enhance(frontend): 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>
2023-12-14 13:11:23 +09:00
おさむのひと
5cee481083
refactor(frontend) $i の型情報にtokenを追加 ( #12649 )
2023-12-14 12:26:02 +09:00
syuilo
2cfe64e9e6
fix swcrc
2023-12-14 11:35:17 +09:00
syuilo
fbf1f74e12
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-12-14 11:29:29 +09:00
syuilo
839b7483ac
enhance(frontend): 同じ種類のデコレーションを複数付けられるように
2023-12-14 11:29:27 +09:00
おさむのひと
eeed67ecac
(fix) デフォルト表示時のヘッダにあるチャンネルボタンが反応しない現象の修正 ( #12648 )
...
* dividerの仕変に追従
* fix type
2023-12-14 07:18:29 +09:00