misskey/src/server/api
nullobsi ffb9646ce9
Add image description support (#7518)
* 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 <428rinsuki+git@gmail.com>

* 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 <428rinsuki+git@gmail.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2021-05-28 09:38:09 +09:00
..
common Resolve #6563 (#7524) 2021-05-21 14:13:03 +09:00
endpoints Add image description support (#7518) 2021-05-28 09:38:09 +09:00
openapi APIドキュメントが見れなくなっているのを修正など (#7500) 2021-05-05 19:02:30 +09:00
private refactor: Use path alias 2021-03-23 17:43:07 +09:00
service refactor: Use path alias 2021-03-23 17:43:07 +09:00
stream Refactor (#7394) 2021-03-24 11:05:37 +09:00
2fa.ts refactor: Use path alias 2021-03-23 17:43:07 +09:00
api-handler.ts Registry (#7073) 2021-01-11 20:38:34 +09:00
authenticate.ts refactor: Use path alias 2021-03-23 17:43:07 +09:00
call.ts enhance(server): Log error message when internal error occured 2020-04-04 08:27:16 +09:00
define.ts improve types 2021-05-28 09:34:42 +09:00
endpoints.ts refactor: Use path alias 2021-03-23 17:43:07 +09:00
error.ts strictNullChecks (#4666) 2019-04-13 01:43:22 +09:00
index.ts feat: トークン手動発行機能 2020-07-18 12:12:10 +09:00
limiter.ts Refactor (#7394) 2021-03-24 11:05:37 +09:00
logger.ts Follow #3676 2019-03-14 22:18:10 +09:00
streaming.ts 精度を高めるためストリーミング接続中に定期的にlastActiveDateを更新するように 2021-04-18 22:35:47 +09:00