かっこかり
3a105024c7
enhance: プロフィール設定「追加情報」の並び替え・削除に対応 ( #10766 )
...
* (enhance) profile fields dnd
* Update CHANGELOG.md
* Fix typo
* fix lint
* fix styles
* fix lint
* (change) style
* (fix) label
* (fix) typo
* (fix) LINT ISSUES
* (change) style
* remove unnecessary style declaration
* (fix) breakpoint
2023-05-06 07:06:12 +09:00
syuilo
e1bc832c0d
Update CHANGELOG.md
2023-05-05 14:19:20 +09:00
nenohi
2d84e04240
ロールにNSFWを強制的につけるオプションを追加 ( #10731 )
...
* ロールにNSFWを強制的につけるオプションを追加
* すでにあるファイルにNSFWが付与できない
* NSFWを付与しようとするとエラーに
* add test
* Update packages/backend/src/core/RoleService.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* spacingで怒られたので
* ロール作成時のプロパティ削除
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-05-05 14:18:06 +09:00
syuilo
b45bc3fd5d
feat(frontend): in channel search
2023-05-05 10:05:33 +09:00
syuilo
5c08f2b93b
feat: Introduce Meilisearch ( #10755 )
...
* wip
* wip
* Update SearchService.ts
* Update SearchService.ts
* wip
* wip
* Update SearchService.ts
* Update CHANGELOG.md
* wip
* Update SearchService.ts
* Update docker-compose.yml.example
2023-05-05 08:52:14 +09:00
syuilo
5f62cefe31
Update CHANGELOG.md
2023-05-05 08:50:25 +09:00
たーびん
8dab46470e
fix #10666 チャンネル検索ですべてのチャンネルの取得/表示ができるようにする ( #10667 )
...
* Update CHANGELOG.md
* fix : able to search all channels
* add chennel/search test
* update Changelog
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com>
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com>
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
Co-authored-by: xianon <xianon@hotmail.co.jp>
Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com>
Co-authored-by: YS <47836716+yszkst@users.noreply.github.com>
Co-authored-by: Khsmty <me@khsmty.com>
Co-authored-by: Soni L <EnderMoneyMod@gmail.com>
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com>
Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com>
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
2023-05-05 08:48:14 +09:00
かっこかり
1f9f63df7c
「このファイルからノートを作成」ボタンを追加 ( #10758 )
...
* (add) note this file button
* Update CHANGELOG.md
2023-05-04 19:58:17 +09:00
syuilo
a2e475f2e8
Update CHANGELOG.md
2023-05-02 12:37:42 +09:00
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