<feed xmlns='http://www.w3.org/2005/Atom'>
<title>misskey/src/remote/activitypub/models/image.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>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>fix bug</title>
<updated>2021-10-03T03:27:29Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2021-10-03T03:27:29Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=f0b2eaf70deb2c237aaf48d241e28270def513ab'/>
<id>urn:sha1:f0b2eaf70deb2c237aaf48d241e28270def513ab</id>
<content type='text'>
</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>fix: mochaが動かないため拡張子なしに戻した</title>
<updated>2021-08-19T12:55:45Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2021-08-19T12:55:45Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=42cc93dd0f189995f29fc87d2734fc809105a7cf'/>
<id>urn:sha1:42cc93dd0f189995f29fc87d2734fc809105a7cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: refactoring imports</title>
<updated>2021-08-19T09:33:41Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2021-08-19T09:33:41Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=b9cb6d1c10729869cbb57ce50c8174ad7474db75'/>
<id>urn:sha1:b9cb6d1c10729869cbb57ce50c8174ad7474db75</id>
<content type='text'>
将来ESMに移行しやすいように
Related: #7658

なんかmochaが起動しなくなってるけど理由不明
すぐ直したい
</content>
</entry>
<entry>
<title>Add image description support (#7518)</title>
<updated>2021-05-28T00:38:09Z</updated>
<author>
<name>nullobsi</name>
<email>me@nullob.si</email>
</author>
<published>2021-05-28T00:38:09Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=ffb9646ce9c3d2326a3e922e58702674eb65646c'/>
<id>urn:sha1:ffb9646ce9c3d2326a3e922e58702674eb65646c</id>
<content type='text'>
* recieve image descriptions under the name property

* fix other components

* use comment for alt and title

* allow editing of file comment

* allow editing of file comment in note dialog

* federate note comments

* use file instead of this

* backend should accept comment on update

* update now actually accepts comment

* allow multiline descriptions

* image should also have description attached

* Update locales/ja-JP.yml

Co-authored-by: rinsuki &lt;428rinsuki+git@gmail.com&gt;

* Use custom component with side-by-side image

* improve usability on mobile devices

* revert changes

* Update post-form-attaches.vue

* Update drive.file.vue

* Update media-caption.vue

Co-authored-by: rinsuki &lt;428rinsuki+git@gmail.com&gt;
Co-authored-by: syuilo &lt;Syuilotan@yahoo.co.jp&gt;</content>
</entry>
<entry>
<title>refactor: Use path alias</title>
<updated>2021-03-23T08:43:07Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2021-03-23T08:43:07Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=c74fe3c6e2aae3df4624b9b3a55b45293223ebf5'/>
<id>urn:sha1:c74fe3c6e2aae3df4624b9b3a55b45293223ebf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: resolve #7139</title>
<updated>2021-02-13T06:33:38Z</updated>
<author>
<name>syuilo</name>
<email>syuilotan@yahoo.co.jp</email>
</author>
<published>2021-02-13T06:33:38Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=91172654e4b715198099146d4c442e0787df0785'/>
<id>urn:sha1:91172654e4b715198099146d4c442e0787df0785</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cache meta</title>
<updated>2019-04-23T23:11:19Z</updated>
<author>
<name>syuilo</name>
<email>syuilotan@yahoo.co.jp</email>
</author>
<published>2019-04-23T23:11:19Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=5aa5896b221ba73773a370fc01d1a9235eca33dd'/>
<id>urn:sha1:5aa5896b221ba73773a370fc01d1a9235eca33dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>strictNullChecks (#4666)</title>
<updated>2019-04-12T16:43:22Z</updated>
<author>
<name>syuilo</name>
<email>Syuilotan@yahoo.co.jp</email>
</author>
<published>2019-04-12T16:43:22Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/misskey/commit/?id=987168b863c52d0548050ffbac569782bb9a8cef'/>
<id>urn:sha1:987168b863c52d0548050ffbac569782bb9a8cef</id>
<content type='text'>
* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
</content>
</entry>
</feed>
