<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/src/misc, 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>2021-11-11T17:02:25Z</updated>
<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>
<entry>
<title>enhance: Provide Twemoji SVGs from Misskey server (#2) (#7897)</title>
<updated>2021-10-24T12:10:45Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2021-10-24T12:10:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=5cf07fc50f311989e459c7151ca89e067619121f'/>
<id>urn:sha1:5cf07fc50f311989e459c7151ca89e067619121f</id>
<content type='text'>
* Selfhosting Twemoji

* ちっ

* うざっ

* あ

* add test

Co-authored-by: mei23 &lt;m@m544.net&gt;</content>
</entry>
<entry>
<title>enhance: shareページでより多くの情報を渡せるように (#7606)</title>
<updated>2021-10-19T18:10:36Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2021-10-19T18:10:36Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=ea8e6d88aba5b163cf843736fa77dd398418e031'/>
<id>urn:sha1:ea8e6d88aba5b163cf843736fa77dd398418e031</id>
<content type='text'>
* shareでより多くの情報を渡せるように

* from chat ui post-form, remove instant and add share

* fix await eating array, make document

* add changelog

* https://github.com/misskey-dev/misskey/pull/7606/files/3581bf9a060742dc59bf7fb8ea7316809cc60522#r692265037

* reply, renoteにも型定義

* :art:

* 閉じなければ100ms後タイムラインに</content>
</entry>
<entry>
<title>Refactor request (#7814)</title>
<updated>2021-10-16T08:16:24Z</updated>
<author>
<name>MeiMei</name>
<email>30769358+mei23@users.noreply.github.com</email>
</author>
<published>2021-10-16T08:16:24Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=482081c41b45ab3798e73c4d11e8a7c1c1f5e8c9'/>
<id>urn:sha1:482081c41b45ab3798e73c4d11e8a7c1c1f5e8c9</id>
<content type='text'>
* status code

* Test ap-request.ts

https://github.com/mei23/crytest/blob/4397fc5e70536e4175fe56e974ca83b8047bef3a/test/ap-request.ts

* tune</content>
</entry>
<entry>
<title>fix: truncate image descriptions (#7699)</title>
<updated>2021-09-29T16:44:22Z</updated>
<author>
<name>Johann150</name>
<email>johann.galle@protonmail.com</email>
</author>
<published>2021-09-29T16:44:22Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=414f1d11582510f77ea3a927053fe68fa160278b'/>
<id>urn:sha1:414f1d11582510f77ea3a927053fe68fa160278b</id>
<content type='text'>
* move truncate function to separate file to reuse it

* truncate image descriptions

* show image description limit in UI

* correctly treat null

Co-authored-by: nullobsi &lt;me@nullob.si&gt;

* make truncate Unicode-aware

The strings that truncate returns should now be valid Unicode.

PostgreSQL also counts Unicode Code Points instead of bytes so this
should be correct.

* move truncate to internal, validate in API

Truncating could also be done in src/services/drive/add-file.ts or
src/services/drive/upload-from-url.ts but those would also affect
local images. But local images should result in a hard error if the
image comment is too long.

* avoid overwriting

Co-authored-by: nullobsi &lt;me@nullob.si&gt;</content>
</entry>
<entry>
<title>refactor: PackedHoge型をPacked&lt;'Hoge'&gt;型に書き換える (#7792)</title>
<updated>2021-09-22T13:35:55Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2021-09-22T13:35:55Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=14795b68f2234c90504cd0a979de42ff4d757441'/>
<id>urn:sha1:14795b68f2234c90504cd0a979de42ff4d757441</id>
<content type='text'>
* packedNotificationSchemaを更新

* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加

* fix

* add header, choice, invitation

* test

* fix

* yatta

* remove no longer needed "as PackedUser/PackedNote"

* clean up

* add simple-schema

* fix lint

* define items in full Schema

* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736

* user packとnote packの型不整合を修正

* add prelude/types.ts

* emoji

* signin

* game

* matching

* fix

* add emoji schema

* add reversiGame

* add reversiMatching

* remove signin schema (use Signin entity)

* 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

* add changelog

* add changelog

* revert fix</content>
</entry>
<entry>
<title>refactor: Expand schema (#7772)</title>
<updated>2021-09-11T16:12:23Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2021-09-11T16:12:23Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=53f3b779bf16abcda4f6e026c51384f3b8fbcc62'/>
<id>urn:sha1:53f3b779bf16abcda4f6e026c51384f3b8fbcc62</id>
<content type='text'>
* packedNotificationSchemaを更新

* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加

* fix

* add header, choice, invitation

* test

* fix

* yatta

* remove no longer needed "as PackedUser/PackedNote"

* clean up

* add simple-schema

* fix lint

* define items in full Schema

* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736

* user packとnote packの型不整合を修正</content>
</entry>
<entry>
<title>chore: APIドキュメントの修正 (#7771)</title>
<updated>2021-09-09T11:23:31Z</updated>
<author>
<name>tamaina</name>
<email>tamaina@hotmail.co.jp</email>
</author>
<published>2021-09-09T11:23:31Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=935d6473edf259efa3b9c2c167a80cb960b07ad6'/>
<id>urn:sha1:935d6473edf259efa3b9c2c167a80cb960b07ad6</id>
<content type='text'>
* packedNotificationSchemaを更新

* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加

* fix

* add header, choice, invitation</content>
</entry>
<entry>
<title>ファイルサイズのハードリミット (#7760)</title>
<updated>2021-09-04T11:33:14Z</updated>
<author>
<name>MeiMei</name>
<email>30769358+mei23@users.noreply.github.com</email>
</author>
<published>2021-09-04T11:33:14Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=e21ff916b09258fb989a9eaa651d1b9d99266b22'/>
<id>urn:sha1:e21ff916b09258fb989a9eaa651d1b9d99266b22</id>
<content type='text'>
* maxFileSize

* CHANGELOG</content>
</entry>
<entry>
<title>Tune download (#2)</title>
<updated>2021-09-03T12:13:06Z</updated>
<author>
<name>MeiMei</name>
<email>30769358+mei23@users.noreply.github.com</email>
</author>
<published>2021-09-03T12:00:44Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=e1a8b158e04ad567d92d8daf3cc0898ee18f1a2e'/>
<id>urn:sha1:e1a8b158e04ad567d92d8daf3cc0898ee18f1a2e</id>
<content type='text'>
* s2-2

* allowedPrivateNetworks

* style

* Proxyの間にあると誤解しそうなのでconfigの記述順を変更

* Fix error handler</content>
</entry>
</feed>
