<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/packages/backend/src/server/api/endpoints/notes/watching, 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>2022-09-17T18:27:08Z</updated>
<entry>
<title>なんかもうめっちゃ変えた</title>
<updated>2022-09-17T18:27:08Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-09-17T18:27:08Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b75184ec8e3436200bacdcd832e3324702553d20'/>
<id>urn:sha1:b75184ec8e3436200bacdcd832e3324702553d20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lint fixes</title>
<updated>2022-06-14T09:01:23Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-06-14T09:01:23Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=963f5387287c761a4a568f6163e18fb01ecb8a45'/>
<id>urn:sha1:963f5387287c761a4a568f6163e18fb01ecb8a45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: Use ESM (#8358)</title>
<updated>2022-02-27T02:07:39Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-02-27T02:07:39Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=d071d18dd7a394298d454d4ef6c5ca885164dd47'/>
<id>urn:sha1:d071d18dd7a394298d454d4ef6c5ca885164dd47</id>
<content type='text'>
* wip

* wip

* fix

* clean up

* Update tsconfig.json

* Update activitypub.ts

* wip</content>
</entry>
<entry>
<title>Fix ajv (#8333)</title>
<updated>2022-02-20T04:15:40Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2022-02-20T04:15:40Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=fcfb5ef0a3c2a674890e88291bb9db89c95c3a9f'/>
<id>urn:sha1:fcfb5ef0a3c2a674890e88291bb9db89c95c3a9f</id>
<content type='text'>
* wip

* :v:

* use ajv/dist/core

* revert try

* clean up</content>
</entry>
<entry>
<title>refactor: use ajv instead of cafy (#8324)</title>
<updated>2022-02-19T05:05:32Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-02-19T05:05:32Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=510de87607283d4d49239b1d14026a577299c99e'/>
<id>urn:sha1:510de87607283d4d49239b1d14026a577299c99e</id>
<content type='text'>
* wip

* wip

* Update abuse-user-reports.ts

* Update files.ts

* Update list-remote.ts

* Update list.ts

* Update show-users.ts

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update update.ts

* Update search.ts

* Update reactions.ts

* Update search.ts

* wip

* wip

* wip

* wip

* Update update.ts

* Update relation.ts

* Update available.ts

* wip

* wip

* wip

* Update packages/backend/src/server/api/define.ts

Co-authored-by: Johann150 &lt;johann.galle@protonmail.com&gt;

* Update define.ts

* Update define.ts

* typo

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update update.ts

* wip

* Update signup.ts

* Update call.ts

* minimum for limit

* type

* remove needless annotation

* wip

* Update signup.ts

* wip

* wip

* fix

* Update create.ts

Co-authored-by: Johann150 &lt;johann.galle@protonmail.com&gt;</content>
</entry>
<entry>
<title>refactor: APIエンドポイントファイルの定義を良い感じにする (#8154)</title>
<updated>2022-01-18T13:27:10Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2022-01-18T13:27:10Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=efb0ffc4ec1e0b9f6af922cee11481c28dd9a8d6'/>
<id>urn:sha1:efb0ffc4ec1e0b9f6af922cee11481c28dd9a8d6</id>
<content type='text'>
* Fix API Schema Error

* Delete SimpleSchema/SimpleObj
and Move schemas to dedicated files

* Userのスキーマを分割してみる

* define packMany type

* add ,

* Ensure enum schema and Make "as const" put once

* test?

* Revert "test?"

This reverts commit 97dc9bfa70851bfb7d1cf38e883f8df20fb78b79.

* Revert "Fix API Schema Error"

This reverts commit 21b6176d974ed8e3eb73723ad21a105c5d297323.

* :v:

* clean up

* test?

* wip

* wip

* better schema def

* :v:

* fix

* add minLength property

* wip

* wip

* wip

* anyOf/oneOf/allOfに対応？ ~ relation.ts

* refactor!

* Define MinimumSchema

* wip

* wip

* anyOf/oneOf/allOfが動作するようにUnionSchemaTypeを修正

* anyOf/oneOf/allOfが動作するようにUnionSchemaTypeを修正

* Update packages/backend/src/misc/schema.ts

Co-authored-by: Acid Chicken (硫酸鶏) &lt;root@acid-chicken.com&gt;

* fix

* array oneOfをより正確な型に

* array oneOfをより正確な型に

* wip

* :v:

* なんかもういろいろ

* remove

* very good schema

* api schema

* wip

* refactor: awaitAllの型定義を変えてみる

* fix

* specify types in awaitAll

* specify types in awaitAll

* :v:

* wip

* ...

* :v:

* AllowDateはやめておく

* 不必要なoptional: false, nullable: falseを廃止

* Packedが展開されないように

* 続packed

* wip

* define note type

* wip

* UserDetailedをMeDetailedかUserDetailedNotMeかを区別できるように

* wip

* wip

* wip specify user type of other schemas

* ok

* convertSchemaToOpenApiSchemaを改修

* convertSchemaToOpenApiSchemaを改修

* Fix

* fix

* :v:

* wip

* 分割代入ではなくallOfで定義するように

Co-authored-by: Acid Chicken (硫酸鶏) &lt;root@acid-chicken.com&gt;</content>
</entry>
<entry>
<title>lint</title>
<updated>2022-01-02T17:12:50Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2022-01-02T17:12:50Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=4a64280a7c8723fc9e15b7411e1e404d4054af78'/>
<id>urn:sha1:4a64280a7c8723fc9e15b7411e1e404d4054af78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix lint</title>
<updated>2021-12-09T14:58:30Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2021-12-09T14:58:30Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c69b72e1999578cba15e34677ebd366482cba734'/>
<id>urn:sha1:c69b72e1999578cba15e34677ebd366482cba734</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactoring</title>
<updated>2021-11-11T17:02:25Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2021-11-11T17:02:25Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=0e4a111f81cceed275d9bec2695f6e401fb654d8'/>
<id>urn:sha1:0e4a111f81cceed275d9bec2695f6e401fb654d8</id>
<content type='text'>
Resolve #7779
</content>
</entry>
</feed>
