summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/renderer/person.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-121-90/+0
| | | | Resolve #7779
* refactor: Introduce list of MFM Functions (#7882)marihachi2021-11-011-1/+2
| | | | | * introduce list of MFM Functions * add note
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-191-11/+11
|
* refactor: refactoring importssyuilo2021-08-191-11/+11
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* Use mfm-js for MFM parsing (#7415)syuilo2021-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Refactor (#7394)syuilo2021-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* refactor: Use path aliassyuilo2021-03-231-2/+2
|
* perf(server): Cache user keypairsyuilo2021-03-221-2/+3
|
* refactor: resolve #7139syuilo2021-02-131-3/+2
|
* Resolve #6806 (#6935)syuilo2020-12-111-0/+1
| | | | | | | * :v: * :v: * Update privacy.vue
* プロフィールの「場所」「誕生日」を連合するように ↵MeiMei2020-06-211-2/+12
| | | | | | | | | Resove #6461 (#6463) * AP birthday, location * unset is null * isCatを検証対象に
* pub-relay (#6341)MeiMei2020-05-101-1/+2
| | | | | | | | | | | | | | | * pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど
* chore: Use kebab-case for file namessyuilo2020-04-261-1/+1
|
* Resolve #1669syuilo2020-02-011-39/+0
|
* AP Actorの鍵とkeyIdのフォーマットの変更 (#5733)MeiMei2020-01-201-1/+1
| | | | | | * Node PKCS#8 * keyIdを#main-key形式に
* Mastodonのリンクの所有者認証に対応 (#5161)MeiMei2019-07-181-2/+13
| | | | | | * Profile metadata を設定できるように * API desc
* Refactorsyuilo2019-04-171-1/+1
|
* strictNullChecks (#4666)syuilo2019-04-131-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* テーブル分割syuilo2019-04-101-13/+13
|
* Use PostgreSQL instead of MongoDB (#4572)syuilo2019-04-071-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update note.ts * Update timeline.ts * Update core.ts * wip * Update generate-visibility-query.ts * wip * wip * wip * wip * wip * Update global-timeline.ts * wip * wip * wip * Update vote.ts * wip * wip * Update create.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update files.ts * wip * wip * Update CONTRIBUTING.md * wip * wip * wip * wip * wip * wip * wip * wip * Update read-notification.ts * wip * wip * wip * wip * wip * wip * wip * Update cancel.ts * wip * wip * wip * Update show.ts * wip * wip * Update gen-id.ts * Update create.ts * Update id.ts * wip * wip * wip * wip * wip * wip * wip * Docker: Update files about Docker (#4599) * Docker: Use cache if files used by `yarn install` was not updated This patch reduces the number of times to installing node_modules. For example, `yarn install` step will be skipped when only ".config/default.yml" is updated. * Docker: Migrate MongoDB to Postgresql Misskey uses Postgresql as a database instead of Mongodb since version 11. * Docker: Uncomment about data persistence This patch will save a lot of databases. * wip * wip * wip * Update activitypub.ts * wip * wip * wip * Update logs.ts * wip * Update drive-file.ts * Update register.ts * wip * wip * Update mentions.ts * wip * wip * wip * Update recommendation.ts * wip * Update index.ts * wip * Update recommendation.ts * Doc: Update docker.ja.md and docker.en.md (#1) (#4608) Update how to set up misskey. * wip * :v: * wip * Update note.ts * Update postgre.ts * wip * wip * wip * wip * Update add-file.ts * wip * wip * wip * Clean up * Update logs.ts * wip * :pizza: * wip * Ad notes * wip * Update api-visibility.ts * Update note.ts * Update add-file.ts * tests * tests * Update postgre.ts * Update utils.ts * wip * wip * Refactor * wip * Refactor * wip * wip * Update show-users.ts * Update update-instance.ts * wip * Update feed.ts * Update outbox.ts * Update outbox.ts * Update user.ts * wip * Update list.ts * Update update-hashtag.ts * wip * Update update-hashtag.ts * Refactor * Update update.ts * wip * wip * :v: * clean up * docs * Update push.ts * wip * Update api.ts * wip * :v: * Update make-pagination-query.ts * :v: * Delete hashtags.ts * Update instances.ts * Update instances.ts * Update create.ts * Update search.ts * Update reversi-game.ts * Update signup.ts * Update user.ts * id * Update example.yml * :art: * objectid * fix * reversi * reversi * Fix bug of chart engine * Add test of chart engine * Improve test * Better testing * Improve chart engine * Refactor * Add test of chart engine * Refactor * Add chart test * Fix bug * コミットし忘れ * Refactoring * :v: * Add tests * Add test * Extarct note tests * Refactor * 存在しないユーザーにメンションできなくなっていた問題を修正 * Fix bug * Update update-meta.ts * Fix bug * Update mention.vue * Fix bug * Update meta.ts * Update CONTRIBUTING.md * Fix bug * Fix bug * Fix bug * Clean up * Clean up * Update notification.ts * Clean up * Add mute tests * Add test * Refactor * Add test * Fix test * Refactor * Refactor * Add tests * Update utils.ts * Update utils.ts * Fix test * Update package.json * Update update.ts * Update manifest.ts * Fix bug * Fix bug * Add test * :art: * Update endpoint permissions * Updaye permisison * Update person.ts #4299 * データベースと同期しないように * Fix bug * Fix bug * Update reversi-game.ts * Use a feature of Node v11.7.0 to extract a public key (#4644) * wip * wip * :v: * Refactoring #1540 * test * test * test * test * test * test * test * Fix bug * Fix test * :sushi: * wip * #4471 * Add test for #4335 * Refactor * Fix test * Add tests * :clock4: * Fix bug * Add test * Add test * rename * Fix bug
* send/receive user hashtags via AP (#4064)MeiMei2019-01-311-0/+4
|
* Avoid export defaultAya Morisawa2019-01-301-2/+2
|
* Rename html to toHtmlAya Morisawa2019-01-301-1/+1
|
* 外部サービス認証情報の配信 (#3975)Acid Chicken (硫酸鶏)2019-01-241-4/+21
| | | | | | | | | | | | | | | | | | | | * Update person.ts * Update person.ts * Update person.ts * Update person.ts * Create original model * Make type formal * Update person.ts * Follow @mei23's review refs: https://github.com/syuilo/misskey/pull/3975#pullrequestreview-195770172
* Fix sharedInbox location (#3711)MeiMei2018-12-221-0/+1
| | | | | | | | * Fix sharedInbox location * Perform update Following * Fix comment
* No @ for account name (#3586)MeiMei2018-12-121-1/+1
| | | | | | * No @ for account name * Use @ for GitHub
* lint fix (#3522)MeiMei2018-12-061-16/+25
|
* Emoji support in profile (#3514)MeiMei2018-12-061-0/+10
| | | | | | * Emoji in profile * Add emojis to fields
* 外部サービス連携情報をPersonのfieldsに乗せて配信する (#3499)Acid Chicken (硫酸鶏)2018-12-061-1/+24
| | | | | | | | | | | | * Update person.ts * Update person.ts refs: https://github.com/syuilo/misskey/pull/3499#issuecomment-444484557 * Update person.ts refs: https://github.com/syuilo/misskey/pull/3499#pullrequestreview-181755475
* Publish pinned notes (#2731)MeiMei2018-09-181-0/+1
|
* #2378syuilo2018-08-221-1/+2
|
* ActivityPub visibility on sendmei232018-08-131-0/+2
|
* #1334syuilo2018-07-201-3/+9
|
* Fix #1781syuilo2018-06-261-1/+3
|
* Fix bugsyuilo2018-06-231-1/+1
|
* yattasyuilo2018-06-181-2/+2
|
* wipsyuilo2018-05-311-1/+3
|
* sharedInboxを提供syuilo2018-04-231-0/+1
|
* Provide url propertysyuilo2018-04-081-0/+1
|
* Use id in uri instead of usernamesyuilo2018-04-081-1/+1
|
* Introduce config moduleAkihiko Odaki2018-04-021-1/+1
|
* Refactorsyuilo2018-04-021-0/+20