Commit graph

1160 commits

Author SHA1 Message Date
tamaina 405965ec92 test api res 2023-04-22 05:23:35 +00:00
tamaina 3d88a91f61 movedTo(Uri), alsoKnownAsはユーザーidを返すように 2023-04-22 05:16:23 +00:00
tamaina eb4bca83fd 制限を5から10に緩和 2023-04-21 16:02:47 +00:00
Namekuji ac8191cb08 rename error code 2023-04-21 09:19:15 -04:00
Namekuji 97e1e971d7 use Acct.parse instead 2023-04-21 09:04:14 -04:00
Namekuji 2c35acbd2e skip adding to the list if it already has 2023-04-21 05:30:53 -04:00
Namekuji 9292cde76a skip to add to alsoKnownAs if toUrl is known 2023-04-20 22:59:30 -04:00
Namekuji e94e702429 prohibit updating alsoKnownAs after moving 2023-04-20 22:26:26 -04:00
Namekuji bbb79bc46a fix database initialization 2023-04-20 22:04:11 -04:00
Namekuji 55f9112eed set alsoKnownAs via /i/update 2023-04-20 22:03:18 -04:00
Namekuji 2a0efffa3e prevent moving if the destination account has already moved 2023-04-20 19:30:44 -04:00
Namekuji 0d78cacffc fix newUri 2023-04-20 19:13:35 -04:00
tamaina 0f3491666a clean up 2023-04-20 20:55:49 +00:00
tamaina 6b75bd33b9 newUriを外に出す2 2023-04-20 20:55:41 +00:00
tamaina 0995c36c1a newUriを外に出す 2023-04-20 20:55:00 +00:00
tamaina 51a867473b 移行を行ったアカウントからのフォローリクエストの自動許可を調整 2023-04-20 20:50:19 +00:00
tamaina 6b82d3a1d4 ✌️ 2023-04-20 20:02:51 +00:00
tamaina c115137796 nanka iroiro 2023-04-20 19:07:33 +00:00
tamaina f27038448c ユーザーリストの移行は追加のみを行う 2023-04-20 18:03:06 +00:00
tamaina ccfbc89047 use Array.map instead of for const of 2023-04-20 16:45:28 +00:00
tamaina b0d640f642
Merge branch 'develop' into enhance-migration 2023-04-21 01:10:18 +09:00
tamaina 5cae078e5e fix(backend): make isExplorable optional for backward compatibility
https://github.com/misskey-dev/misskey/pull/10677#issuecomment-1516394630
2023-04-20 16:09:54 +00:00
syuilo 7f99221415
Merge branch 'develop' into enhance-migration 2023-04-20 20:08:15 +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
Namekuji b364128d01 Merge branch 'develop' into enhance-migration 2023-04-19 10:31:57 -04:00
tamaina dc8a3f210b fix(server): 1:1ではない画像のリアクション通知バッジが左や上に寄ってしまっていたのを中央に来るように修正 2023-04-19 14:30:48 +00:00
Namekuji 8be2aacb7c Merge branch 'develop' into enhance-migration 2023-04-19 10:20:14 -04: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
syuilo 8c9cb9ee15 update deps 2023-04-19 12:52:14 +09:00
nenohi 65ff2c2498
カスタム絵文字のライセンスを一括でできるように (#10671)
* setlicensebulk追加

* 5時に誤字った!w

* 並び順の変更(set,add,removeの順

* add changelog
2023-04-19 08:25:24 +09:00
Namekuji ad1bacc2e5 remove unnecessary joins 2023-04-17 13:32:55 -04:00
Namekuji 7f287e0c3a force follow if any error happens 2023-04-17 12:03:55 -04:00
Namekuji bc7e801063 add e2e test of accepting the new account automatically 2023-04-17 11:44:54 -04:00
Namekuji 3f8497d4f7 add e2e test 2023-04-17 11:19:28 -04:00
Namekuji c879cddfd2
Merge branch 'develop' into enhance-migration 2023-04-17 03:46:24 -04: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
Namekuji 7f43e76a89 fix cache update 2023-04-15 09:25:05 -04:00
Namekuji 3ccf1d5307 remove unnecessary field 2023-04-15 08:54:14 -04:00
Namekuji 741fefbe58 fix lint 2023-04-15 07:28:33 -04:00
Namekuji e900a8787e allow app creation after moving 2023-04-15 07:28:33 -04:00
Namekuji 8d6f50c4c3 fix move service 2023-04-15 07:28:33 -04:00
Namekuji 21677aa30d prohibit moved account from moving again 2023-04-15 07:28:33 -04:00
Namekuji 71e9b2298e fix copying mutings 2023-04-15 07:28:33 -04:00
Namekuji 6a2752ef73 adjust following and followers counts when unfollowing 2023-04-15 07:28:33 -04:00
Namekuji 83d70f3300 decrease followersCount if followed by the old account 2023-04-15 07:28:33 -04:00
Namekuji 2f5d9b86ef fix refollowing locked account 2023-04-15 07:28:33 -04:00
Namekuji 17c80e82e0 fix updating account 2023-04-15 07:28:33 -04:00
Namekuji 0e088cb2e4 fix checking alsoKnownAs and uri 2023-04-15 07:28:33 -04:00
Namekuji 69a1dadcbb Revert "disable account migration"
This reverts commit 2321214c98.
2023-04-15 07:28:33 -04:00