MeiMei
8d709351bd
Fix Announce/Delete AP deliver ( #7517 )
...
* Fix Announce/Delete AP deliver
* Revert "Fix Announce/Delete AP deliver"
This reverts commit 0292c5196df48f67bb7914e925560ba69e2b2980.
* localOnlyのDeleteをdeliverしないように
* null Activityに対するUndoはdeliverしないように
2021-05-19 16:15:01 +09:00
MeiMei
9e97826c79
Fix #7431 ( #7432 )
...
* Fix #7431
* fix
2021-05-11 12:41:02 +09:00
marihachi
993bd861ca
refactor mfm extract ( #7434 )
...
* refactor extractCustomEmojisFromMfm()
* refactor extract-hashtags
* refactor extract-mentions
* refactor extract-hashtags
* refactor extract-url-from-mfm
* refactor extract-mentions
2021-04-10 17:50:18 +09:00
syuilo
9df5374022
Use mfm-js for MFM parsing ( #7415 )
...
* 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
2021-04-02 10:36:11 +09:00
syuilo
4d341c5918
Refactor ( #7394 )
...
* 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
2021-03-24 11:05:37 +09:00
syuilo
2e691f4ec4
fix bug
2021-03-23 21:44:12 +09:00
syuilo
0db09532b2
refactor: Use path alias
2021-03-23 17:43:07 +09:00
syuilo
a1eb3e3b8c
fix
2021-03-23 15:12:47 +09:00
syuilo
95552f644e
noteのread処理
2021-03-23 15:06:56 +09:00
syuilo
b54be21be8
perf(server): Reduce database query
2021-03-22 10:45:07 +09:00
syuilo
1abf4c5e31
perf(server): Reduce database query
2021-03-21 22:15:45 +09:00
syuilo
1df6a3c8cc
perf(server): Reduce database query
2021-03-21 22:09:32 +09:00
syuilo
c6fc5b2175
perf(server): Reduce database query
2021-03-21 21:27:49 +09:00
syuilo
ee16b1850b
wip #6441
2021-03-21 21:27:09 +09:00
syuilo
28b12943e7
better note read handling
2021-03-21 17:38:09 +09:00
syuilo
5c15509436
Revert "perf: Reduce database query"
...
This reverts commit 87c8f9ff953499340496e9c5db09c93eaff08851.
2021-03-21 15:35:02 +09:00
syuilo
72ffdeb7b4
perf: Reduce database query
2021-03-19 20:43:24 +09:00
syuilo
498cefdb75
perf: myReaction の取得をまとめて行うように
...
Related #6813
2021-03-19 10:53:09 +09:00
syuilo
5ba30883f6
refactor
2021-03-18 17:38:42 +09:00
syuilo
3c48081be9
perf: reduce query
2021-03-18 17:35:47 +09:00
syuilo
b8a1810960
refactor: resolve #7139
2021-02-13 15:33:38 +09:00
syuilo
e5b6645d3a
Resolve #7149
2021-02-07 10:43:34 +09:00
syuilo
b03200c0dd
autoWatch機能を削除
2020-11-08 16:49:23 +09:00
syuilo
770f37a629
fix(server): Fix #6669
2020-08-29 09:39:50 +09:00
syuilo
481aa17886
Channel ( #6621 )
...
* 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
2020-08-18 22:44:21 +09:00
Xeltica
9417b30d12
自分のノートにリアクションを押せるように ( #6506 )
...
* resolve #6468
* リモートから来たセルフリアクションの対応
2020-07-30 20:28:35 +09:00
syuilo
55e188ae23
ワードミュート ( #6594 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
2020-07-27 13:34:20 +09:00
fuyu
452d298a1f
フォロワーではないリモートユーザーに削除通知が配信されない問題を修正 ( #6475 )
...
* フォロワーではないリモートユーザーに削除通知が配信されない問題を修正
* 同じ処理を一つにまとめた
* Inのエラー修正, Renote/Quote対応
Co-authored-by: mei23 <m@m544.net>
2020-07-12 00:44:31 +09:00
MeiMei
43d50d4f17
Use insert for creating Note ( #6440 )
2020-06-04 08:59:03 +09:00
DW
4b56d67335
Fix CASCADE-related problems ( #6374 )
...
* Fix renotes remaining on remote when CASCADE is invoked
* Fix CASCADE-invoked deletion not being federated to relays
Co-authored-by: DW <chocological00@gitlab.com>
2020-05-17 00:49:46 +09:00
MeiMei
fe841db55a
pub-relay ( #6341 )
...
* pub-relay
* relay actorをApplicationにする
* Disable koa-compress
* Homeはリレーに送らない
* Disable debug
* UI
* cleanupなど
2020-05-10 18:42:31 +09:00
syuilo
5b06ace4b9
chore(lint): Add missing semicolons
2020-05-10 17:25:16 +09:00
MeiMei
b17b746aa0
リアクションの修正 ( #6260 )
2020-04-16 00:47:17 +09:00
MeiMei
2905e56a72
リモートのカスタム絵文字リアクションを表示できるように ( #6239 )
...
* リモートのカスタム絵文字リアクションを表示できるように
* AP
* DBマイグレーション
* ローカルのリアクションの.
* fix
* fix
* fix
* space
2020-04-14 00:42:59 +09:00
MeiMei
ec5a1c8a9d
同じリアクション削除を同時に行うとリアクションカウントがおかしくなることがあるのを修正 ( #6253 )
...
* Fix #6252
* quote
* Use IdentifiableError
2020-04-13 23:58:38 +09:00
MeiMei
2be9c67fd1
Use url if available ( #6214 )
...
* Fix #6213
* other link
* fix
2020-04-02 21:59:14 +09:00
syuilo
f6b80873eb
Resolve #6192
2020-03-28 18:07:41 +09:00
rinsuki
7e975dd116
lintをGitHub Actions でするように ( #6101 )
...
* package.json の lint スクリプトを修正
* lint アクションを追加
* yarn lint --fix
* 手動修正
2020-03-04 11:45:33 +09:00
syuilo
0cb756cbac
Refactor
2020-02-26 07:56:32 +09:00
Oni-Men
1457504797
同じノートを何回リノートしても一回として数えるように ( #6086 )
...
* 同じノートを何回リノートしても一回として数えるように
* Update count-same-renotes.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2020-02-26 07:54:35 +09:00
syuilo
69868d93eb
Refactor
2020-02-16 21:11:27 +09:00
syuilo
f058f40162
Resolve #5958
2020-02-16 21:10:52 +09:00
DW
b9cfed46e7
Fix for CASCADE DELETE not being federated ( #5812 )
...
* Fix for CASCADE DELETE not being federated
* Use JOIN to get user
* fix typo
2020-02-13 23:08:33 +09:00
syuilo
8a849443f6
なんかもうめっちゃ変えた
...
Resolve #5900
2020-02-10 07:23:43 +09:00
MeiMei
aa8aa3b4dc
Correct Like id generation ( #5852 )
2020-02-06 17:07:37 +09:00
MeiMei
5a8577957c
リモート投稿にリモートでされたリアクションが表示されるように ( #5817 )
...
* 第3インスタンスへのLikeも受け入れるように
* リアクション済みだったらエラーにせずに置き換えるように
* Likeを第3インスタンスにdeliverするように
* fix
* fix
* 同じリアクションがすでにされていたら何もしない
* リモートから自身の投稿へリアクションした場合にエラーにならないように
2020-02-04 08:26:00 +09:00
Acid Chicken (硫酸鶏)
ca9698651c
Fix hashtags contained in private notes are shown in trends ( #5805 )
...
* Update trend.ts
* Fix query
* Update create.ts
* Update create.ts
* Update trend.ts
2020-02-02 05:42:58 +09:00
syuilo
e24ca1e51f
v12 ( #5712 )
...
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
2020-01-30 04:37:25 +09:00
syuilo
d3f04e36dd
Fix bug
2019-11-23 09:43:47 +09:00
MeiMei
007f4bcef0
無駄なAP deliverをしないように ( #5589 )
...
* DeliverManager, note/create
* recipe
* followers delivers
* comment
* rename
* fix
* cleanup
2019-11-09 18:51:54 +09:00