syuilo
8dc5edde76
fix(backend): フォローリクエストの通知が残る問題を修正
...
Fix #10611
2023-05-02 12:14:06 +09:00
syuilo
e9ba896431
Update CHANGELOG.md
2023-05-02 09:57:11 +09:00
syuilo
d535ec21a2
feat: チャンネルに色を設定できるように
2023-05-02 09:36:40 +09:00
nexryai
7de59a80a2
fix(backend): サーバーメトリクスのメモリ使用率が不正確になることがある不具合の修正 ( #10728 )
...
* FIX: サーバーメトリクスのメモリ使用率が不正確になることがある不具合の修正
* Update CHANGELOG
2023-04-30 06:47:00 +09:00
Namekuji
d28866f71a
enhance: account migration ( #10592 )
...
* copy block and mute then create follow and unfollow jobs
* copy block and mute and update lists when detecting an account has moved
* no need to care promise orders
* refactor updating actor and target
* automatically accept if a locked account had accepted an old account
* fix exception format
* prevent the old account from calling some endpoints
* do not unfollow when moving
* adjust following and follower counts
* check movedToUri when receiving a follow request
* skip if no need to adjust
* Revert "disable account migration"
This reverts commit 2321214c98
.
* fix translation specifier
* fix checking alsoKnownAs and uri
* fix updating account
* fix refollowing locked account
* decrease followersCount if followed by the old account
* adjust following and followers counts when unfollowing
* fix copying mutings
* prohibit moved account from moving again
* fix move service
* allow app creation after moving
* fix lint
* remove unnecessary field
* fix cache update
* add e2e test
* add e2e test of accepting the new account automatically
* force follow if any error happens
* remove unnecessary joins
* use Array.map instead of for const of
* ユーザーリストの移行は追加のみを行う
* nanka iroiro
* fix misskey-js?
* ✌️
* 移行を行ったアカウントからのフォローリクエストの自動許可を調整
* newUriを外に出す
* newUriを外に出す2
* clean up
* fix newUri
* prevent moving if the destination account has already moved
* set alsoKnownAs via /i/update
* fix database initialization
* add return type
* prohibit updating alsoKnownAs after moving
* skip to add to alsoKnownAs if toUrl is known
* skip adding to the list if it already has
* use Acct.parse instead
* rename error code
* 🎨
* 制限を5から10に緩和
* movedTo(Uri), alsoKnownAsはユーザーidを返すように
* test api res
* fix
* 元アカウントはミュートし続ける
* 🎨
* unfollow
* fix
* getUserUriをUserEntityServiceに
* ?
* job!
* 🎨
* instance => server
* accountMovedShort, forbiddenBecauseYouAreMigrated
* accountMovedShort
* fix test
* import, pin禁止
* 実績を凍結する
* clean up
* ✌️
* change message
* ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに
* Revert "ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに"
This reverts commit 3bd7be35d8
.
* validateAlsoKnownAs
* 移行後2時間以内はインポート可能なファイルサイズを拡大
* clean up
* どうせactorをupdatePersonで更新するならupdatePersonしか移行処理を発行しないことにする
* handle error?
* リモートからの移行処理の条件を是正
* log, port
* fix
* fix
* enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように
* refactor (use checkHttps)
* MISSKEY_WEBFINGER_USE_HTTP
* Environment Variable readme
* NEVER USE IN PRODUCTION
* fix punyHost
* fix indent
* fix
* experimental
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-30 00:09:29 +09:00
syuilo
0ad7869249
feat: preserved usernames
...
Resolve #10704
2023-04-29 17:03:14 +09:00
かっこかり
8fbca63cec
feat(client): Renoteした人の一覧を表示するダイアログを追加 ( #10647 )
...
* (add) renote user dialog
* (change) noteMenu order
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* (change) menu text
* Update CHANGELOG.md
* (change) dialog title text
* (fix) grammar mistakes in CHANGELOG.md
* (change) i18n keys
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-04-29 15:48:06 +09:00
Yuriha
a986203b38
[fix] .wav .flac ファイルを再生可能にする ( #10686 )
...
* .wav .flac ファイルを再生可能にする
file-typeにより判定されたMIME TypeをHTML5 Audio/Video要素に認識されるものに書き換える
* fix typecheck error
* frontend側の FILE_TYPE_BROWSERSAFEも更新
* Update packages/backend/src/core/FileInfoService.ts
* ✌️
* 後方互換を確保
* add tests
* update changelog.md
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-26 02:17:58 +09:00
tamaina
b9b9cd0c78
enhance(server): 環境変数MISSKEY_CONFIG_YMLでdefault.ymlを任意のymlに変更可能に ( #10712 )
...
* enhance(server): MISSKEY_CONFIG_YMLでconfigを設定可能に
* update changelog
2023-04-25 15:18:03 +09:00
nenohi
8dc60cd327
Role timeline setting ( #10677 )
...
* ロールタイムライン設定
* isRoleTimeline to isExplorable
* ポリシーではないので削除
* 型からも
* wip
* 足りてなかった説
* wip
* listはpublicを表示
* 前回の記載修正( #10671 )
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-20 20:02:50 +09:00
syuilo
40debf20d8
add new achievement
2023-04-20 19:40:02 +09:00
tamaina
dc8a3f210b
fix(server): 1:1ではない画像のリアクション通知バッジが左や上に寄ってしまっていたのを中央に来るように修正
2023-04-19 14:30:48 +00:00
syuilo
e1f9ab77f8
feat: Server rules ( #10660 )
...
* enhance(frontend): サーバールールのデザイン調整
* enhance(frontend): i18n
* enhance(frontend): 利用規約URLの設定を「モデレーション」ページへ移動
* enhance(frontend): サーバールールのデザイン調整
* Update CHANGELOG.md
* 不要な差分を削除
* fix(frontend): lint
* ui tweak
* test: add stories
* tweak
* test: bind args
* test: add interaction tests
* fix bug
* Update packages/frontend/src/pages/admin/server-rules.vue
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
* Update misskey-js.api.md
* chore: windowを明示
* 🎨
* refactor
* 🎨
* 🎨
* fix e2e test
* 🎨
* 🎨
* fix icon
* fix e2e
---------
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-04-19 21:24:31 +09:00
nenohi
65ff2c2498
カスタム絵文字のライセンスを一括でできるように ( #10671 )
...
* setlicensebulk追加
* 5時に誤字った!w
* 並び順の変更(set,add,removeの順
* add changelog
2023-04-19 08:25:24 +09:00
syuilo
614f12386e
feat(frontend): 通知の表示をカスタマイズできるように
2023-04-17 13:12:58 +09:00
syuilo
cc27c1486d
Update CHANGELOG.md
2023-04-17 11:01:01 +09:00
Nanashia
0ddc79bb91
fix(backend): アバターとバナーがリセットできない ( #10643 )
...
* fix(backend): avatar and banner couldn't be reset
* Update CHANGELOG.md
2023-04-16 15:23:49 +09:00
tamaina
6c5b5f59dd
update CHANGELOG.md
2023-04-15 16:17:57 +00:00
かっこかり
bcbf06ac8c
feat(client): データセーバーモードの追加 ( #10478 )
...
* change nsfw settings
* Update CHANGELOG.md
* (fix) eliminate warning message when manually hide
* Apply suggestions from code review
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* (change) translation key
* revert nsfw settings (partial)
* (add) data saver setting
* Integrate MkMediaBlurhash and MkImgWithBlurhash
* Update CHANGELOG.md
* 🎨
* リモートのファイルでsizeが0の場合は表示しない, refを作らない
* fix
* かっこ
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-15 15:29:57 +09:00
tamaina
7d3b7986e5
update CHANGELOG.md
2023-04-14 05:57:02 +00:00
tamaina
168fe0e376
fix(server): Force the extention of exported file ( #10630 )
...
* fix(server): Force the extention of exported file
* update changelog.md
2023-04-14 14:35:38 +09:00
syuilo
ddb1ab7fae
13.11.3
2023-04-13 08:54:47 +09:00
syuilo
dcbaca4260
fix(backend): チャンネルのピン留めされたノートの順番が正しくない問題を修正
...
Fix #10541
2023-04-13 08:52:30 +09:00
syuilo
78a2feb24c
Update CHANGELOG.md
2023-04-13 08:34:25 +09:00
syuilo
d06d1e8682
fix(backend): カスタム絵文字でリアクションできないことがある問題を修正
2023-04-12 16:07:58 +09:00
kakkokari-gtyih
49749b46c4
feat(server): Misskey Webでユーザーフレンドリーなエラーページを出す ( #10590 )
...
* (add) user-friendly error page
* Update CHANGELOG.md
* (add) cache-control header
* Add ClientLoggerService
* Log params and query
* remove error stack on client
* fix pug
* 文面を調整
* :art]
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-12 12:52:14 +09:00
syuilo
5d56799070
feat: role timeline
...
Resolve #10581
2023-04-12 11:40:08 +09:00
tamaina
81d2c5a4a7
enhance: カスタム絵文字関連の変更 ( #9794 )
...
* PackedNoteなどのemojisはプロキシしていないURLを返すように
* MFMでx3/x4もしくはscale.x/yが2.5以上に指定されていた場合にはオリジナル品質の絵文字を使用する
* update CHANGELOG.md
* fix changelog
* ??
* wip
* fix
* merge
* Update packages/frontend/src/scripts/media-proxy.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* merge
* calc scale
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-12 10:58:56 +09:00
tamaina
f9720e0e6e
update CHANGELOG.md
2023-04-12 01:32:25 +00:00
syuilo
77f91d67b4
perf(backend): ノート作成時のアンテナ追加パフォーマンスを改善
2023-04-12 10:07:14 +09:00
futchitwo
b463490d9f
Update CHANGELOG.md ( #10591 )
2023-04-12 02:08:41 +09:00
tamaina
35613fd642
fix(client): noPaging: true with gallery/featured
2023-04-11 06:49:19 +00:00
syuilo
5cabbd0eef
Update CHANGELOG.md
2023-04-11 14:59:56 +09:00
syuilo
8b509f6c36
13.11.2
2023-04-11 14:58:48 +09:00
たーびん
2612bcd738
Update CHANGELOG.md ( #10577 )
...
#10555 の更新分
2023-04-11 14:57:37 +09:00
syuilo
de0577bc38
enhance(frontend): tweak post form style
2023-04-11 14:57:06 +09:00
syuilo
43eee54f2d
enhance(backend): APIパラメータサイズ上限を128kbから1mbに緩和
2023-04-11 14:28:40 +09:00
syuilo
59ca0d21a1
enhance(backend): APIパラメータサイズ上限を32kbから128kbに緩和
...
Fix #10574
2023-04-11 14:27:09 +09:00
syuilo
92356d02b9
Update CHANGELOG.md
2023-04-11 14:22:12 +09:00
tamaina
3a90bcc03c
sw: なんかもうめっちゃ変えた ( #10570 )
...
* sw: なんかいろいろ
* remove debug code
* never renotify
* update changelog.md
2023-04-11 14:11:39 +09:00
tamaina
838625edcd
update CHANGELOG.md
2023-04-10 17:26:52 +00:00
syuilo
511dab0618
fix(frontend): webhook, 連携アプリ一覧でコンテンツが重複して表示される問題を修正
...
Fix #10564
2023-04-10 18:56:38 +09:00
syuilo
29c9a7d71a
enhance(frontend): 常に広告を見られるオプションを追加
2023-04-10 10:22:25 +09:00
syuilo
eba42230ee
Update CHANGELOG.md
2023-04-10 10:12:05 +09:00
syuilo
f8315a40b4
Update CHANGELOG.md
2023-04-10 10:04:16 +09:00
syuilo
70a06e30d5
fix(backend): アンテナのノート、チャンネルのノート、通知が正常に作成できないことがある問題を修正
...
Fix #10482
2023-04-10 10:03:53 +09:00
syuilo
59d0d507d5
fix(backend): 連合しているインスタンスについて予期せず配送が全て停止されることがある問題を修正
...
Fix #10499
2023-04-09 10:19:57 +09:00
syuilo
86de46debf
Update CHANGELOG.md
2023-04-09 09:53:29 +09:00
syuilo
269d1e72cb
fix(frontend): ユーザープレビューが表示されない問題を修正
...
Fix #10540
2023-04-09 09:44:00 +09:00
syuilo
31ff3a22b7
13.11.1
2023-04-09 09:40:00 +09:00
syuilo
087da7643e
Update CHANGELOG.md
2023-04-09 08:37:55 +09:00
syuilo
cb3a84adb4
チャンネルを新規作成できない問題を修正
2023-04-09 08:22:49 +09:00
syuilo
004ace396d
さがすのローカルユーザー(ピンどめ)が無限に生成される問題を修正
2023-04-09 08:12:50 +09:00
syuilo
9ae2e87a46
Update CHANGELOG.md
2023-04-09 08:10:12 +09:00
syuilo
ad4006738b
チャンネルのお気に入りが無限に読み込まれる問題を修正
2023-04-09 08:09:25 +09:00
taichan
f794f3ad0a
fix(client): リスト、クリップが無限ロードされる現象の解決 ( #10538 )
...
* fix my-list infinite items loading
* update CHANGELOG.md
* fix my-clip infinite items loading
2023-04-09 08:03:29 +09:00
syuilo
b7ed3ddfdd
fix(backend): 通知読み込みでエラーが発生する場合がある問題を修正
2023-04-09 08:02:52 +09:00
syuilo
64597a2dab
Update CHANGELOG.md
2023-04-09 04:56:36 +09:00
tamaina
7a33c5d2ee
update CHANGELOG.md
2023-04-08 16:44:49 +00:00
Takeshi Kishi
e58b357918
fix(client): PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整 ( #10534 )
...
* fix emoji picker padding
emoji picker bottoms are hidden by iPhone Home Bar.
To fix this, add safe-area padding
* update CHANGELOG
2023-04-09 01:37:45 +09:00
syuilo
789689e759
[ci skip] Update CHANGELOG.md
2023-04-08 21:26:43 +09:00
syuilo
2321214c98
disable account migration
2023-04-08 20:51:36 +09:00
syuilo
50a9b29c48
[ci skip] 13.11.0
2023-04-08 20:29:55 +09:00
syuilo
cd915b6939
[ci skip] Update CHANGELOG.md
2023-04-08 18:44:03 +09:00
syuilo
a7455035c5
Update CHANGELOG.md
2023-04-08 17:42:34 +09:00
syuilo
0f328e8472
Update CHANGELOG.md
2023-04-08 16:09:43 +09:00
syuilo
9114c8cb8e
feat(backend): support replication of postgresql
...
Resolve #10205
2023-04-08 15:53:36 +09:00
Namekuji
25ebb73756
feat: account migration ( #10507 )
...
* add Move activity
* add endpoint to move from local to remote
* follow move activity coming to inbox
* fix move endpoint
* add known-as endpoint to create account alias
* add migration page
* add route to migration page
* add move and known-as endpoints
* fix dependnecies error
* fix new endpoints
* fix move activity id
* fix refollow
* add movedToUri and alsoKnownAs to api
* fix moveToUri indicator
* fix missing context
* add chengelog
* rename MkMoved to MkAccountMoved
* add missing semicolon
* fix targetUri
* fix followings query
* remove redundant null check
2023-04-08 14:16:26 +09:00
remi
44a4faebc0
feat: add minimize/Fold button for windows ( #10508 )
...
* add window minimizing!
* Fix window being able to go offscreen
* Revert en-US.yml changes
---------
Co-authored-by: mothmoon <remilia@remilia.se>
2023-04-08 12:55:05 +09:00
syuilo
eb30976ae6
Update CHANGELOG.md
2023-04-07 20:35:58 +09:00
syuilo
239d3f2dbf
feat(backend): ジョブキュー用Redisを別サーバーに分離できるように
2023-04-07 11:27:01 +09:00
syuilo
ff6d9d2860
feat(backend): イベント用Redisを別サーバーに分離できるように
2023-04-07 11:20:14 +09:00
syuilo
437de6417e
Update CHANGELOG.md
2023-04-06 10:30:56 +09:00
syuilo
384a3bed09
perf(backend): reduce db query
2023-04-06 10:09:44 +09:00
syuilo
10c3c15f06
Update CHANGELOG.md
2023-04-06 08:20:17 +09:00
syuilo
3f3eca7d3a
Update CHANGELOG.md
2023-04-05 14:50:40 +09:00
syuilo
30d6992684
perf(backend): 通知をRedisに保存するように
...
Resolve #10168
2023-04-04 14:06:57 +09:00
syuilo
32149f5122
Update CHANGELOG.md
2023-04-03 14:11:08 +09:00
Acid Chicken (硫酸鶏)
8a9847b06a
Merge branch 'develop' into acid-chicken-patch-1
2023-04-03 13:01:15 +09:00
syuilo
da6b30c5dd
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-04-03 12:47:46 +09:00
nexryai
92ddebb3fd
オブジェクトストレージの設定画面を分かりやすくする ( #10456 )
...
* enhance: Improved object storage configuration page
* Update ja-JP.yml
* Update CHANGELOG
2023-04-03 12:47:30 +09:00
syuilo
b53d6c7f8c
perf(backend): store notes of an antenna to redis instead of postgresql
...
Resolve #10169
2023-04-03 12:11:16 +09:00
Acid Chicken (硫酸鶏)
13a406b6cf
Merge branch 'develop' into acid-chicken-patch-1
2023-03-31 16:41:55 +09:00
syuilo
9bc5d52e41
feat: チャンネルにノートをピン留めできるように
...
Resolve #7740
2023-03-31 15:01:56 +09:00
syuilo
3cb0cc7989
feat: チャンネルをお気に入りに登録できるように
...
Resolve #10097
2023-03-31 11:30:27 +09:00
syuilo
ffbe896f28
enhance(client): ノートのリアクションを大きく表示するオプションを追加
2023-03-30 12:49:23 +09:00
syuilo
c1d9e23171
enhance(client): 検索ページでURLを入力した際に照会したときと同等の挙動をするように
2023-03-29 17:22:34 +09:00
Acid Chicken (硫酸鶏)
8963e36aa2
docs: note change logs
2023-03-27 05:25:32 +00:00
syuilo
4a0995a175
Update CHANGELOG.md
2023-03-25 18:48:11 +09:00
syuilo
5be54451a8
Update CHANGELOG.md
2023-03-25 08:44:26 +09:00
syuilo
31f3f5f0f0
enhance(backend): リモートサーバーのチャート生成を無効にするオプションを追加
2023-03-24 19:08:08 +09:00
syuilo
09a846a45c
enhance(backend): use ❤️ for reaction fallback
2023-03-24 18:55:31 +09:00
syuilo
6a29b182ee
perf(backend): ドライブのチャートはローカルユーザーのみ生成するように
2023-03-24 18:37:08 +09:00
syuilo
d42c35cae7
13.10.3
2023-03-24 17:01:38 +09:00
syuilo
5f52b13325
enhance(frontend): クリップボタンをノートアクションに追加できるように
2023-03-24 16:54:37 +09:00
syuilo
ab26a8016d
fix(server): 空のアンテナが作成できるのを修正
2023-03-24 16:01:35 +09:00
syuilo
f01e6ef6bf
enhance(backend): リモートユーザーのチャート生成を無効にするオプションを追加
2023-03-24 15:43:36 +09:00
syuilo
41d1b1b8c9
enhance: コンディショナルロールの条件に「投稿数が~以下」「投稿数が~以上」を追加
...
Resolve #10395
2023-03-23 17:18:38 +09:00
syuilo
48a97d25e5
fix(client): センシティブワードの一覧にピン留めユーザーのIDが表示される問題を修正
...
Fix #10398
2023-03-23 17:07:46 +09:00
syuilo
050787238b
fix(backend): 絵文字を編集すると保存できないことがある問題を修正
...
Fix #10384
2023-03-22 18:45:55 +09:00
syuilo
fb42721160
13.10.2
2023-03-22 18:29:50 +09:00
syuilo
38815f6214
13.10.1
2023-03-22 16:27:39 +09:00
CyberRex
7331de0bce
feat: queue force promote ( #10370 )
...
* feat: queue force promote
* Update CHANGELOG.md
* small fix
2023-03-22 08:58:23 +09:00
syuilo
5e1014c072
Update CHANGELOG.md
2023-03-20 20:22:24 +09:00
Ekke
21b10603fe
feat(frontend): ナビゲーションバーのカスタマイズをドラッグ&ドロップで行えるようにする ( #10356 )
...
* feat(frontend): ナビゲーションバーのカスタマイズをドラッグ&ドロップで行えるようにする
* eslintのエラーを修正
* ハンドルをつかんでドラッグするように変更
* eslintのエラーを修正
* デザインの軽微な変更
* 修正
* Update CHANGELOG.md
* Update CHANGELOG.md
* ドラッグハンドルを3本線から2本線に
---------
Co-authored-by: root <root@Adam-Windows>
2023-03-20 20:21:54 +09:00
syuilo
54630edb0f
enhance: 使われてないアンテナは自動停止されるように
...
Resolve #9373
2023-03-20 20:12:38 +09:00
syuilo
3014e3e5f8
Update CHANGELOG.md
2023-03-20 14:25:21 +09:00
syuilo
bf5706ef6e
Update CHANGELOG.md
2023-03-20 12:58:55 +09:00
CyberRex
1d6f43aa30
feat: drive cleaner ( #10366 )
...
* feat: drive-cleaner
* Update CHANGELOG.md
2023-03-20 12:58:06 +09:00
syuilo
4a989f7ebb
Update CHANGELOG.md
2023-03-19 20:28:50 +09:00
kakkokari-gtyih
866aded6bc
fix: PC版設定ページでスマホ用UIが表示されるのを防ぐリダイレクトを追加 ( #10326 )
...
* (Fix misskey-dev#10324)設定画面:PC版UIへのリダイレクトをルート遷移時にも実行
* Update changelog
* (fix) missing semicolon
* (fix) strict equals
2023-03-19 20:28:19 +09:00
syuilo
3b3086510c
Update CHANGELOG.md
2023-03-19 17:07:00 +09:00
syuilo
8b1b3e3b54
Update CHANGELOG.md
2023-03-19 17:06:12 +09:00
kakkokari-gtyih
459d3053d3
fix: 非ログイン時に「Misskeyについて」ページから投稿フォームが出ないようにする ( #10345 )
...
* (fix misskey-dev#9486) 非ログイン時の I ❤ Misskey のふるまい
* 「キャンセル」ボタンにより適切な翻訳をあてる
* Update CHANGELOG.md
* もともと用意されていたサインイン確認関数に置き換え
* Update CHANGELOG.md
* 独自ダイアログでなくなった以上、async指定は要らないので解除
* ボタンをそもそも非表示にする
2023-03-19 17:05:31 +09:00
syuilo
15d9c0f74c
Update CHANGELOG.md
2023-03-19 17:04:01 +09:00
Kagami Sascha Rosylight
c091d9e6d5
feat(frontend/MkUrlPreview): oEmbedのサポート ( #10306 )
...
* feat(frontend/MkUrlPreview): oEmbedのサポート
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* playerとoEmbedの統合
* Update CHANGELOG.md
* loading=lazyはここでは不要
* border: 0
* プレビュー直後にautoplayできる機能の復旧
* add test
* refactor test
* explain about cache
* expandPreviewはもう使わない
* summaly v4
* update summaly
* scrolling=no to fix pixiv
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-03-19 16:59:31 +09:00
syuilo
4d73080da1
perf(backend): improve performance of timeline apis
2023-03-19 16:52:38 +09:00
syuilo
497ffde233
Update CHANGELOG.md
2023-03-19 15:47:29 +09:00
syuilo
7699b49d33
enhance(client): add ads page
2023-03-18 14:30:16 +09:00
syuilo
ac66550666
13.10.0
2023-03-17 20:43:36 +09:00
syuilo
e5ad37e6d0
update aiscript
2023-03-17 20:41:25 +09:00
syuilo
b644567735
feat: clip favorite
...
Resolve #10337
2023-03-16 17:24:49 +09:00
syuilo
8ae9d2eaa8
enhance: カスタム絵文字にライセンス情報を付与できるように
...
Resolve #10091
2023-03-16 15:08:48 +09:00
syuilo
9cc58fd3bc
Update CHANGELOG.md
2023-03-16 12:13:52 +09:00
syuilo
6da6c4dd45
enhance(client): update AiScript to 0.13.0
2023-03-15 18:26:59 +09:00
syuilo
f9cdcc9bc6
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-03-15 18:09:03 +09:00
syuilo
63068fc0c2
fix(server): prevent creation of empty antennas
2023-03-15 18:09:00 +09:00
kakkokari-gtyih
7ff467e8e0
feat(client): Navbar の設定項目に「プロフィール」を追加 ( #10332 )
...
* feat: navbar項目 自プロフィールを追加 (misskey-dev#10330)
* change CHANGELOG.md
2023-03-15 18:01:56 +09:00
syuilo
58fc17e3b6
fix: tweak retention rate aggregation
2023-03-15 17:43:13 +09:00
YS
3cb669a852
fix: クエリキャッシュ無効化時の絵文字操作エラーを解消 ( #10320 )
...
* disabledCache: trueのときにqueryResultCacheへアクセスしないように
* append changelog
2023-03-14 09:37:14 +09:00
Cj-bc
850addc619
user schemaにあるany型を厳格にした ( #10319 )
...
使用されている箇所から、これらのプロパティの型はstring型に限定出来そうということが分かった。
又、OpenAPIv3の仕様上はanyは使えないため修正した。
related: https://github.com/misskey-dev/misskey/issues/10308
* Update CHANGELOG
2023-03-13 23:13:51 +09:00
syuilo
5d1ccb9bdc
enhance: make configurable to whether notes search available by role
...
Resolve #10318
2023-03-13 17:52:24 +09:00
syuilo
7f16b50e73
feat: sensitive word
2023-03-13 17:37:22 +09:00
CyberRex
b18df999cd
enhance(backend): 配送先が410 Goneで応答してきた場合配送停止するように ( #10298 )
...
* enhance(backend): 配送先が410 Goneで応答してきた場合配送停止するように
* Update CHANGELOG.md
2023-03-13 09:46:53 +09:00
Kagami Sascha Rosylight
0d2bee787d
fix(frontend/XHome): fall back to user.uri if user.url does not exist ( #10313 )
...
* fix(frontend/XHome): fall back to user.uri if user.url does not exist
* Update CHANGELOG.md
2023-03-13 09:46:33 +09:00
tamaina
dff0bee748
fix: Do not use avif ( #10301 )
...
* fix: Do not use avif
* fix
* fix
2023-03-12 17:31:52 +09:00
syuilo
8ac5c35f09
enhance(client): 設定から自分のロールを確認できるように
2023-03-12 16:39:16 +09:00
syuilo
7c2d8d73ce
enhance: ロールの並び順を設定可能に
2023-03-12 16:38:08 +09:00
Kagami Sascha Rosylight
57cac0aa23
fix(backend/ApRendererService): allow announces with visibility: followers ( #10291 )
...
* fix(backend/ApRendererService): allow announces with visibility: followers
* Update CHANGELOG.md
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-03-12 12:11:37 +09:00
syuilo
cc7fd2f68a
Update CHANGELOG.md
2023-03-11 13:40:46 +09:00
Kagami Sascha Rosylight
4094ab58aa
fix(backend/DriveService): gracely skip when getting NoSuchKey error from S3 ( #10292 )
...
* fix(backend/DriveService): gracely skip when getting NoSuchKey error from S3
* Update CHANGELOG.md
* import type
2023-03-11 13:35:51 +09:00
syuilo
65b1524f92
enhance(client): 付箋ウィジェットの高さを設定可能に
2023-03-10 19:51:35 +09:00
syuilo
787404638a
fix(client): プロフィールで設定した情報が削除できない
...
Fix #10279
2023-03-10 18:48:57 +09:00
syuilo
99f3f0917f
tweak postgresql entities
...
Fix #10266
2023-03-10 14:53:56 +09:00
syuilo
c717f1f3a9
Update CHANGELOG.md
2023-03-10 09:38:21 +09:00
Kagami Sascha Rosylight
e0b7633a7a
enhance(backend): restore OpenAPI endpoints ( #10281 )
...
* enhance(backend): restore OpenAPI endpoints
* Update CHANGELOG.md
* version
* set max-age
* update redoc
* follow redoc documentation
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-03-10 02:37:44 +09:00
syuilo
6607b39235
fix(client): ロールで広告を無効にするとadmin/adsでプレビューがでてこない
...
Fix #10272
2023-03-09 12:28:40 +09:00
Ebise Lutica
9d1a874ddc
フォローリクエストのUI改善 ( #10275 )
...
* フォローリクエストのUI改善
* Update CHANGELOG.md
2023-03-09 12:17:34 +09:00
syuilo
dd6569a1bb
feat: Reaction acceptance ( #10256 )
...
* wip
* wip
* デフォルト設定
2023-03-08 08:56:47 +09:00
syuilo
4c2f7c64cc
feat: Per-user renote mute ( #10249 )
...
* feat: per-user renote muting
From FoundKey/c414f24a2c https://akkoma.dev/FoundKeyGang/FoundKey
* Update ja-JP.yml
* Delete renote-muting.ts
* rename
* fix ids
* lint
* fix
* Update CHANGELOG.md
* リノートをミュートしたユーザー一覧を見れるように
* 🎨
* add test
* fix test
---------
Co-authored-by: Hélène <pleroma-dev@helene.moe>
2023-03-08 08:56:09 +09:00
syuilo
0554dd8375
enhance(client): DM作成時にメンションも含むように
2023-03-07 17:12:46 +09:00
syuilo
5ccbeda86a
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-03-06 02:14:56 +00:00
syuilo
f20abb4ee5
fix(client): みつけるのロール一覧でコンディショナルロールが含まれるのを修正
2023-03-06 02:12:35 +00:00
tamaina
7852815fc3
update CHANGELOG.md
2023-03-06 02:08:06 +00:00
tamaina
6778111891
update CHANGELOG.md
2023-03-06 02:04:53 +00:00
tamaina
6bb11492fa
update CHANGELOG.md
2023-03-06 01:31:44 +00:00
syuilo
824398509d
Update CHANGELOG.md
2023-03-05 22:01:06 +09:00
arrow2nd
8c9c89a137
fix(frontend): ユーザーページのバッジ表示を適切に折り返すように ( #10222 )
...
* fix(frontend): ユーザーページのバッジ表示を適切に折り返すように
* Update CHANGELOG.md
2023-03-05 21:59:41 +09:00
syuilo
517a7f96c8
[ci skip] Update CHANGELOG.md
2023-03-05 20:46:18 +09:00
syuilo
e844710ef2
13.9.2
2023-03-05 20:32:02 +09:00
syuilo
b9a3b2c165
enhance(server): make identicon same between local and remote
...
Resolve #10200
2023-03-05 11:09:55 +09:00
syuilo
5c88c17d15
fix(client): ロールの権限で「一般ユーザー」のロールがいきなり設定できない問題を修正
...
Fix #10203
2023-03-05 10:48:04 +09:00
syuilo
320c2bf771
Update CHANGELOG.md
2023-03-04 17:19:21 +09:00
syuilo
aee7ed992b
enhance(client): add share button to clip and channel page
...
Resolve #10183
2023-03-04 10:17:45 +09:00
syuilo
7e8700514f
13.9.1
2023-03-03 20:45:17 +09:00
tamaina
da3fcf178e
fix CHANGELOG.md
2023-03-03 06:12:34 +00:00
syuilo
1b33653f1b
13.9.0
2023-03-03 12:32:05 +09:00
kabo2468
53987fadd7
fix(server): チャンネルでミュートが正しく機能していないのを修正 ( #10166 )
...
* fix(server): チャンネルでミュートが正しく機能していないのを修正
* Update CHANGELOG.md
2023-03-03 10:30:21 +09:00
syuilo
8a561bdb78
Update CHANGELOG.md
2023-03-03 10:09:51 +09:00
syuilo
afa9c1f6f0
Update CHANGELOG.md
2023-03-01 17:22:32 +09:00
syuilo
1c5291f818
feat: 時限ロール ( #10145 )
...
* feat: 時限ロール
* クライアントから期限を確認できるように
* リファクタとか
* fix test
* fix test
* fix test
* clean up
2023-03-01 10:20:03 +09:00
syuilo
7c3a390763
enhance(client): ノートの操作部をホバー時のみ表示するオプション
2023-02-28 20:53:32 +09:00
syuilo
83a67606a9
enhance(server): make antenna handle cw
...
Resolve #10140
2023-02-28 20:20:23 +09:00
syuilo
570f331477
Update CHANGELOG.md
2023-02-28 19:56:04 +09:00
syuilo
4ea978000d
Update CHANGELOG.md
2023-02-28 17:14:55 +09:00
syuilo
b60c985203
fix(server): メールアドレス更新時にバリデーションが正しく行われていないのを修正
2023-02-28 15:31:48 +09:00
syuilo
81e6a21fe0
13.8.1
2023-02-26 20:52:00 +09:00
syuilo
b7e72cfb7e
Update CHANGELOG.md
2023-02-26 20:29:53 +09:00
syuilo
a56898df94
13.8.0
2023-02-26 19:03:22 +09:00
syuilo
f78c519ae5
Update CHANGELOG.md
2023-02-26 19:02:35 +09:00
syuilo
cc149e2f46
fix(server): エラーのスタックトレースは返さないように
...
Fix #10064
2023-02-26 17:12:15 +09:00
syuilo
cedfb85b60
Update CHANGELOG.md
2023-02-26 14:21:54 +09:00
Khsmty
72888b4814
enhance(client): photoswipe 表示時に戻る操作をしても前の画面に戻らないように ( #10098 )
...
* enhance(client): photoswipe 表示時に戻る操作をしても前の画面に戻らないように
* add: changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-02-26 12:25:27 +09:00
syuilo
ea04778649
feat: in-channel featured note
...
Resolve #9938
2023-02-25 18:26:35 +09:00
syuilo
3c01c0cbf2
Update CHANGELOG.md
2023-02-25 09:46:28 +09:00
syuilo
a683278fb8
enhance(client): renoteした際の表示を改善
...
Resolve #10078
2023-02-25 09:44:35 +09:00
Khsmty
64be363adc
feat: 2つの検索画面の統合 ( #9949 ) ( #10038 )
...
* feat: 検索画面の UI を統一
* fix: エラーの修正
* add: changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-02-25 09:01:21 +09:00
kabo2468
1c9c9745f5
Windows環境でswcを使うと正常にビルドができない問題の修正 ( #10074 )
...
* Update @swc/core to v1.3.36
* Update CHANGELOG.md
* Update CHANGELOG.md
2023-02-25 05:22:36 +09:00
syuilo
320e5dba83
13.7.5
2023-02-24 11:41:47 +09:00
syuilo
9cc08ab3d8
13.7.4
2023-02-24 10:36:53 +09:00
syuilo
390369498b
Update CHANGELOG.md
2023-02-24 10:31:45 +09:00
arrow2nd
9c787a578e
feat(frontend): スマホ・タブレットの場合、チャンネルの投稿フォームに自動でフォーカスしないように ( #10051 )
...
* feat(frontend): スマホ・タブレットの場合、チャンネルの投稿フォームに自動でフォーカスしない
* Update CHANGELOG.md
2023-02-24 10:31:21 +09:00
syuilo
ff8437c378
enhance(client): ローカルのみ -> 連合なし
...
Resolve #10055
2023-02-24 10:24:25 +09:00
tamaina
a1f3bd6865
fix CHANGELOG
2023-02-23 14:03:02 +00:00
tamaina
c925e3d281
fix(server): 全ての通知が削除されてしまうのを修正
2023-02-23 14:01:18 +00:00
syuilo
fca820c90c
13.7.3
2023-02-23 20:47:19 +09:00
tamaina
becc4d2e54
fix: i/notificationsで古い通知タイプを許容するなど、古い通知タイプの清算 ( #10042 )
...
* wip
* fix
* create migration
* oops
* fix front const
* changelog
* fix type
* fix
* wip
* Revert "wip"
This reverts commit 6cdb3600e2
.
* enumのこす
* fix
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-02-23 20:46:14 +09:00
syuilo
3dd363a6c5
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-02-23 20:26:36 +09:00
syuilo
e630803922
enumの変更はしない
2023-02-23 20:26:33 +09:00
tamaina
774b7fed1f
update CHANGELOG.md
2023-02-23 10:55:54 +00:00
tamaina
bda3d69539
fix(client):「キャッシュを削除」した後、ローカルのカスタム絵文字が表示されなくなる問題を修正
...
Fix #10044
2023-02-23 10:29:20 +00:00
syuilo
c328584bb6
Update CHANGELOG.md
2023-02-23 17:30:01 +09:00
syuilo
8ca2f24df6
13.7.1
2023-02-23 08:09:22 +09:00
tamaina
f7c6ea93d7
perf(backend): Use swc on pnpm build ( #10026 )
...
* perf(backend): Use swc on pnpm build
* update CHANGELOG
* no jest
2023-02-22 23:09:24 +09:00
syuilo
833e2869e7
13.7.0
2023-02-22 18:06:06 +09:00
syuilo
3157d81e95
enhance(client): make possible to reload page of window
...
Resolve #10007
2023-02-22 17:43:10 +09:00
syuilo
f0cb587c89
fix(client): ユーザーのハッシュタグ検索が機能していないのを修正
2023-02-22 17:25:33 +09:00
syuilo
84e2ee220b
fix(server): tweak admin/show-user api
...
Fix #9883
2023-02-22 17:17:36 +09:00
tamaina
b9ee14fe5b
fix: MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正 ( #9943 )
...
* fix: MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正
Fix #9627
* update CHANGELOG.md
* clean up
* search-by-username-and-host大改造
2023-02-22 14:47:51 +09:00
syuilo
6e68a78d6a
Update CHANGELOG.md
2023-02-22 14:44:10 +09:00
syuilo
8eb87c8e4d
Update CHANGELOG.md
2023-02-21 10:44:17 +09:00
tamaina
980bf1306e
🎨 2FA設定のデザイン向上 / セキュリティキーの名前を変更できるように ( #9985 )
...
* wip
* fix
* wip
* wip
* ✌️
* rename key
* 🎨
* update CHANGELOG.md
* パスワードレスログインの判断はサーバーで
* 日本語
* 日本語
* 日本語
* 日本語
* ✌️
* fix
* refactor
* トークン→確認コード
* fix password-less / qr click
* use otpauth
* 日本語
* autocomplete
* パスワードレス設定は外に出す
* 🎨
* 🎨
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-02-20 16:40:24 +09:00
tamaina
4e68126c06
enhance(server): URLプレビュー(summaly)はプロキシを通すように ( #9905 )
...
* enhance(server): URLプレビュー(summaly)はプロキシを通すように
* update summaly
* update summaly
* 型エラーバスター
* basic.html
* Delete basic.html
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-02-14 14:17:07 +09:00
syuilo
b427bf70a8
13.6.1
2023-02-12 11:20:08 +09:00
syuilo
2f48d109dd
enhance(client): make possible to in-channel renote/quote
2023-02-12 10:59:22 +09:00
syuilo
9ddf62d8b7
enhance: レートリミットを0%にできるように
2023-02-12 10:26:27 +09:00
momoirodouhu
f28aea9e30
add cors header to ActivityPubServerService.ts ( #9888 )
...
* add cors header to ActivityPubServerService.ts
* Update CHANGELOG.md
2023-02-12 08:22:42 +09:00
tamaina
19c0027605
fix(client): ユーザーページでアクティビティを見ることができないのを修正
2023-02-11 07:17:50 +00:00
tamaina
9349f72227
refactor(client): Refactor MkPageHeader #9869 ( #9878 )
...
* disable animation
* refactor(client): MkPageHeaderのタブをMkPageHeader.tabsに分離
animationをフォローするように
* update CHANGELOG.md
* remove unnecessary props
2023-02-11 16:04:45 +09:00
syuilo
f74d9c7ed0
13.6.0
2023-02-11 14:08:42 +09:00
syuilo
f2da79ad43
Update CHANGELOG.md
2023-02-11 14:00:38 +09:00
syuilo
73a1372940
enhance(client): 迷惑になる可能性のある投稿を行う前に警告を表示
...
Resolve #9862
2023-02-11 13:54:27 +09:00
tamaina
0138c3b00e
enhance(client): ヘッダー(MkPageHeader)関連 ( #9869 )
...
* MkPageHeader大改造
* ユーザーページのノート一覧をタブにするなど
* ✌️
* 🎨
* fix
* wheel
* clean up
* 🎨
* 🎨
* remove console.log
* update CHANGELOG.md
* fix
* fix
* fix
* ✌️
* header avatar clickable
* !hideTitle
* Revert "!hideTitle"
This reverts commit 19cad428c9
.
* fix changelog
2023-02-11 13:08:18 +09:00
syuilo
040f9927dd
enhance(client): ロールをより簡単に付与できるように
2023-02-11 12:55:22 +09:00
syuilo
abc1bdf218
Update CHANGELOG.md
2023-02-11 12:34:35 +09:00
syuilo
b0616b52ea
一部のMFM構文をopt-inに
...
あとMFMチートシートはMisskey Hubに移動
2023-02-11 11:31:18 +09:00
syuilo
8bd2d6328a
enhance(client): 一度見たノートのRenoteは省略して表示するように
...
Resolve #1792
2023-02-11 09:41:54 +09:00
syuilo
9351fb9617
コンディショナルロールもバッジとして表示可能に
2023-02-11 09:03:43 +09:00
syuilo
2d11c558fa
13.5.6
2023-02-10 20:14:38 +09:00
tamaina
ca0d53ec5d
enhance(client): /authおよびMiAuthのUIをブラッシュアップ
...
Fix #9742
2023-02-09 17:18:27 +00:00
syuilo
f9d1bc340e
13.5.4
2023-02-09 18:11:48 +09:00
syuilo
6a5bbd335b
Update CHANGELOG.md
2023-02-09 18:03:04 +09:00
tamaina
6e61a36d05
i/notificationsのレートリミットを緩和
...
SubwayTooterのバグ対策でレートリミットを設定していたが、通常の使い方でも引っかかることもあるため緩和
2023-02-09 08:32:42 +00:00
tamaina
f80bf1fb1c
perf: renderBaseでCache-Controlを300秒から30秒に
2023-02-09 08:19:12 +00:00
tamaina
a486716520
perf: renderBaseでCache-Controlを15秒から300秒に
2023-02-09 07:49:39 +00:00
syuilo
399ce9b999
13.5.3
2023-02-09 11:54:41 +09:00
syuilo
7afee5977f
feat(client): add channel column to deck
2023-02-09 10:35:28 +09:00
syuilo
91cc033eb5
13.5.2
2023-02-08 20:17:13 +09:00
tamaina
6f7cfa82b5
fix(client): 通知のノート表示で_nowrapが効いていない問題を修正
...
Fix #9834
2023-02-08 09:50:34 +00:00
syuilo
eac3bf8bff
13.5.0
2023-02-08 18:03:13 +09:00
syuilo
2be1a39d13
fix(server): validate urls from ap to improve security
2023-02-07 19:58:58 +09:00
tamaina
30704e6de8
update CHANGELOG
2023-02-06 12:13:43 +00:00
syuilo
6501f80fc7
13.4.0
2023-02-05 20:55:42 +09:00
syuilo
b037f6566b
Add Thai to language selection
...
Resolve #9809
2023-02-05 20:53:40 +09:00
syuilo
0ec8ebeba3
fix(client): tweak notification style
...
Fix #8633
2023-02-05 20:47:27 +09:00
syuilo
46017f5725
Update CHANGELOG.md
2023-02-05 20:32:12 +09:00
syuilo
1e28db2396
Update CHANGELOG.md
2023-02-05 20:30:46 +09:00
syuilo
6a3039f7b7
feat: ロールにアイコンを設定してユーザー名の横に表示できるように
...
Resolve #9761
2023-02-05 10:37:03 +09:00
tamaina
868c8fffb3
update CHANGELOG.md
2023-02-04 15:05:13 +00:00
syuilo
3f199c7113
13.3.3
2023-02-04 18:22:00 +09:00
syuilo
a12f07c42b
13.3.2
2023-02-04 14:23:29 +09:00
syuilo
e7334c4fb0
Update CHANGELOG.md
2023-02-04 14:21:08 +09:00
syuilo
38f9d1e764
fix(client): validate urls to improve security
2023-02-04 14:20:07 +09:00
tamaina
2dfed75402
perf(server): improvement of external mediaProxy ( #9787 )
...
* perf(server): improvement of external mediaProxy
* add a comment
* ✌️
* /filesでsharpの処理を行わずリダイレクトする
* fix
* thumbnail => static
* Fix #9788
* add avatar mode
* add url
* fix
* static.webp
* remove encodeURIComponent from media proxy path
* remove existance check
2023-02-04 13:38:51 +09:00
syuilo
8add8025a0
13.3.1
2023-02-04 09:12:18 +09:00
syuilo
534be6ff25
Update CHANGELOG.md
2023-02-04 09:11:33 +09:00
tamaina
b2a67ba5ca
fix(client): オートコンプリートでUnicode絵文字がカスタム絵文字として表示されてしまうのを修正
2023-02-03 21:21:36 +00:00
tamaina
d78e15cc1a
fix(client): カスタム絵文字にアニメーション画像を再生しない設定が適用されていない問題を修正
2023-02-03 20:37:15 +00:00
syuilo
3a62625bbc
13.3.0
2023-02-03 17:57:27 +09:00
syuilo
5173ed37f9
Update CHANGELOG.md
2023-02-03 15:13:28 +09:00
syuilo
825551d64f
drop syslog
...
Close #9774
2023-02-03 15:08:36 +09:00
syuilo
449761bada
Update CHANGELOG.md
2023-02-03 15:06:24 +09:00
syuilo
843f1aed4f
13.2.6
2023-02-01 11:29:17 +09:00
syuilo
e42938cad6
Update CHANGELOG.md
2023-02-01 11:27:37 +09:00
tamaina
5b38f76254
update CHANGELOG.md
2023-01-28 12:37:28 +00:00
tamaina
04d60426c7
modify CHANGELOG.md
2023-01-28 06:22:38 +00:00
yupix
7190bd00c9
feat: classicモードでテーマが自動変更された際元に戻すように ( #9669 )
...
* feat: classicモードでテーマが自動変更された際元に戻すように
* docs: update CHANGELOG.md
* fix: prefixを miux:ui_temp から ui_temp に変更
2023-01-27 13:52:51 +09:00
syuilo
e9cb18c5aa
13.2.4
2023-01-27 11:44:04 +09:00
syuilo
aa8adc07aa
13.2.3
2023-01-26 11:40:36 +09:00
syuilo
35fd523edf
13.2.2
2023-01-25 15:15:59 +09:00
syuilo
117ac53505
13.2.1
2023-01-24 17:30:51 +09:00
syuilo
e6eae558d3
13.2.0
2023-01-23 20:13:38 +09:00
syuilo
083fa53d9c
update deps
2023-01-23 20:13:18 +09:00
syuilo
ed9facbb33
fix(client): Aiscript: button is not defined
...
Fix #9704
2023-01-23 12:53:44 +09:00
syuilo
2e6d8c792b
13.1.7
2023-01-22 21:01:42 +09:00
syuilo
da32be3ef3
13.1.4
2023-01-22 17:10:49 +09:00
syuilo
492fb9a115
Update CHANGELOG.md
2023-01-22 17:06:18 +09:00
syuilo
7fdf298bd4
13.1.3
2023-01-22 07:04:58 +09:00
syuilo
ccb22539e1
13.1.2
2023-01-22 05:40:48 +09:00
syuilo
7800a12e52
13.1.1
2023-01-22 04:28:43 +09:00
syuilo
dc4fd3e505
13.1.0
2023-01-21 18:45:41 +09:00
syuilo
8631740ca4
fix(server): twitterと連携するときに autwh is not a function になるのを修正
...
Fix #9658
2023-01-21 17:01:02 +09:00
syuilo
4b75c68753
fix(client): The … button on notes does nothing when not logged in
...
Fix #9659
2023-01-21 16:59:58 +09:00
syuilo
951ab90b1a
Update CHANGELOG.md
2023-01-21 14:10:09 +09:00
syuilo
59748f07d1
Update CHANGELOG.md
2023-01-21 13:18:17 +09:00
syuilo
336d8fe785
feat(client): リアクション一覧詳細ダイアログを表示できるように
...
Resolve #9634
2023-01-19 10:29:30 +09:00
syuilo
ed9a49687e
Update CHANGELOG.md
2023-01-19 09:17:18 +09:00
syuilo
afc0be6790
enhance: playのscriptの文字数制限を緩和
2023-01-19 09:06:11 +09:00
syuilo
424919ffd0
Update CHANGELOG.md
2023-01-17 17:11:02 +09:00
syuilo
fe4fbafcf0
存在しないカスタム絵文字をテキストで表示するように
...
Resolve #9516
2023-01-17 15:58:12 +09:00
syuilo
d79478c265
fix(client): playを削除する手段がなかったのを修正
...
Fix #9630
2023-01-17 13:40:27 +09:00
tamaina
fe98ad8849
add comments to CHANGELOG
2023-01-16 14:53:57 +00:00
tamaina
65577e43c8
add docker note to CHANGELOG
2023-01-16 14:41:11 +00:00
syuilo
9d64ac6d6f
13.0.0
2023-01-16 15:18:37 +09:00
syuilo
956375e2e8
enhance(client): AiScriptからカスタム絵文字一覧を参照できるように
2023-01-16 10:13:14 +09:00
syuilo
c9f5e60f43
Update CHANGELOG.md
2023-01-16 06:40:41 +09:00
syuilo
2d8b97287e
Update CHANGELOG.md
2023-01-16 06:13:32 +09:00
syuilo
91bbb67e4a
プロフィールの文字数制限を緩和
2023-01-16 06:05:58 +09:00
syuilo
30fced38c4
refactor: rename instance.caughtAt to instance.firstRetrievedAt
2023-01-16 05:02:38 +09:00
syuilo
7fc8d2e6d5
ロールでレートリミットを調整できるように
...
Resolve #9584
2023-01-15 16:52:12 +09:00
syuilo
92136272b0
enhance(client): show readable error when rate limit exceeded
2023-01-15 16:13:57 +09:00
syuilo
3d668ad10d
Update CHANGELOG.md
2023-01-15 08:36:21 +09:00
syuilo
e46e7f5252
ノートをピン留めできる数を設定可能に
...
Resolve #9555
2023-01-14 18:04:56 +09:00
syuilo
76c049522e
enhance: ユーザーリストおよびユーザーリスト内のユーザーの作成可能数を設定可能に
2023-01-14 17:38:16 +09:00
syuilo
99bdb11d24
Update CHANGELOG.md
2023-01-14 17:02:49 +09:00
syuilo
c2009acb2d
enhance: クリップおよびクリップ内のノートの作成可能数を設定可能に
2023-01-14 16:14:24 +09:00
syuilo
7df3ca7388
enhance(server): add rate limits for some endpoints
2023-01-14 15:59:15 +09:00
syuilo
d52f0617a1
fix(server): ドライブ容量超過時のエラーが適切にレスポンスされない問題を修正
...
Fix #9550
2023-01-14 13:41:53 +09:00
syuilo
bcb5182e86
Webhookの作成可能数を設定可能に
2023-01-14 10:48:11 +09:00
syuilo
367ccb9971
enhance(client): add new mfm function (position, fg, bg)
...
Resolve #9527
2023-01-14 08:52:32 +09:00
syuilo
39c058a4bb
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-01-14 08:04:41 +09:00
syuilo
d1807ee5dc
enhance: ハードワードミュートの最大文字数を設定可能に
...
Resolve #7574
2023-01-14 08:04:38 +09:00
syuilo
e6a76b31be
Update CHANGELOG.md
2023-01-14 06:26:06 +09:00
syuilo
a5becfc042
Update CHANGELOG.md
2023-01-14 06:00:58 +09:00
syuilo
519a08f8b5
Update CHANGELOG.md
2023-01-13 18:21:47 +09:00
tamaina
303519a1bd
enhance: Judge instance block by endsWith ( #9263 )
...
* TypeScriptでendsWith
* fix
* SQL?
* バ〜カアホ
* Update packages/backend/src/core/UtilityService.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* add comment
* add description
* Update packages/backend/src/core/UtilityService.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update packages/backend/src/core/chart/charts/federation.ts
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* remove comment
* fix
* fix?
* add changelog
* ILIKE, ARRAY
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-01-13 18:21:07 +09:00
syuilo
23810e3e1e
Update CHANGELOG.md
2023-01-13 15:29:55 +09:00
syuilo
b250456814
カスタム絵文字の管理を権限を持つユーザーが行えるように
...
Resolve #9542
2023-01-13 14:58:27 +09:00
syuilo
54ff4e53cb
Update CHANGELOG.md
2023-01-13 14:32:37 +09:00
syuilo
990f4b52bd
Update CHANGELOG.md
2023-01-13 12:20:29 +09:00
syuilo
b2c79a5f2c
Update CHANGELOG.md
2023-01-12 21:41:31 +09:00
syuilo
3e415e733d
Update CHANGELOG.md
2023-01-12 21:22:20 +09:00
syuilo
a5e84e5de9
Update CHANGELOG.md
2023-01-12 21:15:56 +09:00
syuilo
2470afaa2e
Role ( #9437 )
...
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* Update create.ts
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* Update delete.ts
* Update delete.ts
* wip
* wip
* wip
* Update account-info.vue
* wip
* wip
* Update settings.vue
* Update user-info.vue
* wip
* Update show-file.ts
* Update show-user.ts
* wip
* wip
* Update delete.ts
* wip
* wip
* Update overview.moderators.vue
* Create 1673500412259-Role.js
* wip
* wip
* Update roles.vue
* 色
* Update roles.vue
* integrate silence
* wip
* wip
2023-01-12 21:02:26 +09:00
syuilo
60e545b2fd
Update CHANGELOG.md
2023-01-12 09:34:22 +09:00
syuilo
df56bd6d57
Update CHANGELOG.md
2023-01-11 19:01:17 +09:00
syuilo
e51432a461
remove katex
2023-01-11 08:58:13 +09:00
syuilo
3043b2f619
fix(client): 画面の幅が狭いとウィジェットドロワーを閉じる手段がなくなるのを修正
...
Fix #7191
2023-01-10 20:21:39 +09:00
syuilo
c5cfbd99d0
perf(server): improve nodeinfo performance
...
Resolve #9505
2023-01-10 20:08:55 +09:00
syuilo
33b22a323c
perf(server): improve stats api performance
2023-01-10 20:06:25 +09:00
syuilo
789d61d175
enhance(server): アンケート選択肢の文字数制限を緩和
...
Resolve #9511
2023-01-10 16:41:38 +09:00
syuilo
d06f61f23f
feat(client): add instance info widget
2023-01-09 20:35:36 +09:00
syuilo
c179d6f735
feat(client): add profile widget
...
Resolve #7722
2023-01-09 20:23:06 +09:00
syuilo
ed43369797
Update CHANGELOG.md
2023-01-09 16:09:40 +09:00
syuilo
462acc9eee
カスタム絵文字一覧情報をmetaから分離
2023-01-09 15:50:25 +09:00
syuilo
e4144a17a4
fix(server): アンテナタイムライン(ストリーミング)が、フォローしていないユーザーの鍵投稿も拾ってしまう問題を修正
...
Fix #9025
2023-01-09 14:12:42 +09:00
syuilo
3cfd017538
fix(server): 特定のPNG画像のアップロードに失敗する問題を修正
...
Co-Authored-By: haru <64310155+usbharu@users.noreply.github.com>
2023-01-09 14:03:22 +09:00
syuilo
962373cf06
fix(server): 非公開のクリップのURLでOGPレンダリングされる問題を修正
...
Fix #9129
2023-01-09 13:26:42 +09:00
MeiMei
10e526ba56
fix: Escape SQL LIKE ( #9493 )
...
* SQL LIKE escape
* CHANGELOG
2023-01-08 20:32:17 +09:00
syuilo
809400ff23
Update CHANGELOG.md
2023-01-08 18:08:43 +09:00
syuilo
27c2ca5048
feat(client): 🍪 👈
2023-01-08 17:41:09 +09:00
syuilo
25f4ee7030
Update CHANGELOG.md
2023-01-08 14:19:32 +09:00
syuilo
8b1fdb5a3b
enhance(client): add theme
2023-01-08 11:55:37 +09:00
syuilo
49a95c34bf
Update CHANGELOG.md
2023-01-08 11:16:26 +09:00
syuilo
2e2ed1385f
delete pollVote notification
2023-01-08 10:54:45 +09:00
syuilo
155ca39063
update aiscript
2023-01-07 17:18:30 +09:00
syuilo
bab6f75260
Update CHANGELOG.md
2023-01-07 14:24:33 +09:00
syuilo
dc5b4a0402
enhance(client): show fireworks when visit user who today is birthday
...
Resolve #9476
2023-01-06 13:25:49 +09:00
syuilo
6adc0521d8
Update CHANGELOG.md
2023-01-06 12:26:18 +09:00
syuilo
9ac86dacbb
Update CHANGELOG.md
2023-01-06 12:13:34 +09:00