<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/server/api/endpoints/drive/files/upload-from-url.ts, branch master</title>
<subtitle>my misskey fork
</subtitle>
<id>http://g.freya.cat/misskey/atom?h=master</id>
<link rel='self' href='http://g.freya.cat/misskey/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/'/>
<updated>2024-02-13T15:59:27Z</updated>
<entry>
<title>(re)  update SPDX-FileCopyrightText</title>
<updated>2024-02-13T15:59:27Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:59:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c1514ce91dc08481a092a789ee37da546cdb4583'/>
<id>urn:sha1:c1514ce91dc08481a092a789ee37da546cdb4583</id>
<content type='text'>
Fix  #13290
</content>
</entry>
<entry>
<title>Revert "update SPDX-FileCopyrightText"</title>
<updated>2024-02-13T15:50:11Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2024-02-13T15:50:11Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=311c2172d7bc861d915a28650684a1587ecb4695'/>
<id>urn:sha1:311c2172d7bc861d915a28650684a1587ecb4695</id>
<content type='text'>
This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
</content>
</entry>
<entry>
<title>update SPDX-FileCopyrightText</title>
<updated>2024-02-12T02:37:45Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2024-02-12T02:37:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=9b5aeb76d8c9372d67058c512597152b6bf222f2'/>
<id>urn:sha1:9b5aeb76d8c9372d67058c512597152b6bf222f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(backend): Resolve `import/no-default-export` rule violations (#11732)</title>
<updated>2023-08-17T12:20:58Z</updated>
<author>
<name>woxtu</name>
<email>woxtup@gmail.com</email>
</author>
<published>2023-08-17T12:20:58Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=dd1783f984cd87abe4407defc77f117fe6f5a1d6'/>
<id>urn:sha1:dd1783f984cd87abe4407defc77f117fe6f5a1d6</id>
<content type='text'>
* Disable `import/no-default-export` properly

* Disable `import/no-default-export`</content>
</entry>
<entry>
<title>refactor(backend): Remove unused injections (#11462)</title>
<updated>2023-08-05T01:33:00Z</updated>
<author>
<name>woxtu</name>
<email>woxtup@gmail.com</email>
</author>
<published>2023-08-05T01:33:00Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=8a6791da3fa5c6554689ae06721925f7842b3b7b'/>
<id>urn:sha1:8a6791da3fa5c6554689ae06721925f7842b3b7b</id>
<content type='text'>
* Remove unused injections

* Remove unused imports</content>
</entry>
<entry>
<title>chore: 著作権とライセンスについての情報を各ファイルに追加する (#11348)</title>
<updated>2023-07-27T05:31:52Z</updated>
<author>
<name>Shun Sakai</name>
<email>sorairolake@protonmail.ch</email>
</author>
<published>2023-07-27T05:31:52Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c2370a1be631355e709c47d3b5e9469906116b84'/>
<id>urn:sha1:c2370a1be631355e709c47d3b5e9469906116b84</id>
<content type='text'>
* chore: Add the SPDX information to each file

Add copyright and licensing information as defined in version 3.0 of
the REUSE Specification.

* tweak format

---------

Co-authored-by: syuilo &lt;Syuilotan@yahoo.co.jp&gt;</content>
</entry>
<entry>
<title>enhance: account migration (#10592)</title>
<updated>2023-04-29T15:09:29Z</updated>
<author>
<name>Namekuji</name>
<email>11836635+nmkj-io@users.noreply.github.com</email>
</author>
<published>2023-04-29T15:09:29Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=d28866f71a2fd1809f595bf599cc3914834f74e2'/>
<id>urn:sha1:d28866f71a2fd1809f595bf599cc3914834f74e2</id>
<content type='text'>
* 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 2321214c98591bcfe1385c1ab5bf0ff7b471ae1d.

* 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?

* :v:

* 移行を行ったアカウントからのフォローリクエストの自動許可を調整

* 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

* :art:

* 制限を5から10に緩和

* movedTo(Uri), alsoKnownAsはユーザーidを返すように

* test api res

* fix

* 元アカウントはミュートし続ける

* :art:

* unfollow

* fix

* getUserUriをUserEntityServiceに

* ?

* job!

* :art:

* instance =&gt; server

* accountMovedShort, forbiddenBecauseYouAreMigrated

* accountMovedShort

* fix test

* import, pin禁止

* 実績を凍結する

* clean up

* :v:

* change message

* ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに

* Revert "ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに"

This reverts commit 3bd7be35d8aa455cb01ae58f8172a71a50485db1.

* 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 &lt;tamaina@hotmail.co.jp&gt;
Co-authored-by: syuilo &lt;Syuilotan@yahoo.co.jp&gt;</content>
</entry>
<entry>
<title>refactor: remove all unused imports (#9951)</title>
<updated>2023-02-16T14:09:41Z</updated>
<author>
<name>Kagami Sascha Rosylight</name>
<email>saschanaz@outlook.com</email>
</author>
<published>2023-02-16T14:09:41Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=63df2c851e31a30dda3b7e9edefb2a97e4c1daa6'/>
<id>urn:sha1:63df2c851e31a30dda3b7e9edefb2a97e4c1daa6</id>
<content type='text'>
Co-authored-by: tamaina &lt;tamaina@hotmail.co.jp&gt;</content>
</entry>
<entry>
<title>refactor</title>
<updated>2022-12-25T05:22:23Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-12-25T05:22:23Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=f44a7e25361b1cee202c744ced4f988e658209b8'/>
<id>urn:sha1:f44a7e25361b1cee202c744ced4f988e658209b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix import type</title>
<updated>2022-09-20T20:33:11Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-09-20T20:33:11Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=01d4d55e78fd977b9d44a68a2504e6091d346b7a'/>
<id>urn:sha1:01d4d55e78fd977b9d44a68a2504e6091d346b7a</id>
<content type='text'>
</content>
</entry>
</feed>
