| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Resolve #7779
|
| |
|
|
|
|
|
|
|
|
|
| |
* Revert "#7892"
This reverts commit 71d9c2a53d116a61f4c9b21ff98712a0000412b8.
* アカウント削除処理でノート削除を重複して行なわないようにする
* ドライブファイル削除時に参照しているノートを削除しないようにする
* 不要となったコードを削除する
|
| | |
|
| |
|
|
|
| |
* introduce list of MFM Functions
* add note
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
削除したノートやユーザーがリモートから参照されると復活することがあるのを修正 (#7918)
* Fix #7557
* CHANGELOG
* Fix user
* CHANGELOG
* Tune CHANGELOG
* Tune CHANGELOG
* resolver
* Remove check
* Remove import
* CHANGELOG
* Tune
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
| |
|
|
|
| |
* Fix #7895
* CHANGELOG
|
| |
|
|
|
| |
https: //github.com/mei23/misskey/commit/1cfb5e09a44819b82333df26409ec9d9657bdcfc
Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
|
| |
|
|
|
|
|
|
|
| |
* status code
* Test ap-request.ts
https://github.com/mei23/crytest/blob/4397fc5e70536e4175fe56e974ca83b8047bef3a/test/ap-request.ts
* tune
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 <me@nullob.si>
* 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 <me@nullob.si>
|
| |
|
|
|
|
|
| |
* add resolver check for blocked instance
* lint
* Update note.ts
|
| |
|
|
|
|
|
|
|
|
|
| |
リモートからユーザー削除が飛んできたら削除するように (#7768)
* Delete Actor
* Update src/remote/activitypub/kernel/delete/actor.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
将来ESMに移行しやすいように
Related: #7658
なんかmochaが起動しなくなってるけど理由不明
すぐ直したい
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* truncate user information if it is too long
Some AP software allows for user names or summaries to be very long.
Misskey can not handle this and the profile page can not be opened and
no activities from such users can be seen.
Instead, the user name and summary are cut off after the maximum length
so misskey can still process the activities of the profile.
Co-authored-by: Toast <toast@toast.cafe>
* fix code style
Co-authored-by: Toast <toast@toast.cafe>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* AP Actorの修正
* Add ActivityPub test
* Fix person
* Test
* ap test
* Revert "Test"
This reverts commit 3c493eff4e89f94fd33f25189ba3bc96ef4366b3.
* Test comment
* fix
* fix
* Update inbox
* indent
* nl
* indent
* TODO
* Fix inbox
* Update test
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Supports Array type
* Fix
* Fix Service to Note
* Update type.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
|
|
|
|
|
|
| |
* Fix Announce/Delete AP deliver
* Revert "Fix Announce/Delete AP deliver"
This reverts commit 0292c5196df48f67bb7914e925560ba69e2b2980.
* localOnlyのDeleteをdeliverしないように
* null Activityに対するUndoはdeliverしないように
|
| | |
|
| | |
|
| |
|
|
|
| |
* Fix #7431
* fix
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* wip
* Update mfm.ts
* wip
* update mfmjs
* refactor
* nanka
* Update mfm.ts
* Update to-html.ts
* Update to-html.ts
* wip
* fix test
* fix test
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* wip
* wip
* wip
* wip
* wip
* Update define.ts
* Update update.ts
* Update user.ts
* wip
* wip
* Update request.ts
* URL
* wip
* wip
* wip
* wip
* Update invite.ts
* Update create.ts
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add followersUri
* add followersUri to audience parse
* fetch followersUri
* followersUri db migration
* update followersUri
* Rename 1611354329133-followersUri to 1611354329133-followersUri.ts
* typo
* Update person.ts
* create/update person consistency
* Update audience.ts
* missing paren
* tabs
* use strict equality
* Update audience.ts
|
| |
|
|
|
|
|
| |
* :v:
* :v:
* Update privacy.vue
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
ストをHTTP Signatureで署名するオプション (#6731)
* Sign ActivityPub GET
* Fix v12, v12.48.0 UI bug
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wop
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* add notes
* wip
* wip
* wip
* wip
* sound
* wip
* add kick_gaba2
* wip
|
| | |
|
| |
|
|
|
| |
* resolve #6468
* リモートから来たセルフリアクションの対応
|
| |
|
|
|
|
|
| |
* feat(server): Fetch icon url of an instance
Resolve #6589
* chore: Rename the function
|
| |
|
|
| |
Resolve #6559
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Resove #6461 (#6463)
* AP birthday, location
* unset is null
* isCatを検証対象に
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* pub-relay
* relay actorをApplicationにする
* Disable koa-compress
* Homeはリレーに送らない
* Disable debug
* UI
* cleanupなど
|