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
syuilo
88f0c10d09
Update CHANGELOG.md
2023-01-06 11:20:09 +09:00
syuilo
1cae688ccb
update aiscript
2023-01-05 16:57:49 +09:00
syuilo
df291b00d8
Update CHANGELOG.md
2023-01-05 14:08:21 +09:00
syuilo
ebe340d510
MisskeyPlay ( #9467 )
...
* wip
* wip
* wip
* wip
* wip
* Update ui.ts
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* wip
* 🎨
* wip
* ✌️
2023-01-05 13:59:48 +09:00
syuilo
5d904b05dd
Update CHANGELOG.md
2023-01-05 03:29:50 +09:00
syuilo
9bec87d9a5
Update CHANGELOG.md
2023-01-04 17:54:47 +09:00
syuilo
4903af9598
Update CHANGELOG.md
2023-01-03 17:00:15 +09:00
syuilo
e44f83fb9c
update AiScript to 0.12.0
2023-01-03 15:51:49 +09:00
syuilo
06a3767409
Update CHANGELOG.md
2023-01-03 09:38:18 +09:00
syuilo
6e0c39b1d7
fix(client): fix wrong link in tutorial
...
Fix #9456
2023-01-02 13:19:32 +09:00
syuilo
969e9df889
feat: add per user pv chart
2023-01-01 17:45:49 +09:00
syuilo
e414737179
feat: make possible to export favorited notes
...
#9331
2023-01-01 16:53:10 +09:00
syuilo
6f648fc058
clean up
2022-12-31 08:51:35 +09:00
syuilo
b2d6561bc6
enhance(server): clean emoji response
2022-12-31 08:43:13 +09:00
syuilo
5739427c7b
Update CHANGELOG.md
2022-12-29 07:55:20 +09:00
syuilo
f6b1f91cfa
fix(client): チャートのツールチップが画面に残ることがあるのを修正
...
Fix #9290
2022-12-28 13:15:31 +09:00
syuilo
55f923c674
Update CHANGELOG.md
2022-12-28 12:33:18 +09:00
syuilo
3233335abb
Update CHANGELOG.md
2022-12-28 12:32:16 +09:00
syuilo
3f8558b242
Update CHANGELOG.md
2022-12-28 09:33:52 +09:00
syuilo
f83cccd7a6
Update CHANGELOG.md
2022-12-27 14:57:46 +09:00
syuilo
688ec8e847
Update CHANGELOG.md
2022-12-27 14:26:32 +09:00
syuilo
9ea6bced83
Update CHANGELOG.md
2022-12-27 13:08:05 +09:00
Sam Smucny
5ebcdb4f31
enhance(client): Add link to copy RSS feed in user profile menu ( #9419 )
...
* add link to RSS feed
* update changelog and locale file
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-12-27 12:14:42 +09:00
syuilo
d106fb39ab
feat: introduce fluent emoji
2022-12-26 16:04:56 +09:00
syuilo
6acc10b4ba
feat(client): add user list widget
2022-12-26 10:29:47 +09:00
syuilo
c801434d11
fix(server): アンテナの作成数上限を追加
2022-12-26 08:50:17 +09:00
syuilo
c95da27019
enhance(client): use container queries if available to improve perf
2022-12-26 08:40:13 +09:00
tamaina
7f4ef18685
update CHANGELOG.md
2022-12-25 08:08:37 +00:00
tamaina
4c8b5abf76
update CHANGELOG.md
2022-12-25 06:54:09 +00:00
syuilo
068ee5a1bf
Update CHANGELOG.md
2022-12-25 15:20:32 +09:00
tamaina
fd52a9966e
Update CHANGELOG.md
2022-12-25 15:14:14 +09:00
syuilo
225dbec8b9
64kb
2022-12-25 14:56:59 +09:00
syuilo
b518c35e00
fix(server): Ap inboxの最大ペイロードサイズを256kbに制限
2022-12-25 14:52:42 +09:00
syuilo
94b1c99c86
fix(server): trim long text of note from ap
...
Fix #9407
2022-12-25 14:28:51 +09:00
syuilo
3e81913b6a
feat: introduce retention-rate aggregation
2022-12-25 09:09:46 +09:00
syuilo
adbeff3a28
Update CHANGELOG.md
2022-12-24 11:59:08 +09:00
syuilo
052e667f03
enhance(client): enhance dashboard of control panel
2022-12-23 15:21:55 +09:00
syuilo
f88c5e3bbd
Update CHANGELOG.md
2022-12-22 17:03:19 +09:00
syuilo
a9a245b461
enhance(server): delete outdated notes of antenna regularly to improve db performance
2022-12-22 08:32:01 +09:00
syuilo
ad4d8b07d3
enhance(server): delete outdated hard-mutes regularly to improve db performance
2022-12-22 08:29:18 +09:00
syuilo
1fd9ba8dcb
enhance(server): delete outdated notifications regularly to improve db performance
2022-12-22 08:17:13 +09:00
syuilo
bb6b97152f
Update CHANGELOG.md
2022-12-21 10:24:14 +09:00
syuilo
76ef3e1607
Update CHANGELOG.md
2022-12-20 18:22:31 +09:00
syuilo
d750f506b9
Update CHANGELOG.md
2022-12-20 14:46:49 +09:00
syuilo
62bc64fea2
Update CHANGELOG.md
2022-12-20 14:17:45 +09:00
syuilo
43cc62fd90
Update CHANGELOG.md
2022-12-19 09:55:26 +09:00
syuilo
f3e869ddae
feat(client): add new gabber kick sounds
2022-12-06 12:34:39 +09:00
syuilo
b4be9d270c
perf(server): improve syslog performance
2022-12-06 09:38:55 +09:00
syuilo
2db9f6efe7
Update CHANGELOG.md
2022-12-03 18:44:13 +09:00
Derek
66513b9893
fix(server): "forkbomb" DOS mitigation ( #9247 )
...
* Add recursion limit to resolver
* Use shared resolver in featured and question
* Changelog
* Changelog fix
* Update CHANGELOG.md
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add host to recursion limit error message
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-12-03 06:13:36 +09:00
tamaina
b0b04b6f24
Update CHANGELOG.md
...
Fix about yarn berry
2022-11-30 14:50:36 +09:00
Kainoa Kanter
bdbc448d13
refactor: migrate to Yarn Berry (v3.2.1) ( #8764 )
...
* Yarn berry
* Add `.yarn` to dockerignore
* Mention in CHANGELOG
* Update Dockerfile
* Proper upgrade to yarn
* use `"packageManager"`
* Replace `install-packages.js` with workspaces
* Replace `install-packages.js` with workspaces
* Typo
* `corepack enable` for linting
* Remove `packages/*/yarn.lock`
* Improve lint workflow
* Update .github/workflows/lint.yml
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update .github/workflows/lint.yml
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add `eslint`
* Regenerate yarn.lock
* 🙏
* Update lint.yml
🤔
* Fix workflow!
* yarn lint my beloved
* corepack enable for mocha/e2e
* Update CHANGELOG.md
* fix the code that depends on node_modules
* tbh
* tbh
* More yarn workspaces stuff
* 🍀
* Change `browser-image-resizer`
* :finnadie:
* :goberserk:
* :godmode:
* Remove yarnrc for workspaces
* 🙏
* Add proper packages for eslint
* Skip extra install
* New steps for test.yml too
* uhh
* Update .dockerignore
* Update lint.yml
* Update test.yml
* Make client/backend lints seperate workflows
* package.json names
* pnpm = dont change paths
* Fix changelog
* :bowtie:
* I don't know why github workflows hates me...
* test
* ?????
* continue-on-error: true
* Fix yarn.lock
Co-authored-by: ishowta <ishowta@gmail.com>
* add @rollup/pluginutils
* add packageExtensions for chartjs_date-fns
Co-authored-by: acid-chicken <root@acid-chicken.com>
* npm run => yarn
* wip
* yarn node => node
依存関係の記載不足の解消がかなり多いため、yarn nodeは使わない
* fix
* fix http-signature
* fix
* fix
* add packageExtensions
* ✌️
* remove `yarn set version berry`
* yarn install --immutable
Co-authored-by: ishowta <ishowta@gmail.com>
* https://github.com/misskey-dev/misskey/pull/8764#discussion_r885749892
* enable actions/setup-node's global cache
* Update .gitignore
Co-authored-by: iwata <ishowta@gmail.com>
* revival gulp build
66ab7591bf (r885899944)
* fix lockfile
* Update packages/backend/package.json
Co-authored-by: iwata <ishowta@gmail.com>
* remove packagemanager
* `yarn run gulp` in `build` instead of just `gulp`
* Update CHANGELOG.md
* update lockfile
* Add .yarn/cache to gitignore for packages
* ?
* move resolutions
* ✌️
* update lockfie
* update-lockfile
* update yarn.lock
* fix build
* fix
* fix
* fix: add @tensorflow/tfjs
* ダメ
* modify lockfile
* use yarnrc
* update yarnlock
* add jest-mock
* update-lockfile
* update lockfile
* update lockfile
* move jest-mock, update lockfile
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: ishowta <ishowta@gmail.com>
2022-11-24 15:39:00 +09:00
kabo2468
456705a3d5
fix: 引用内の文章をnyaizeをしないように ( #9141 )
...
* fix nyaize in quote
* Update CHANGELOG.md
* for ofのほうが早いらしい
* Update NoteEntityService.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-11-17 09:34:23 +09:00
syuilo
1751bfea5f
update node to v18
2022-11-13 11:23:14 +09:00
syuilo
1f3b1e7074
fix(client): インスタンスティッカーのfaviconを読み込む際に偽サイト警告が出ることがあるのを修正
2022-11-12 09:39:11 +09:00
squidicuz
2492f4e81e
fix for pinned users. update changelog ( #9159 )
2022-11-11 11:22:31 +09:00
syuilo
118dedb441
Update CHANGELOG.md
2022-09-28 10:13:05 +09:00
syuilo
606d7dbc22
12.119.0
2022-09-10 19:26:17 +09:00
syuilo
406d088421
Update CHANGELOG.md
2022-09-10 19:14:14 +09:00
syuilo
1b014bc3e5
fix(server): 他人の通知を既読にできる可能性があるのを修正
2022-09-06 20:54:49 +09:00
nvisser
8a09de6b28
Add following badge to user preview popup ( #9048 )
2022-08-13 14:26:51 +09:00
syuilo
55220a31e8
12.118.1
2022-08-08 11:38:45 +09:00
syuilo
cabbe8c308
fix(client): cannot show some setting pages
...
Fix #9043
2022-08-07 11:16:22 +09:00
syuilo
395e18e584
12.118.0
2022-08-07 00:39:01 +09:00
syuilo
bdaa35d11f
feat(client): improve widget
2022-08-04 22:20:00 +09:00
tamaina
14c2f9e47e
feature: Client Preferences Registry ( #8511 )
...
* Fix settings page
* nanka iroiro
* clean up
* clean up
* feature: Client Preferences Registry on the account
* add changelog
* インデックスに戻ってもタイトルが残ってしまうのを修正
* fix createdAt -> updatedAt
* remove console.log
* 適用→このデバイスに適用
* add wallpaper
* ローカルのjsonファイルを保存・読み込みできるように
* clean up
* use apiWithDialog
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* fix lint
* ✌️
* change router
* nanka iroiro
* tweak
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
2022-07-31 21:55:20 +09:00
hayabusa
36f083c189
一部のアプリからファイルを投稿フォームへドロップできない場合がある問題を修正 ( #9035 )
...
* dropEffectとeffectAllowedの関連付けを修正
* Update Changelog
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-07-25 21:16:11 +09:00
syuilo
43ee600fb3
Update CHANGELOG.md
2022-07-22 15:42:12 +09:00
syuilo
9ed6a9701a
fix(client): MiAuth page is broken
...
Fix #9026
2022-07-22 00:17:52 +09:00
syuilo
4761ff7444
Add vi-VN language support
...
Resolve #8975
2022-07-20 23:12:18 +09:00
syuilo
17afbc3c46
enhance(client): suspense
...
Fix #8817
2022-07-19 21:36:33 +09:00
syuilo
b495f6cfff
12.117.1
2022-07-19 17:22:24 +09:00
syuilo
4769cd420b
fix(client): 「インスタンスからのお知らせを受け取る」の設定を変更できない問題を修正
...
Fix #8474
2022-07-19 17:21:03 +09:00
syuilo
5b8d960b9f
fix(client): tweak mfm-cheat-sheet
2022-07-19 17:13:24 +09:00
syuilo
7dd381bb5c
Update CHANGELOG.md
2022-07-19 17:10:21 +09:00
syuilo
6fc42629c8
Update CHANGELOG.md
2022-07-19 13:23:36 +09:00
syuilo
036017a6af
12.117.0
2022-07-18 05:06:50 +09:00
syuilo
49499f3d7d
enhance(client): tweak ui
2022-07-18 05:03:39 +09:00
syuilo
e9a97b4717
enhance(client): ウィンドウを最大化できるように
2022-07-18 00:31:55 +09:00
syuilo
3b69a563f8
12.116.1
2022-07-17 05:35:28 +09:00
syuilo
77d4d6e377
fix(client): デッキUI時に ページで表示 ボタンが機能しない問題を修正
...
Fix #9010
2022-07-17 05:12:22 +09:00
syuilo
a974ab00d7
12.116.0
2022-07-16 23:53:15 +09:00
syuilo
003f592ef6
feat(client): registry editor
2022-07-16 23:11:05 +09:00
syuilo
ab3bc4a982
12.115.0
2022-07-16 18:21:29 +09:00
syuilo
7d63118941
12.114.0
2022-07-15 22:44:53 +09:00
syuilo
6f45208ab6
enhance(client): RSSティッカーで表示順序をシャッフルできるように
2022-07-15 17:12:08 +09:00
syuilo
7b7fe019c0
Update CHANGELOG.md
2022-07-14 23:24:10 +09:00
syuilo
e365139961
12.113.0
2022-07-13 21:59:39 +09:00
syuilo
ad970dffda
fix(client): fix url encoded string handling of nirax
...
Fix #8878
2022-07-13 18:11:54 +09:00
syuilo
4550a4459b
feat: support <plain> syntax for mfm
2022-07-12 12:03:38 +09:00
MeiMei
660781afd9
Fix crash at startup if TensorFlow is not supported ( #8984 )
...
* Lazy loading tensorflow
* CHANGELOG
* CHANGELOG
* Check CPU flags
* .
2022-07-12 10:38:57 +09:00
syuilo
111d4d0149
12.112.3
2022-07-09 18:32:45 +09:00
MeiMei
53e54c22fa
Fix Attempts to update all notifications ( #8974 )
...
* Fix massive update notification parameters
* CHANGELOG
* CHANGELOG
2022-07-09 18:18:39 +09:00
syuilo
75d516011b
enhance: make active email validation configurable
2022-07-09 15:05:55 +09:00
syuilo
4ac75243e5
12.112.2
2022-07-08 17:34:44 +09:00
MeiMei
417e75b470
DockerでAlpineではなくDebianを使用するように ( #8966 )
...
* Debian
* CHANGELOG
* Update CHANGELOG
2022-07-08 17:17:21 +09:00
syuilo
481783606f
Update CHANGELOG.md
2022-07-08 11:27:49 +09:00
syuilo
3b71f985a5
Update CHANGELOG.md
2022-07-08 11:24:12 +09:00
syuilo
9a58b4160b
Update CHANGELOG.md
2022-07-08 11:21:14 +09:00
syuilo
4bff55231f
12.112.1
2022-07-07 21:22:43 +09:00
syuilo
0890253b4c
12.112.0
2022-07-07 21:21:36 +09:00
Johann150
a1b8587ab2
enhance: show recipients of notes with specified visibility ( #8949 )
...
* enhance: reusable visibility component
* rename renote tooltip component
The tooltip that is used for renotes can be used in other cases as well.
* add tooltip for specified recipients
* add changelog entry
* Update visibility.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-07-07 21:17:47 +09:00
syuilo
e560601815
feat: auto nsfw detection ( #8840 )
...
* feat: auto nsfw detection
* ✌️
* Update ja-JP.yml
* Update ja-JP.yml
* ポルノ判定のしきい値を高めに
* エラーハンドリングちゃんとした
* Update ja-JP.yml
* 感度設定を強化
* refactor
* feat: add video support for auto nsfw detection
* rename: image -> media
* .js
* fix: add missing error handling
* fix: use valid pathname instead of using filename due to invalid usage
* perf(nsfw-detection): decode frames
* disable detection of video for some reasons
* perf(nsfw-detection): streamify detection process for video
* disable disallowUploadWhenPredictedAsPorn option
* fix(nsfw-detection): improve reliability
* fix(nsfw-detection): use Math.ceil instead of Math.round
* perf(nsfw-detection): delete tmp frames after used
* fix(nsfw-detection): FSWatcher does not emit ready event
* perf(nsfw-detection): skip black frames
* refactor: strip exists check
* Update package.json
* めっちゃ変えた
* lint
* Update COPYING
* オプションで動画解析できるように
* Update yarn.lock
* Update CHANGELOG.md
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-07-07 21:06:37 +09:00
syuilo
f4fcb912e3
enhance(client): make widgets available on tablet again
2022-07-07 17:29:30 +09:00
syuilo
14e32557d2
Update CHANGELOG.md
2022-07-06 08:42:04 +09:00
syuilo
7dd9f93efb
feat(client): メニューからページをリロードできるように
2022-07-05 19:29:44 +09:00
tamaina
452f2a07ac
update CHANGELOG.md
2022-07-04 15:26:18 +00:00
Johann150
b438a1935d
update changelog
2022-07-03 21:41:10 +02:00
syuilo
ee0d3c6742
Update CHANGELOG.md
2022-07-03 20:32:21 +09:00
syuilo
57c6db6952
chore(client): rename marquee -> ticker
2022-07-03 16:50:51 +09:00
syuilo
dd426735a0
feat: moderation note
2022-07-03 00:15:03 +09:00
syuilo
01d5a97a4f
feat(client): poll highlights in explore page
2022-07-01 23:42:03 +09:00
syuilo
afe0d9a266
enhance(client): ハイライトをみつけるに統合
2022-07-01 23:33:47 +09:00
syuilo
e3bf53ea84
update deps
2022-07-01 00:21:25 +09:00
syuilo
6ba888f476
feat(client): add rss-marquee widget
2022-06-30 23:45:11 +09:00
syuilo
99dcd7bb27
feat(client): add instance-cloud widget
2022-06-29 23:28:52 +09:00
syuilo
329f055a97
feat: make possible to delete an account by admin
...
Resolve #8830
2022-06-27 23:49:16 +09:00
syuilo
58e83f8e4f
feat: allow GET for some endpoints
...
Resolve #8263
2022-06-25 18:26:31 +09:00
syuilo
696e8add00
feat: 管理者が特定ユーザーのアップロードしたファイル一覧を見れるように
2022-06-24 21:43:28 +09:00
MeiMei
6f8e3fe366
enhance: Redisをioredisに統一してIPv6サポート ( #8869 )
...
* Use ioredis, Supports IPv6 host
https://github.com/misskey-dev/misskey/issues/8862
* Fix import
* order
* a
* i
* fix
* flushdb
* family
* CHANGELOG
* redis_version
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-06-24 19:22:19 +09:00
Johann150
e0c6688709
update changelog
2022-06-21 15:56:47 +02:00
syuilo
2d181ba5af
enhance(client): show warning in control panel when there is an unresolved abuse report
2022-06-21 19:48:28 +09:00
syuilo
4efee455b1
fix(server): faviconUrl of federated instance is missing
2022-06-21 14:28:43 +09:00
tamaina
b70473ed60
feat: Add Badge Image to Push Notification ( #8012 )
...
* fix
* nanka iroiro
* wip
* wip
* fix lint
* fix loginId
* fix
* refactor
* refactor
* remove follow action
* clean up
* Revert "remove follow action"
This reverts commit defbb41648
.
* Revert "clean up"
This reverts commit f94919cb9c
.
* remove fetch specification
* renoteの条件追加
* apiFetch => cli
* bypass fetch?
* fix
* refactor: use path alias
* temp: add submodule
* remove submodule
* enhane: unison-reloadに指定したパスに移動できるように
* null
* null
* feat: ログインするアカウントのIDをクエリ文字列で指定する機能
* null
* await?
* rename
* rename
* Update read.ts
* merge
* get-note-summary
* fix
* swパッケージに
* add missing packages
* fix getNoteSummary
* add webpack-cli
* ✌️
* remove plugins
* sw-inject分離したがテストしてない
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix
* ✌️
* clean up config
* typesを戻した
* backend/src/web/index.ts
* notification-badges
* add scripts
* change create-notification.ts
* Update packages/client/src/components/notification.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* disconnect
* oops
* Failed to load the script unexpectedly回避
sw.jsとlib.tsを分離してみた
* truncate notification
* Update packages/client/src/ui/_common_/common.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* clean up
* clean up
* refactor
* キャッシュ対策
* Truncate push notification message
* fix
* クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
* components/drive-file-thumbnail.vue
* components/drive-select-dialog.vue
* components/drive-window.vue
* merge
* fix
* Service Workerのビルドにesbuildを使うようにする
* return createEmptyNotification()
* fix
* fix
* i18n.ts
* update
* ✌️
* remove ts-loader
* fix
* fix
* enhance: Service Workerを常に登録するように
* pollEnded
* pollEnded
* URLをsw.jsに戻す
* clean up
* fix lint
* changelog
* alpha-test
* also with twemoji
* add isMimeImage function
* catch
* Colour => Color
* char2file => char2filePath
* Update autocomplete.vue
* remove clone?
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-06-20 00:33:46 +09:00
MeiMei
6422cde5f2
enhance: Improve player detection in URL preview ( #8849 )
...
* enhance: Improve player detection in URL preview
* CHANGELOG
2022-06-18 16:02:31 +09:00
syuilo
4a55425fdb
enhance(client): improve files page of control panel
2022-06-16 16:05:43 +09:00
syuilo
fdba255b9a
Update CHANGELOG.md
2022-06-14 23:05:11 +09:00
MeiMei
1d8ec102f1
fix: GenerateVideoThumbnail ( #8825 )
...
* fix: GenerateVideoThumbnail
* CHANGELOG
* fix cleanup
* Revert "fix cleanup"
This reverts commit d54cf8262a
.
2022-06-14 23:02:14 +09:00
syuilo
c9296cf095
12.111.1
2022-06-13 00:26:31 +09:00
syuilo
d4484b13d5
Update CHANGELOG.md
2022-06-12 19:54:49 +09:00
syuilo
a8e7b1a303
fix(client): デッキでウィジェットの情報が保存されない問題を修正
...
Fix #8818
2022-06-12 19:50:43 +09:00
syuilo
3a987b0006
12.111.0
2022-06-11 19:30:07 +09:00
syuilo
43967daea5
Update CHANGELOG.md
2022-06-11 19:28:12 +09:00
syuilo
ecb3c43520
feat: image cropping ( #8808 )
...
* wip
* wip
* wip
2022-06-11 15:45:44 +09:00
syuilo
527f044062
Update CHANGELOG.md
2022-06-09 23:47:26 +09:00
syuilo
89419c05b2
use node 16
2022-06-04 17:26:56 +09:00
syuilo
7aae9987d5
Update CHANGELOG.md
2022-06-04 16:04:59 +09:00
syuilo
bb3c6785c9
Update CHANGELOG.md
2022-06-04 15:47:10 +09:00
MeiMei
95a3565d1c
Fix `Cannot find module` issue ( #8770 )
...
* Add --force to yarn in the installation script
* CHAGELOG
2022-05-31 17:55:07 +09:00
MeiMei
c05723ca6a
Fix IP address rate limit ( #8758 )
...
* Fix IP address rate limit
* CHANGELOG
* Tune getIpHash
2022-05-31 17:44:22 +09:00
Kainoa Kanter
1c057818c6
Remove require captcha from signin from CHANGELOG ( #8748 )
2022-05-28 05:49:34 +02:00
Johann150
161659de5c
enhance: replace signin CAPTCHA with rate limit ( #8740 )
...
* enhance: rate limit works without signed in user
* fix: make limit key required for limiter
As before the fallback limiter key will be set from the endpoint name.
* enhance: use limiter for signin
* Revert "CAPTCHA求めるのは2fa認証が無効になっているときだけにした"
This reverts commit 02a43a310f
.
* Revert "feat: make captcha required when signin to improve security"
This reverts commit b21b058005
.
* fix undefined reference
* fix: better error message
* enhance: only handle prefix of IPv6
2022-05-28 12:06:47 +09:00
MeiMei
6b44fe165b
Supports Unicode Emoji 14.0 ( #8699 )
...
* Unicode 14.0 Emoji
* mfm-js@0.22.0
* CHANGELOG
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-05-25 16:35:30 +09:00
Johann150
aaf5bb62ab
enhance: uniform theme color ( #8702 )
...
* enhance: make theme color format uniform
All newly fetched instance theme colors will be uniformely formatted
as hashtag followed by 6 hexadecimal digits.
Colors are checked for validity and invalid colors are not handled.
* better input validation for own theme color
* migration to unify theme color formats
Fixes theme colors of other instances as well as the local instance.
* add changelog entry
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-05-19 09:54:45 +02:00
MeiMei
55a578a8df
fix: Unable to generate video thumbnails ( #8696 )
...
* fix: Unable to generate video thumbnails
* CHANGELOG
2022-05-19 16:19:23 +09:00
MeiMei
b6794b614b
enhance: Perform port diagnosis at startup only when Listen fails ( #8698 )
...
* Change port check
* Comment: disableClustering
* CHANGELOG
* Smart message
2022-05-19 11:49:07 +09:00
Johann150
39bd71e064
chore: update changelog
2022-05-15 12:02:44 +02:00
MeiMei
60391ff37e
fix: Add rel attribute to host-meta ( #8583 )
...
* Add rel attribute to host-meta
* CHANGELOG
2022-05-01 19:14:14 +09:00
tamaina
b00bf5740a
modify CHANGELOG.md
2022-05-01 06:59:43 +00:00
tamaina
766559c6e9
feat: Improve Push Notification ( #7667 )
...
* clean up
* ev => data
* refactor
* clean up
* add type
* antenna
* channel
* fix
* add Packed type
* add PackedRef
* fix lint
* add emoji schema
* add reversiGame
* add reversiMatching
* remove signin schema (use Signin entity)
* add schemas refs, fix Packed type
* wip PackedHoge => Packed<'Hoge'>
* add Packed type
* note-reaction
* user
* user-group
* user-list
* note
* app, messaging-message
* notification
* drive-file
* drive-folder
* following
* muting
* blocking
* hashtag
* page
* app (with modifying schema)
* import user?
* channel
* antenna
* clip
* gallery-post
* emoji
* Packed
* reversi-matching
* update stream.ts
* https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339
* fix lint
* clean up?
* add app
* fix
* nanka iroiro
* wip
* wip
* fix lint
* fix loginId
* fix
* refactor
* refactor
* remove follow action
* clean up
* Revert "remove follow action"
This reverts commit defbb41648
.
* Revert "clean up"
This reverts commit f94919cb9c
.
* remove fetch specification
* renoteの条件追加
* apiFetch => cli
* bypass fetch?
* fix
* refactor: use path alias
* temp: add submodule
* remove submodule
* enhane: unison-reloadに指定したパスに移動できるように
* null
* null
* feat: ログインするアカウントのIDをクエリ文字列で指定する機能
* null
* await?
* rename
* rename
* Update read.ts
* merge
* get-note-summary
* fix
* swパッケージに
* add missing packages
* fix getNoteSummary
* add webpack-cli
* ✌️
* remove plugins
* sw-inject分離したがテストしてない
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix
* ✌️
* clean up config
* typesを戻した
* Update packages/client/src/components/notification.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* disconnect
* oops
* Failed to load the script unexpectedly回避
sw.jsとlib.tsを分離してみた
* truncate notification
* Update packages/client/src/ui/_common_/common.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* clean up
* clean up
* キャッシュ対策
* Truncate push notification message
* クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
* components/drive-file-thumbnail.vue
* components/drive-select-dialog.vue
* components/drive-window.vue
* merge
* fix
* Service Workerのビルドにesbuildを使うようにする
* return createEmptyNotification()
* fix
* i18n.ts
* update
* ✌️
* remove ts-loader
* fix
* fix
* enhance: Service Workerを常に登録するように
* pollEnded
* URLをsw.jsに戻す
* clean up
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-04-30 21:52:07 +09:00
Johann150
9fe0452016
update changelog
...
add user facing changes to changelog
2022-04-28 08:51:47 +02:00
syuilo
f23d5a75f4
Squashed commit of the following:
...
commit 3658f19d98
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Apr 23 19:54:09 2022 +0900
12.110.1
commit e213c2e844
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Apr 16 13:31:12 2022 +0900
remove unused locale
commit dd86397e85
Author: xianon <xianon@hotmail.co.jp>
Date: Tue Apr 19 22:59:39 2022 +0900
fix: アンテナ、クリップ、リストの表示を速くする (#8518 )
* アンテナノートを取得するクエリがタイムアウトしないように速くする
* テーブル名を直接指定しないようにする
* クリップの取得を速くする
* リストの取得を速くする
commit 6d33b366f8
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sun Apr 17 21:18:18 2022 +0900
fix ogp rendering and refactor
commit 33c22b5f3e
Merge: 090f8eff6
16c7ef41f
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon Apr 11 23:13:18 2022 +0900
Merge branch 'develop'
commit 090f8eff67
Merge: 5abe05d57
395fe7eb4
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sun Apr 3 14:01:19 2022 +0900
Merge branch 'develop'
commit 5abe05d572
Merge: 2375359d1
7722fc4d3
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Apr 2 16:56:35 2022 +0900
Merge branch 'develop'
commit 2375359d12
Merge: 2cd2d6522
68d462b30
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Apr 2 15:34:03 2022 +0900
Merge branch 'develop'
commit 2cd2d6522e
Merge: 6fc35868f
b81b66912
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Mar 12 19:35:17 2022 +0900
Merge branch 'develop'
commit 6fc35868ff
Merge: 6e7e11e06
6cd3ff584
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Mar 9 23:04:16 2022 +0900
Merge branch 'develop'
commit 6e7e11e061
Merge: 0589171ce
8d568d533
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Feb 12 17:36:42 2022 +0900
Merge branch 'develop'
commit 0589171ceb
Merge: eef8f63dc
3cf9c3097
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Feb 11 22:17:17 2022 +0900
Merge branch 'develop'
commit eef8f63dc6
Merge: 32500faf6
de6e3d64b
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Feb 11 21:40:15 2022 +0900
Merge branch 'develop'
commit 32500faf6d
Merge: 1ce8da66c
fd5a30482
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Feb 11 19:47:41 2022 +0900
Merge branch 'develop'
commit 1ce8da66c2
Merge: 08da5e9e0
c07e4c347
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Feb 11 17:58:04 2022 +0900
Merge branch 'develop'
commit 08da5e9e0d
Merge: 5f985ee83
25cac3307
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Feb 9 21:44:39 2022 +0900
Merge branch 'develop'
commit 5f985ee832
Merge: 1fd6c9753
419072059
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Feb 9 14:50:38 2022 +0900
Merge branch 'develop'
commit 1fd6c97532
Merge: 9c2f5ee04
74cef67e9
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Feb 2 01:33:18 2022 +0900
Merge branch 'develop'
commit 9c2f5ee041
Merge: 97885d3de
c6a15024f
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Feb 2 00:40:00 2022 +0900
Merge branch 'develop'
commit 97885d3def
Merge: 5f5f68cdc
990fef599
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Thu Jan 27 18:00:32 2022 +0900
Merge branch 'develop'
commit 5f5f68cdcd
Merge: af6d52e4c
40b7230bd
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Thu Jan 27 00:17:13 2022 +0900
Merge branch 'develop'
commit af6d52e4c8
Merge: 621fc5a71
99eb919f4
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Dec 29 17:25:24 2021 +0900
Merge branch 'develop'
commit 621fc5a715
Merge: 1b956af85
b14e347da
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Dec 29 13:42:15 2021 +0900
Merge branch 'develop'
commit 1b956af855
Merge: 80c88e13f
a3dceee7c
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Dec 18 20:59:16 2021 +0900
Merge branch 'develop'
commit 80c88e13ff
Merge: ad9e6a4ec
35cd9e621
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Dec 17 19:43:00 2021 +0900
Merge branch 'develop'
commit ad9e6a4ec5
Merge: 504f18244
ac8243501
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Dec 17 16:18:29 2021 +0900
Merge branch 'develop'
commit 504f182448
Merge: fd5999378
cf5fe2d10
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue Dec 14 23:28:29 2021 +0900
Merge branch 'develop'
commit fd5999378b
Merge: 8451436cb
1894df882
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue Dec 14 23:13:41 2021 +0900
Merge branch 'develop'
commit 8451436cb8
Merge: 37628953c
6319dd1bf
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue Dec 14 23:03:56 2021 +0900
Merge branch 'develop'
commit 37628953c5
Merge: 83a77f106
13288e1ed
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue Dec 14 22:38:31 2021 +0900
Merge branch 'develop'
commit 83a77f1064
Merge: 99640a35a
75c087b79
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Dec 3 22:30:10 2021 +0900
Merge branch 'develop'
commit 99640a35a3
Merge: 88cdbc2ad
24681bbe1
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Nov 19 20:41:40 2021 +0900
Merge branch 'develop'
commit 88cdbc2ad6
Merge: db10103d8
a0c6ae2cb
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Nov 19 20:39:59 2021 +0900
Merge branch 'develop'
commit db10103d8e
Merge: 2795fe457
7f5299cf4
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Nov 13 17:08:15 2021 +0900
Merge branch 'develop'
commit 2795fe4579
Merge: 54631026d
4ab773eb9
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Nov 13 12:23:49 2021 +0900
Merge branch 'develop'
commit 54631026de
Merge: 80783199a
944250f7f
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sun Oct 31 20:21:50 2021 +0900
Merge branch 'develop'
commit 80783199a9
Merge: 6d557269c
f418eaecf
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon Oct 25 03:57:09 2021 +0900
Merge branch 'develop'
commit 6d557269c1
Merge: 26b268588
a905188e9
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon Oct 25 02:34:58 2021 +0900
Merge branch 'develop'
commit 26b268588f
Merge: a1af83c0a
781b57585
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Oct 23 11:36:50 2021 +0900
Merge branch 'develop'
commit a1af83c0ab
Merge: d0d5068f7
4168addbb
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Oct 23 02:46:44 2021 +0900
Merge branch 'develop'
commit d0d5068f72
Merge: 8a1f3a4c0
d70b8275b
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Oct 23 01:08:45 2021 +0900
Merge branch 'develop'
commit 8a1f3a4c0b
Merge: 338793d89
8b646822f
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Oct 16 19:55:44 2021 +0900
Merge branch 'develop'
commit 338793d891
Merge: c82ce9233
78ac41a61
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Sep 22 22:53:41 2021 +0900
Merge branch 'develop'
commit c82ce9233b
Merge: 4b48ba4e8
cc7562097
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sun Sep 5 16:26:34 2021 +0900
Merge branch 'develop'
commit 4b48ba4e8c
Merge: 7115bd46f
bf7baccea
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Sep 4 20:38:20 2021 +0900
Merge branch 'develop'
commit 7115bd46ff
Merge: e967d9ded
f84483896
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue Aug 24 14:40:22 2021 +0900
Merge branch 'develop'
commit e967d9ded3
Merge: f00ceedae
c3b55b684
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue Aug 24 13:20:30 2021 +0900
Merge branch 'develop'
commit f00ceedae4
Merge: df67836c1
7387e010c
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Aug 21 17:59:29 2021 +0900
Merge branch 'develop'
commit df67836c1a
Merge: 9fd0e9085
6a3a8ba4d
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue Aug 17 22:01:46 2021 +0900
Merge branch 'develop'
commit 9fd0e90850
Merge: 42c4ea38c
ab01cf188
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Thu Aug 12 12:48:58 2021 +0900
Merge branch 'develop'
commit 42c4ea38cc
Merge: df5396830
c0ba71c36
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Aug 11 22:36:59 2021 +0900
Merge branch 'develop'
commit df53968306
Merge: df530bb66
19f753c15
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon Aug 9 21:47:52 2021 +0900
Merge branch 'develop'
commit df530bb66d
Merge: c52e30e8e
fa49427df
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon Aug 9 21:47:23 2021 +0900
Merge branch 'develop'
commit c52e30e8e0
Merge: 5e6e1e237
0cb04ded3
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sun Aug 8 23:25:21 2021 +0900
Merge branch 'develop'
commit 5e6e1e237a
Merge: 943a1940e
41fe364b4
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon Jul 26 11:15:42 2021 +0900
Merge branch 'develop'
commit 943a1940e2
Merge: 12913a16f
15d166e30
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Jul 23 22:43:47 2021 +0900
Merge branch 'develop'
commit 12913a16fd
Merge: acb924420
e23ad7833
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Jul 23 21:37:09 2021 +0900
Merge branch 'develop'
commit acb9244205
Merge: d04014f87
3182606e9
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue Jul 20 12:11:07 2021 +0900
Merge branch 'develop'
commit d04014f875
Merge: 929e54551
e1247b3e4
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Thu Jun 10 14:03:28 2021 +0900
Merge branch 'develop'
commit 929e545514
Merge: 942c80243
3e7a87f75
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon May 31 13:06:40 2021 +0900
Merge branch 'develop'
commit 942c802431
Merge: 70d02cf1b
e6754eb88
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri May 21 17:28:39 2021 +0900
Merge branch 'develop'
commit 70d02cf1be
Merge: f96c60c1a
ef646b957
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri May 21 17:27:47 2021 +0900
Merge branch 'develop'
commit f96c60c1a0
Merge: 8accb78fa
99234632b
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue May 11 14:39:40 2021 +0900
Merge branch 'develop'
commit 8accb78fa9
Merge: 05203e2cf
3d7c3c39f
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed May 5 19:05:50 2021 +0900
Merge branch 'develop'
commit 05203e2cf0
Merge: b6c9ab0c1
80f8c2de7
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed May 5 15:17:53 2021 +0900
Merge branch 'develop'
commit b6c9ab0c15
Merge: cdef5cd1a
1a8f41010
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue May 4 23:12:53 2021 +0900
Merge branch 'develop'
commit cdef5cd1ad
Merge: ea7d4d323
2efae80b9
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Tue May 4 22:53:25 2021 +0900
Merge branch 'develop'
commit ea7d4d323e
Merge: 17fff8c66
18da55bd8
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Apr 28 18:37:48 2021 +0900
Merge branch 'develop'
commit 17fff8c665
Merge: 92977f303
fa9f0d9ff
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon Apr 26 13:00:10 2021 +0900
Merge branch 'develop'
commit 92977f303d
Merge: 8043409d3
0038f3b24
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sun Apr 25 15:20:39 2021 +0900
Merge branch 'develop'
commit 8043409d38
Merge: 37dc1c9a8
6d145bc4c
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Apr 24 23:04:59 2021 +0900
Merge branch 'develop'
commit 37dc1c9a82
Merge: 631091940
3286c93c8
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Apr 23 18:25:44 2021 +0900
Merge branch 'develop'
commit 631091940b
Merge: 938fcb3e5
53d257ef0
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sun Apr 18 23:25:55 2021 +0900
Merge branch 'develop'
commit 938fcb3e5e
Merge: 5e1d17dff
3553f3be4
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sun Apr 18 00:07:33 2021 +0900
Merge branch 'develop'
commit 5e1d17dff2
Merge: 449dc17df
526838c77
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Fri Apr 16 00:21:56 2021 +0900
Merge branch 'develop'
commit 449dc17df8
Merge: 3e1101122
5cb3d86a1
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Apr 14 16:39:53 2021 +0900
Merge branch 'develop'
commit 3e11011229
Merge: 52d577c7d
e5ba47514
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Wed Mar 24 11:34:29 2021 +0900
Merge branch 'develop'
commit 52d577c7dd
Merge: 18693fb38
cf757ed01
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon Mar 22 15:27:08 2021 +0900
Merge branch 'develop'
commit 18693fb380
Merge: f7e9725e5
cf9242053
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sun Mar 7 14:43:00 2021 +0900
Merge branch 'develop'
commit f7e9725e59
Merge: 9a4a534c9
17dc50c24
Author: syuilo <Syuilotan@yahoo.co.jp>
Date: Sat Mar 6 23:23:54 2021 +0900
Merge branch 'develop'
commit 9a4a534c92
Merge: b090ff999
0e89a9f41
Author: syuilo <syuilotan@yahoo.co.jp>
Date: Wed Mar 3 01:04:45 2021 +0900
Merge branch 'develop'
commit b090ff9994
Merge: 3d68a0988
68ace4a31
Author: syuilo <syuilotan@yahoo.co.jp>
Date: Sun Feb 28 13:14:26 2021 +0900
Merge branch 'develop'
commit 3d68a0988b
Merge: d6c8b9b99
3c7a02af1
Author: syuilo <syuilotan@yahoo.co.jp>
Date: Sun Feb 21 13:38:29 2021 +0900
Merge branch 'develop'
commit d6c8b9b994
Merge: 49e6c2ed7
8bd80eb2a
Author: syuilo <syuilotan@yahoo.co.jp>
Date: Fri Feb 19 21:42:47 2021 +0900
Merge branch 'develop'
commit 49e6c2ed75
Merge: e4bcdd7b4
f24c7c81c
Author: syuilo <syuilotan@yahoo.co.jp>
Date: Sun Feb 7 18:23:23 2021 +0900
Merge branch 'develop'
commit e4bcdd7b4d
Merge: 7747ec5b6
bce65e214
Author: syuilo <syuilotan@yahoo.co.jp>
Date: Sat Jan 23 20:06:22 2021 +0900
Merge branch 'develop'
commit 7747ec5b6d
Author: syuilo <syuilotan@yahoo.co.jp>
Date: Sat Jan 23 20:05:44 2021 +0900
Update ja-JP.yml
2022-04-23 19:56:17 +09:00
syuilo
70958a9f77
update node to 18
2022-04-23 12:37:44 +09:00
syuilo
16c7ef41fb
12.110.0
2022-04-11 23:13:09 +09:00
syuilo
08ff4926c7
enhance(client): show loading icon on splash screen
...
Close #8481
2022-04-11 23:11:11 +09:00
syuilo
9c33e6eef7
Update CHANGELOG.md
2022-04-09 19:33:13 +09:00
syuilo
daa0ca72a7
fix(api): parameter validation of users/show was wrong
2022-04-06 00:04:25 +09:00
syuilo
f8e6f3cc73
improve webhook
2022-04-03 22:36:30 +09:00
syuilo
395fe7eb4b
12.109.2
2022-04-03 14:01:12 +09:00
syuilo
ebb687cde4
Update CHANGELOG.md
2022-04-03 13:56:44 +09:00
syuilo
408d54f2eb
fix(api): admin/update-meta was not working
2022-04-03 13:54:22 +09:00
syuilo
61dfa6d598
Update CHANGELOG.md
2022-04-02 21:40:49 +09:00
syuilo
7722fc4d3f
12.109.1
2022-04-02 16:56:24 +09:00
syuilo
6a379b463f
Update CHANGELOG.md
2022-04-02 16:49:54 +09:00
syuilo
68d462b301
12.109.0
2022-04-02 15:33:51 +09:00
syuilo
8e5f2690f2
feat: Webhook ( #8457 )
...
* feat: introduce webhook
* wip
* wip
* wip
* Update CHANGELOG.md
2022-04-02 15:28:49 +09:00
syuilo
99e6ef5996
Update CHANGELOG.md
2022-04-02 15:26:48 +09:00
Johann150
484e023c0c
enhance(doc): required input fields ( #8456 )
...
* remove empty file
If the endpoint is to be implemented later, the file can be added back,
but for now it is confusing to have an empty file.
* enhance(doc): document defaults
Default for `isPublic` is based on the database schema default value.
Defaults for `local` and `withFiles` are based on the behaviour of the endpoint.
* enhance(doc): explain nullable emoji category
* fix: make nullable if default is null
* enhance(doc): explain mute attribute expiresAt
* fix: define required fields
- `notes/create`: the default for `text` has been removed because ajv can not handle
`default` inside of `anyOf`, see
https://ajv.js.org/guide/modifying-data.html#assigning-defaults
and the default value cannot be `null` if text is `nullable: false` in the `anyOf`
first alternative.
- `notes/create`: The `mediaIds` property has been marked as deprecated because it
has the same behaviour as using `fileIds`, but the implementation tries to handlè
`fileIds` first.
- The result schema for `admin/emoji/list` has been altered because the `host`
property will always be `null` as it is filtered this way in the database query.
See packages/backend/src/server/api/endpoints/admin/emoji/list.ts line 67.
* enhance(doc): explain nullable hostname
* update changelog
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-04-02 15:04:36 +09:00
syuilo
7c781179a1
Update CHANGELOG.md
2022-04-02 12:12:10 +09:00
syuilo
39302bf0ea
fix(server): admin/meta is not working
...
Fix #8455
2022-04-01 19:17:19 +09:00
syuilo
31f0d1d874
Update CHANGELOG.md
2022-03-26 18:28:30 +09:00
Kainoa Kanter
f68b646878
Fix: warn about outdated NodeJS fixed ( #8388 )
...
* Fix #8387
* update changelog
Co-authored-by: Johann150 <johann.galle@protonmail.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-03-20 01:34:45 +09:00
syuilo
75191a942f
Update CHANGELOG.md
2022-03-19 19:10:12 +09:00
syuilo
caadc0978a
feat: introduce bull dashboard
2022-03-19 19:08:55 +09:00
syuilo
b81b66912d
12.108.1
2022-03-12 19:35:08 +09:00
syuilo
a2094054a3
Update CHANGELOG.md
2022-03-12 19:27:14 +09:00
syuilo
6cf346b3ea
Update CHANGELOG.md
2022-03-12 15:22:05 +09:00
syuilo
c76d14b881
Update CHANGELOG.md
2022-03-12 13:22:50 +09:00
syuilo
6cd3ff5848
12.108.0
2022-03-09 23:03:52 +09:00
syuilo
4f8495c7ad
feat: use instance icon for splash screen
2022-03-09 23:00:28 +09:00
syuilo
60d87e3a68
Update CHANGELOG.md
2022-03-09 22:33:51 +09:00
syuilo
9b8dc4c417
Update CHANGELOG.md
2022-03-08 23:26:32 +09:00
Johann150
26d90cd030
remove HTTPS handling ( #8380 )
2022-03-08 23:23:18 +09:00
syuilo
ec64b5ea0b
feat: add active to federation chart
2022-03-07 15:10:16 +09:00
syuilo
2442592ef1
feat: アンケート終了通知
...
Resolve #4664
2022-03-06 16:06:27 +09:00
syuilo
8bb586c1fd
Update CHANGELOG.md
2022-03-05 02:01:38 +09:00
syuilo
476dfb0f35
fix(client): register_note_view_interruptor()が動かないのを修正
...
Fix #8318
2022-03-05 01:22:57 +09:00
syuilo
e68278f93e
feat: 時限ミュート
...
#7677
2022-03-04 20:23:53 +09:00
syuilo
2939b760d3
set timeout for db query
...
Resolve #8150
2022-03-04 18:04:39 +09:00
syuilo
072799f674
fix(client): ユーザー名オートコンプリートが正しく動作しない問題を修正
2022-03-02 18:52:49 +09:00
syuilo
ba4ef23d6b
feat: instance default theme
2022-03-01 23:58:01 +09:00
syuilo
8dcdbddbfb
fix: use import assertion
2022-03-01 00:40:53 +09:00
syuilo
a28daf7f44
feat: add pub & sub item for federation chart
2022-02-23 16:17:16 +09:00
syuilo
92f5027c3c
プロフィールの追加情報を最大16まで保存できるように
...
Close #8225
Close #8234
2022-02-20 16:53:06 +09:00
syuilo
6994136fb3
Update CHANGELOG.md
2022-02-20 16:08:09 +09:00
syuilo
a1c7c1fb49
remove max note text length setting
...
Resolve #8323
2022-02-20 16:07:43 +09:00
syuilo
9d7352a9e4
fix(client): リアクションピッカーの高さが低くなったまま戻らないことがあるのを修正
...
Fix #8071
2022-02-13 16:35:53 +09:00
syuilo
8d568d533b
12.107.0
2022-02-12 17:36:34 +09:00
syuilo
2de4978a31
fix(server): stats APIで内部エラーが発生する問題を修正
...
Fix #8308
2022-02-12 17:33:29 +09:00
syuilo
1c6ab5447d
fix(client): 一部環境でサイドバーの投稿ボタンが表示されない問題を修正
2022-02-12 17:28:33 +09:00