Commit Graph

39 Commits

Author SHA1 Message Date
7f5d189528 fix type 2022-04-03 16:40:47 +09:00
ff9a074ab6 fix type 2022-04-03 16:35:36 +09:00
91f4ec3747 fix types 2022-04-03 16:30:22 +09:00
41c2aed7dc chore: fix lint 2022-04-03 15:33:22 +09:00
6b6464a659 fix syntax error 2022-04-02 15:31:11 +09:00
1033e8e57f fix(federation): avoid duplicate activity delivery (#8429)
* prefer shared inbox over individual inbox

* no new shared inbox for direct recipes

* fix type error
2022-04-02 15:16:35 +09:00
17589843da perf(server): use cached user info in getUserFromApId 2022-03-26 19:09:57 +09:00
8cbfc047bb refactor 2022-03-26 18:42:37 +09:00
3cac8e0f6f perf(server): improve deliver performance 2022-03-26 17:43:08 +09:00
1c67c26bd8 refactor: migrate to typeorm 3.0 (#8443)
* wip

* wip

* wip

* Update following.ts

* wip

* wip

* wip

* Update resolve-user.ts

* maxQueryExecutionTime

* wip

* wip
2022-03-26 15:34:00 +09:00
ac8c66f5ab perf(server): refactor and performance improvements 2022-03-25 16:27:41 +09:00
725b78349a recognize null in _misskey_content for notes (#8440) 2022-03-23 03:16:04 +09:00
ba9563b983 Use unique id for Undo (#8434) 2022-03-22 00:39:00 +09:00
21de5c4a9c perf(server): reduce db query 2022-03-21 05:42:11 +09:00
aebd77ad38 perf(server): reduce db query 2022-03-20 15:44:49 +09:00
0a6c9a00bd リレーが動作するように修正する (#8396) 2022-03-12 13:21:04 +09:00
51517cf96c fix esm 2022-03-01 01:26:32 +09:00
4701127946 fix esm 2022-03-01 01:24:50 +09:00
e314be5b59 Fix avatar/banner proxy (#8346)
* Fix avatar/banner proxy

Co-authored-by: mei23 <m@m544.net>

* use getAvatarUrl

* fix

* join avatar and banner to improve performance

* join

* Update hybrid-timeline.ts

* fix

Co-authored-by: mei23 <m@m544.net>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-02-27 13:59:10 +09:00
d071d18dd7 refactor: Use ESM (#8358)
* wip

* wip

* fix

* clean up

* Update tsconfig.json

* Update activitypub.ts

* wip
2022-02-27 11:07:39 +09:00
b6db709e02 refacator: fix typw 2022-02-19 14:53:33 +09:00
3ff89fa7ec feat: Option to show replies in timeline (rebase #7685) (#8202)
* Add an option for timeline replies. Credit to Emilis (puffaboo)

* update db on request
2022-02-06 16:02:48 +09:00
bd7662e5e4 refactor 2022-02-04 11:10:53 +09:00
6caec5b8e2 refactor 2022-02-03 21:43:53 +09:00
b7bbe090e9 refactor 2022-02-03 21:20:25 +09:00
449709f6cb refactor: fix type 2022-01-26 18:42:14 +09:00
7aecf15f94 refactor, enhance: ドライブ引数のオブジェクト化, 追加時のcomment指定 (#8180)
* refactor: ドライブの引数をオブジェクト化する Resolve #8177

* Resolve #8181

* fix

* archivePath
2022-01-23 22:52:35 +09:00
d8905a9588 Unifying Misskey-specific IRIs in JSON-LD @context Resolve #8116 (#8178)
* Unifying Misskey-specific IRIs in JSON-LD `@context` Resolve #8116

* CHANGELOG
2022-01-23 01:52:35 +09:00
eec7e6500e enhance: convert svg to png of custom emojis 2022-01-21 18:47:02 +09:00
cbb7e95d82 enhance: Forward report (#8001)
* implement sending AP Flag object

Optionally allow a user to select to forward a report about a remote
user to the other instance. This is added in a backwards-compatible way.

* add locale string

* forward report only for moderators

* add switch to moderator UI to forward report

* fix report note url

* return forwarded status from API

apparently forgot to carry this over from my testing environment

* object in Flag activity has to be an array

For correct interoperability with Pleroma the "object" property of the Flag
activity has to be an array.

This array will in the future also hold the link to respective notes, so it
makes sense to correct this on our side.

* Update get-note-menu.ts

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-01-21 03:06:38 +09:00
6be1db00d1 refactor(server): use insert instead of save 2022-01-03 02:20:30 +09:00
c69b72e199 fix lint 2021-12-09 23:58:30 +09:00
e617ced1d3 refactoring
https: //github.com/misskey-dev/misskey/pull/7901
Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
2021-12-03 11:43:05 +09:00
f33ded3107 feat: Undo Accept (#7980)
* allow breaking of follow

* send undo

* delete by using reject follow
2021-12-03 11:14:44 +09:00
8b7f5be878 fix for lint 2021-11-13 19:10:14 +09:00
6496835515 viaMobileフラグ廃止
Close #7965
2021-11-12 15:11:20 +09:00
b9eaf906e7 fix lint errors 2021-11-12 10:52:10 +09:00
84df0714d8 use eslint 2021-11-12 10:35:41 +09:00
0e4a111f81 refactoring
Resolve #7779
2021-11-12 02:02:25 +09:00